aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek2004-02-012-3/+6
* MANIFEST:eban2004-02-011-18/+0
* 2004-02-01eban2004-02-011-4/+4
* From ruby_1_8 branch:gsinclair2004-02-013-322/+273
* * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr2004-01-312-1/+3
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.akr2004-01-312-0/+14
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-3124-2053/+100
* * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix.eban2004-01-302-0/+9
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-01-303-4/+8
* * util.c (mblen): fix overrun. [ruby-dev:22672]eban2004-01-292-0/+4
* * configure.in (DLEXT2): removed. Ruby does not treateban2004-01-295-9/+9
* 2004-01-29eban2004-01-291-3/+3
* Remove conflict from Changelogdave2004-01-291-1/+0
* Allow link: in Tidylinksdave2004-01-292-15/+23
* * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change.nahi2004-01-292-7/+8
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-2923-56/+10
* * dir.c (glob_helper): infinite loop bug in win32 code.matz2004-01-292-1/+6
* * lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru...aamine2004-01-292-1/+6
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-295-202/+333
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-2914-6/+39
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-284-17/+66
* * lib/rss: rss/parser.rb is always required.kou2004-01-288-59/+47
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-2810-8/+30
* 2004-01-28eban2004-01-281-3/+3
* * MANIFEST: don't need a directory.eban2004-01-281-1/+0
* * ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu2004-01-282-2/+6
* * add lib/rss file entries to MANIFEST.matz2004-01-281-0/+46
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2847-2/+6595
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-279-24/+39
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-272-3/+9
* 2004-01-27usa2004-01-271-3/+3
* * ext/win32ole/win32ole.c (set_argv): fix condition.usa2004-01-272-1/+5
* * lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header):gotoyuzo2004-01-262-1/+6
* Remove references to defoutdave2004-01-262-6/+10
* * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai2004-01-262-0/+10
* 2004-01-26nobu2004-01-261-3/+3
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-264-15/+29
* Add one_page_htmldave2004-01-252-0/+117
* * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo2004-01-251-14/+20
* * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo2004-01-251-0/+10
* 2004-01-25eban2004-01-241-3/+3
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): supportgotoyuzo2004-01-242-3/+30
* 2004-01-24usa2004-01-241-3/+3
* * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo2004-01-243-44/+99
* 2004-01-23nobu2004-01-221-3/+3
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-225-103/+64
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-222-2/+8
* * lib/e2mmap.rb (VERSION): remove unnecessary version checking.eban2004-01-222-2/+4
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-226-7/+17
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-222-1/+10