aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-092-3/+3
* ext/zlib/zlib.c: initialize return valuenobu2012-07-091-0/+1
* * ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Usedrbrain2012-07-051-1/+1
* * ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exitdrbrain2012-07-031-3/+5
* * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8usa2012-07-031-2/+2
* * ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting ofdrbrain2012-07-031-18/+11
* * ext/zlib/zlib.c: Restored the comment explaining the choice ofdrbrain2012-07-021-0/+1
* * ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain2012-07-021-38/+114
* * ext/date/date_core.c: [ruby-core:46058].tadf2012-07-011-2/+8
* * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf2012-07-011-4/+26
* * ext/zlib/zlib.c: cosmetic changes.ktsj2012-07-011-10/+10
* fix null m_tblnobu2012-06-271-1/+3
* * process.c: use the name "eargp" for struct rb_execarg variablesakr2012-06-221-3/+3
* * process.c (rb_execarg_fixup): take a VALUE argument instead ofakr2012-06-201-1/+1
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-201-1/+1
* * internal.h (rb_execarg_new): declared.akr2012-06-201-4/+8
* ext/readline/extconf.rb: no global namesnobu2012-06-191-54/+54
* * ext/readline/readline.c (Init_readline): don't set 0 tonaruse2012-06-191-6/+0
* * ext/readline/readline.c (readline_s_get_special_prefixes): suppressnaruse2012-06-191-0/+1
* * ext/readline/readline.c (readline_getc): fix editline compatibilitynaruse2012-06-191-0/+2
* unreachablenobu2012-06-181-0/+1
* ext/readline/readline.c: [Bug #6601]nobu2012-06-181-4/+12
* * ext/date/date_core.c: define date_sg_t.tadf2012-06-161-26/+15
* * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.tadf2012-06-163-7/+6
* * ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove2012-06-152-5/+5
* * include/ruby/intern.h (rb_exec_arg_init): deprecated.akr2012-06-121-2/+2
* * ext/openssl/ossl_pkey_ec.cemboss2012-06-101-0/+74
* * lib/openssl/ssl.rb: Use a simple random number to generate theemboss2012-06-101-1/+3
* * process.c (rb_exec_async_signal_safe): exported.akr2012-06-102-11/+9
* * ext/openssl/ossl.cemboss2012-06-104-7/+22
* * ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss2012-06-091-14/+105
* * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss2012-06-091-70/+54
* process.c, ext/pty/pty.c: status on errorsnobu2012-06-081-0/+1
* ext/pty/pty.c: status to protectnobu2012-06-081-2/+2
* Suppress warnings.naruse2012-06-041-0/+1
* compatible loadernobu2012-06-044-0/+69
* * ext/date/date_core.c: checks whether the object is frozen or not.tadf2012-06-031-0/+9
* Add a test for r35863.naruse2012-06-022-0/+43
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain2012-05-311-19/+12
* * ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain2012-05-311-20/+12
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain2012-05-301-13/+2
* * ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size todrbrain2012-05-301-11/+3
* * ext/dl: Added documentation. Patch by Vincent Batts.drbrain2012-05-305-3/+148
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb,mrkn2012-05-302-2/+2
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian#dfdxi):mrkn2012-05-301-1/+2
* * ext/date/date_strftime.c: allows %Ok and %Ol.tadf2012-05-271-2/+1
* * ext/date/date_core.c: modified doc.tadf2012-05-271-3/+2
* * ext/date/date_core.c: added description.tadf2012-05-261-8/+8
* re-modifiedtadf2012-05-261-2/+2
* * ext/date/date_strftime.c: reduced the code.tadf2012-05-261-20/+4