summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-01Specs adjusted for FLoat.shigek
2003-08-01* eval.c (rb_call_super): propagate previous block if a block isnobu
2003-08-01* bug fix : forget to eval given block to TkRoot.new methodnagai
2003-08-01backoff eval.c 1.498matz
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-08-01* doc/NEWS: typo fix.eban
2003-08-012003-08-01eban
2003-08-01MANIFESTnobu
2003-07-31* bug fix : wrong resource file format (resource.{en,jp})nagai
2003-07-31* (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai
2003-07-31* gc.c (Init_stack): wrong magic number.matz
2003-07-31* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz
2003-07-31import erb-2.0.4b4seki
2003-07-31 * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-31* wrap the command-proc of TkScale : pass the numeric object to the procnagai
2003-07-312003-07-31nobu
2003-07-31 * array.c (rb_ary_collect): must get length of array for eachusa
2003-07-31* ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo
2003-07-31add explicit trim modeseki
2003-07-30* lib/net/ftp.rb (return_code): obsolete.shugo
2003-07-30* lib/mkmf.rb (dir_config): allow multiple directories separatednobu
2003-07-30* update to 1.8.0 preview5 (but incomplete yet).matz
2003-07-30* lib/un.rb: add descriptions.eban
2003-07-30* marshal.c (w_object): marshal_dump should not take anymatz
2003-07-30* MultiTkIp.new_* accept a block to eval under the new interpreternagai
2003-07-30* bug fixnagai
2003-07-30* ruby.c (proc_options): -F set compiled regular expression to $;.matz
2003-07-30* ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo
2003-07-30commit missnobu
2003-07-30* error.c (rb_raise): snprintf() termination moved tonobu
2003-07-30* additional check of Tk interpreters' status for a little more safetynagai
2003-07-30* ruby.c: typo fix.eban
2003-07-30* lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo
2003-07-30* ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu
2003-07-302003-07-30usa
2003-07-30* configure.in (os2-emx): renamed from os2_emx, add flags tonobu
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-07-29* fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai
2003-07-29* change default mode of mainloop_abort_on_exception on multi-tk.rbnagai
2003-07-29* bug fixnagai
2003-07-29import erb_2_0_4b2seki
2003-07-29Small documentation correction.gsinclair
2003-07-29* lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine
2003-07-29garbagenobu
2003-07-29* ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban
2003-07-29* MANIFEST: add lib/un.rb.eban
2003-07-29* lib/fileutils.rb (install): support preserve timestamp.eban
2003-07-29* lib/net/smtp.rb: unify coding style.aamine
2003-07-29* ruby.h (LLONG_MIN): fix typo.usa