| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb, | kou | 2004-02-03 | 1 | -0/+14 |
| * | Retrofit entry (there was conflict): | gsinclair | 2004-02-03 | 1 | -0/+7 |
| * | * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934] | nobu | 2004-02-03 | 1 | -0/+4 |
| * | * lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style. | akr | 2004-02-02 | 1 | -0/+4 |
| * | * parse.y (block_append, new_evstr, void_expr0): remove no longer used | nobu | 2004-02-02 | 1 | -1/+6 |
| * | * dln.c (dln_load): don't specify RTLD_GLOBAL on Interix, | eban | 2004-02-02 | 1 | -0/+5 |
| * | * lib/pp.rb (Struct#pretty_print): make it 1.8 style. | akr | 2004-02-01 | 1 | -2/+7 |
| * | * lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopback | akr | 2004-02-01 | 1 | -1/+4 |
| * | * lib/resolv-replace.rb (BasicSocket#send): don't replace because | akr | 2004-02-01 | 1 | -0/+13 |
| * | Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav... | shigek | 2004-02-01 | 1 | -0/+4 |
| * | * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode. | akr | 2004-01-31 | 1 | -1/+2 |
| * | lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY. | akr | 2004-01-31 | 1 | -0/+5 |
| * | * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Used | kou | 2004-01-31 | 1 | -0/+7 |
| * | * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix. | eban | 2004-01-30 | 1 | -0/+4 |
| * | * lib/logger.rb: leading 0 padding of timestamp usec part. | nahi | 2004-01-30 | 1 | -0/+4 |
| * | * util.c (mblen): fix overrun. [ruby-dev:22672] | eban | 2004-01-29 | 1 | -0/+2 |
| * | * configure.in (DLEXT2): removed. Ruby does not treat | eban | 2004-01-29 | 1 | -0/+8 |
| * | Remove conflict from Changelog | dave | 2004-01-29 | 1 | -1/+0 |
| * | Allow link: in Tidylinks | dave | 2004-01-29 | 1 | -0/+6 |
| * | * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change. | nahi | 2004-01-29 | 1 | -0/+5 |
| * | * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to | nahi | 2004-01-29 | 1 | -0/+5 |
| * | * dir.c (glob_helper): infinite loop bug in win32 code. | matz | 2004-01-29 | 1 | -0/+5 |
| * | * lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru... | aamine | 2004-01-29 | 1 | -0/+5 |
| * | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-29 | 1 | -0/+5 |
| * | * test/rss/test_*: do $: trick while searching a module in the current | nahi | 2004-01-29 | 1 | -0/+12 |
| * | * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305] | why | 2004-01-28 | 1 | -0/+8 |
| * | * lib/rss: rss/parser.rb is always required. | kou | 2004-01-28 | 1 | -0/+4 |
| * | * test/rss/*.rb: remove "test/" prefix. | nobu | 2004-01-28 | 1 | -0/+4 |
| * | * ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715] | nobu | 2004-01-28 | 1 | -0/+4 |
| * | * lib/rss: rss library imported. [ruby-dev:22726] | matz | 2004-01-28 | 1 | -0/+4 |
| * | * misc/ruby-mode.el: better support for general delimited | matz | 2004-01-27 | 1 | -0/+16 |
| * | * ext/socket/socket.c (s_recvfrom): sending length should be an | nobu | 2004-01-27 | 1 | -0/+5 |
| * | * ext/win32ole/win32ole.c (set_argv): fix condition. | usa | 2004-01-27 | 1 | -0/+4 |
| * | * lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header): | gotoyuzo | 2004-01-26 | 1 | -0/+5 |
| * | Remove references to defout | dave | 2004-01-26 | 1 | -0/+4 |
| * | * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7 | nagai | 2004-01-26 | 1 | -0/+4 |
| * | * ext/extmk.rb: Makefiles should depend on also rbconfig.rb. | nobu | 2004-01-26 | 1 | -0/+8 |
| * | * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): third | gotoyuzo | 2004-01-25 | 1 | -0/+10 |
| * | * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): support | gotoyuzo | 2004-01-24 | 1 | -0/+11 |
| * | * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): change | gotoyuzo | 2004-01-24 | 1 | -0/+14 |
| * | * pack.c (num2i32): pack should not raise RangeError. | matz | 2004-01-22 | 1 | -1/+9 |
| * | * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ... | shugo | 2004-01-22 | 1 | -0/+6 |
| * | * lib/e2mmap.rb (VERSION): remove unnecessary version checking. | eban | 2004-01-22 | 1 | -0/+4 |
| * | * parse.y (opt_rescue): use NODE_ERRINFO() instead of | matz | 2004-01-22 | 1 | -0/+9 |
| * | * parse.y (string_content): reset lexical states at the beginning of | nobu | 2004-01-22 | 1 | -1/+6 |
| * | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -0/+18 |
| * | * missing/os2.c (chdir, getcwd): | siena | 2004-01-21 | 1 | -0/+5 |
| * | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -0/+8 |
| * | * ChangeLog: typo: RUBY_MBCHAR_MAX was RUBY_MBCHAR_MAXSIZE. | siena | 2004-01-21 | 1 | -0/+4 |
| * | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena | 2004-01-21 | 1 | -0/+8 |