summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-21commit missnobu
2003-05-21* eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]nobu
2003-05-21* eval.c (rb_thread_fd_close): raise for writing threads.nobu
2003-05-21* parse.y (strings, word_list): must create new instance always.nobu
2003-05-21*** empty log message ***nobu
2003-05-212003-05-21nobu
2003-05-21* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu
2003-05-21* error.c (syserr_initialize): prohibit specifying errno formatz
2003-05-21* lib/optparse.rb: get rid of warnings.nobu
2003-05-20* eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()matz
2003-05-20* object.c (init_copy): call initialize_copy at the end of copymatz
2003-05-20* error.c (syserr_initialize): use Errno constants as defaultnobu
2003-05-20* st.h: define ST_DATA_T_DEFINED for portability.eban
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
2003-05-20* win32/win32.c (kill): set errno after calling raise().usa
2003-05-20* eval.c (rb_f_missing): create exception instance by ordinalnobu
2003-05-19* lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why
2003-05-19* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy
2003-05-192003-05-20eban
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
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-192003-05-19eban
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-17add WIN32OLE_TYPE#to_s method.suke
2003-05-172003-05-17eban
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-152003-05-15usa
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-142003-05-14eban
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