aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2003-05-08nobu2003-05-081-3/+3
* * numeric.c (int_upto, int_downto): should fail unless thenobu2003-05-072-4/+29
* 2003-05-07eban2003-05-071-3/+3
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-063-5/+7
* bigdecimal-brushup.patch from Tadashi Saito applied.shigek2003-05-064-46/+41
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-062-26/+24
* * ext/bigdecimal/.cvsignore: new file (retry).aamine2003-05-062-0/+6
* * ext/bigdecimal/.cvsignore: new file.aamine2003-05-061-0/+6
* 2003-05-06eban2003-05-061-3/+3
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-0613-26/+128
* use values_at instead of select.tadf2003-05-053-2/+8
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-054-4/+12
* 2003-05-05eban2003-05-041-3/+3
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-0412-98/+241
* synchronized with date2 3.3.2.tadf2003-05-042-15/+19
* * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine2003-05-042-2/+6
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-042-8/+12
* secure check when safe level 4.suke2003-05-031-2/+26
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-023-6/+32
* * lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine2003-05-025-3/+24
* * lib/net/protocol.rb: remove Protocol class.aamine2003-05-025-638/+651
* * compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.matz2003-05-022-5/+18
* * 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