| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to | why | 2003-05-15 | 4 | -580/+603 |
| * | 2003-05-15 | usa | 2003-05-15 | 1 | -3/+3 |
| * | * io.c (set_stdio): better message. | matz | 2003-05-15 | 2 | -2/+19 |
| * | * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only. | matz | 2003-05-15 | 3 | -92/+14 |
| * | * ext/syck/syck.c (syck_parser_pop_level): add prototype. | usa | 2003-05-15 | 2 | -0/+9 |
| * | * win32/win32.c (kill): fix typo and add signal 0 support. | usa | 2003-05-15 | 2 | -6/+30 |
| * | * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on | why | 2003-05-14 | 8 | -115/+198 |
| * | 2003-05-14 | eban | 2003-05-14 | 1 | -3/+3 |
| * | * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings. | usa | 2003-05-14 | 2 | -1/+9 |
| * | * regex.c (re_match_exec): \Z changed to be consistent with new $ | matz | 2003-05-14 | 3 | -3/+7 |
| * | * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is ope... | aamine | 2003-05-14 | 2 | -1/+6 |
| * | * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462) | aamine | 2003-05-14 | 2 | -30/+24 |
| * | * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id | why | 2003-05-13 | 10 | -18/+75 |
| * | ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning. | eban | 2003-05-13 | 1 | -1/+1 |
| * | * ext/syck/handler.c: add proper casts. | eban | 2003-05-13 | 3 | -6/+10 |
| * | * configure.in: add '--Wl,--enable-auto-import' to DLDFLAGS | eban | 2003-05-13 | 2 | -1/+9 |
| * | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | usa | 2003-05-13 | 5 | -0/+11 |
| * | * lib/yaml/rubytypes.rb: object and struct loading | why | 2003-05-13 | 10 | -401/+435 |