aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-195-13/+34
* synchronized with date2 3.5.tadf2004-01-181-0/+10
* synchronized with date2 3.5.tadf2004-01-183-156/+197
* * ext/iconv/charset_alias.rb: prefer us_EN locale encodings ornobu2004-01-183-8/+49
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-1810-2/+21
* * ruby.c: use translate_char() on Cygwin.eban2004-01-182-3/+7
* * failed to add in the previous commit.nahi2004-01-182-0/+189
* * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi2004-01-185-6/+40
* * time.c (time_overflow_p): should return results. [ruby-dev:22614]nobu2004-01-182-13/+18
* retry committing ChangeLog and time.csiena2004-01-182-8/+21
* * test/ruby/test_time.rb: new test case to test Time#[+-].siena2004-01-181-0/+24
* 2004-01-18eban2004-01-171-3/+3
* * defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.eban2004-01-172-3/+8
* * marshal.c (class2path): check anonymous class/module beforenobu2004-01-172-10/+12
* * error.c (NameError::Message): new class for lazy evaluation ofnobu2004-01-173-70/+113
* check ArgumentError by Time.at(-1) instead of by test itself.usa2004-01-171-3/+11
* 2004-01-17nobu2004-01-171-3/+3
* commit miss :(usa2004-01-171-1/+1
* * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):usa2004-01-172-14/+29
* * eval.c (proc_eq): compare also arguments and environmentnobu2004-01-162-3/+4
* * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003]nobu2004-01-161-8/+9
* typonobu2004-01-161-1/+1
* * eavl.c (proc_eq): compare also arguments and environment.nobu2004-01-162-2/+9
* 2004-01-16eban2004-01-161-3/+3
* * marshal.c (class2path): fix typo.nobu2004-01-161-1/+1
* * marshal.c (class2path): get class path and check referable.nobu2004-01-162-4/+22
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-152-2/+12
* 2004-01-15eban2004-01-151-3/+3
* * test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu2004-01-142-2/+6
* 2004-01-14eban2004-01-141-3/+3
* * test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu2004-01-142-8/+20
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-142-2/+6
* * MANIFEST: add test/net/test_httpheader.rb. (commit miss?)usa2004-01-142-0/+5
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-132-0/+13
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-132-1/+6
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-134-14/+45
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-137-24/+10
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-139-16/+20
* 2004-01-13usa2004-01-131-3/+3
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-132-6/+9
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-125-617/+717
* Display full name in class listdave2004-01-123-3/+8
* * file.c (test_wr): Rdoc fix. [ruby-core:02225]matz2004-01-122-17/+15
* Checked in wrong version... :(dave2004-01-121-1/+7
* Try to use DESTDIR when installingdave2004-01-122-0/+6
* * parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu2004-01-122-4/+10
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-123-1/+91
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-125-9/+39
* 2004-01-12nahi2004-01-121-3/+3
* Add HTML formatter to ridave2004-01-113-29/+157