aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* gcc-2.95.2-7(cygwin) support.eban2001-01-314-10/+23
* * eval.c (block_pass): return from block jumps directory tomatz2001-01-292-1/+22
* * string.c (str_independent): should not clear str->orig here.matz2001-01-2917-40/+50
* * parse.y: clarify do ambiguity, bit more complex but naturalmatz2001-01-263-55/+78
* * eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block hasmatz2001-01-242-11/+29
* * lib/cgi.rb: fix the problem that when running under mod_rubyknu2001-01-242-1/+11
* * gc.c (rb_gc_call_finalizer_at_exit): should finalize objects inmatz2001-01-232-11/+27
* 2001-01-23eban2001-01-231-2/+2
* * gc.c (os_live_obj): do not list terminated object.matz2001-01-235-90/+121
* * mkconfig.rb: autoconf 2.49 support.eban2001-01-223-4/+8
* * parse.y (block_call): syntax restructure.matz2001-01-202-53/+54
* * parse.y (yylex): fixed serious syntax misbehavior. do'smatz2001-01-193-8/+17
* 2001-01-18eban2001-01-180-0/+0
* 2000-01-18eban2001-01-181-2/+2
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-189-44/+93
* * mkconfig.rb, win32/config.status.in: remove DEFS definition.eban2001-01-171-0/+4
* * win32/config.status.in: remove DEFS definition.eban2001-01-171-2/+0
* * mkconfig.rb: remove DEFS definition.eban2001-01-171-13/+0
* * configure.in: remove DEFS definition.eban2001-01-172-0/+5
* aamineaamine2001-01-163-11/+24
* 2001-01-15eban2001-01-151-2/+2
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-1514-56/+109
* *** empty log message ***usa2001-01-143-5/+44
* aamineaamine2001-01-135-458/+490
* * re.c (rb_reg_desc): separate RE_OPTION_MULTILINEeban2001-01-131-2/+8
* ebaneban2001-01-131-0/+7
* ebaneban2001-01-111-1/+1
* NORETURN, INLINEeban2001-01-113-6/+13
* INLINEeban2001-01-111-3/+0
* m17n cleanupeban2001-01-111-3/+1
* mbclen2 fixmatz2001-01-101-0/+2
* inline fixmatz2001-01-104-14/+14