summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-05-20Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou
2002-05-19added an entry (date/format.rb).tadf
2002-05-18use Array#select instead of Array#indexes.tadf
2002-05-18updated to the new version (based on date2 3.2.1).tadf
2002-05-04* lib/mkmf.rb: exclude topdir from the system configurationknu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2002-04-24discarded unused parametergotoken
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-23* ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-19* configure.in: cleanup for autoconf 2.5x.eban
2002-04-18modify document.akr
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-04-10 * lib/cgi/session.rb: support for multipart form.wakou
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-09* lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-04-01mkmf.rb: files[0,1] == "." -> files[0,2] == "./"ttate
2002-04-01lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])ttate
2002-03-29Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi
2002-03-29* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu
2002-03-29* lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu
2002-03-29Changed regexp for parsing break command '.*?+' to '.+'.nahi
2002-03-26* lib/net/http.rb: HTTP.get accepts URI.aamine
2002-03-26* lib/fileutils.rb: new file.aamine
2002-03-25* lib/pp.rb (pp): return nil like p.akr
2002-03-22racc runtime imported.aamine
2002-03-22net/protocol.rb: Protocol#start should return self.aamine
2002-03-22* lib/resolv.rb: fix arguments to create exceptions.akr
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-03-13* lib/getopts.rb: single_options can be nil[*], and is not notknu
2002-03-12* lib/resolv.rb: don't complete domains for absolute FQNs.akr
2002-03-11* lib/tsort.rb: new file.akr
2002-03-08* lib/resolv.rb: use its own thread group for background threads.akr
2002-03-04* lib/getopts.rb: Rewrite to fix some bugs and complete features.knu
2002-03-01* lib/net/imap.rb: added document.shugo
2002-02-26* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira
2002-02-25Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi
2002-02-25* lib/shell.rb (Shell::expand_path): relative to @cwd.nobu
2002-02-23Refactoring. Added Context#format_frame to format a frame, used by up/downnahi
2002-02-22modify typo.aamine
2002-02-22* lib/net/protocol.rb: set read_timeout dynamically.aamine
2002-02-22* bignum.c (get2comp): need to specify to carry or not.matz
2002-02-22* prettyprint.rb: FillGroup implemented.akr
2002-02-21* pack.c (pack_pack): wrong # comment treatment.matz
2002-02-19aamineaamine
2002-02-07aamineaamine
2002-02-07uri-0.9.5akira
2002-02-06* lib/net/imap.rb: OpenSSL support.shugo