summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-01* ext/digest/defs.h: better support for old Cygwin, again.eban
2003-06-01* ext/digest/defs.h: better support for old Cygwin.eban
2003-06-01* ext/digest/defs.h: avoid warnings on Cygwin.eban
2003-06-01* configure.in: should not use def file, use ld witheban
2003-06-01* wince/string_wce.c: add strpbrk() for hpcpro support.uema2
2003-06-012003-06-01nobu
2003-06-01* variable.c (rb_autoload_load): autoloaded constants under a modulenobu
2003-05-31* parse.y (rb_intern): should handle multibyte name.usa
2003-05-30* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why
2003-05-30remove conflictnobu
2003-05-302003-05-31eban
2003-05-30* io.c (rb_f_syscall): type dispatch should be based onmatz
2003-05-30* numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu
2003-05-30* eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu
2003-05-302003-05-30eban
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-29backoutnobu
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-292003-05-29nobu
2003-05-29commit missnobu
2003-05-29* eval.c (ev_const_defined, ev_const_get), variable.cnobu
2003-05-272003-05-27eban
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-262003-05-26eban
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-252003-05-25nobu
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): wrong jump.nobu
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-222003-05-23eban
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-222003-05-22eban
2003-05-21doubled.nobu
2003-05-21* error.c (rb_sys_fail): should not specify errno explicitly.matz
2003-05-21commit missnobu