aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-2615-78/+88
* Mon Feb 26 05:27:52 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-02-252-196/+26
* Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp>wakou2001-02-252-174/+44
* * file.c (rb_file_s_rename): avoid Cygwin's bug.eban2001-02-242-1/+10
* * win32/win32.c (myrename): fix error handling.eban2001-02-243-3/+7
* aamineaamine2001-02-245-125/+164
* aamineaamine2001-02-223-146/+227
* * process.c: add W* macro if not available.eban2001-02-202-0/+23
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-207-9/+65
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-196-27/+85
* 2001-02-19eban2001-02-191-2/+2
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-198-16/+90
* 2001-02-18eban2001-02-181-2/+2
* * ext/curses/extconf.rb: add dir_config.eban2001-02-183-49/+60
* aamineaamine2001-02-172-16/+16
* * win32/win32.c: fasten file I/O on mswin32/mingw32.usa2001-02-174-119/+212
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-1610-59/+173
* 2001-02-15eban2001-02-151-2/+2
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-156-45/+266
* * lib/cgi/session.rb (close): fixed reversed condition.shugo2001-02-152-2/+5