summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-072003-08-07eban
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-06Just small change.shigek
2003-08-06Comparison results adjusted to Float's.shigek
2003-08-06BigDecimal change.shigek
2003-08-06 * lib/test/unit/testcase.rb: Added equality checking.ntalbott
2003-08-062003-08-06eban
2003-08-06RD -> RDoc by William Webbergsinclair
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-05RDoc updated by William Webbergsinclair
2003-08-05Trailing 0s in split removed.(to_digits changed).shigek
2003-08-05Trailing 0s in split removed. & bug in floor fixed.shigek
2003-08-05RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair
2003-08-05Bug in to_digits fixed.shigek
2003-08-05Trailing 0s in to_s removed. & Bug in VpFrac fixed.shigek
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-052003-08-05eban
2003-08-05* eval.c (rb_load): should preserve current source file/line.nobu
2003-08-05Unnecessary comments removed.shigek
2003-08-05Fix: coerce in comparisons.shigek
2003-08-05* lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju
2003-08-05* lib/irb/ruby-lec.rb: support %W-notation.keiju
2003-08-05doc/NEWS: typo fix(CVS -> CSV).eban
2003-08-04Typo pointed out by Javier Goizueta fixed.shigek
2003-08-04* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz
2003-08-04add doc/ChangeLog-1.8.0nobu
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-042003-08-04eban
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-04* lib/net/imap.rb: convert RD to RDoc.shugo
2003-08-03* ready to use 'validatecommand' option of TkEntry/TkSpinbox widgetnagai
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* typo bugnagai
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