aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2002-12-16nobu2002-12-161-2/+2
* * parse.y (nextc): get rid of overrun. (pointed out by akrnobu2002-12-162-1/+6
* * removed URI::Generic#to_ary.akira2002-12-162-8/+5
* Add and update entries.knu2002-12-151-21/+74
* * lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban2002-12-152-13/+16
* 2002-12-15nobu2002-12-151-2/+2
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-1531-133/+134
* * parse.y (dispose_string): dispose String object.nobu2002-12-152-7/+21
* * wince/sys : add stat.c, stat.h, timeb.c, timeb.h,uema22002-12-1411-18/+377
* * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban2002-12-132-0/+10
* * ext/dbm/extconf.rb (db_check): check existence of the functioneban2002-12-132-1/+6
* 2002-12-13nobu2002-12-131-2/+2
* * parse.y (expr): rescue clause was ignored.nobu2002-12-132-0/+7
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-124-10/+35
* * re.c (rb_reg_hash): define Regexp#hash to make regexps to bematz2002-12-122-0/+28
* 2002-12-12nobu2002-12-121-2/+2
* * marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...nobu2002-12-122-0/+8
* fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira2002-12-121-9/+9
* * ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban2002-12-112-1/+5
* 2002-12-11nobu2002-12-111-2/+2
* * io.c (io_read): takes optional second argument to specify amatz2002-12-114-21/+60
* * ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu2002-12-113-5/+11
* * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence.akr2002-12-102-1/+5
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-1018-122/+136
* 2002-12-10nobu2002-12-101-2/+2
* * eval.c (mnew): original class of method defined in module shouldnobu2002-12-102-0/+6
* Fix the conversion method.ttate2002-12-093-11/+34
* Teach eval the correct line number to report.knu2002-12-071-1/+1
* 2002-12-04nobu2002-12-041-2/+2
* * object.c (copy_object): copy finalizers as well if any.matz2002-12-046-12/+41
* * lib/pp.rb (PP.singleline_pp): new method.akr2002-12-022-68/+84
* WinCE MANIFESTmatz2002-12-021-0/+37
* 2002-12-02nobu2002-12-021-2/+2
* renamed OptionParser#new to #define.nobu2002-12-021-9/+9
* WinCE patch mergedmatz2002-12-0248-68/+5461
* * pack.c (utf8_to_uv): added checks for malformed or redundantmatz2002-12-023-15/+66
* * lib/optparse.rb (OptionParser::new): same as OptionParser#on butnobu2002-12-012-7/+28
* 2002-12-01nobu2002-12-011-2/+2
* * win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu2002-12-012-5/+9
* Clarify that this file is not actively maintained.knu2002-12-011-0/+2
* * lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu2002-11-282-8/+13
* 2002-11-27knu2002-11-271-2/+2
* * lib/mkmf.rb: Make sure to dig the destination directory beforeknu2002-11-272-2/+9
* * dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz2002-11-272-17/+11
* * ext/syslog/syslog.c: Cut redundancy.knu2002-11-272-27/+54
* * ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu2002-11-272-10/+29
* * ext/digest/test.rb: Switch from RUnit to Test::Unit.knu2002-11-272-11/+6
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-272-30/+29
* * ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu2002-11-272-17/+18
* 2002-11-26nobu2002-11-261-2/+2