summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-12-28eban2003-12-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi2003-12-285-10/+19
| | | | | | | | | [ruby-talk:88852] * test/csv/{bom.csv,mac.csv}: removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Thread/ThradGroup RDocdave2003-12-282-0/+605
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix quoting of method names in regexpdave2003-12-272-2/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add support for rules in ri outputdave2003-12-273-2/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add "Document-method:" capabilitydave2003-12-272-1/+48
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* RDoc comments added by Elliott Hughesdave2003-12-272-0/+144
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-272-1/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: fix "test: too many arguments" error.eban2003-12-272-6/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add RDoc comments for Timedave2003-12-272-0/+485
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* RDoc comments for Symboldave2003-12-272-0/+135
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add RDoc commentsdave2003-12-272-0/+360
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added RDoc for class IOdave2003-12-271-2/+819
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-12-27eban2003-12-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-262-12/+36
| | | | | | | | | * io.c (read_all): need to check string value. * io.c (argf_read): allow ARGF.read(nil). [ruby-dev:22433] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MG added RDoc comments for re.cdave2003-12-261-0/+419
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_f_backquote): need not to check nil result.matz2003-12-266-20/+41
| | | | | | | | | | | | | | | [ruby-core:02078] * io.c (rb_io_getline): should return nil on eof, even when nil rs is specified. [ruby-core:02077] * pack.c (pack_pack): add sign check for 'i', and 'l'. [ruby-dev:22427] * bignum.c (rb_quad_pack): add range check for 'quad int'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: check if getcontext and setcontext are available.nobu2003-12-263-41/+38
| | | | | | | * eval.c: use presence of getcontext/setcontext. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr2003-12-262-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-262-0/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-12-26usa2003-12-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: add vms/config.h and remove vms/config.h_in.usa2003-12-263-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* [VMS] "rfm=stmlf" is specified for open() and fopen().akiyoshi2003-12-262-5/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* config.h_in has been renamed to config.hakiyoshi2003-12-262-61/+120
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add __FAST_SETJMP macro to support threads on VMSakiyoshi2003-12-261-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix problem with rule calculationdave2003-12-251-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_update): don't return any value.usa2003-12-252-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-254-15/+24
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-12-25eban2003-12-251-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MG added RDoc comments to string.cdave2003-12-241-0/+1145
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (search_required): search actual file name once when nonobu2003-12-242-10/+14
| | | | | | | extension specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: check for nanosleep, -lrt if required.matz2003-12-243-4/+26
| | | | | | | | | | | | | [ruby-core:02059] * eval.c (thread_timer): use select(2) if nanosleep(2) is not available. * eval.c: check __stub_getcontext for glibc on some platforms. [ruby-list:38984] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out ↵dave2003-12-241-10/+7
| | | | | | of step. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * stable version 1.8.1 released.matz2003-12-244-9/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi2003-12-244-5/+15
| | | | | | | | test/xsd/test_xsd.rb: use "(-1.0 / (1.0 / 0.0))" instead of "-0.0" to express -0.0. [ruby-talk:88786] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tsort.rb (test_orphaned_break): removed.akr2003-12-242-14/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/tkmulticolumnlist.rb: new samplenagai2003-12-244-8/+761
| | | | | | | * ext/tk/sample/tkmultilistframe.rb: bug fix git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (LDSHARED): Fixed typographical error in assignment ofeban2003-12-242-1/+7
| | | | | | | | LDSHARED for Rhapsody which caused linking of extension modules to fail. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (catch_timer): do not call rb_thread_schedule() inside tomatz2003-12-245-27/+54
| | | | | | | | | | | | | | | | | | | avoid pthread_mutex_lock() deadlock. interrupts to system calls are detected by TRAP_END via EINTR error. * eval.c (thread_timer): do not post signal unless it is absolutely necessary. * rubysig.h (TRAP_END): add CHECK_INTS to switch thread. * regex.c (re_compile_pattern): check if nextp is smaller than pend. [ruby-dev:22372] * eval.c (umethod_bind): remove method overridden check. [ruby-dev:22366] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo2003-12-242-12/+38
| | | | | | | | | status by SSL_get_error(). * ext/openssl/ossl_ssl.c (ossl_ssl_write): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-243-0/+30
| | | | | | | | | | when returning nil. [ruby-dev:22363] * test/ruby/ut_eof.rb (TestEOF::test_eof_0, TestEOF::test_eof_1): add buffer argument tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-246-31/+68
| | | | | | | | | | | | | * lib/test/unit/autorunner.rb: show output_level in order. * lib/test/unit/collector/dir.rb: get rid of successive same directories in load path. * test/testunit/test_assertions.rb (test_assert_nothing_raised, test_assert_raise): test for modules. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST:eban2003-12-241-7/+7
| | | | | | | | | | Added file: ruby/lib/rdoc/generators/template/html/old_html.rb Removed file: ruby/lib/rdoc/generators/template/html/css2.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-242-1/+6
| | | | | | | strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Michael Granger added RDoc for range.cdave2003-12-241-0/+184
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Forgot to save buffer.... sighdave2003-12-2414-1309/+1720
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb: should not create anynobu2003-12-242-1/+18
| | | | | | | files or directories in current directory. [ruby-talk:88724] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/stringio/stringio.c (strio_read): never return nil atnobu2003-12-242-4/+30
| | | | | | | | | | unlimited read. [ruby-dev:22334] * ext/stringio/stringio.c (strio_read): support second argument. [ruby-dev:22350] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2003-12-24usa2003-12-241-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu2003-12-242-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e