summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-29* parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu
2007-08-29* re.c (rb_reg_mbclen2): suppress a warning.nobu
2007-08-29* include/ruby/st.h (struct st_table): add entries_packed 1-bitakr
2007-08-29* include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke
2007-08-28* string.c (rb_str_subseq): retrieve substring based on byte offset.matz
2007-08-28* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu
2007-08-28* string.c (rb_str_splice_0): should check to modify. [ruby-dev:31665]nobu
2007-08-28* parse.y (parser_prepare): set parser encode too when BOM exists.nobu
2007-08-27remove conflict sign.ko1
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-27* string.c (rb_str_each_line): should swallow sequence of newlinesmatz
2007-08-27* string.c (rb_str_rstrip_bang): wrong strip point. [ruby-dev:31652]matz
2007-08-27* encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz
2007-08-27* ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke
2007-08-27* ext/etc/etc.c (etc_getlogin): update documentation to notematz
2007-08-27* string.c (sym_encoding): return the encoding of a Symbol.nobu
2007-08-27* util.c (IEEE_BIG_ENDIAN): use configured value. [ruby-dev:31623]nobu
2007-08-27* string.c (tr_trans): wrong condition for mbmaxlen==1 strings.matz
2007-08-26* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz
2007-08-26* enumerator.c (enumerator_next): message changed.matz
2007-08-26* cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko1
2007-08-25* ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke
2007-08-25* insnhelper.ci (vm_setup_method): reorder code for branch prediction.ko1
2007-08-25* insnhelper.ci (vm_call_method): fix to relaxant safe level checkko1
2007-08-25* test/ruby/test_fiber.rb: fix to require 'continuation'.ko1
2007-08-25* include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz
2007-08-25* ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke
2007-08-25* string.c, include/ruby/intern.h: export rb_str_length().ko1
2007-08-25* cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.ko1
2007-08-25* include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu
2007-08-25* string.c (rb_str_splice): return from void funtion.nobu
2007-08-25* parse.y, re.c: re-applied revision 13092.nobu
2007-08-25 * typo fixed (analysys -> analysis)nahi
2007-08-25* io.c (swallow): removed condition using an unset variable.nobu
2007-08-25include/ruby/encoding.h: added.matz
2007-08-25encoding.c: added.matz
2007-08-25add test for [ruby-dev:31507].akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25test assignment order.akr
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-25* common.mk (prelude.o): depends on vm_core.h now.nobu
2007-08-25* prelude.rb: add Thread.exclusive. This class methodko1
2007-08-25* array.c (rb_ary_s_try_convert): more document description.matz
2007-08-24* id.h, id.c: remove idFuncall.ko1
2007-08-24* tool/compile_prelude.rb: fix to include "vm_core.h".ko1
2007-08-24* test/ruby/sentence.rb (Sentence): include Enumerable.akr
2007-08-24* prelude.rb: fix Mutex#synchronize definition.ko1
2007-08-24* array.c (rb_ary_s_try_convert): a new class method to convertmatz
2007-08-24* benchmark/bm_loop_generator.rb: added.ko1