summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * sample/exyacc.rb: escape '}' to avoid warning.usa2004-01-262-2/+6
* * parse.y (block_append): update nd_end for "real" head node.matz2004-01-268-96/+108
* * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai2004-01-262-0/+10
* 2004-01-26nobu2004-01-261-3/+3
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-264-16/+30
* Add one_page_htmldave2004-01-250-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-253-0/+305
* Add one_page_htmldave2004-01-251-0/+1
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-222-2/+8
* 2004-01-22nobu2004-01-221-3/+3
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-222-1/+10
* remove O_NONBLOCKseki2004-01-212-1/+5
* typoseki2004-01-211-1/+1
* * merged from HEAD.shugo2004-01-212-32/+60
* * ext/digest/md5/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* 2004-01-21eban2004-01-211-3/+3
* * lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu2004-01-212-0/+6
* * 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
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-192-0/+16
* 2004-01-20eban2004-01-191-3/+3
* * io.c (lineno): typo fix(FIX2INT -> INT2FIX).eban2004-01-192-1/+5
* * io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira2004-01-195-176/+168
* 2004-01-19eban2004-01-191-3/+3
* synchronized with date2 3.5.tadf2004-01-184-156/+207
* * ruby.c: use translate_char() on Cygwin.eban2004-01-182-3/+7
* 2004-01-18eban2004-01-171-3/+3
* * defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.eban2004-01-172-3/+8
* 2004-01-16eban2004-01-161-3/+3
* * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003]nobu2004-01-161-8/+9
* 2004-01-15eban2004-01-151-3/+3
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-152-2/+12
* 2004-01-14eban2004-01-141-3/+3
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-142-5/+9
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-132-1/+14
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-137-25/+11
* 2004-01-13usa2004-01-131-3/+3
* Display full name in class listdave2004-01-123-3/+8
* 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-0/+6
* 2004-01-12nobu2004-01-121-3/+3
* *** empty log message ***nobu2004-01-123-3/+18
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-125-9/+39
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-126-11/+20
* Add HTML formatter to ridave2004-01-113-29/+162