aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * confgure.in: add RUBY_CANONICAL_BUILD.eban2001-06-112-0/+7
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-095-75/+142
* Add an entry.knu2001-06-091-0/+4
* remove debug printfmatz2001-06-081-1/+0
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-089-21/+170
* * parse.y (yylex): incomplete fix.matz2001-06-071-1/+2
* * parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz2001-06-073-7/+14
* * lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju2001-06-063-53/+54
* bug fix for obj.extend(Mutex_m).keiju2001-06-061-8/+21
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-064-23/+12
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-065-55/+82
* Update.knu2001-06-051-0/+32
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-054-12/+33
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-0510-228/+399
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-052-19/+9
* * ext/etc/extconf.rb: use egrep_cpp.eban2001-06-052-11/+6
* * MANIFEST: add doc/NEWS.eban2001-06-041-0/+1