aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-225-5/+11
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-223-10/+19
* * eval.c (rb_define_alloc_func): need not to disablematz2003-05-222-3/+8
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-223-2/+11
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-225-119/+132
* 2003-05-22eban2003-05-221-3/+3
* doubled.nobu2003-05-211-5/+0
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-213-7/+13
* commit missnobu2003-05-211-1/+1
* * eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]nobu2003-05-212-2/+4
* * eval.c (rb_thread_fd_close): raise for writing threads.nobu2003-05-213-9/+32
* * parse.y (strings, word_list): must create new instance always.nobu2003-05-211-0/+7
* *** empty log message ***nobu2003-05-211-3/+18
* 2003-05-21nobu2003-05-211-3/+3
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu2003-05-215-64/+74
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-216-13/+32
* * lib/optparse.rb: get rid of warnings.nobu2003-05-216-14/+34
* * eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()matz2003-05-202-0/+7
* * object.c (init_copy): call initialize_copy at the end of copymatz2003-05-202-2/+7
* * error.c (syserr_initialize): use Errno constants as defaultnobu2003-05-202-2/+13
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-204-5/+25
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-208-28/+83
* * win32/win32.c (kill): set errno after calling raise().usa2003-05-202-11/+22
* * eval.c (rb_f_missing): create exception instance by ordinalnobu2003-05-203-36/+100
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-193-1488/+3181
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-195-69/+77
* 2003-05-20eban2003-05-191-3/+3
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-192-1/+6
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-1910-68/+149
* * class.c: add #include "version.h".aamine2003-05-194-0/+11
* * 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