aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (assignable_gen): ignore already erred names.nobu2007-08-305-15/+21
* * regenc.h: check RUBY_EXTERN before including config.h and defines.husa2007-08-303-8/+18
* * proc.c (rb_obj_define_method): reverted. [ruby-talk:266637]nobu2007-08-302-2/+16
* * lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu2007-08-302-1/+4
* * lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu2007-08-302-0/+43
* * string.c (tr_trans, rb_str_squeeze_bang, rb_str_split_m): suppressnobu2007-08-301-2/+3
* add comment.akr2007-08-301-2/+3
* * hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn'takr2007-08-302-12/+4
* forgot to modify akr2007-08-293-9/+13
* enclose RHASH_XXX macros by parenthesis.akr2007-08-291-2/+2
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-2912-59/+136
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-295-16/+13
* * lib/open-uri.rb: add :ftp_active_mode option.akr2007-08-292-1/+15
* add test for [ruby-dev:31609].akr2007-08-291-0/+8
* * parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu2007-08-294-17/+21
* * re.c (rb_reg_mbclen2): suppress a warning.nobu2007-08-291-1/+1
* * include/ruby/st.h (struct st_table): add entries_packed 1-bitakr2007-08-293-1/+173
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz2007-08-293-7/+10
* * ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke2007-08-284-4/+18
* * string.c (rb_str_subseq): retrieve substring based on byte offset.matz2007-08-284-20/+40
* * test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu2007-08-281-0/+8
* * string.c (rb_str_splice_0): should check to modify. [ruby-dev:31665]nobu2007-08-282-0/+5
* * parse.y (parser_prepare): set parser encode too when BOM exists.nobu2007-08-282-3/+13
* remove conflict sign.ko12007-08-271-1/+0
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-2720-95/+363
* * string.c (rb_str_each_line): should swallow sequence of newlinesmatz2007-08-272-1/+10
* * string.c (rb_str_rstrip_bang): wrong strip point. [ruby-dev:31652]matz2007-08-272-2/+6
* * encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz2007-08-273-2/+31
* * ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke2007-08-273-6/+10
* * ext/etc/etc.c (etc_getlogin): update documentation to notematz2007-08-272-0/+7
* * string.c (sym_encoding): return the encoding of a Symbol.nobu2007-08-272-1/+11
* * util.c (IEEE_BIG_ENDIAN): use configured value. [ruby-dev:31623]nobu2007-08-272-37/+47
* * string.c (tr_trans): wrong condition for mbmaxlen==1 strings.matz2007-08-272-4/+10
* * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz2007-08-264-8/+22
* * enumerator.c (enumerator_next): message changed.matz2007-08-263-4/+8
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-263-11/+23
* * ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke2007-08-252-3/+10
* * insnhelper.ci (vm_setup_method): reorder code for branch prediction.ko12007-08-252-15/+19
* * insnhelper.ci (vm_call_method): fix to relaxant safe level checkko12007-08-253-81/+136
* * test/ruby/test_fiber.rb: fix to require 'continuation'.ko12007-08-252-0/+5
* * include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz2007-08-253-5/+7
* * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke2007-08-252-31/+15
* * string.c, include/ruby/intern.h: export rb_str_length().ko12007-08-254-5/+12
* * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.ko12007-08-252-2/+7
* * include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu2007-08-252-1/+4
* * string.c (rb_str_splice): return from void funtion.nobu2007-08-252-4/+6
* * parse.y, re.c: re-applied revision 13092.nobu2007-08-253-24/+33
* * typo fixed (analysys -> analysis)nahi2007-08-251-2/+2
* * io.c (swallow): removed condition using an unset variable.nobu2007-08-252-7/+13
* include/ruby/encoding.h: added.matz2007-08-251-0/+79