aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/cgi/session.rb (CGI::Session::initialize): updated tomatz2003-05-022-3/+10
* * class.c (method_list): classify methods based on nearestmatz2003-05-022-119/+96
* 2003-05-02eban2003-05-021-3/+3
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-028-93/+127
* * lib/fileutils.rb: use hashes to pass options.aamine2003-05-023-206/+195
* 2003-05-01eban2003-05-011-4/+4
* * regex.c (re_match_exec): $ _always_ matches at the end of string.matz2003-05-013-2/+11
* * net/imap.rb: support THREAD extension.shugo2003-04-302-0/+91
* 2003-04-27nobu2003-04-271-3/+3
* * string.c (rb_str_to_i): disallow negative radix.nobu2003-04-272-0/+8
* * parse.y (open_args): warning message changed to "don't put spacematz2003-04-263-17/+15
* * wince/ : files removed.uema22003-04-2630-3062/+1353
* 2003-04-25eban2003-04-251-3/+3
* * gc.c: STACK_LEVEL_MAX=65535 on mswince.uema22003-04-252-1/+5
* * io.c (argf_read): read should not span two files. [ruby-dev:20073]matz2003-04-252-13/+8
* * eval.c (splat_value): split splat_value() and avalue_splat().matz2003-04-253-46/+11
* * eval.c (proc_invoke): Proc#yield should pass through retry andmatz2003-04-252-47/+75
* Patch from Michal Rokos for sprintf format strings applied.shigek2003-04-251-30/+30
* Removed lib & sample dir.shigek2003-04-256-12/+0
* Matrix used range.size, which no longer existsdave2003-04-242-2/+9
* Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave2003-04-242-5/+12
* Fix method name typo in Matrix.row_vectordave2003-04-242-1/+5
* BigDecimal dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-246-0/+12
* Dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-244-9/+10
* More explanations for sincos.shigek2003-04-242-1/+2
* Prec. improvement for PI.shigek2003-04-241-1/+1
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-242-1/+13
* * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu2003-04-242-3/+18
* * lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz2003-04-234-5/+13
* * ext/zlib/extconf.rb: bccwin32 is win32 too.nobu2003-04-222-1/+5
* fix ERB::DefMethod bugseki2003-04-221-1/+3
* * ruby.c: don't call VirtualQuery in ruby_init_loadpath()uema22003-04-222-0/+8
* * marshal.c (save_mantissa, load_mantissa): for interoperabilitynobu2003-04-222-17/+65
* 2003-04-22eban2003-04-221-4/+4
* * 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