aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/pp.rb: Use Test::Unit.akr2003-01-215-89/+113
* fix sharing_detection.akr2003-01-201-0/+8
* refine previous change.akr2003-01-202-24/+4
* * lib/pp.rb: Don't redefine `inspect'.akr2003-01-202-65/+39
* Modified some RDoc formatting.gsinclair2003-01-201-2/+2
* Added RDoc comments.gsinclair2003-01-201-10/+43
* * configure.in (MANTYPE): Detect if the system's nroff(1) groksknu2003-01-204-7/+69
* * lib/tempfile.rb (self.open): If a block is given, call it withknu2003-01-202-2/+24
* make public ERB::Compilerseki2003-01-201-3/+0
* * mdoc2man.rb: Properly put nested braces, parentheses and angles.knu2003-01-202-18/+91
* fix: % in <%..%>seki2003-01-201-44/+74
* * mdoc2man.rb: Make this work as a library.knu2003-01-202-298/+318
* * typo fix.eban2003-01-201-1/+1
* * eval.c (rb_f_require): purge too many goto's.nobu2003-01-202-30/+45
* 2003-01-20eban2003-01-201-3/+3
* * mdoc2man.rb (parse_macro): Understand .Ux.knu2003-01-202-0/+7
* Add mdoc2man.rb.knu2003-01-201-0/+1
* * mdoc2man.rb: New file. A mdoc to man converter ported fromknu2003-01-202-0/+393
* * ruby.1: Properly close .Bl with .El.knu2003-01-202-0/+5
* * regex.c (is_in_list): should work weill with UTF-8.matz2003-01-205-26/+55
* Added RDoc comments.gsinclair2003-01-201-27/+375
* * lib/mkmf.rb (egrep_cpp): use inspect to show options.nobu2003-01-192-5/+18
* * ext/aix_mksym.rb: no longer used.nobu2003-01-192-12/+4
* use builtin methodsnobu2003-01-191-30/+9
* * file.c (eaccess): under windows, make eaccess() just callusa2003-01-192-2/+7
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-192-2/+7
* 2003-01-18eban2003-01-181-3/+3
* * bignum.c (rb_cstr_to_inum): should not erase all 0s, butnobu2003-01-182-2/+9
* Added RDoc comments. See comments at EOF for TODOs.gsinclair2003-01-171-24/+57
* Added RDoc comments. Several issues exist: see comments at EOF.gsinclair2003-01-171-0/+76
* Added RDoc comments. Several TODOs remain; see comments at EOF.gsinclair2003-01-171-0/+136
* 2003-01-17knu2003-01-161-3/+3
* * sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu2003-01-162-11/+40
* 2003-01-16eban2003-01-161-3/+3
* Update Copyright to 2003, too.usa2003-01-161-1/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-1620-62/+35
* Updated Copyrights of Matz to 2003.michal2003-01-1644-45/+45
* * enum.c (enum_all): now works without block.matz2003-01-153-4/+35
* 2003-01-15nobu2003-01-151-3/+3
* * configure.in (ARCHFILE): set even unless --enable-shared onnobu2003-01-153-3/+11
* * eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu2003-01-142-3/+13
* * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz2003-01-145-34/+76
* 2003-01-14eban2003-01-141-3/+3
* * io.c (next_argv): not always set binmode.nobu2003-01-132-1/+5
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-122-6/+6
* Check the return value of dlopen().ttate2003-01-121-3/+3
* * io.c (next_argv): inherit binmode from $defout.eban2003-01-123-3/+14
* Correct the description about type specifiers.ttate2003-01-111-18/+18
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-112-14/+21
* 2003-01-11eban2003-01-111-3/+3