summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-02-01* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz
2002-01-31* lib/mkmf.rb (dir_config): prior --with flag.nobu
2002-01-31refine previous change.akr
2002-01-31* lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr
2002-01-29* lib/pp.rb: don't print a mode File::Stat as decimal number.akr
2002-01-29* file.c (rb_stat_rdev_major): added. [new]matz
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-16* lib/timeout.rb (timeout): new optional argument to specify anakr
2002-01-11* lib/English.rb: typomatz
2002-01-10added uri library (uri-0.9.4)akira
2002-01-07fix typo in documentation.akr