aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $:nobu2004-04-083-6/+19
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-089-16/+40
* * io.c (rb_io_binmode): inverted condition. [ruby-dev:23349]nobu2004-04-082-1/+5
* 2004-04-08eban2004-04-081-3/+3
* * ext/iconv/iconv.c (iconv_s_list): return encoding list if no blocknobu2004-04-082-3/+19
* REXML CHANGESser2004-04-072-25/+21
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-0710-52/+63
* add an assertion for [0x100000000].pack("U").akr2004-04-071-0/+1
* update the document for to_path.akr2004-04-071-1/+1
* add test for [ruby-dev:23344].akr2004-04-071-1/+6
* 2004-04-07eban2004-04-071-3/+3
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-079-38/+84
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-0717-110/+221
* * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu2004-04-076-5/+23
* fix hash tuple bugseki2004-04-064-11/+63
* * configure.in: check the size of time_t.akr2004-04-063-62/+63
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-062-3/+9
* 2004-04-06eban2004-04-061-3/+3
* * MANIFEST:eban2004-04-061-0/+1
* check zlib existence.akr2004-04-061-4/+9
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-058-18/+34
* add require "drb/drb"seki2004-04-052-0/+5
* update test_new_nil.akr2004-04-051-7/+1
* * test/zlib/test_zlib.rb: new file.akr2004-04-052-0/+21
* * parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]aamine2004-04-052-3/+19
* * regexec.c: imported Oni Guruma 2.2.6.ksaito2004-04-051-0/+4
* * regparse.c, oniguruma.h: imported Oni Guruma 2.2.6.ksaito2004-04-053-90/+117
* This commit was generated by cvs2svn to compensate for changes in r6093,ksaito2004-04-051-0/+1
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-052-2/+9
* fix reference to ML: [ruby-dev:39475] to [ruby-list:39475].akr2004-04-051-1/+1
* 2004-04-05eban2004-04-051-3/+3
* Remove leading ./ from filenames so that cross references work OKdave2004-04-043-2/+7
* comments modified.akr2004-04-041-3/+3
* 2004-04-04eban2004-04-041-3/+3
* Allow multiple --exclude options to RDocdave2004-04-043-3/+14
* 2004-04-03eban2004-04-031-3/+3
* * Fixed a bug in the evaluation of XPath's 'or'ser2004-04-032-12/+18
* * ext/syck/syck.h: version 0.43.why2004-04-032-1/+5
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-024-310/+354
* * bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext.nobu2004-04-022-1/+7
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-023-13/+43
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-024-12/+24
* * eval.c (block_pass): should increment unique identifier of thematz2004-04-022-0/+6
* REXML changesser2004-04-024-7/+12
* * version.h: 2004-04-02aamine2004-04-021-3/+3
* * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]aamine2004-04-024-9/+11
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-022-15/+68
* checked in debug version in errordave2004-04-021-9/+0
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-025-26/+66
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-013-267/+202