aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+26
* * string.c (rb_str_each_line): should swallow sequence of newlinesmatz2007-08-271-0/+3
* * string.c (rb_str_rstrip_bang): wrong strip point. [ruby-dev:31652]matz2007-08-271-0/+4
* * encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz2007-08-271-0/+7
* * ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke2007-08-271-0/+8
* * ext/etc/etc.c (etc_getlogin): update documentation to notematz2007-08-271-0/+5
* * string.c (sym_encoding): return the encoding of a Symbol.nobu2007-08-271-0/+4
* * util.c (IEEE_BIG_ENDIAN): use configured value. [ruby-dev:31623]nobu2007-08-271-0/+6
* * string.c (tr_trans): wrong condition for mbmaxlen==1 strings.matz2007-08-271-0/+5
* * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz2007-08-261-0/+13
* * enumerator.c (enumerator_next): message changed.matz2007-08-261-0/+4
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-261-0/+6
* * ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke2007-08-251-0/+5
* * insnhelper.ci (vm_setup_method): reorder code for branch prediction.ko12007-08-251-0/+4
* * insnhelper.ci (vm_call_method): fix to relaxant safe level checkko12007-08-251-0/+7
* * test/ruby/test_fiber.rb: fix to require 'continuation'.ko12007-08-251-0/+4
* * include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz2007-08-251-0/+4
* * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke2007-08-251-0/+6
* * string.c, include/ruby/intern.h: export rb_str_length().ko12007-08-251-0/+6
* * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.ko12007-08-251-0/+4
* * include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu2007-08-251-1/+3
* * string.c (rb_str_splice): return from void funtion.nobu2007-08-251-1/+3
* * parse.y, re.c: re-applied revision 13092.nobu2007-08-251-1/+3
* * io.c (swallow): removed condition using an unset variable.nobu2007-08-251-0/+4
* * encoding.c: provide basic features for M17N.matz2007-08-251-0/+60
* * cont.c: separate Continuation and Fiber from core.ko12007-08-251-0/+18
* * common.mk (prelude.o): depends on vm_core.h now.nobu2007-08-251-0/+10
* * prelude.rb: add Thread.exclusive. This class methodko12007-08-251-0/+6
* * array.c (rb_ary_s_try_convert): more document description.matz2007-08-251-0/+6
* * id.h, id.c: remove idFuncall.ko12007-08-241-0/+6
* * tool/compile_prelude.rb: fix to include "vm_core.h".ko12007-08-241-0/+4
* * test/ruby/sentence.rb (Sentence): include Enumerable.akr2007-08-241-0/+7
* * prelude.rb: fix Mutex#synchronize definition.ko12007-08-241-0/+4
* * array.c (rb_ary_s_try_convert): a new class method to convertmatz2007-08-241-0/+14
* * benchmark/bm_loop_generator.rb: added.ko12007-08-241-0/+4
* * prelude.rb: added. run this script on startup.ko12007-08-241-0/+14
* * compile.c (compile_massign_opt): fix to skip massign optimizationko12007-08-241-0/+7
* * enumerator.c (enumerator_next): stop pre-fetching.matz2007-08-241-0/+10
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-0/+12
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-0/+5
* * compile.c: optimize simple massign.ko12007-08-231-0/+4
* * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke2007-08-231-0/+10
* * configure.in (group_member): check if presents.nobu2007-08-231-0/+10
* * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99nobu2007-08-231-1/+4
* * enumerator.c (sym_call): initialize first.nobu2007-08-231-1/+7
* * cont.c (rb_cont_call, fiber_switch, rb_fiber_resume, rb_fiber_yield):nobu2007-08-231-0/+8
* * compile.c, insns.def, parse.y: fix massign order. This changeko12007-08-231-0/+12
* * parse.y (f_norm_arg): ripper has no shadowing check.nobu2007-08-231-0/+6
* * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent.nobu2007-08-231-0/+12
* * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu2007-08-231-0/+4