aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* 2001-12-21eban2001-12-211-2/+2
* * lib/mkmf.rb (with_destdir): new.nobu2001-12-201-2/+2
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-2/+2
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-2/+2
* 2001-12-17eban2001-12-171-2/+2
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-131-2/+2
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-2/+2
* 20011209nobu2001-12-091-2/+2
* 2001-12-03eban2001-12-031-2/+2
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-2/+2
* 2001-11-25usa2001-11-251-2/+2
* 2001-11-22eban2001-11-221-2/+2
* 2001-11-20eban2001-11-201-2/+2
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+2
* * parse.y: needless conditionals.nobu2001-11-181-2/+2
* 20011115nobu2001-11-151-2/+2
* 2001-11-13usa2001-11-131-2/+2
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-2/+2
* gc patchmatz2001-11-021-4/+4
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-2/+2
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-311-2/+2
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-2/+2
* * 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