summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-162001-08-16eban
2001-08-14* range.c (range_step): new method.matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-31* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz
2001-07-262001-07-26eban
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-122001-07-12eban
2001-07-03credit rb_name_error() fix to Nobuyoshi Nakada.matz
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-192001-06-19eban
2001-06-12* eval.c (method_eq): new method Method#==. [new]matz
2001-06-07* parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz
2001-06-06* parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-06-012001-06-01eban
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-282001-05-28eban
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-22* variable.c (rb_alias_variable): should not allow variablematz
2001-05-21* bignum.c (rb_big2str): t should be protected from GC.matz