aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_mod_cmp): stupid comparison fixed.matz2003-05-193-2/+9
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-1912-55/+61
* modify ChangeLog.aamine2003-05-191-0/+1
* 2003-05-19eban2003-05-191-3/+3
* * array.c (get_inspect_tbl): check whether inspect_tbl value is amatz2003-05-194-10/+49
* * re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine2003-05-192-6/+13
* use warn() instead of $stderr.puts().tadf2003-05-183-9/+11
* use $deferr instead of $stderr.tadf2003-05-182-2/+6
* add WIN32OLE_TYPE#to_s method.suke2003-05-176-3/+38
* 2003-05-17eban2003-05-171-3/+3
* * object.c (rb_class_allocate_instance): singleton class checkmatz2003-05-164-10/+47
* * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu2003-05-162-2/+7
* * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu2003-05-162-15/+42
* * eval.c (block_pass): chain previous block to the pushing block.matz2003-05-163-16/+19
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-156-172/+197
* re-indented & tabifiednobu2003-05-151-145/+145
* * lib/open-uri.rb (OpenURI::Redirect#initialize): call super toakr2003-05-152-0/+19
* * object.c (rb_mod_le): returns nil if two classes/modules are notmatz2003-05-153-19/+35
* * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy2003-05-154-580/+603
* 2003-05-15usa2003-05-151-3/+3
* * io.c (set_stdio): better message.matz2003-05-152-2/+19
* * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz2003-05-153-92/+14
* * ext/syck/syck.c (syck_parser_pop_level): add prototype.usa2003-05-152-0/+9
* * win32/win32.c (kill): fix typo and add signal 0 support.usa2003-05-152-6/+30
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-148-115/+198
* 2003-05-14eban2003-05-141-3/+3
* * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa2003-05-142-1/+9
* * regex.c (re_match_exec): \Z changed to be consistent with new $matz2003-05-143-3/+7
* * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope...aamine2003-05-142-1/+6
* * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462)aamine2003-05-142-30/+24
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-1310-18/+75
* ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning.eban2003-05-131-1/+1
* * ext/syck/handler.c: add proper casts.eban2003-05-133-6/+10
* * configure.in: add '--Wl,--enable-auto-import' to DLDFLAGSeban2003-05-132-1/+9
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa2003-05-135-0/+11
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-1310-401/+435
* 2003-05-13eban2003-05-131-3/+3
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-136-57/+127
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-114-91/+121
* * lib/pp.rb: refine to_s test.akr2003-05-113-12/+19
* * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling.akr2003-05-102-5/+28
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-108-149/+1000
* Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>uema22003-05-103-71/+28
* lib/yaml/ypath.rb: escape '['.eban2003-05-101-1/+1
* * ext/syck/MANIFEST: new file.eban2003-05-102-0/+14
* * net/imap.rb: use DataFormatError in u16tou8/u8tou16.shugo2003-05-101-9/+9
* * lib/net/imap.rb (decode_utf7): new method.shugo2003-05-102-0/+151
* Initial checkin of YAML substances.why2003-05-0925-0/+7962
* 2003-05-09nobu2003-05-091-3/+3
* * io.c (rb_io_reopen): It should be possible to reopen closed IO.matz2003-05-092-2/+46