aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-0/+26
* * dir.c (lstat): should use rb_sys_stat if lstat(2) is noteban2001-02-131-7/+12
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-1/+38
* * configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP.eban2001-02-111-0/+2
* * eval.c (stack_length): use __builtin_frame_address() only ifeban2001-02-111-0/+7
* * win32/win32.c (win32_stat): replace stat for enable when pathnameusa2001-02-091-0/+13
* ruby.c (ruby_init_loadpath): convert '\' to '/'eban2001-02-091-0/+5
* lib/mkmf.rb (create_makefile): add srcdir.eban2001-02-081-0/+6
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-0/+53
* aamineaamine2001-02-071-0/+9
* aamineaamine2001-02-071-0/+9
* aamineaamine2001-02-061-0/+6
* aamineaamine2001-02-061-0/+10
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-0/+17
* gcc-2.95.2-7(cygwin) support.eban2001-01-311-0/+7
* * eval.c (block_pass): return from block jumps directory tomatz2001-01-291-0/+5
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-0/+5
* * parse.y: clarify do ambiguity, bit more complex but naturalmatz2001-01-261-0/+5
* * eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block hasmatz2001-01-241-0/+8
* * lib/cgi.rb: fix the problem that when running under mod_rubyknu2001-01-241-0/+5
* * gc.c (rb_gc_call_finalizer_at_exit): should finalize objects inmatz2001-01-231-0/+5
* * gc.c (os_live_obj): do not list terminated object.matz2001-01-231-0/+21
* * mkconfig.rb: autoconf 2.49 support.eban2001-01-221-0/+4
* * parse.y (block_call): syntax restructure.matz2001-01-201-0/+2
* * parse.y (yylex): fixed serious syntax misbehavior. do'smatz2001-01-191-0/+6
* * io.c (rb_io_s_read): new method to call IO#read frommatz2001-01-181-1/+8
* * mkconfig.rb, win32/config.status.in: remove DEFS definition.eban2001-01-171-0/+4
* * configure.in: remove DEFS definition.eban2001-01-171-0/+4
* aamineaamine2001-01-161-0/+6
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-0/+18
* *** empty log message ***usa2001-01-141-0/+9
* aamineaamine2001-01-131-0/+7
* ebaneban2001-01-131-0/+7
* NORETURN, INLINEeban2001-01-111-0/+9
* m17n cleanup ;_;matz2001-01-101-0/+2
* NORETURNeban2001-01-101-0/+8
* setres[ug]id, NORETURNeban2001-01-101-0/+14
* ebaneban2001-01-101-4/+0
* * ruby.c (load_file): typo(rb_load_fail -> rb_load_failed).eban2001-01-101-0/+4
* * string.c (rb_str_reverse_bang): forgot to call rb_str_modify().matz2001-01-091-0/+11
* * file.c (path_check_1): should restore modified path.matz2001-01-091-0/+4
* * enum.c (enum_inject): new method.matz2001-01-091-0/+44
* ebaneban2001-01-051-0/+4
* * eval.c (rb_iterate): NODE_CFUNC does not protect its datamatz2000-12-291-0/+10
* * gc.c (mem_error): prohibit recursive mem_error().matz2000-12-291-1/+20
* matzmatz2000-12-271-14/+23
* matzmatz2000-12-261-0/+5
* matzmatz2000-12-261-0/+17
* matzmatz2000-12-251-4/+4
* 001225matz2000-12-251-2/+32