aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * 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