summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-21ChangeLog screwed up fixedmatz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-03-20* win32/win32.c (win32_stat): UNC support.eban
2001-03-19* eval.c (ev_const_defined): need not to check if cbase->nd_classmatz
2001-03-19* eval.c (THREAD_ALLOC): flags should be initialized.matz
2001-03-18very sorry check miss.wakou
2001-03-18sorry erase miss.wakou
2001-03-18Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou
2001-03-162001-03-16eban
2001-03-16remove duplicated initialize in PUSH_TAG.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* dir.c (rb_glob_helper): fix drive letter handling on DOSISH.eban
2001-03-132001-03-13eban
2001-03-13aamineaamine
2001-03-13export rb_ary_clear()matz
2001-03-13* io.c (argf_seek): 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* lib/monitor.rb: fixed the example code.shugo
2001-03-06* parse.y (primary): rescue and ensure clauses should be allowedmatz
2001-03-052001-03-05eban
2001-03-05* win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban
2001-03-04Merge from HEAD. (ext/extmk.rb.in 1.38, lib/mkmf.rb 1.41)knu
2001-03-04* string.c (trnext): support backslash escape in String#tr.eban
2001-02-282001-02-28eban
2001-02-28* string.c (rb_str_delete_bang): delete! should take at least 1matz
2001-02-272001-02-27eban
2001-02-27* eval.c (ev_const_get): retrieve Object's constant if no currentmatz
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-23aamineaamine
2001-02-23aamineaamine
2001-02-22aamineaamine
2001-02-20* bignum.c (rb_big2long): should not raise RangeError for Bignummatz
2001-02-19* string.c (rb_str_substr): "a"[1,2] should return ""; needmatz
2001-02-19commit miss; sorrymatz
2001-02-19sigpipe patchmatz
2001-02-192001-02-19eban
2001-02-19* eval.c (secure_visibility): visibility check for untainted modules.matz
2001-02-182001-02-18eban
2001-02-18* ext/curses/extconf.rb: add dir_config.eban