summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-07-18empty_p: optimize and warningsnobu
2012-07-18mkmf.rb: hack for -frameworknobu
2012-07-18* ext/curses/extconf.rb: support PDCurses. patched by Luis Lavena.shugo
2012-07-16* ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove
2012-07-16* ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501]ayumin
2012-07-11enc/encinit.c for static-linked-extnobu
2012-07-11* ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa
2012-07-11get rid of warningsnobu
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-10rb_thread_call_without_gvlnobu
2012-07-10* ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-09* dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki
2012-07-09ext/zlib/zlib.c: initialize return valuenobu
2012-07-05* ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Usedrbrain
2012-07-03* ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exitdrbrain
2012-07-03* ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8usa
2012-07-03* ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting ofdrbrain
2012-07-02* ext/zlib/zlib.c: Restored the comment explaining the choice ofdrbrain
2012-07-02* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain
2012-07-01 * ext/date/date_core.c: [ruby-core:46058].tadf
2012-07-01 * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.tadf
2012-07-01* ext/zlib/zlib.c: cosmetic changes.ktsj
2012-06-27fix null m_tblnobu
2012-06-22* process.c: use the name "eargp" for struct rb_execarg variablesakr
2012-06-20* process.c (rb_execarg_fixup): take a VALUE argument instead ofakr
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-20* internal.h (rb_execarg_new): declared.akr
2012-06-19ext/readline/extconf.rb: no global namesnobu
2012-06-19* ext/readline/readline.c (Init_readline): don't set 0 tonaruse
2012-06-19* ext/readline/readline.c (readline_s_get_special_prefixes): suppressnaruse
2012-06-19* ext/readline/readline.c (readline_getc): fix editline compatibilitynaruse
2012-06-18unreachablenobu
2012-06-18ext/readline/readline.c: [Bug #6601]nobu
2012-06-16 * ext/date/date_core.c: define date_sg_t.tadf
2012-06-16 * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.tadf
2012-06-15* ext/psych/lib/psych.rb: bumping psych to 1.3.3tenderlove
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-10* ext/openssl/ossl_pkey_ec.cemboss
2012-06-10* lib/openssl/ssl.rb: Use a simple random number to generate theemboss
2012-06-10* process.c (rb_exec_async_signal_safe): exported.akr
2012-06-10* ext/openssl/ossl.cemboss
2012-06-09* ext/openssl/ossl.c: Fix error in example. Patch by David Albert.emboss
2012-06-09* ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss
2012-06-08process.c, ext/pty/pty.c: status on errorsnobu
2012-06-08ext/pty/pty.c: status to protectnobu
2012-06-04Suppress warnings.naruse
2012-06-04compatible loadernobu
2012-06-03 * ext/date/date_core.c: checks whether the object is frozen or not.tadf
2012-06-02Add a test for r35863.naruse