aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Matrix used range.size, which no longer existsdave2003-04-241-0/+5
* Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave2003-04-241-1/+4
* Fix method name typo in Matrix.row_vectordave2003-04-241-0/+4
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-241-0/+5
* * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu2003-04-241-0/+5
* * lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz2003-04-231-1/+7
* * ext/zlib/extconf.rb: bccwin32 is win32 too.nobu2003-04-221-0/+4
* * ruby.c: don't call VirtualQuery in ruby_init_loadpath()uema22003-04-221-0/+5
* * marshal.c (save_mantissa, load_mantissa): for interoperabilitynobu2003-04-221-0/+5
* * parse.y (arg_ambiguous): hopefully better message.matz2003-04-221-0/+6
* * lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulateakr2003-04-211-0/+9
* * marshal.c: one more digit for decimal point. [ruby-talk:69808]nobu2003-04-211-0/+4
* * numeric.c (flo_is_finite_p): use finite() if available.nobu2003-04-211-0/+10
* * bignum.c (rb_cstr_to_inum): unnecessarily long buffer was usednobu2003-04-211-0/+5
* * parse.y (block_append, value_expr0, assign_in_cond,nobu2003-04-211-0/+6
* * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz2003-04-211-0/+6
* * sample/test.rb: avoid the MSVCRT *printf problem(float).eban2003-04-201-0/+5
* * marshal.c (w_float): append least mantissa bits to get ridnobu2003-04-201-0/+7
* * win32/win32.c (NtInitialize): set the floating-point control wordeban2003-04-201-0/+8
* modify typo.aamine2003-04-201-1/+1
* * parse.y (void_expr0): node might become NULL after calling remove_begin().eban2003-04-191-0/+5
* * ext/Setup*: Add zlib and remove bogus and obsolete entries.knu2003-04-191-0/+4
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-2/+16
* * error.c (rb_raise): workaround for some implementation ofusa2003-04-181-0/+5
* * util.c (ruby_strtod): improved conversion accuracy.nobu2003-04-171-0/+4
* * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa2003-04-171-0/+7
* * parse.y (cond0): warn only range literals whose both side arenobu2003-04-171-0/+5
* * ext/readline/readline.c: add the defined operator for bcc32.eban2003-04-171-0/+4
* * misc/ruby-mode.el (ruby-special-char-p): should test at thenobu2003-04-151-0/+6
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-151-0/+5
* (ruby-bugs:PR#758)nobu2003-04-151-0/+1
* * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.nobu2003-04-151-0/+4
* * numeric.c (rb_fix2str): buffer was insufficient.nobu2003-04-151-0/+5
* * file.c (file_expand_path): root must follow buf whennobu2003-04-141-0/+5
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-0/+17
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-141-0/+8
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-121-0/+5
* * misc/ruby-mode.el (ruby-beginning-of-arg): substitutenobu2003-04-121-0/+11
* * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu2003-04-111-3/+6
* * sample/test.rb: NaN comparison test.nobu2003-04-111-0/+4
* * numeric.c (coerce_rescue): prevent inspected String from GC.nobu2003-04-111-0/+7
* * file.c (rb_stat): dereference using StringValuePtr().matz2003-04-111-0/+6
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-111-0/+5
* * io.c (set_stdin): assigned value must respond to "read" andnobu2003-04-101-0/+8
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-101-0/+5
* added some checks for request size.tadf2003-04-101-0/+4
* * variable.c (rb_mod_name): always return empty string formatz2003-04-101-2/+9
* * variable.c (rb_mod_name): search module path if classname is notmatz2003-04-091-0/+5
* * eval.c (rb_obj_is_method): indefinite return value.nobu2003-04-091-0/+4
* * regex.c (re_compile_pattern): /[\--\-]/ was warned. warn /]/.akr2003-04-091-0/+6