summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2001-02-17* win32/win32.c: fasten file I/O on mswin32/mingw32.usa
2001-02-16* io.c (set_outfile): f should be the FILE* from the assigning value.matz
2001-02-15* process.c (proc_waitall): new method based on a patch from Brianmatz
2001-02-15* lib/cgi/session.rb (close): fixed reversed condition.shugo
2001-02-14* lib/net/imap.rb: supports unknown resp_text_code.shugo
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2001-02-13* dir.c (lstat): should use rb_sys_stat if lstat(2) is noteban
2001-02-13* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz
2001-02-11* configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP.eban
2001-02-11* eval.c (stack_length): use __builtin_frame_address() only ifeban
2001-02-09* win32/win32.c (win32_stat): replace stat for enable when pathnameusa
2001-02-09ruby.c (ruby_init_loadpath): convert '\' to '/'eban
2001-02-08lib/mkmf.rb (create_makefile): add srcdir.eban
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-07aamineaamine
2001-02-07aamineaamine
2001-02-06aamineaamine
2001-02-06aamineaamine
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-31gcc-2.95.2-7(cygwin) support.eban
2001-01-29* eval.c (block_pass): return from block jumps directory tomatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-26* parse.y: clarify do ambiguity, bit more complex but naturalmatz
2001-01-24* eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block hasmatz