summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-28* win32/Makefile.sub: disable global optimization.eban
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2001-03-26* time.c (rb_strftime): check whether strftime returns empty string.eban
2001-03-26* lib/net/imap.rb: supports response handlers and multiple commands.shugo
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-26* ext/Win32API/Win32API.c: remove Init_win32api().eban
2001-03-22* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban
2001-03-22* eval.c (rb_mod_nesting): should not include Object at thematz
2001-03-22* ruby.h: better inline function support.matz
2001-03-21* win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-03-20* win32/dir.h: replace missing/dir.h .usa
2001-03-20* win32/win32.c (win32_stat): UNC support.eban
2001-03-19* dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz
2001-03-18Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-03-16* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz
2001-03-16* configure.in: Set SOLIBS properly for all ELF andknu
2001-03-14* eval.c (rb_thread_schedule): raise FATAL just once tomatz
2001-03-14* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz
2001-03-13* eval.c (ev_const_defined): add new parameter self for specialmatz
2001-03-13* dir.c (rb_glob_helper): fix drive letter handling on DOSISH.eban
2001-03-13garvage is included.aamine
2001-03-13aamineaamine
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-03-12* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban
2001-03-10* lib/mkmf.rb (install_rb): fix handling of destination path.eban
2001-03-09* math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban
2001-03-08aamineaamine
2001-03-07* math.c (math_log, math_log10): should return NaN if x < 0.0eban
2001-03-06* parse.y (primary): rescue and ensure clauses should be allowedmatz
2001-03-05* eval.c (proc_eq): compare Procs using blocktag equality.matz
2001-03-05* win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban
2001-03-04Fill a missed ChangeLog entry.knu
2001-03-04* string.c (trnext): support backslash escape in String#tr.eban
2001-02-28* string.c (rb_str_delete_bang): delete! should take at least 1matz
2001-02-27* time.c (time_timeval): negative time interval shoule not bematz
2001-02-26* eval.c (proc_call): should not modify ruby_block->frame.itermatz
2001-02-25Mon Feb 26 05:27:52 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-02-25Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-02-24* file.c (rb_file_s_rename): avoid Cygwin's bug.eban
2001-02-24* win32/win32.c (myrename): fix error handling.eban
2001-02-24aamineaamine
2001-02-22aamineaamine
2001-02-20* process.c: add W* macro if not available.eban
2001-02-20* configure.in: add check for negative time_t for gmtime(3).matz
2001-02-19* string.c (rb_str_substr): "a"[1,2] should return ""; needmatz
2001-02-19* eval.c (secure_visibility): visibility check for untainted modules.matz
2001-02-18* ext/curses/extconf.rb: add dir_config.eban
2001-02-17aamineaamine