aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-2/+2
* 2001-10-22eban2001-10-221-2/+2
* * variable.c (remove_trace): should not access already freed area.nobu2001-10-211-2/+2
* * marshal.c (w_uclass): cloned class is not usernobu2001-10-191-2/+2
* 20011017nobu2001-10-171-2/+2
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-2/+2
* 20011015nobu2001-10-151-2/+2
* 2001-10-10eban2001-10-101-2/+2
* * process.c (Init_process): activate the case NT.eban2001-10-091-2/+2
* 2001-10-05eban2001-10-051-2/+2
* * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban2001-10-041-2/+2
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-2/+2
* 20010920nobu2001-09-201-2/+2
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-2/+2
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-2/+2
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-2/+2
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-2/+2
* 2001-09-01nobu2001-09-011-2/+2
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-2/+2
* 2001-08-24eban2001-08-241-2/+2
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-2/+2
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-2/+2
* 2001-08-16eban2001-08-161-2/+2
* * range.c (range_step): new method.matz2001-08-141-2/+2
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-2/+2
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-2/+2
* 2001-07-26eban2001-07-261-2/+2
* * regex.c (re_search): should consider reverse search.matz2001-07-141-2/+2
* 2001-07-12eban2001-07-121-2/+2
* credit rb_name_error() fix to Nobuyoshi Nakada.matz2001-07-031-2/+2
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-2/+2
* 2001-06-19eban2001-06-191-2/+2
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-121-2/+2
* * parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz2001-06-071-2/+2
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-061-2/+2
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-2/+2
* 2001-06-01eban2001-06-011-2/+2
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-4/+4
* 2001-05-28eban2001-05-281-2/+2
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-2/+2
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-221-2/+2
* * bignum.c (rb_big2str): t should be protected from GC.matz2001-05-211-2/+2
* * eval.c (rb_call0): address of local_vars might change during eval.matz2001-05-171-2/+2
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-2/+2
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-2/+2
* * lib/ftools.rb (syscopy): chmod destination file only ifeban2001-05-071-2/+2
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-2/+2
* 2001-04-02eban2001-04-021-2/+2
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-2/+2
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-2/+2