summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-styleSERshyouhei2007-02-120-0/+0
* This commit was manufactured by cvs2svn to create branch 'SER'.(no author)2003-06-10705-243651/+0
* Initial revisionser2003-06-1053-0/+6674
* fix : 100% CPU problem of Tk.mainloopnagai2003-06-091-6/+27
* renew Tk.mainloopnagai2003-06-091-24/+66
* 2003-06-09eban2003-06-091-3/+3
* * configure.in: checks presence of grp.h and setgroups().nobu2003-06-093-5/+7
* * process.c (proc_getgroups, proc_setgroups): raisenobu2003-06-092-0/+17
* * wince/setup.mak: set SUBSYSTEM in each platform.uema22003-06-083-6/+14
* * 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