aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/e2mmap.rb (VERSION): remove unnecessary version checking.eban2004-01-222-2/+4
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-226-7/+17
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-222-1/+10
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-2111-102/+73
* * missing/os2.c (chdir, getcwd):siena2004-01-212-0/+28
* 2004-01-22eban2004-01-211-3/+3
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-216-1/+18
* * ChangeLog: typo: RUBY_MBCHAR_MAX was RUBY_MBCHAR_MAXSIZE.siena2004-01-211-0/+4
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-216-5/+18
* :nodoc: the "Deprecated" moduledave2004-01-213-3/+8
* * configure.in: Interix(SFU) support.eban2004-01-212-7/+8
* remove O_NONBLOCKseki2004-01-212-1/+5
* typoseki2004-01-211-1/+1
* * ext/digest/md5/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * lib/net/imap.rb (envelope): allow NIL.shugo2004-01-212-32/+60
* 2004-01-21eban2004-01-211-3/+3
* * lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu2004-01-212-0/+6
* * lib/base64.rb: enclosed in a module. [ruby-core:02285]nobu2004-01-212-60/+85
* * ext/digest/rmd160/extconf.rb: have_library appends found library.nobu2004-01-212-3/+6
* Tidy benchmark.rb documentation a taddave2004-01-201-90/+55
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-202-9/+6
* Document base64dave2004-01-203-0/+62
* RDoc abbrevdave2004-01-202-0/+42
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-206-45/+172
* * test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu2004-01-192-5/+16
* 2004-01-20eban2004-01-191-3/+3
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-192-0/+16
* * error.c (name_err_mesg_to_str): inverted condition for result ofnobu2004-01-192-1/+6
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-192-1/+3
* * sample/exyacc.rb: escape '}' to avoid warning.eban2004-01-192-2/+6
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-196-43/+24
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-1911-115/+196
* * error.c (NameError::message): internal use only.nobu2004-01-193-4/+11
* * test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira2004-01-192-0/+7
* 2004-01-19usa2004-01-191-3/+3
* * 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