aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/base64.rb: added and tidied documentationgsinclair2004-02-122-25/+59
* * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...aamine2004-02-122-1/+6
* * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu2004-02-122-1/+6
* * parse.y (rparen): ignore preceding newlines to right parentheses.nobu2004-02-122-14/+22
* * configure.in: set ac_cv_func_link to yes to enable link() on MinGW.eban2004-02-122-0/+6
* 2004-02-12usa2004-02-121-3/+3
* * win32/win32.c (link): raise NotImplementedError on Win9X.usa2004-02-123-4/+10
* * ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu2004-02-122-1/+5
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-115-70/+81
* 2004-02-11nobu2004-02-111-3/+3
* * ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai2004-02-112-25/+113
* typo.nobu2004-02-101-1/+1
* * eval.c (method_proc): return bound Proc object. [ruby-dev:22854]nobu2004-02-105-15/+34
* * object.c (rb_obj_clone, rb_obj_dup): mentioned aboutnobu2004-02-101-0/+8
* * eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu2004-02-102-6/+4
* 2004-02-10usa2004-02-101-3/+3
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-02-106-31/+16
* * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu2004-02-092-19/+19
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-0/+1
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-0914-96/+453
* 2004-02-09nobu2004-02-091-3/+3
* * process.c (detach_process_watcher): return the last status.nobu2004-02-092-4/+14
* wrong commit.nobu2004-02-081-1/+1
* * lib/pp.rb (PP::PPMethods::object_address_group): suppress negativenobu2004-02-082-1/+6
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-082-0/+11
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-082-0/+11
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-082-0/+22
* * lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...aamine2004-02-082-10/+15
* Added ruby-dev numberocean2004-02-081-1/+1
* 2004-02-08nobu2004-02-081-3/+3
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-0/+4
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-28/+31
* * dir.c (fnmatch):ocean2004-02-071-0/+9
* 2004-02-07nobu2004-02-071-3/+3
* Did some styles (no change to behavior)ocean2004-02-071-34/+15
* * dir.c (fnmatch):ocean2004-02-070-0/+0
* * dir.c (fnmatch):ocean2004-02-071-2/+2
* * lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu2004-02-073-8/+55
* Support https in hyperlinksdave2004-02-062-1/+6
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previousnahi2004-02-062-1/+5
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instancenahi2004-02-062-0/+6
* * test/ruby/test_proc.rb (TestProc::test_eq): added aakira2004-02-062-4/+12
* * test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira2004-02-062-0/+22
* 2004-02-06nobu2004-02-061-3/+3
* * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu2004-02-062-8/+49
* * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu2004-02-063-0/+32
* * lib/prettyprint.rb (PrettyPrint#first?): obsoleted.akr2004-02-052-3/+36
* 2004-02-05nobu2004-02-051-3/+3
* * lib/prettyprint.rb (PrettyPrint#seplist): added.akr2004-02-054-19/+32
* * file.c (rb_stat_mode): should not sign-expand, so backout.nobu2004-02-042-1/+9