aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_remove): thread may die in the process ofmatz2003-02-201-0/+10
* * file.c (file_expand_path): fix wrong behavior for root file.nobu2003-02-201-0/+7
* * file.c (file_expand_path): should not upward beyond share name.nobu2003-02-201-0/+4
* * missing.h (strtoul): fix prototype of strtoul.eban2003-02-201-0/+4
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-201-0/+24
* * eval.c (rb_thread_restore_context): inhibit interrupts innobu2003-02-191-0/+5
* * node.h (nd_cpath): nested class/module declaration.nobu2003-02-191-0/+11
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-0/+10
* * misc/ruby-mode.el (ruby-comment-column): customize commentnobu2003-02-171-0/+22
* * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu2003-02-171-0/+4
* * win32/win32.c (link): implement with CreateHardLink().usa2003-02-171-0/+7
* commit error.nobu2003-02-171-0/+5
* * file.c (file_expand_path): buffer might be reallocated whilenobu2003-02-161-0/+9
* * io.c (prep_stdio, Init_io): always set binmode on Cygwin.eban2003-02-151-0/+4
* * file.c (file_expand_path): fix surplus path separators whilenobu2003-02-141-0/+5
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-141-0/+12
* * range.c (range_step): step might be float 0 < x < 1.matz2003-02-131-0/+7
* * ruby.c (proc_options): script argument is in effect only when -e is not given.nobu2003-02-131-1/+2
* * ruby.c (ruby_init_loadpath): ensures buffer terminatednobu2003-02-131-0/+8
* * eval.c (rb_thread_schedule): current thread may be dead whennobu2003-02-121-0/+5
* * file.c (rb_file_s_dirname): append "." if drive only.nobu2003-02-121-1/+3
* * file.c (strrdirsep): ignore trailing directory separators.nobu2003-02-121-0/+14
* * typo fix.eban2003-02-101-1/+1
* * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban2003-02-101-0/+5
* * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine2003-02-101-0/+5
* * array.c (rb_ary_to_a): return value should be an Array if thematz2003-02-101-0/+21
* * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs foureban2003-02-091-0/+5
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu2003-02-091-0/+7
* * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu2003-02-091-0/+5
* * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine2003-02-081-0/+5
* * lib/fileutils.rb: new method FileUtils.pwd (really).aamine2003-02-081-0/+7
* fix typo.akr2003-02-081-2/+2
* Sorry, missed contributer's name.nobu2003-02-081-1/+3
* * misc/ruby-mode.el (ruby-forward-string): fixed void variablenobu2003-02-081-0/+8
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-071-0/+8
* s/Mon 01/Mon 1/.knu2003-02-071-9/+9
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to makeknu2003-02-071-0/+9
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-071-0/+6
* * eval.c (proc_invoke): should propagate self to supernobu2003-02-071-0/+5
* * re.c (rb_reg_initialize_m): shoule not preset "kcode" unlessmatz2003-02-061-0/+5
* * lib/fileutils.rb: new method FileUtils.pwd.aamine2003-02-061-0/+10
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-061-0/+7
* * re.c (rb_reg_initialize_m): 3rd argument was ignored.matz2003-02-061-1/+10
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-051-1/+4
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-051-0/+5
* * parse.y (yylex): no .<digit> floating literal anymore.matz2003-02-051-0/+4
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-041-0/+15
* * object.c (Init_Object): default Object#=== now calls "=="matz2003-02-031-0/+16
* * re.c (rb_memsearch): a little improvement.nobu2003-02-031-0/+4
* typonobu2003-02-031-3/+3