aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/Win32API/Win32API.c: remove Init_win32api().eban2001-03-261-2/+2
* * ruby.h: better inline function support.matz2001-03-221-2/+2
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-2/+2
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-2/+2
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-2/+2
* * dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz2001-03-161-2/+2
* * eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz2001-03-141-2/+2
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-2/+2
* * lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban2001-03-121-2/+2
* * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban2001-03-091-2/+2
* * math.c (math_log, math_log10): should return NaN if x < 0.0eban2001-03-071-2/+2
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-061-2/+2
* 2001-03-05eban2001-03-051-2/+2
* * string.c (trnext): support backslash escape in String#tr.eban2001-03-041-2/+2
* 2001-02-28eban2001-02-281-2/+2
* 2001-02-27eban2001-02-271-2/+2
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-2/+2
* * win32/win32.c (myrename): fix error handling.eban2001-02-241-2/+2
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-2/+2
* 2001-02-19eban2001-02-191-2/+2
* 2001-02-18eban2001-02-181-2/+2
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-2/+2
* 2001-02-15eban2001-02-151-2/+2
* 2001-02-14eban2001-02-141-2/+2
* 2001-02-13eban2001-02-131-2/+2
* * eval.c (stack_length): use __builtin_frame_address() only ifeban2001-02-111-2/+2
* ruby.c (ruby_init_loadpath): convert '\' to '/'eban2001-02-091-2/+2