aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2004-04-01nahi2004-04-011-4/+4
* add test_symmetry_bignum.akr2004-04-011-0/+6
* * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URInahi2004-04-013-2/+26
* add test_pack_U.akr2004-04-011-0/+11
* add 2 assertions.akr2004-03-311-0/+2
* add a test. [ruby-dev:22619]akr2004-03-311-4/+14
* * time.c (year_leap_p): new function.akr2004-03-312-8/+95
* 2004-03-31nobu2004-03-311-3/+3
* * intern.h: provide proper prototypes. [ruby-core:02724]nobu2004-03-313-6/+10
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-314-8/+32
* * lib/delegate.rb (DelegateClass): define internal methods of thenobu2004-03-312-7/+12
* more tests for Time.utc.akr2004-03-311-5/+29
* add test for minimum 32bit signed time_t for Time.utc.akr2004-03-301-1/+2
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-1/+1