aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * parse.y (arg_ambiguous): hopefully better message.matz2003-04-224-14/+18
* * lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulateakr2003-04-213-7/+34
* * marshal.c: one more digit for decimal point. [ruby-talk:69808]nobu2003-04-212-1/+5
* * numeric.c (flo_is_finite_p): use finite() if available.nobu2003-04-215-28/+32
* * bignum.c (rb_cstr_to_inum): unnecessarily long buffer was usednobu2003-04-212-1/+6
* * parse.y (block_append, value_expr0, assign_in_cond,nobu2003-04-212-15/+45
* * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz2003-04-213-2/+8
* * sample/test.rb: avoid the MSVCRT *printf problem(float).eban2003-04-203-5/+13
* * marshal.c (w_float): append least mantissa bits to get ridnobu2003-04-202-6/+69
* * win32/win32.c (NtInitialize): set the floating-point control wordeban2003-04-204-5/+13
* modify typo.aamine2003-04-201-1/+1
* 2003-04-20eban2003-04-191-4/+4
* * parse.y (void_expr0): node might become NULL after calling remove_begin().eban2003-04-193-2/+7
* 2003-04-19eban2003-04-191-3/+3
* * ext/Setup*: Add zlib and remove bogus and obsolete entries.knu2003-04-197-9/+11
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-186-16/+60
* 2003-04-18eban2003-04-181-3/+3
* * error.c (rb_raise): workaround for some implementation ofusa2003-04-182-0/+6
* * util.c (ruby_strtod): improved conversion accuracy.nobu2003-04-172-55/+82
* Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.shigek2003-04-171-1/+14
* * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa2003-04-173-0/+15
* 2003-04-17nobu2003-04-171-3/+3
* * parse.y (cond0): warn only range literals whose both side arenobu2003-04-172-1/+39
* * ext/readline/readline.c: add the defined operator for bcc32.eban2003-04-172-3/+7
* * misc/ruby-mode.el (ruby-special-char-p): should test at thenobu2003-04-152-1/+7
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-152-0/+6
* (ruby-bugs:PR#758)nobu2003-04-151-0/+1
* * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.nobu2003-04-152-0/+22
* 2003-04-15eban2003-04-151-3/+3
* * numeric.c (rb_fix2str): buffer was insufficient.nobu2003-04-152-1/+6
* * file.c (file_expand_path): root must follow buf whennobu2003-04-142-0/+7
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-146-23/+42
* 2003-04-14nobu2003-04-141-3/+3
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-145-69/+98
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-122-1/+5
* * misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.nobu2003-04-121-1/+1
* * misc/ruby-mode.el (ruby-beginning-of-arg): substitutenobu2003-04-122-128/+163
* * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu2003-04-112-6/+13
* * sample/test.rb: NaN comparison test.nobu2003-04-112-0/+26
* * numeric.c (coerce_rescue): prevent inspected String from GC.nobu2003-04-112-20/+43
* * file.c (rb_stat): dereference using StringValuePtr().matz2003-04-112-5/+8
* 2003-04-11eban2003-04-111-3/+3
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-112-1/+6
* * io.c (set_stdin): assigned value must respond to "read" andnobu2003-04-102-7/+31
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-102-0/+6
* added some checks for request size.tadf2003-04-102-0/+8
* * variable.c (rb_mod_name): always return empty string formatz2003-04-105-49/+55
* * variable.c (rb_mod_name): search module path if classname is notmatz2003-04-093-5/+10
* * eval.c (rb_obj_is_method): indefinite return value.nobu2003-04-092-0/+5
* 2003-04-10eban2003-04-091-3/+3