aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-267-166/+337
* 2003-05-25nobu2003-05-251-3/+3
* * bignum.c (rb_quad_pack): should negate negative bignum.nobu2003-05-252-0/+6
* * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine2003-05-242-10/+45
* * wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.uema22003-05-246-16/+64
* * eval.c (rb_longjmp): wrong jump.nobu2003-05-231-1/+1
* * eval.c (rb_longjmp): get rid of reentering while debug warning.nobu2003-05-232-5/+35
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-234-5/+12
* * pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu2003-05-232-0/+23
* removed trailing white spaces.nobu2003-05-231-180/+178