aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-2813-78/+114
* * win32/Makefile.sub: disable global optimization.eban2001-03-282-1/+5
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-2710-40/+124
* * time.c (rb_strftime): check whether strftime returns empty string.eban2001-03-262-1/+5
* * lib/net/imap.rb: added example.shugo2001-03-261-0/+5
* * lib/net/imap.rb: supports response handlers and multiple commands.shugo2001-03-262-79/+167
* * ext/md5/md5init.c (md5i_new): remove rb_scan_args().eban2001-03-261-1/+0
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-2614-485/+568
* * 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-264-11/+7
* * ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.eban2001-03-222-1/+5
* * eval.c (rb_mod_nesting): should not include Object at thematz2001-03-222-1/+6
* * ruby.h: better inline function support.matz2001-03-227-25/+36
* * win32/win32.c (isUNCRoot): multibyte character support.eban2001-03-211-7/+10
* * win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban2001-03-212-3/+26
* rb_iglob -> rb_globieban2001-03-212-2/+2
* * ruby.h: rb_sys_stat -> statmatz2001-03-213-15/+11
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-2114-49/+100
* * win32/dir.h: replace missing/dir.h .usa2001-03-204-7/+34
* * win32/win32.c (win32_stat): UNC support.eban2001-03-205-26/+40
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-1912-63/+106
* very sorry check miss.wakou2001-03-181-1/+1
* sorry erase miss.wakou2001-03-181-1/+1
* Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-03-182-20/+35
* * dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz2001-03-167-23/+53
* * configure.in: Set SOLIBS properly for all ELF andknu2001-03-162-0/+14
* * eval.c (rb_thread_schedule): raise FATAL just once tomatz2001-03-143-5/+16
* * eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz2001-03-144-3/+14
* * eval.c (ev_const_defined): add new parameter self for specialmatz2001-03-134-30/+16
* * dir.c (rb_glob_helper): fix drive letter handling on DOSISH.eban2001-03-132-1/+13
* garvage is included.aamine2001-03-131-1/+0
* * parse.y: warn -> rb_warneban2001-03-131-1/+1
* aamineaamine2001-03-134-8/+25
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-1320-71/+266
* * lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban2001-03-123-2/+10
* * lib/mkmf.rb (install_rb): fix handling of destination path.eban2001-03-102-1/+7
* * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban2001-03-093-4/+8
* aamineaamine2001-03-083-18/+26
* * math.c (math_log, math_log10): should return NaN if x < 0.0eban2001-03-073-2/+12
* * lib/monitor.rb: fixed the example code.shugo2001-03-061-18/+35
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-0620-320/+177
* * eval.c (proc_eq): compare Procs using blocktag equality.matz2001-03-053-44/+84
* 2001-03-05eban2001-03-051-2/+2
* * win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban2001-03-052-6/+21
* Fill a missed ChangeLog entry.knu2001-03-041-0/+5
* * string.c (trnext): support backslash escape in String#tr.eban2001-03-043-4/+11
* 2001-02-28eban2001-02-281-2/+2
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-287-8/+59
* 2001-02-27eban2001-02-271-2/+2
* * time.c (time_timeval): negative time interval shoule not bematz2001-02-275-27/+33