aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-202-0/+17
* extmk.rb: hack for -frameworknobu2012-07-191-0/+1
* * ext/socket/init.c (rsock_init_sock): need to update max fd on allusa2012-07-191-0/+1
* * ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa2012-07-191-1/+1
* * ext/psych/emitter.c (initialize): allow a configuration object to betenderlove2012-07-193-8/+51
* * ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.naruse2012-07-182-2/+2
* empty_p: optimize and warningsnobu2012-07-182-10/+8
* mkmf.rb: hack for -frameworknobu2012-07-181-1/+1
* * ext/curses/extconf.rb: support PDCurses. patched by Luis Lavena.shugo2012-07-181-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove2012-07-162-1/+2
* * ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501]ayumin2012-07-161-1/+1
* enc/encinit.c for static-linked-extnobu2012-07-111-1/+1
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa2012-07-111-7/+6
* get rid of warningsnobu2012-07-113-17/+16
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-51/+133
* rb_thread_call_without_gvlnobu2012-07-1011-42/+46
* * ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain2012-07-102-133/+53
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-102-53/+133
* * 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