summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-05-14* ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa
2003-05-14* regex.c (re_match_exec): \Z changed to be consistent with new $matz
2003-05-14* lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine
2003-05-14* lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13* ext/syck/handler.c: add proper casts.eban
2003-05-13* configure.in: add '--Wl,--enable-auto-import' to DLDFLAGSeban
2003-05-13* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa
2003-05-13* eval.c (error_pos): use $deferr for output instead of stderrmatz
2003-05-11* lib/pp.rb: refine to_s test.akr
2003-05-10* lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr
2003-05-10Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>uema2
2003-05-10* lib/net/imap.rb (decode_utf7): new method.shugo
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-07* numeric.c (int_upto, int_downto): should fail unless thenobu
2003-05-06* numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz
2003-05-06* lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine
2003-05-06* ext/bigdecimal/.cvsignore: new file.aamine
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-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-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-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-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-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-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-24Matrix used range.size, which no longer existsdave
2003-04-24Re-expose Complex.new as .new! (Kernel#Complex needs to call _something_ :)dave
2003-04-24Fix method name typo in Matrix.row_vectordave
2003-04-24* ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban
2003-04-24* lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu
2003-04-23* lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz