aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * rubytest.rb: add library path to include standard libraries.eban2003-06-191-0/+4
* * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive tousa2003-06-191-0/+5
* added changelogs about zlibkatsu2003-06-181-2/+17
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-0/+13
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-0/+12
* * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa2003-06-171-0/+4
* * eval.c: remove rb_cBlock.matz2003-06-171-0/+4
* * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban2003-06-161-0/+4
* * eval.c (proc_invoke): format the message for localjump_error().nobu2003-06-161-0/+4
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-161-0/+7
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-0/+5
* * bcc32/Makefile.sub: undefine HAVE_GETGROUPS.eban2003-06-161-0/+4
* * regex.c (calculate_must_string): should handle option_setmatz2003-06-161-0/+8
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2003-06-141-7/+12
* * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.shugo2003-06-131-0/+6
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-101-0/+15
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-0/+12
* * configure.in: checks presence of grp.h and setgroups().nobu2003-06-091-1/+3
* * process.c (proc_getgroups, proc_setgroups): raisenobu2003-06-091-0/+5
* * wince/setup.mak: set SUBSYSTEM in each platform.uema22003-06-081-0/+6
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-0/+19
* * eval.c (error_print): needs to be exception proof.nobu2003-06-061-7/+22
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-4/+20
* * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz2003-06-061-0/+16
* * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility...aamine2003-06-061-0/+7
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-0/+6
* * wince/stdlib.c: add mblen().uema22003-06-051-0/+4
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-06-051-0/+9
* * ext/curses/curses.c (window_s_allocate,curses_finalize):eban2003-06-051-0/+5
* * 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