aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (flo_eq): workaround for bcc32's bug.eban2004-04-142-0/+8
* 2004-04-14eban2004-04-141-3/+3
* * defines.h: include <net/socket.h> to get fd_set definition in BeOS.ocean2004-04-142-1/+9
* change pattern matching [druby-ja:98]seki2004-04-133-2/+12
* * bcc32/Makefile.sub (PHONY): Borland make disallows empty commandnobu2004-04-132-0/+7
* * lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine2004-04-132-3/+8
* * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine2004-04-132-17/+129
* 2004-04-13eban2004-04-131-3/+3
* * common.mk: changed the order of ascii.c alphabetically.ksaito2004-04-122-4/+8
* enable document for Kernel.open.akr2004-04-121-1/+1
* * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu2004-04-122-1/+5
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-122-1/+7
* 2004-04-12eban2004-04-121-3/+3
* * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean2004-04-122-11/+27
* ML referencenobu2004-04-111-1/+1
* 2004-04-11nobu2004-04-111-3/+3
* * ruby.c (require_libraries): restore source file/line afternobu2004-04-112-3/+11
* Forgot to check special case at top leveldave2004-04-112-2/+8
* 2004-04-10eban2004-04-101-3/+3
* Fix :enddoc"dave2004-04-103-3/+8
* Fixed problem with \_cat_<b>dog</b>dave2004-04-093-16/+13
* 2004-04-09eban2004-04-091-3/+3
* * dir.c (has_magic, find_dirsep): incomplete '[' matches no characterocean2004-04-092-20/+65
* commit miss. _nonobu2004-04-081-3/+0
* * test/soap/calc/test_calc_cgi.rb: not parent, parent directory of it.nobu2004-04-081-1/+1
* * 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