summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-stylev1_8_1shyouhei2007-02-120-0/+0
* This commit was manufactured by cvs2svn to create tag 'v1_8_1'.(no author)2003-12-241-77/+0
* * configure.in: check for nanosleep, -lrt if required.matz2003-12-243-4/+26
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave2003-12-241-10/+7
* * stable version 1.8.1 released.matz2003-12-244-9/+13
* * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi2003-12-244-5/+15
* * lib/tsort.rb (test_orphaned_break): removed.akr2003-12-242-14/+4
* * ext/tk/sample/tkmulticolumnlist.rb: new samplenagai2003-12-244-8/+761
* * configure.in (LDSHARED): Fixed typographical error in assignment ofeban2003-12-242-1/+7
* * eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz2003-12-245-27/+54
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo2003-12-242-12/+38
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-243-0/+30
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-246-31/+68
* * MANIFEST:eban2003-12-241-7/+7
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-242-1/+6
* Michael Granger added RDoc for range.cdave2003-12-241-0/+184
* Forgot to save buffer.... sighdave2003-12-2414-1309/+1720
* * test/fileutils/test_fileutils.rb: should not create anynobu2003-12-242-1/+18
* * ext/stringio/stringio.c (strio_read): never return nil atnobu2003-12-242-4/+30
* 2003-12-24usa2003-12-241-3/+3
* * parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu2003-12-242-1/+7
* Fix doc typosdave2003-12-231-2/+3
* * io.c (read_all): do not return nil at the end of file.matz2003-12-235-50/+69
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-233-1/+1174
* * lib/optparse.rb: incomplete RDoc documentation added in place ofgsinclair2003-12-232-307/+411
* 2003-12-23eban2003-12-231-3/+3
* * test/soap/test_streamhandler.rb (test_basic_auth): removed.nahi2003-12-232-10/+9
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-233-10/+15
* Commit miss?usa2003-12-231-1/+1
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-235-12/+18
* * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940]usa2003-12-232-0/+5
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-234-3/+18
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-233-9/+37
* * test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.nahi2003-12-232-1/+12
* * lib/webrick/cgi.rb (CGI): add support for mod_ruby.gotoyuzo2003-12-224-36/+102
* * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira2003-12-222-1/+5
* * ext/iconv/iconv.c (map_charset): always ensure code is a String.nobu2003-12-222-5/+5
* * class.c (rb_mod_init_copy): always copy singleton class.nobu2003-12-223-1/+10
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-223-1/+11
* * lib/cgi.rb: reduce eval.nobu2003-12-222-68/+49
* * test/soap/test_property.rb: remove duplicated test method.nahi2003-12-222-7/+4
* * eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz2003-12-223-10/+17
* * bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa2003-12-223-2/+6
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-2211-22/+43
* * configure.in (mingw): set isnan, finite and isinf to yes.eban2003-12-222-0/+7
* Add RDoc commentsdave2003-12-221-0/+150
* 2003-12-22eban2003-12-221-3/+3
* * lib/soap/property.rb: passing block by reference.nahi2003-12-222-12/+12
* * ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz2003-12-213-3/+17
* * missing/isinf.c (isinf): typo fix.eban2003-12-211-1/+1