aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai2003-07-2710-144/+1142
* * lib/set.rb: each() should return self.knu2003-07-272-0/+5
* * string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz2003-07-274-14/+28
* * mkconfig.rb: initialize global variables to avoid warnings.eban2003-07-272-1/+8
* * ChangeLog: typo fix.eban2003-07-271-1/+1
* * ext/openssl/extconf.rb: better support MinGW. addeban2003-07-272-10/+20
* * lib/debug.rb: fix breakpoint parameter parsing/checking.nahi2003-07-272-27/+35
* add UNIXFileOwner, UNIXFileGroupseki2003-07-272-0/+12
* 2003-07-27nobu2003-07-261-3/+3
* * io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu2003-07-262-24/+34
* * lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:...eban2003-07-262-1/+6
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-265-87/+123
* 0 ** 0 bug fixed.shigek2003-07-262-57/+71
* Added credit to PragProggsinclair2003-07-261-1/+3
* * io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa2003-07-264-17/+13
* 2003-07-26eban2003-07-261-3/+3
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-0/+4
* * ext/stringio/stringio.c: includes Enumerable as well as IO.nobu2003-07-262-0/+7
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-268-38/+18
* fix: % line linenoseki2003-07-251-0/+4
* fix: keep linenoseki2003-07-251-11/+21
* * ext/openssl/ossl.h: fix comment.gotoyuzo2003-07-253-3/+11
* * ext/openssl/extconf.rb: refine va-args macro detection.gotoyuzo2003-07-252-1/+6
* tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai2003-07-254-36/+186
* * ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the realusa2003-07-252-2/+13