summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2002-01-042002-01-05eban
2002-01-042002-01-05eban
2002-01-042002-01-05eban
2001-12-31* parse.y (yycompile): always store copy of filename.nobu
2001-12-28* array.c (rb_cmpint): fixed typo.nobu
2001-12-27* bignum.c (rb_cstr2inum): deny "0_".nobu
2001-12-26* bignum.c (rb_cstr2inum): allow "0\n" and so on.nobu
2001-12-212001-12-21eban
2001-12-20* lib/mkmf.rb (with_destdir): new.nobu
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-172001-12-17eban
2001-12-13* time.c (time_new_internal): avoid loop to calculate negativematz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-12-0920011209nobu
2001-12-032001-12-03eban
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-252001-11-25usa
2001-11-222001-11-22eban
2001-11-202001-11-20eban
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-18* parse.y: needless conditionals.nobu
2001-11-1520011115nobu
2001-11-132001-11-13usa
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-11-02gc patchmatz
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-10-31* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz
2001-10-30* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-222001-10-22eban
2001-10-21* variable.c (remove_trace): should not access already freed area.nobu
2001-10-19* marshal.c (w_uclass): cloned class is not usernobu
2001-10-1720011017nobu
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-1520011015nobu
2001-10-102001-10-10eban
2001-10-09* process.c (Init_process): activate the case NT.eban
2001-10-052001-10-05eban
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-2020010920nobu
2001-09-19* string.c (rb_str_init): String.new() => ""matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-09-012001-09-01nobu
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-242001-08-24eban
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz