aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz2003-06-051-0/+9
* * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why2003-06-051-0/+4
* * ext/syck/token.c: directives choked on a period.why2003-06-051-0/+9
* * eval.c (rb_call_super): should search superclass method based onmatz2003-06-031-0/+5
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-031-0/+7
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-0/+10
* * ext/digest/defs.h: avoid warnings on Cygwin.eban2003-06-011-0/+2
* * configure.in: should not use def file, use ld witheban2003-06-011-5/+14
* * wince/string_wce.c: add strpbrk() for hpcpro support.uema22003-06-011-0/+10
* * variable.c (rb_autoload_load): autoloaded constants under a modulenobu2003-06-011-0/+5
* * parse.y (rb_intern): should handle multibyte name.usa2003-05-311-0/+4
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-301-1/+12
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-301-6/+27
* * numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu2003-05-301-0/+7
* * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.nobu2003-05-301-5/+18
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-291-0/+5
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-291-1/+9
* * variable.c (rb_autoload_load): should delete autoloadednobu2003-05-291-0/+7
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-291-1/+9
* commit missnobu2003-05-291-2/+0
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-0/+27
* * eval.c, util.c: removed duplicated includes/defines.nobu2003-05-271-1/+3
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-271-0/+5
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-261-0/+5
* * lib/optparse.rb (OptionParser::Switch::parse,nobu2003-05-261-0/+6
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-0/+13
* * bignum.c (rb_quad_pack): should negate negative bignum.nobu2003-05-251-0/+5
* * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine2003-05-241-0/+5
* * wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.uema22003-05-241-0/+12
* * eval.c (rb_longjmp): get rid of reentering while debug warning.nobu2003-05-231-0/+5
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-231-0/+8
* * pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu2003-05-231-0/+5
* removed trailing white spaces.nobu2003-05-231-180/+178
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-0/+9
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-221-0/+5
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-221-0/+8
* * eval.c (rb_define_alloc_func): need not to disablematz2003-05-221-0/+5
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-0/+8
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-0/+11
* doubled.nobu2003-05-211-5/+0
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-211-0/+10
* * eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]nobu2003-05-211-1/+3
* * eval.c (rb_thread_fd_close): raise for writing threads.nobu2003-05-211-0/+10
* * parse.y (strings, word_list): must create new instance always.nobu2003-05-211-0/+7
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu2003-05-211-0/+5
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-0/+10
* * lib/optparse.rb: get rid of warnings.nobu2003-05-211-0/+4
* * eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()matz2003-05-201-0/+5
* * object.c (init_copy): call initialize_copy at the end of copymatz2003-05-201-0/+5
* * error.c (syserr_initialize): use Errno constants as defaultnobu2003-05-201-1/+6