| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/token.c: single- and double-quoted root-level fix. | why | 2003-05-22 | 4 | -51/+100 |
| * | 2003-05-23 | eban | 2003-05-22 | 1 | -3/+3 |
| * | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 5 | -5/+11 |
| * | * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS. | matz | 2003-05-22 | 3 | -10/+19 |
| * | * eval.c (rb_define_alloc_func): need not to disable | matz | 2003-05-22 | 2 | -3/+8 |
| * | * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on | why | 2003-05-22 | 3 | -2/+11 |
| * | * ext/syck/rubyext.c (syck_parser_load): root-level false was returning | why | 2003-05-22 | 5 | -119/+132 |
| * | 2003-05-22 | eban | 2003-05-22 | 1 | -3/+3 |
| * | doubled. | nobu | 2003-05-21 | 1 | -5/+0 |
| * | * error.c (rb_sys_fail): should not specify errno explicitly. | matz | 2003-05-21 | 3 | -7/+13 |
| * | commit miss | nobu | 2003-05-21 | 1 | -1/+1 |
| * | * eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268] | nobu | 2003-05-21 | 2 | -2/+4 |
| * | * eval.c (rb_thread_fd_close): raise for writing threads. | nobu | 2003-05-21 | 3 | -9/+32 |
| * | * parse.y (strings, word_list): must create new instance always. | nobu | 2003-05-21 | 1 | -0/+7 |
| * | *** empty log message *** | nobu | 2003-05-21 | 1 | -3/+18 |
| * | 2003-05-21 | nobu | 2003-05-21 | 1 | -3/+3 |
| * | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, | nobu | 2003-05-21 | 5 | -64/+74 |
| * | * error.c (syserr_initialize): prohibit specifying errno for | matz | 2003-05-21 | 6 | -13/+32 |
| * | * lib/optparse.rb: get rid of warnings. | nobu | 2003-05-21 | 6 | -14/+34 |
| * | * eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle() | matz | 2003-05-20 | 2 | -0/+7 |
| * | * object.c (init_copy): call initialize_copy at the end of copy | matz | 2003-05-20 | 2 | -2/+7 |
| * | * error.c (syserr_initialize): use Errno constants as default | nobu | 2003-05-20 | 2 | -2/+13 |
| * | * st.h: define ST_DATA_T_DEFINED for portability. | eban | 2003-05-20 | 4 | -5/+25 |
| * | * eval.c (rb_yield_0): give warning for multiple values for a | matz | 2003-05-20 | 8 | -28/+83 |
| * | * win32/win32.c (kill): set errno after calling raise(). | usa | 2003-05-20 | 2 | -11/+22 |
| * | * eval.c (rb_f_missing): create exception instance by ordinal | nobu | 2003-05-20 | 3 | -36/+100 |
| * | * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8, | why | 2003-05-19 | 3 | -1488/+3181 |
| * | * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numbers | why | 2003-05-19 | 5 | -69/+77 |
| * | 2003-05-20 | eban | 2003-05-19 | 1 | -3/+3 |
| * | * dir.c (push_braces): do not push_braces() unless rbrace is found. | matz | 2003-05-19 | 2 | -1/+6 |
| * | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 10 | -68/+149 |
| * | * class.c: add #include "version.h". | aamine | 2003-05-19 | 4 | -0/+11 |
| * | * object.c (rb_mod_cmp): stupid comparison fixed. | matz | 2003-05-19 | 3 | -2/+9 |
| * | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 12 | -55/+61 |
| * | modify ChangeLog. | aamine | 2003-05-19 | 1 | -0/+1 |
| * | 2003-05-19 | eban | 2003-05-19 | 1 | -3/+3 |
| * | * array.c (get_inspect_tbl): check whether inspect_tbl value is a | matz | 2003-05-19 | 4 | -10/+49 |
| * | * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. | aamine | 2003-05-19 | 2 | -6/+13 |
| * | use warn() instead of $stderr.puts(). | tadf | 2003-05-18 | 3 | -9/+11 |
| * | use $deferr instead of $stderr. | tadf | 2003-05-18 | 2 | -2/+6 |
| * | add WIN32OLE_TYPE#to_s method. | suke | 2003-05-17 | 6 | -3/+38 |
| * | 2003-05-17 | eban | 2003-05-17 | 1 | -3/+3 |
| * | * object.c (rb_class_allocate_instance): singleton class check | matz | 2003-05-16 | 4 | -10/+47 |
| * | * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466) | nobu | 2003-05-16 | 2 | -2/+7 |
| * | * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESS | nobu | 2003-05-16 | 2 | -15/+42 |
| * | * eval.c (block_pass): chain previous block to the pushing block. | matz | 2003-05-16 | 3 | -16/+19 |
| * | * lib/gram.c: fixes to one-line documents and end of stream documents. | why | 2003-05-15 | 6 | -172/+197 |
| * | re-indented & tabified | nobu | 2003-05-15 | 1 | -145/+145 |
| * | * lib/open-uri.rb (OpenURI::Redirect#initialize): call super to | akr | 2003-05-15 | 2 | -0/+19 |
| * | * object.c (rb_mod_le): returns nil if two classes/modules are not | matz | 2003-05-15 | 3 | -19/+35 |