| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escaping | nagai | 2004-02-11 | 1 | -0/+5 |
| * | typo. | nobu | 2004-02-10 | 1 | -1/+1 |
| * | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu | 2004-02-10 | 1 | -0/+11 |
| * | * eval.c (umethod_bind): perge unused check. [ruby-dev:22850] | nobu | 2004-02-10 | 1 | -0/+4 |
| * | * string.c (rb_str_match): raise TypeError when both arguments are | usa | 2004-02-10 | 1 | -0/+10 |
| * | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 1 | -0/+20 |
| * | * process.c (detach_process_watcher): return the last status. | nobu | 2004-02-09 | 1 | -0/+5 |
| * | * lib/pp.rb (PP::PPMethods::object_address_group): suppress negative | nobu | 2004-02-08 | 1 | -0/+5 |
| * | * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle): | akira | 2004-02-08 | 1 | -0/+5 |
| * | * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests for | akira | 2004-02-08 | 1 | -0/+5 |
| * | * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle): | akira | 2004-02-08 | 1 | -0/+5 |
| * | * lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru... | aamine | 2004-02-08 | 1 | -0/+5 |
| * | Added ruby-dev number | ocean | 2004-02-08 | 1 | -1/+1 |
| * | * dir.c (glob_helper): Dir.glob('**/') did not work. | ocean | 2004-02-08 | 1 | -0/+4 |
| * | * dir.c (fnmatch): | ocean | 2004-02-07 | 1 | -0/+9 |
| * | * lib/irb/init.rb (IRB.rc_files): yield possible rc file names. | nobu | 2004-02-07 | 1 | -1/+8 |
| * | Support https in hyperlinks | dave | 2004-02-06 | 1 | -0/+5 |
| * | * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous | nahi | 2004-02-06 | 1 | -0/+5 |
| * | * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instance | nahi | 2004-02-06 | 1 | -0/+5 |
| * | * test/ruby/test_proc.rb (TestProc::test_eq): added a | akira | 2004-02-06 | 1 | -1/+6 |
| * | * test/ruby/test_proc.rb (TestProc::test_eq): added tests for | akira | 2004-02-06 | 1 | -0/+5 |
| * | * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reverse | nobu | 2004-02-06 | 1 | -0/+5 |
| * | * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610] | nobu | 2004-02-06 | 1 | -0/+6 |
| * | * lib/prettyprint.rb (PrettyPrint#first?): obsoleted. | akr | 2004-02-05 | 1 | -0/+4 |
| * | * lib/prettyprint.rb (PrettyPrint#seplist): added. | akr | 2004-02-05 | 1 | -0/+12 |
| * | * file.c (rb_stat_mode): should not sign-expand, so backout. | nobu | 2004-02-04 | 1 | -1/+5 |
| * | * file.c (test_l): fix wrong method name in document. | akr | 2004-02-03 | 1 | -0/+10 |
| * | * 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 |