aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-297-7/+1108
* Tidy array.c RDocdave2003-12-292-2/+37
* RDoc Struct and randomdave2003-12-285-2/+282
* * lib/optparse.rb: Improved documentation.gsinclair2003-12-282-262/+260
* forgot ML pointer.usa2003-12-281-1/+1
* 2003-12-29eban2003-12-281-3/+3
* * instruby.rb: fix install directory if destdir and compile_dir areusa2003-12-287-25/+68
* RDoc comments for Proc, Method, and UnboundMethoddave2003-12-282-0/+376
* Add RDoc comments to math.cdave2003-12-282-0/+188
* * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr2003-12-283-2/+10
* Add RDoc documentation for stuff in object.cdave2003-12-288-41/+1262
* 2003-12-28eban2003-12-281-3/+3
* * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi2003-12-285-10/+19
* Thread/ThradGroup RDocdave2003-12-282-0/+605
* Fix quoting of method names in regexpdave2003-12-272-2/+7
* Add support for rules in ri outputdave2003-12-273-2/+11
* Add "Document-method:" capabilitydave2003-12-272-1/+48
* RDoc comments added by Elliott Hughesdave2003-12-272-0/+144
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-272-1/+9
* * configure.in: fix "test: too many arguments" error.eban2003-12-272-6/+10
* Add RDoc comments for Timedave2003-12-272-0/+485
* RDoc comments for Symboldave2003-12-272-0/+135
* Add RDoc commentsdave2003-12-272-0/+360
* Added RDoc for class IOdave2003-12-271-2/+819
* 2003-12-27eban2003-12-261-3/+3
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-262-12/+36
* MG added RDoc comments for re.cdave2003-12-261-0/+419
* * io.c (rb_f_backquote): need not to check nil result.matz2003-12-266-20/+41
* * configure.in: check if getcontext and setcontext are available.nobu2003-12-263-41/+38
* lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr2003-12-262-0/+6
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-262-0/+16
* 2003-12-26usa2003-12-261-3/+3
* * MANIFEST: add vms/config.h and remove vms/config.h_in.usa2003-12-263-2/+6
* [VMS] "rfm=stmlf" is specified for open() and fopen().akiyoshi2003-12-262-5/+10
* config.h_in has been renamed to config.hakiyoshi2003-12-262-61/+120
* add __FAST_SETJMP macro to support threads on VMSakiyoshi2003-12-261-0/+7
* Fix problem with rule calculationdave2003-12-251-0/+2
* * string.c (rb_str_update): don't return any value.usa2003-12-252-1/+5
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-254-15/+24
* 2003-12-25eban2003-12-251-4/+4
* MG added RDoc comments to string.cdave2003-12-241-0/+1145
* * eval.c (search_required): search actual file name once when nonobu2003-12-242-10/+14
* * 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