aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-0/+31
* * class.c: add #include "version.h".aamine2003-05-191-0/+8
* * object.c (rb_mod_cmp): stupid comparison fixed.matz2003-05-191-0/+7
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-0/+8
* modify ChangeLog.aamine2003-05-191-0/+1
* * array.c (get_inspect_tbl): check whether inspect_tbl value is amatz2003-05-191-0/+17
* * re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine2003-05-191-0/+7
* use warn() instead of $stderr.puts().tadf2003-05-181-2/+4
* use $deferr instead of $stderr.tadf2003-05-181-0/+4
* * object.c (rb_class_allocate_instance): singleton class checkmatz2003-05-161-0/+10
* * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu2003-05-161-1/+6
* * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu2003-05-161-3/+9
* * eval.c (block_pass): chain previous block to the pushing block.matz2003-05-161-0/+7
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-151-0/+7
* re-indented & tabifiednobu2003-05-151-145/+145
* * lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr2003-05-151-0/+8
* * object.c (rb_mod_le): returns nil if two classes/modules are notmatz2003-05-151-0/+10
* * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy2003-05-151-0/+7
* * io.c (set_stdio): better message.matz2003-05-151-0/+4
* * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz2003-05-151-0/+6
* * ext/syck/syck.c (syck_parser_pop_level): add prototype.usa2003-05-151-0/+6
* * win32/win32.c (kill): fix typo and add signal 0 support.usa2003-05-151-4/+8
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-0/+9
* * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa2003-05-141-1/+5
* * regex.c (re_match_exec): \Z changed to be consistent with new $matz2003-05-141-0/+5
* * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine2003-05-141-0/+5
* * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine2003-05-141-20/+24
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-131-0/+43
* * ext/syck/handler.c: add proper casts.eban2003-05-131-0/+4
* * configure.in: add '--Wl,--enable-auto-import' to DLDFLAGSeban2003-05-131-0/+7
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa2003-05-131-0/+7
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-0/+21
* * lib/pp.rb: refine to_s test.akr2003-05-111-1/+3
* * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr2003-05-101-0/+4
* Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>uema22003-05-101-0/+6
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-101-0/+6
* * io.c (rb_io_reopen): It should be possible to reopen closed IO.matz2003-05-091-0/+7
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-081-3/+6
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-2/+10
* * numeric.c (int_upto, int_downto): should fail unless thenobu2003-05-071-0/+5
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-3/+5
* * lib/net/pop.rb: rename method: POP3#mail_size -> n_mailsaamine2003-05-061-0/+6
* * ext/bigdecimal/.cvsignore: new file.aamine2003-05-061-0/+6
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-2/+28
* use values_at instead of select.tadf2003-05-051-0/+6
* * sample/test.rb: substitute 'select' with 'values_at'.eban2003-05-051-0/+8
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-2/+27
* synchronized with date2 3.3.2.tadf2003-05-041-0/+4
* * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails.aamine2003-05-041-0/+4
* * lib/net/pop.rb: APOP did not work. [ruby-dev:20149]aamine2003-05-041-0/+4