summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-10* ext/syck/MANIFEST: new file.eban
2003-05-10* net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo
2003-05-10* lib/net/imap.rb (decode_utf7): new method.shugo
2003-05-09Initial checkin of YAML substances.why
2003-05-092003-05-09nobu
2003-05-09* io.c (rb_io_reopen): It should be possible to reopen closed IO.matz
2003-05-08* gc.c (rb_gc): check odd alignment stack on m68k machines.matz
2003-05-08* compar.c (rb_cmperr): raise comparison failure.nobu
2003-05-082003-05-08nobu
2003-05-07* numeric.c (int_upto, int_downto): should fail unless thenobu
2003-05-072003-05-07eban
2003-05-06* numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz
2003-05-06bigdecimal-brushup.patch from Tadashi Saito applied.shigek
2003-05-06* lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine
2003-05-06* ext/bigdecimal/.cvsignore: new file (retry).aamine
2003-05-06* ext/bigdecimal/.cvsignore: new file.aamine
2003-05-062003-05-06eban
2003-05-06* object.c (rb_obj_methods): list singleton methods if recurmatz
2003-05-05use values_at instead of select.tadf
2003-05-05* sample/test.rb: substitute 'select' with 'values_at'.eban
2003-05-042003-05-05eban
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2003-05-04synchronized with date2 3.3.2.tadf
2003-05-04* lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine
2003-05-04* lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine
2003-05-03secure check when safe level 4.suke
2003-05-02* class.c (rb_class_protected_instance_methods): now givesmatz
2003-05-02* lib/net/protocol.rb: reintroduce Protocol.protocol_param.aamine
2003-05-02* lib/net/protocol.rb: remove Protocol class.aamine
2003-05-02* compar.c (cmp_gt): raises ArgumentError when "<=>" give nil.matz
2003-05-02* lib/cgi/session.rb (CGI::Session::initialize): updated tomatz
2003-05-02* class.c (method_list): classify methods based on nearestmatz
2003-05-022003-05-02eban
2003-05-02* string.c (rb_str_ljust): now takes optional argument to specifymatz
2003-05-02* lib/fileutils.rb: use hashes to pass options.aamine
2003-05-012003-05-01eban
2003-05-01* regex.c (re_match_exec): $ _always_ matches at the end of string.matz
2003-04-30* net/imap.rb: support THREAD extension.shugo
2003-04-272003-04-27nobu
2003-04-27* string.c (rb_str_to_i): disallow negative radix.nobu
2003-04-26* parse.y (open_args): warning message changed to "don't put spacematz
2003-04-26* wince/ : files removed.uema2
2003-04-252003-04-25eban
2003-04-25* gc.c: STACK_LEVEL_MAX=65535 on mswince.uema2
2003-04-25* io.c (argf_read): read should not span two files. [ruby-dev:20073]matz
2003-04-25* eval.c (splat_value): split splat_value() and avalue_splat().matz
2003-04-25* eval.c (proc_invoke): Proc#yield should pass through retry andmatz
2003-04-25Patch from Michal Rokos for sprintf format strings applied.shigek
2003-04-25Removed lib & sample dir.shigek
2003-04-24Matrix used range.size, which no longer existsdave