aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-301-1/+2
* * lib/cgi.rb: if StringIO is usable then use it.wakou2002-05-301-5/+13
* fix for POST method.wakou2002-05-291-2/+2
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-0/+1
* * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou2002-05-291-22/+25
* Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou2002-05-201-2/+2
* added an entry (date/format.rb).tadf2002-05-191-0/+1
* use Array#select instead of Array#indexes.tadf2002-05-181-1/+1
* updated to the new version (based on date2 3.2.1).tadf2002-05-183-335/+887
* * lib/mkmf.rb: exclude topdir from the system configurationknu2002-05-041-4/+4
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-1/+1
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-1/+3
* discarded unused parametergotoken2002-04-241-3/+4
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-1/+1
* * ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu2002-04-231-1/+2
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-1/+2
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-1/+1
* modify document.akr2002-04-182-3/+6
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-13/+13
* * lib/cgi/session.rb: support for multipart form.wakou2002-04-101-0/+1
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-0/+1
* * lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu2002-04-091-3/+3
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-3/+3
* mkmf.rb: files[0,1] == "." -> files[0,2] == "./"ttate2002-04-011-1/+1
* lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])ttate2002-04-011-50/+87
* Changed the regexp again to simplify code. See also [ruby-dev:16682].nahi2002-03-291-8/+3
* * lib/mkmf.rb (create_makefile): default FLAGS to empty strings.nobu2002-03-291-3/+3
* * lib/mkmf.rb (arg_config): should use Shellwords::shellwords likenobu2002-03-291-17/+35
* Changed regexp for parsing break command '.*?+' to '.+'.nahi2002-03-291-1/+1
* * lib/net/http.rb: HTTP.get accepts URI.aamine2002-03-262-191/+286
* * lib/fileutils.rb: new file.aamine2002-03-262-1/+802
* * lib/pp.rb (pp): return nil like p.akr2002-03-252-2/+6
* racc runtime imported.aamine2002-03-222-0/+481
* net/protocol.rb: Protocol#start should return self.aamine2002-03-221-1/+1
* * lib/resolv.rb: fix arguments to create exceptions.akr2002-03-221-2/+2
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-142-0/+652
* * lib/getopts.rb: single_options can be nil[*], and is not notknu2002-03-131-2/+2
* * lib/resolv.rb: don't complete domains for absolute FQNs.akr2002-03-121-30/+31
* * lib/tsort.rb: new file.akr2002-03-112-0/+290
* * lib/resolv.rb: use its own thread group for background threads.akr2002-03-081-0/+5
* * lib/getopts.rb: Rewrite to fix some bugs and complete features.knu2002-03-041-75/+64
* * lib/net/imap.rb: added document.shugo2002-03-011-9/+165
* * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira2002-02-262-2/+14
* Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi2002-02-251-704/+704
* * lib/shell.rb (Shell::expand_path): relative to @cwd.nobu2002-02-251-1/+1
* Refactoring. Added Context#format_frame to format a frame, used by up/downnahi2002-02-231-13/+16
* modify typo.aamine2002-02-221-1/+1
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-222-39/+37
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-5/+1
* * prettyprint.rb: FillGroup implemented.akr2002-02-222-54/+184