aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * parse.y (reg_named_capture_assign_iter): allows non-ascii names andnobu2007-12-222-2/+7
* * test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko12007-12-223-2/+9
* * bootstraptest/test_objectspace.rb: skip flozen string.ko12007-12-222-1/+5
* * array.c (rb_ary_permutation): add volatile to avoid GC problem.ko12007-12-222-2/+6
* * test/ruby/test_float.rb (test_float): test literal, not sprintf.usa2007-12-221-0/+2
* * eval.c (rb_obj_instance_eval): use class of immediate objects.ko12007-12-223-2/+8
* * encoding.c (rb_locale_charmap): win32 support.usa2007-12-222-0/+6
* Place bin dir before lib dir so gem bin stubs work.drbrain2007-12-222-2/+6
* Updated ChangeLog with Rake info.jim2007-12-221-0/+5
* * lib/vm: removed.nobu2007-12-220-0/+0
* * parse.y (reg_named_capture_assign_iter): just ignore thematz2007-12-222-2/+3
* * tool/insns2vm.rb: moved from lib/vm/instruction.rb.ko12007-12-223-1/+5
* * parse.y (reg_named_capture_assign_iter): captured name shouldmatz2007-12-222-1/+8
* * tool/insns2vm.rb: set property.nobu2007-12-221-0/+0
* * eval.c (rb_f_method_name): now __method__ and __callee__ arematz2007-12-222-30/+7
* * string.c (rb_str_buf_append): improvement for non-broken codednobu2007-12-212-0/+17
* * bootstraptest/test_fork.rb: skip if fork is not unsupported.ko12007-12-213-17/+30
* io.c: fix typo in rdoc commentdavidflanagan2007-12-212-1/+5
* * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.usa2007-12-213-4/+10
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-218-13/+18
* * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz2007-12-212-1/+5
* * parse.y (command): block from cmd_brace_block was ignored.matz2007-12-212-3/+11
* test/ruby/test_eval.rb: class variable test updated.matz2007-12-211-12/+7
* * io.c (io_ungetc): avoid buffer relocation, which might causematz2007-12-212-10/+6
* * re.c (ARG_ENCODING_NONE): defined for /.../n option.akr2007-12-213-6/+32
* * test/json/test_json_addition.rb (test_core): do not use Time.nowshugo2007-12-212-1/+6
* * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa2007-12-214-14/+19
* ChangeLog: conflict mark removed.matz2007-12-211-1/+0
* * sample/test.rb (valid_syntax): force_encoding input script.matz2007-12-213-3/+8
* * lib/mkmf.rb (depend_rules): suffixes list broken. fixed.usa2007-12-212-4/+8
* * bignum.c (rb_big_mul0): remove unused variable.matz2007-12-212-2/+6
* * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu2007-12-213-0/+9
* * string.c (rb_str_succ): retry increasing until valid char is found.nobu2007-12-212-3/+7
* * encoding.c (rb_enc_replicate): now creates first class encoding.nobu2007-12-213-20/+81
* * io.c: write() should be in blocking region.ko12007-12-214-45/+69
* * ext/tk/lib/tk/ttk_selector.rb: set properties.nobu2007-12-210-0/+0
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-2146-325/+1220
* * transcode.c (rb_str_transcode_bang): returns self if no conversion.nobu2007-12-212-1/+6
* Update to RubyGems 1.0.1, r1581drbrain2007-12-216-4/+11
* * bootstraptest/pending.rb: renamed from featurebug.rb.ko12007-12-213-12/+18
* * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu2007-12-213-5/+19
* * bootstraptest/featurebug.rb: added.ko12007-12-213-7/+12
* * thread.c (rb_thread_atfork): fix to mark thread object.ko12007-12-214-8/+15
* * gc.h: extern variable should not be initialized.ko12007-12-213-2/+8
* * encoding.c (Init_Encoding): use enc_name as to_s.akr2007-12-212-4/+9
* * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse2007-12-213-47/+61
* * enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu2007-12-213-9/+13
* Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-213-2/+9
* * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz2007-12-212-2/+14
* add a test.akr2007-12-211-0/+2