aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sorry, check in miss.aamine2001-06-261-1/+2
* aamineaamine2001-06-265-382/+749
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in commenteban2001-06-251-1/+1
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-236-52/+88
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-232-0/+6
* * ext/socket/socket.c (ruby_connect): typoeban2001-06-221-1/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-222-0/+13
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-222-15/+18
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-2210-96/+155
* * gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban2001-06-192-18/+22
* 2001-06-19eban2001-06-191-2/+2
* * ext/readline/readline.c: add new methods:knu2001-06-194-3/+56
* * eval.c (svalue_to_mvalue): new function to convert from svaluematz2001-06-193-97/+89
* Update.knu2001-06-191-0/+5
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-1910-104/+249
* * dir.c (Init_Dir): add a new method File::fnmatch? along withknu2001-06-133-4/+51
* Update.knu2001-06-121-0/+4
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-125-9/+54
* * lib/mkmf.rb: target_prefix is only for installation, not forknu2001-06-122-16/+22