aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (value_expr0): class and module statements should not bematz2003-06-078-61/+175
* 2003-06-06nobu2003-06-061-3/+3
* * eval.c (error_print): needs to be exception proof.nobu2003-06-063-25/+74
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-0611-36/+53
* * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz2003-06-066-31/+104
* * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...aamine2003-06-063-7/+24
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-055-63/+76
* * wince/stdlib.c: add mblen().uema22003-06-052-0/+21
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-06-056-8/+111
* * ext/curses/curses.c (window_s_allocate,curses_finalize):eban2003-06-052-3/+7
* 2003-06-05eban2003-06-051-3/+3
* * math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz2003-06-057-2/+36
* * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why2003-06-053-15/+45
* * ext/syck/token.c: directives choked on a period.why2003-06-057-193/+326
* * eval.c (rb_call_super): should search superclass method based onmatz2003-06-032-10/+13
* 2003-06-03eban2003-06-031-3/+3
* * eval.c (rb_call): typo.matz2003-06-031-1/+1
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-039-50/+62
* 2003-06-02eban2003-06-021-3/+3
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-0212-56/+113
* context.rb typo, thank rubikichi-sankeiju2003-06-011-1/+1
* * ext/digest/defs.h: better support for old Cygwin, again.eban2003-06-011-1/+1
* * ext/digest/defs.h: better support for old Cygwin.eban2003-06-011-1/+1
* * ext/digest/defs.h: avoid warnings on Cygwin.eban2003-06-012-1/+3
* * configure.in: should not use def file, use ld witheban2003-06-014-22/+27
* * wince/string_wce.c: add strpbrk() for hpcpro support.uema22003-06-015-14/+57
* 2003-06-01nobu2003-06-011-4/+4
* * variable.c (rb_autoload_load): autoloaded constants under a modulenobu2003-06-012-10/+5
* * parse.y (rb_intern): should handle multibyte name.usa2003-05-312-2/+6
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-305-282/+417
* remove conflictnobu2003-05-301-12/+0
* 2003-05-31eban2003-05-301-3/+3
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-306-31/+69
* * numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu2003-05-303-8/+60
* * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu2003-05-303-22/+40
* 2003-05-30eban2003-05-301-3/+3
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-292-63/+66
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-295-561/+477
* backoutnobu2003-05-291-5/+5
* * variable.c (rb_autoload_load): should delete autoloadednobu2003-05-292-2/+22
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-294-7/+15
* 2003-05-29nobu2003-05-291-3/+3
* commit missnobu2003-05-291-2/+0
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-296-156/+287
* 2003-05-27eban2003-05-271-3/+3
* * eval.c, util.c: removed duplicated includes/defines.nobu2003-05-273-13/+3
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-272-2/+7
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-264-5/+10
* 2003-05-26eban2003-05-261-3/+3
* * lib/optparse.rb (OptionParser::Switch::parse,nobu2003-05-262-3/+9