| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eavl.c (proc_eq): compare also arguments and environment. | nobu | 2004-01-16 | 1 | -0/+5 |
| * | * marshal.c (class2path): get class path and check referable. | nobu | 2004-01-16 | 1 | -0/+5 |
| * | * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585) | nobu | 2004-01-15 | 1 | -0/+7 |
| * | * test/inlinetest.rb (InlineTest::eval_part): eval under the top | nobu | 2004-01-14 | 1 | -0/+5 |
| * | * test/inlinetest.rb (InlineTest::loadtest): require instead of | nobu | 2004-01-14 | 1 | -0/+5 |
| * | * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform. | nobu | 2004-01-14 | 1 | -0/+4 |
| * | * MANIFEST: add test/net/test_httpheader.rb. (commit miss?) | usa | 2004-01-14 | 1 | -0/+4 |
| * | * ext/syck/rubyext.c: omission of Date library code caused | why | 2004-01-13 | 1 | -0/+5 |
| * | * ext/tk/lib/tk.rb: use $0 as the default application class name. | nagai | 2004-01-13 | 1 | -0/+4 |
| * | * parse.y (primary): allow no "when" case. [ruby-dev:22578] | matz | 2004-01-13 | 1 | -0/+8 |
| * | * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities): | nobu | 2004-01-13 | 1 | -0/+5 |
| * | * test/test_*.rb: Pathname#parent -> Pathname#dirname. | nahi | 2004-01-13 | 1 | -0/+4 |
| * | * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}): | nobu | 2004-01-13 | 1 | -1/+6 |
| * | * ext/syck/bytecode.c: turn off default implicit typing. | why | 2004-01-12 | 1 | -0/+11 |
| * | Display full name in class list | dave | 2004-01-12 | 1 | -0/+5 |
| * | * file.c (test_wr): Rdoc fix. [ruby-core:02225] | matz | 2004-01-12 | 1 | -0/+4 |
| * | Try to use DESTDIR when installing | dave | 2004-01-12 | 1 | -0/+5 |
| * | * parse.y (primary): fix position after FCALL. [ruby-dev:22574] | nobu | 2004-01-12 | 1 | -4/+8 |
| * | * file.c (test_wr, test_ww): New functions implementing new | matz | 2004-01-12 | 1 | -0/+7 |
| * | Add explicit line breaks in method signatures for ri. Fixup some comments in ... | dave | 2004-01-12 | 1 | -0/+17 |
| * | Add HTML formatter to ri | dave | 2004-01-11 | 1 | -0/+5 |
| * | * env.h (ruby_frame, ruby_scope, ruby_in_eval, ruby_class, | nobu | 2004-01-11 | 1 | -1/+6 |
| * | * ext/socket/socket.c (make_hostent): a bug in brace position. | matz | 2004-01-10 | 1 | -0/+2 |
| * | * configure.in: install rdoc by default. if you do not want to | matz | 2004-01-10 | 1 | -0/+24 |
| * | ri now accepts options via RI environment variable | dave | 2004-01-10 | 1 | -0/+5 |
| * | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-10 | 1 | -0/+9 |
| * | * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562] | nobu | 2004-01-10 | 1 | -0/+4 |
| * | * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError | nahi | 2004-01-09 | 1 | -0/+12 |
| * | * rubysig.h: <errno.h> is needed to use errno which may be a macro. | nobu | 2004-01-09 | 1 | -0/+4 |
| * | * ext/extmk.rb (extmake): should not reduce necessary libraries. | nobu | 2004-01-09 | 1 | -0/+8 |
| * | * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440] | nobu | 2004-01-09 | 1 | -1/+5 |
| * | * configure.in (RDOCTARGET): new macro. if you want to install | eban | 2004-01-08 | 1 | -0/+6 |
| * | * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns | gotoyuzo | 2004-01-08 | 1 | -0/+14 |
| * | * dir.c (glob_helper): should not recurse in exceptional status. | nobu | 2004-01-08 | 1 | -0/+4 |
| * | * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which | nahi | 2004-01-08 | 1 | -0/+5 |
| * | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban | 2004-01-08 | 1 | -0/+4 |
| * | * ext/syck/rubyext.c (yaml_org_handler): lazy-load Date for | nobu | 2004-01-07 | 1 | -0/+5 |
| * | * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503] | nobu | 2004-01-07 | 1 | -0/+9 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should create | gotoyuzo | 2004-01-07 | 1 | -0/+5 |
| * | * dir.c (glob_helper): fix memory leak. | nobu | 2004-01-07 | 1 | -0/+4 |
| * | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz | 2004-01-07 | 1 | -0/+5 |
| * | * sample/webrick/*: new files. | gotoyuzo | 2004-01-07 | 1 | -0/+6 |
| * | * test/net/test_httpheader.rb: new file. | aamine | 2004-01-07 | 1 | -0/+6 |
| * | * lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade... | aamine | 2004-01-07 | 1 | -0/+5 |
| * | * ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow. | nagai | 2004-01-07 | 1 | -0/+8 |
| * | * lib/soap/{attachment.rb,mimemessage.rb}: added from soap4r/1.5.2. | nahi | 2004-01-07 | 1 | -0/+4 |
| * | Fix problem with agreesive name matching (see ChangeLog) | dave | 2004-01-07 | 1 | -0/+7 |
| * | * lib/debug.rb: revert command parse regexps. [ruby-list:39014] by | nahi | 2004-01-07 | 1 | -0/+5 |
| * | Check for shebang line in file that would otherwise be treated as plain text | dave | 2004-01-06 | 1 | -0/+6 |
| * | * io.c (fptr_finalize): should save errno just after failure. | nobu | 2004-01-06 | 1 | -5/+10 |