summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-05-29* ext/syck/token.c: preserve any indentation passed an explicitwhy
2003-05-29* ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why
2003-05-29* variable.c (rb_autoload_load): should delete autoloadednobu
2003-05-29* win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban
2003-05-29commit missnobu
2003-05-29* eval.c (ev_const_defined, ev_const_get), variable.cnobu
2003-05-27* eval.c, util.c: removed duplicated includes/defines.nobu
2003-05-27* ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu
2003-05-26* lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu
2003-05-26* lib/optparse.rb (OptionParser::Switch::parse,nobu
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-25* bignum.c (rb_quad_pack): should negate negative bignum.nobu
2003-05-24* lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine
2003-05-24* wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.uema2
2003-05-23* eval.c (rb_longjmp): get rid of reentering while debug warning.nobu
2003-05-23* eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz
2003-05-23* pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu
2003-05-23removed trailing white spaces.nobu
2003-05-22* lib/token.c: single- and double-quoted root-level fix.why
2003-05-22* object.c (rb_obj_clone): defer copying freezing state aftermatz
2003-05-22* gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz
2003-05-22* eval.c (rb_define_alloc_func): need not to disablematz
2003-05-22* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-21doubled.nobu
2003-05-21* error.c (rb_sys_fail): should not specify errno explicitly.matz
2003-05-21* eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]nobu
2003-05-21* eval.c (rb_thread_fd_close): raise for writing threads.nobu
2003-05-21* parse.y (strings, word_list): must create new instance always.nobu
2003-05-21* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu
2003-05-21* error.c (syserr_initialize): prohibit specifying errno formatz
2003-05-21* lib/optparse.rb: get rid of warnings.nobu
2003-05-20* eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()matz
2003-05-20* object.c (init_copy): call initialize_copy at the end of copymatz
2003-05-20* error.c (syserr_initialize): use Errno constants as defaultnobu
2003-05-20* st.h: define ST_DATA_T_DEFINED for portability.eban
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
2003-05-20* win32/win32.c (kill): set errno after calling raise().usa
2003-05-20* eval.c (rb_f_missing): create exception instance by ordinalnobu
2003-05-19* lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why
2003-05-19* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-05-19* class.c: add #include "version.h".aamine
2003-05-19* object.c (rb_mod_cmp): stupid comparison fixed.matz
2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz
2003-05-19modify ChangeLog.aamine
2003-05-19* array.c (get_inspect_tbl): check whether inspect_tbl value is amatz
2003-05-19* re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine
2003-05-18use warn() instead of $stderr.puts().tadf