summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-03-03* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz
2003-02-26* lib/open-uri.rb: replace Kernel.open as well.akr
2003-02-25* lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi
2003-02-23* lib/fileutils (fu_stream_blksize): wrong logial condition.eban
2003-02-21* lib/fileutils.rb: new method FileUtils#copy_stream.aamine
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
2003-02-12Initial revisionntalbott
2003-02-10* lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine
2003-02-09* lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu
2003-02-08* lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine
2003-02-08* lib/fileutils.rb: new method FileUtils.pwd (really).aamine
2003-02-07* lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu
2003-02-06* lib/fileutils.rb: new method FileUtils.pwd.aamine
2003-02-06* lib/complex.rb (Complex#==): should not raise error by typematz
2003-02-05* lib/open-uri.rb: dispatch code restructured to make it openableakr
2003-02-05* lib/open-uri.rb: Location: field may has a relative URI.akr
2003-02-04Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2003-02-03Added RDoc comments.gsinclair
2003-01-31Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2003-01-31* lib/optparse.rb (OptionParser::make_switch): NoArgument doesn'tnobu
2003-01-30* lib/optparse.rb (OptionParser::List::accept): defaultnobu
2003-01-30* lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.nobu
2003-01-26* lib/shellwords.rb: Embed rdoc style comments.knu
2003-01-25*** empty log message ***nobu
2003-01-24Converted RD to RDoc and improved documentation. See comments at EOF.gsinclair
2003-01-23* eval.c (rb_eval): do not warn discarding already undefinedmatz
2003-01-23* lib/rational.rb: modified to support "quo".matz
2003-01-21makes possible to add files to clean and distclean targetsmichal
2003-01-21Small changes to documentation.gsinclair
2003-01-21Converted RD to RDoc, with some changes/additions.gsinclair
2003-01-21Correct descriptions of {proper_,}{superset,subset}?.knu
2003-01-21Very slight improvement to documentation.gsinclair
2003-01-21* lib/pp.rb: Use Test::Unit.akr
2003-01-20fix sharing_detection.akr
2003-01-20refine previous change.akr
2003-01-20* lib/pp.rb: Don't redefine `inspect'.akr
2003-01-20Modified some RDoc formatting.gsinclair
2003-01-20Added RDoc comments.gsinclair
2003-01-20* lib/tempfile.rb (self.open): If a block is given, call it withknu
2003-01-20make public ERB::Compilerseki
2003-01-20fix: % in <%..%>seki
2003-01-20* regex.c (is_in_list): should work weill with UTF-8.matz
2003-01-20Added RDoc comments.gsinclair
2003-01-19* lib/mkmf.rb (egrep_cpp): use inspect to show options.nobu
2003-01-19* lib/shellwords.rb (shellwords): A backslash ('\') in singleknu
2003-01-17Added RDoc comments. See comments at EOF for TODOs.gsinclair
2003-01-17Added RDoc comments. Several issues exist: see comments at EOF.gsinclair
2003-01-17Added RDoc comments. Several TODOs remain; see comments at EOF.gsinclair
2003-01-07* hash.c (env_clear): new Hash compatible method.matz