aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break fromusa2012-08-171-0/+3
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-122-0/+15
* * ext/readline/readline.c (Init_readline): rl_catch_signals=0 returnsnaruse2012-08-071-0/+3
* bigdecimal.c: fix format specifiernobu2012-08-051-1/+1
* * ext/date/date_{core,strftime}.c: [ruby-core:46990].tadf2012-08-042-3/+3
* * ext/openssl/lib/openssl/digest.rbemboss2012-08-021-0/+17
* ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon2012-08-011-1/+1
* * ext/psych/lib/psych.rb: updated to released version.tenderlove2012-07-312-3/+3
* option.c: mingw64 onlynobu2012-07-291-1/+1
* option.c: use rb_w32_inet_ntopnobu2012-07-291-2/+2
* win32.c: rb_w32_inet_ntop should be constnobu2012-07-291-1/+1
* ext/socket: suppress warnings on mingw64nobu2012-07-282-1/+3
* avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-c...kanemoto2012-07-251-1/+1
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+6
* * 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