aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2001-02-14eban2001-02-141-2/+2
* * lib/net/imap.rb: supports unknown resp_text_code.shugo2001-02-142-0/+10
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-1435-48/+98
* * dir.c (lstat): should use rb_sys_stat if lstat(2) is noteban2001-02-132-7/+16
* gdbm typomatz2001-02-131-1/+1
* 2001-02-13eban2001-02-131-2/+2
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-1314-147/+429
* * configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP.eban2001-02-112-0/+4
* * eval.c (stack_length): use __builtin_frame_address() only ifeban2001-02-114-5/+50
* * win32/win32.c (win32_stat): replace stat for enable when pathnameusa2001-02-096-6/+46
* ruby.c (ruby_init_loadpath): convert '\' to '/'eban2001-02-093-12/+19
* 2001-02-08eban2001-02-081-2/+2
* lib/mkmf.rb (create_makefile): add srcdir.eban2001-02-082-3/+9
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-0819-61/+196
* aamineaamine2001-02-073-69/+72
* aamineaamine2001-02-073-42/+79
* aamineaamine2001-02-061-13/+2
* aamineaamine2001-02-063-3/+17
* aamineaamine2001-02-065-311/+339
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-0214-77/+159