| Commit message (Expand) | Author | Age | Files | Lines |
| * | * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb, | nahi | 2004-02-15 | 1 | -0/+12 |
| * | fix TupleSpace#read, #take | seki | 2004-02-15 | 1 | -0/+5 |
| * | add IDispatch wrapper in val2variant | suke | 2004-02-15 | 1 | -0/+5 |
| * | * ruby.h, dir.c (rb_glob): add const. | ocean | 2004-02-15 | 1 | -0/+4 |
| * | * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY). | gotoyuzo | 2004-02-14 | 1 | -0/+5 |
| * | * mkconfig.rb: use fileutils.rb instead of ftools.rb. | nobu | 2004-02-14 | 1 | -0/+11 |
| * | * lib/un.rb: use OptionParser instead of getopts. | eban | 2004-02-14 | 1 | -0/+4 |
| * | import lib/drb/sample | seki | 2004-02-14 | 1 | -0/+4 |
| * | add pretty_print | seki | 2004-02-14 | 1 | -0/+4 |
| * | * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int). | matz | 2004-02-13 | 1 | -0/+4 |
| * | * lib/fileutils.rb: slighly improved documentation (sync with 1.8) | gsinclair | 2004-02-13 | 1 | -0/+4 |
| * | * test/rss/test_trackback.rb: added tests for TrackBack with RSS | kou | 2004-02-13 | 1 | -0/+16 |
| * | * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004) | nagai | 2004-02-13 | 1 | -0/+4 |
| * | * test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL.... | aamine | 2004-02-13 | 1 | -0/+5 |
| * | * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d... | aamine | 2004-02-12 | 1 | -0/+5 |
| * | * lib/ftools.rb: documented | gsinclair | 2004-02-12 | 1 | -0/+4 |
| * | * lib/base64.rb: added and tidied documentation | gsinclair | 2004-02-12 | 1 | -0/+4 |
| * | * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d... | aamine | 2004-02-12 | 1 | -0/+5 |
| * | * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error | nobu | 2004-02-12 | 1 | -0/+5 |
| * | * parse.y (rparen): ignore preceding newlines to right parentheses. | nobu | 2004-02-12 | 1 | -0/+5 |
| * | * configure.in: set ac_cv_func_link to yes to enable link() on MinGW. | eban | 2004-02-12 | 1 | -0/+5 |
| * | * win32/win32.c (link): raise NotImplementedError on Win9X. | usa | 2004-02-12 | 1 | -0/+7 |
| * | * ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning. | nobu | 2004-02-12 | 1 | -0/+4 |
| * | * lib/pathname.rb: use assert_raise instead of assert_raises. | akr | 2004-02-11 | 1 | -0/+11 |
| * | * 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 |