summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-07-29* bug fix ( tested with Ruby/Tk widget demo )nagai
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-292003-07-29eban
2003-07-29* instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.eban
2003-07-29* ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy
2003-07-29* ChangeLog: tabify.usa
2003-07-29tcltklib.c : use RTEST()nagai
2003-07-29tcltklib.c : bug fixnagai
2003-07-28* ext/syck/syck.h: Added 'syck' yacc prefixes.why
2003-07-28* ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo
2003-07-28* ext/configsub.rb: unusednobu
2003-07-28unusednobu
2003-07-28* ext/configsub.rb: $defout is obsolete.nobu
2003-07-28* file.c (Init_File): IO should include File::Const.nobu
2003-07-28Bug for 2nd arg of round fixed.shigek
2003-07-28* ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban
2003-07-28* ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz
2003-07-28tcltklib.c : *bug fixnagai
2003-07-282003-07-28eban
2003-07-28Bug fix from Javier Goizueta.shigek
2003-07-27multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai
2003-07-27* lib/set.rb: each() should return self.knu
2003-07-27* string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz
2003-07-27* mkconfig.rb: initialize global variables to avoid warnings.eban
2003-07-27* ChangeLog: typo fix.eban
2003-07-27* ext/openssl/extconf.rb: better support MinGW. addeban
2003-07-27* lib/debug.rb: fix breakpoint parameter parsing/checking.nahi