aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-261-0/+4
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-2/+44
* * ext/Win32API/Win32API.c: remove Init_win32api().eban2001-03-261-0/+4
* * ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban2001-03-221-0/+4
* * eval.c (rb_mod_nesting): should not include Object at thematz2001-03-221-0/+5
* * ruby.h: better inline function support.matz2001-03-221-0/+14
* * win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban2001-03-211-0/+4
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-0/+38
* * win32/dir.h: replace missing/dir.h .usa2001-03-201-1/+9
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-0/+6
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-0/+12
* Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-03-181-0/+15
* * dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz2001-03-161-0/+4
* * configure.in: Set SOLIBS properly for all ELF andknu2001-03-161-0/+6
* * eval.c (rb_thread_schedule): raise FATAL just once tomatz2001-03-141-0/+5
* * eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz2001-03-141-0/+7
* * eval.c (ev_const_defined): add new parameter self for specialmatz2001-03-131-0/+7
* * dir.c (rb_glob_helper): fix drive letter handling on DOSISH.eban2001-03-131-0/+4
* garvage is included.aamine2001-03-131-1/+0
* aamineaamine2001-03-131-0/+8
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-0/+52
* * lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban2001-03-121-0/+4
* * lib/mkmf.rb (install_rb): fix handling of destination path.eban2001-03-101-0/+4
* * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban2001-03-091-0/+4
* aamineaamine2001-03-081-0/+4
* * math.c (math_log, math_log10): should return NaN if x < 0.0eban2001-03-071-0/+5
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-061-0/+7
* * eval.c (proc_eq): compare Procs using blocktag equality.matz2001-03-051-0/+10
* * win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban2001-03-051-0/+5
* Fill a missed ChangeLog entry.knu2001-03-041-0/+5
* * string.c (trnext): support backslash escape in String#tr.eban2001-03-041-1/+5
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-281-0/+35
* * time.c (time_timeval): negative time interval shoule not bematz2001-02-271-0/+14
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-0/+16
* Mon Feb 26 05:27:52 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-02-251-0/+5
* Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-02-251-0/+11
* * file.c (rb_file_s_rename): avoid Cygwin's bug.eban2001-02-241-0/+4
* * win32/win32.c (myrename): fix error handling.eban2001-02-241-0/+4
* aamineaamine2001-02-241-0/+7
* aamineaamine2001-02-221-0/+8
* * process.c: add W* macro if not available.eban2001-02-201-0/+4
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-0/+12
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-0/+13
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-0/+22
* * ext/curses/extconf.rb: add dir_config.eban2001-02-181-0/+6
* aamineaamine2001-02-171-0/+4
* * win32/win32.c: fasten file I/O on mswin32/mingw32.usa2001-02-171-1/+9
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-1/+14
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-151-0/+7
* * lib/cgi/session.rb (close): fixed reversed condition.shugo2001-02-151-0/+4