aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * process.c (last_status_set): nothing returned, should be void.nobu2001-07-311-0/+6
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-0/+29
* * file.c (rb_file_s_expand_path): scans per path element not pernobu2001-07-301-2/+8
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+5
* * eval.c (rb_provided): extension should be guessed usingmatz2001-07-271-0/+28
* * file.c (rb_find_file_noext, rb_find_file): fix tilde expansioneban2001-07-261-0/+5
* * intern.h: add some missing function prototypes.knu2001-07-251-0/+4
* * file.c (strrdirsep): multi-byte pathname and DOSish separaternobu2001-07-241-1/+15
* * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu2001-07-241-0/+5
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-0/+30
* * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu2001-07-221-0/+6
* * gc.c (ruby_xrealloc): fix a dangling bug which led memoryknu2001-07-201-0/+6
* * 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