summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-13ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning.eban
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* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-132003-05-13eban
2003-05-13* eval.c (error_pos): use $deferr for output instead of stderrmatz
2003-05-11* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why
2003-05-11* lib/pp.rb: refine to_s test.akr