summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-05-19* class.c: add #include "version.h".aamine
2003-05-19* object.c (rb_mod_cmp): stupid comparison fixed.matz
2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz
2003-05-19modify ChangeLog.aamine
2003-05-19* array.c (get_inspect_tbl): check whether inspect_tbl value is amatz
2003-05-19* re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine
2003-05-18use warn() instead of $stderr.puts().tadf
2003-05-18use $deferr instead of $stderr.tadf
2003-05-16* object.c (rb_class_allocate_instance): singleton class checkmatz
2003-05-16* lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu
2003-05-16* ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu
2003-05-16* eval.c (block_pass): chain previous block to the pushing block.matz
2003-05-15* lib/gram.c: fixes to one-line documents and end of stream documents.why
2003-05-15re-indented & tabifiednobu
2003-05-15* lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr
2003-05-15* object.c (rb_mod_le): returns nil if two classes/modules are notmatz
2003-05-15* ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy
2003-05-15* io.c (set_stdio): better message.matz
2003-05-15* io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz
2003-05-15* ext/syck/syck.c (syck_parser_pop_level): add prototype.usa
2003-05-15* win32/win32.c (kill): fix typo and add signal 0 support.usa
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
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