summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/ftp.rb (return_code): obsolete.shugo2003-07-302-26/+37
* * lib/mkmf.rb (dir_config): allow multiple directories separatednobu2003-07-302-11/+31
* * update to 1.8.0 preview5 (but incomplete yet).matz2003-07-301-12/+92
* * lib/un.rb: add descriptions.eban2003-07-301-21/+103
* * marshal.c (w_object): marshal_dump should not take anymatz2003-07-302-1/+6
* * MultiTkIp.new_* accept a block to eval under the new interpreternagai2003-07-301-6/+12
* * bug fixnagai2003-07-306-6/+33
* * ruby.c (proc_options): -F set compiled regular expression to $;.matz2003-07-303-3/+10
* * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): should initializegotoyuzo2003-07-302-0/+10
* commit missnobu2003-07-301-1/+1
* * error.c (rb_raise): snprintf() termination moved tonobu2003-07-304-66/+63
* * additional check of Tk interpreters' status for a little more safetynagai2003-07-304-13/+32
* * ruby.c: typo fix.eban2003-07-301-1/+1
* * lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo2003-07-302-3/+8
* * ext/iconv/iconv.c (iconv_convert): append unchanged portionnobu2003-07-303-1/+24
* 2003-07-30usa2003-07-301-3/+3
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-305-15/+52
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-299-36/+130
* * fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai2003-07-292-1/+10
* * change default mode of mainloop_abort_on_exception on multi-tk.rbnagai2003-07-291-1/+1
* * bug fixnagai2003-07-294-56/+90
* import erb_2_0_4b2seki2003-07-291-6/+14
* Small documentation correction.gsinclair2003-07-291-1/+1
* * lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine2003-07-292-3/+9
* garbagenobu2003-07-291-1/+0
* * ext/extmk.rb (INSTALL_PROG, INSTALL_DATA): modify verbose messages.eban2003-07-292-2/+4
* * MANIFEST: add lib/un.rb.eban2003-07-292-0/+3
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-295-14/+123
* * lib/net/smtp.rb: unify coding style.aamine2003-07-293-4/+10
* * ruby.h (LLONG_MIN): fix typo.usa2003-07-292-1/+5
* * bug fix ( tested with Ruby/Tk widget demo )nagai2003-07-296-15/+25
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-297-10/+30
* 2003-07-29eban2003-07-291-4/+4
* * instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem.eban2003-07-292-11/+19
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-294-96/+107
* * ChangeLog: tabify.usa2003-07-293-62/+66
* tcltklib.c : use RTEST()nagai2003-07-291-4/+5
* tcltklib.c : bug fixnagai2003-07-293-36/+89
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-2810-132/+225
* * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError ifgotoyuzo2003-07-282-1/+15
* * ext/configsub.rb: unusednobu2003-07-281-1/+0
* unusednobu2003-07-281-32/+0
* * ext/configsub.rb: $defout is obsolete.nobu2003-07-281-1/+1
* * file.c (Init_File): IO should include File::Const.nobu2003-07-282-1/+6
* Bug for 2nd arg of round fixed.shigek2003-07-281-1/+4
* * ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban2003-07-282-1/+8
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-287-91/+196
* tcltklib.c : *bug fixnagai2003-07-282-14/+318
* 2003-07-28eban2003-07-281-3/+3
* Bug fix from Javier Goizueta.shigek2003-07-284-71/+86