summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2001-05-17* eval.c (rb_call0): address of local_vars might change during eval.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-07* lib/ftools.rb (syscopy): chmod destination file only ifeban
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-04-022001-04-02eban
2001-03-28* object.c (rb_str2cstr): warn if string contains \0 and lengthmatz
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2001-03-26* ext/Win32API/Win32API.c: remove Init_win32api().eban
2001-03-22* ruby.h: better inline function support.matz
2001-03-21* gc.c (id2ref): sometimes confused symbol and reference.matz
2001-03-20* win32/win32.c (win32_stat): UNC support.eban
2001-03-19* dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz
2001-03-16* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz
2001-03-14* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-03-12* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.eban
2001-03-09* math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban
2001-03-07* math.c (math_log, math_log10): should return NaN if x < 0.0eban
2001-03-06* parse.y (primary): rescue and ensure clauses should be allowedmatz
2001-03-052001-03-05eban
2001-03-04* string.c (trnext): support backslash escape in String#tr.eban