aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rational.rb: modified to support "quo".matz2003-01-235-63/+67
* * time.c (time_arg): was accessing garbage argv value.matz2003-01-232-1/+5
* * parse.y (arg): syntaxify tPOW negative number hack.matz2003-01-235-55/+102
* wrong fix.nobu2003-01-221-2/+3
* * instruby.rb: should not contain destdir in shebang line.nobu2003-01-222-1/+5
* * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().usa2003-01-222-76/+41
* makes possible to add files to clean and distclean targetsmichal2003-01-212-6/+11
* Small changes to documentation.gsinclair2003-01-211-9/+9
* Converted RD to RDoc, with some changes/additions.gsinclair2003-01-211-175/+164
* Correct descriptions of {proper_,}{superset,subset}?.knu2003-01-211-5/+3
* Very slight improvement to documentation.gsinclair2003-01-211-1/+1
* Exchange do { } while (0) for ((void)0)michal2003-01-212-4/+6
* 2003-01-21eban2003-01-211-3/+3
* * bcc32/Makefile.sub (LIBRUBY_A): link dmyext.nobu2003-01-212-2/+6
* * parse.y (arg): put back old ** behavior for negative numbermatz2003-01-212-0/+24
* * instruby.rb: use real interpreter pathname at shebang line.usa2003-01-212-14/+28
* * 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