summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-27Some Ruby source uses Init_xxx (lower case for the class name)dave
2003-12-27* configure.in: fix "test: too many arguments" error.eban
2003-12-27Add RDoc comments for Timedave
2003-12-27RDoc comments for Symboldave
2003-12-27Add RDoc commentsdave
2003-12-27Added RDoc for class IOdave
2003-12-262003-12-27eban
2003-12-26* io.c (next_argv): warn always for stdin on inplace edit mode.matz
2003-12-26MG added RDoc comments for re.cdave
2003-12-26* io.c (rb_f_backquote): need not to check nil result.matz
2003-12-26* configure.in: check if getcontext and setcontext are available.nobu
2003-12-26lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr
2003-12-26* test/ruby/test_pack.rb: new test test_pack_N.aamine
2003-12-262003-12-26usa
2003-12-26* MANIFEST: add vms/config.h and remove vms/config.h_in.usa
2003-12-26[VMS] "rfm=stmlf" is specified for open() and fopen().akiyoshi
2003-12-26config.h_in has been renamed to config.hakiyoshi
2003-12-26add __FAST_SETJMP macro to support threads on VMSakiyoshi
2003-12-25Fix problem with rule calculationdave
2003-12-25* string.c (rb_str_update): don't return any value.usa
2003-12-25* string.c (rb_str_update): call rb_str_modify().matz
2003-12-252003-12-25eban
2003-12-24MG added RDoc comments to string.cdave
2003-12-24* eval.c (search_required): search actual file name once when nonobu
2003-12-24* configure.in: check for nanosleep, -lrt if required.matz
2003-12-24Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave
2003-12-24* stable version 1.8.1 released.matz
2003-12-24 * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi
2003-12-24* lib/tsort.rb (test_orphaned_break): removed.akr
2003-12-24* ext/tk/sample/tkmulticolumnlist.rb: new samplenagai
2003-12-24* configure.in (LDSHARED): Fixed typographical error in assignment ofeban
2003-12-24* eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz
2003-12-24* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo
2003-12-24* ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu
2003-12-24* lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu
2003-12-24* MANIFEST:eban
2003-12-24* lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo
2003-12-24Michael Granger added RDoc for range.cdave
2003-12-24Forgot to save buffer.... sighdave
2003-12-24* test/fileutils/test_fileutils.rb: should not create anynobu
2003-12-24* ext/stringio/stringio.c (strio_read): never return nil atnobu
2003-12-242003-12-24usa
2003-12-24* parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu
2003-12-23Fix doc typosdave
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-23 * lib/optparse.rb: incomplete RDoc documentation added in place ofgsinclair
2003-12-232003-12-23eban
2003-12-23 * test/soap/test_streamhandler.rb (test_basic_auth): removed.nahi
2003-12-23* io.c (rb_io_ungetc): raise an exception at unread stream tonobu