aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h: enable volatile directive with VC++.usa2001-07-191-1/+7
* date-time was wrong.aamine2001-07-181-1/+1
* add doc/net/http.rd.ja pop.rd.ja smtp.rd.jaaamine2001-07-181-0/+4
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-2/+26
* modify check-in miss.aamine2001-07-171-1/+1
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-0/+7
* * file.c (file_load_ok): fix typo.usa2001-07-161-0/+4
* * regex.c (re_search): should consider reverse search.matz2001-07-141-0/+52
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-141-0/+5
* aamineaamine2001-07-131-0/+4
* * ext/extmk.rb.in: support multi-level ext/ directories.knu2001-07-131-0/+9
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-0/+8
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-07-121-0/+5
* * lib/mkmf.rb: modify RM macro.eban2001-07-091-0/+2
* * ext/extmk.rb.in: modify RM macro.eban2001-07-091-0/+4
* * ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().knu2001-07-081-0/+4
* aamineaamine2001-07-081-0/+6
* * lib/tempfile.rb: a tempfile must be created with mode 0600.knu2001-07-051-0/+4
* aamineaamine2001-07-031-0/+4
* aamineaamine2001-07-031-0/+10
* aamineaamine2001-07-031-0/+6
* * lib/mkmf.rb: distclean should remove mkmf.log as well.knu2001-07-031-0/+4
* * eval.c (rb_eval_string_wrap): should push frame (and adjustmatz2001-07-031-0/+9
* credit rb_name_error() fix to Nobuyoshi Nakada.matz2001-07-031-1/+1
* * eval.c (block_pass): do not change wrapper information.shugo2001-07-031-0/+6
* * error.c (rb_name_error): raise NameError instead of LoadError.shugo2001-07-031-0/+4
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-0/+72
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-271-0/+15
* sorry, check in miss.aamine2001-06-261-1/+2
* aamineaamine2001-06-261-0/+9
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-231-0/+5
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-221-0/+5
* * lib/irb/locale.rb: fix for require "kconv" problemkeiju2001-06-221-0/+4
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-0/+19
* * gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban2001-06-191-0/+4
* * ext/readline/readline.c: add new methods:knu2001-06-191-0/+6
* * eval.c (svalue_to_mvalue): new function to convert from svaluematz2001-06-191-0/+14
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-0/+33
* * dir.c (Init_Dir): add a new method File::fnmatch? along withknu2001-06-131-0/+6
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-121-0/+19
* * lib/mkmf.rb: target_prefix is only for installation, not forknu2001-06-121-0/+5
* * confgure.in: add RUBY_CANONICAL_BUILD.eban2001-06-111-0/+4
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-0/+12
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-0/+19
* * parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz2001-06-071-1/+5
* * lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju2001-06-061-0/+7
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-061-1/+9
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-061-0/+8
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-051-0/+10
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-0/+47