aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update.knu2001-07-191-0/+39
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-1918-16/+17
* * ruby.h: enable volatile directive with VC++.usa2001-07-193-3/+9
* sync MANIFEST (add doc/net/http,pop,smtp).aamine2001-07-181-0/+3
* date-time was wrong.aamine2001-07-181-1/+1
* add doc/net/http.rd.ja pop.rd.ja smtp.rd.jaaamine2001-07-184-0/+886
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-1811-24/+71
* modify check-in miss.aamine2001-07-171-1/+1
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-173-2/+9
* * file.c (file_load_ok): fix typo.usa2001-07-162-9/+13
* * regex.c (re_search): should consider reverse search.matz2001-07-1418-448/+961
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-145-4/+9
* aamineaamine2001-07-133-3/+7
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-1358-784/+3558
* * ext/extmk.rb.in: support multi-level ext/ directories.knu2001-07-133-9/+23
* Substitute "licence" with "license".knu2001-07-131-2/+2
* Mention ext/nkf/nkf1.7/nkf.c.knu2001-07-131-0/+13
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-133-6/+14
* Mention config.guess, config.sub, configure, parse.c andknu2001-07-131-3/+58
* Detypo.knu2001-07-131-1/+1
* Mention ext/socket/{addrinfo.h,getaddrinfo.c,getnameinfo.c}.knu2001-07-131-0/+33
* Add LEGAL.knu2001-07-131-0/+1
* Mention util.c.knu2001-07-131-0/+1
* Point to the newly added file LEGAL.knu2001-07-132-6/+5
* Add LEGAL, legal notice information.knu2001-07-131-0/+171
* 2001-07-12eban2001-07-121-2/+2
* Let cvs ignore extmk.log.knu2001-07-121-0/+1
* Let cvs ignore libruby.so.*.knu2001-07-121-0/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-07-122-6/+20
* * It is confusing to put the GPL license terms in the file COPYING;knu2001-07-119-534/+569
* Oops.knu2001-07-111-1/+1
* Correct the FTP site's URL.knu2001-07-112-2/+2
* * lib/mkmf.rb: modify RM macro.eban2001-07-092-3/+5
* * ext/extmk.rb.in: modify RM macro.eban2001-07-092-3/+7
* * ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().knu2001-07-082-1/+5
* aamineaamine2001-07-085-23/+67
* * lib/tempfile.rb: a tempfile must be created with mode 0600.knu2001-07-052-1/+5
* Reflect the previous backport.knu2001-07-051-5/+0
* Detypo and reword a bit.knu2001-07-052-11/+13
* aamineaamine2001-07-032-2/+6
* aamineaamine2001-07-035-11/+29
* aamineaamine2001-07-035-114/+152
* * lib/mkmf.rb: distclean should remove mkmf.log as well.knu2001-07-032-1/+5
* * eval.c (rb_eval_string_wrap): should push frame (and adjustmatz2001-07-032-7/+25
* credit rb_name_error() fix to Nobuyoshi Nakada.matz2001-07-034-3/+26
* * eval.c (block_pass): do not change wrapper information.shugo2001-07-032-4/+11
* * error.c (rb_name_error): raise NameError instead of LoadError.shugo2001-07-032-1/+5
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-0224-163/+373
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-277-13/+27
* * protocol.rb,smtp.rb,pop.rb,http.rb: modify document.aamine2001-06-273-179/+195