summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-08-11* lib/debug.rb(debug_command): inspection command should inspect resultingnahi
2003-08-11* eval.c (rb_call_super): do not use rb_block_given_p() formatz
2003-08-10* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo
2003-08-09* cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'eban
2003-08-09* marshal.c (w_object): do not dump generic instance variable whenmatz
2003-08-08Invalid date.shigek
2003-08-08F style output(like 1234.56789) implemented to to_s method.shigek
2003-08-08* marshal.c (w_object): should set `c_arg' at first.matz
2003-08-08* bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program.eban
2003-08-07* lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo
2003-08-07* cygwin/GNUmakefile: add forwarding DLL target for cygwin.eban
2003-08-07* cygwin/GNUmakefile: better --disbale-shared option support.eban
2003-08-07* eval.c (rb_f_at_exit): should not be called without a block.matz
2003-08-06* eval.c (rb_call0): forgot to pop ruby_class.matz
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-08-06* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that ofknu
2003-08-06BigDecimal change.shigek
2003-08-06 * lib/test/unit/testcase.rb: Added equality checking.ntalbott
2003-08-06* lib/mkmf.rb (have_library): treat nil function name as "main".nobu
2003-08-06* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu
2003-08-05 * ext/Setup*: add io/wait and openssl.usa
2003-08-05* lib/net/http.rb: update document.aamine
2003-08-05* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz
2003-08-05* lib/fileutils.rb (install): should preserve timestamp only.eban
2003-08-05* eval.c (rb_load): should preserve current source file/line.nobu
2003-08-04* doc/NEWS, doc/ChangeLog-1.8.0: added.matz
2003-08-04* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz
2003-08-04* lib/test/unit/ui/console/testrunner.rb: Flushed io in thematz
2003-08-04* util.h: remove unnecessary parentheses. [ruby-dev:20879]nobu
2003-08-04* lib/net/imap.rb (receive_responses): raise exception toshugo
2003-08-04* lib/net/imap.rb: convert RD to RDoc.shugo
2003-08-03 * win32/win32.c (rb_w32_utime): never use utime() of C runtime.usa
2003-08-03* eval.c (rb_call_super): should propagate previous block fornobu
2003-08-03* lib/scanf.rb: import. [back-dated to July 19]dblack
2003-08-03* eval.c (call_trace_func): clear exception flag temporarily.nobu
2003-08-03* lib/un.h (help): new. % ruby -run -e help cpeban
2003-08-03* regex.h (re_mbctab): should refer to RUBY_EXPORT. [ruby-ext:02199]eban
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz
2003-08-02* lib/webrick/https.rb: change an option name.gotoyuzo
2003-08-02* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine
2003-08-02* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.matz
2003-08-02* ext/extmk.rb (--no-undefined): annoying option removed.eban
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-08-02* variable.c (classname): find regular class name if not set.nobu
2003-08-02type fixnobu
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy
2003-08-01forgot to check in.aamine
2003-08-01* gc.c (rb_gc_mark_locations): no need to swap arguments.nobu
2003-08-01set dldpath on darwinseki