summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2003-08-01* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine
2003-08-01* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz
2003-08-01* ext/openssl/extconf.rb: should replace literally.nobu
2003-08-01Forgot pointer to original mail of ruby-talk.usa
2003-08-01* io.c (rb_io_check_readable, rb_io_check_writable): ensure notnobu
2003-08-01* io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings.nobu
2003-08-01* win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa
2003-08-01* eval.c (rb_call_super): propagate previous block if a block isnobu
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-07-31* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less thanmatz
2003-07-31import erb-2.0.4b4seki
2003-07-31 * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-31 * array.c (rb_ary_collect): must get length of array for eachusa
2003-07-31* ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo
2003-07-31add explicit trim modeseki
2003-07-30* lib/net/ftp.rb (return_code): obsolete.shugo
2003-07-30* lib/mkmf.rb (dir_config): allow multiple directories separatednobu
2003-07-30* marshal.c (w_object): marshal_dump should not take anymatz