summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-07aamineaamine
2001-02-07aamineaamine
2001-02-06aamineaamine
2001-02-06aamineaamine
2001-02-06aamineaamine
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-31gcc-2.95.2-7(cygwin) support.eban
2001-01-29* eval.c (block_pass): return from block jumps directory tomatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-26* parse.y: clarify do ambiguity, bit more complex but naturalmatz
2001-01-24* eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block hasmatz
2001-01-24* lib/cgi.rb: fix the problem that when running under mod_rubyknu
2001-01-23* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects inmatz
2001-01-232001-01-23eban
2001-01-23* gc.c (os_live_obj): do not list terminated object.matz
2001-01-22* mkconfig.rb: autoconf 2.49 support.eban
2001-01-20* parse.y (block_call): syntax restructure.matz
2001-01-19* parse.y (yylex): fixed serious syntax misbehavior. do'smatz
2001-01-182001-01-18eban
2001-01-182000-01-18eban
2001-01-18* io.c (rb_io_s_read): new method to call IO#read frommatz
2001-01-17* mkconfig.rb, win32/config.status.in: remove DEFS definition.eban
2001-01-17* win32/config.status.in: remove DEFS definition.eban
2001-01-17* mkconfig.rb: remove DEFS definition.eban
2001-01-17* configure.in: remove DEFS definition.eban
2001-01-16aamineaamine
2001-01-152001-01-15eban
2001-01-15Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz
2001-01-14*** empty log message ***usa
2001-01-13aamineaamine
2001-01-13* re.c (rb_reg_desc): separate RE_OPTION_MULTILINEeban
2001-01-13ebaneban
2001-01-11ebaneban
2001-01-11NORETURN, INLINEeban
2001-01-11INLINEeban
2001-01-11m17n cleanupeban
2001-01-10mbclen2 fixmatz
2001-01-10inline fixmatz
2001-01-10m17n cleanup ;_;matz
2001-01-102001-01-10eban
2001-01-10NORETURNeban
2001-01-10* m17n baseline.matz
2001-01-10setres[ug]id, NORETURNeban
2001-01-10ebaneban
2001-01-10* ruby.c (load_file): typo(rb_load_fail -> rb_load_failed).eban
2001-01-09Ignore configure and rbconfig.rb too.knu
2001-01-09Add .cvsignore's.knu
2001-01-09* string.c (rb_str_reverse_bang): forgot to call rb_str_modify().matz
2001-01-09* error.c: typomatz