aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionntalbott2003-02-1223-0/+2337
* * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine2003-02-101-2/+2
* * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu2003-02-091-2/+2
* * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine2003-02-081-2/+2
* * lib/fileutils.rb: new method FileUtils.pwd (really).aamine2003-02-081-14/+20
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-079-35/+35
* * lib/fileutils.rb: new method FileUtils.pwd.aamine2003-02-061-62/+49
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-062-9/+22
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-051-45/+39
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-051-1/+7
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-02-041-37/+148
* Added RDoc comments.gsinclair2003-02-031-3/+147
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-01-311-22/+230
* * lib/optparse.rb (OptionParser::make_switch): NoArgument doesn'tnobu2003-01-311-4/+12
* * lib/optparse.rb (OptionParser::List::accept): defaultnobu2003-01-301-1/+1
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.nobu2003-01-301-24/+41
* * lib/shellwords.rb: Embed rdoc style comments.knu2003-01-261-24/+36
* *** empty log message ***nobu2003-01-251-18/+16
* Converted RD to RDoc and improved documentation. See comments at EOF.gsinclair2003-01-241-261/+321
* * eval.c (rb_eval): do not warn discarding already undefinedmatz2003-01-231-1/+3
* * lib/rational.rb: modified to support "quo".matz2003-01-232-46/+8
* makes possible to add files to clean and distclean targetsmichal2003-01-211-6/+7
* 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
* * lib/pp.rb: Use Test::Unit.akr2003-01-214-89/+103
* fix sharing_detection.akr2003-01-201-0/+8
* refine previous change.akr2003-01-201-21/+0
* * lib/pp.rb: Don't redefine `inspect'.akr2003-01-201-65/+34
* Modified some RDoc formatting.gsinclair2003-01-201-2/+2
* Added RDoc comments.gsinclair2003-01-201-10/+43
* * lib/tempfile.rb (self.open): If a block is given, call it withknu2003-01-201-2/+18
* make public ERB::Compilerseki2003-01-201-3/+0
* fix: % in <%..%>seki2003-01-201-44/+74
* * regex.c (is_in_list): should work weill with UTF-8.matz2003-01-201-11/+14
* Added RDoc comments.gsinclair2003-01-201-27/+375
* * lib/mkmf.rb (egrep_cpp): use inspect to show options.nobu2003-01-191-5/+8
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-191-2/+1
* 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
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-4/+1
* * lib/fileutils.rb (ln): add ' -f' in the verbose message.eban2003-01-061-2/+2
* * lib/fileutils.rb (ln): `argv' is not a argument.eban2003-01-051-1/+1
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-051-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-1/+11
* * lib/fileutils.rb: should not inherit ftools.rb's misfeature.aamine2002-12-291-3/+0
* * lib/fileutils.rb (cmp): return false if file size differs.usa2002-12-281-1/+1
* * instruby.rb: remove junk args.eban2002-12-281-0/+1