summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-0218-255/+1427
* 2004-01-01eban2004-01-011-5/+5
* Fix problem with ambiguous names in nested classesdave2004-01-011-1/+1
* Fix problem with "// in sss.c" filenames not being relativedave2003-12-312-1/+8
* Fix problem with private alias to public methoddave2003-12-312-3/+13
* 2003-12-31eban2003-12-301-3/+3
* Add RDoc for kernel functions, and tidy updave2003-12-3011-29/+646
* 2003-12-30eban2003-12-301-3/+3
* Fix problem when class name is also a method namedave2003-12-303-6/+25
* Fix parse problem with complex yieldsdave2003-12-292-2/+20
* 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
* RDoc Proc, Method, 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
* * ChangeLog: text format.nahi2003-12-281-2/+2
* * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi2003-12-285-8/+17
* 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/+50
* 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/+7
* * 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 comments to numeric.cdave2003-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-266-30/+75
* MG added RDoc comments for re.cdave2003-12-261-0/+419
* 2003-12-26eban2003-12-261-3/+3
* * 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
* Backport fix to add_rules to 1.8 (sorry, NaHi)dave2003-12-261-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-253-18/+1180
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2003-12-252-4152/+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