summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-09-06* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu
2007-09-05* array.c (rb_ary_subseq): need integer overflow check.matz
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-09-04* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke
2007-09-03* common.mk (vm.o): depends on st.h too.nobu
2007-09-02* include/ruby/st.h (struct st_table): make num_entries bitfieldakr
2007-09-01ChangeLog: typo fixedmatz
2007-09-01 * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf
2007-09-01* eval_jump.ci (rb_f_throw): wrap tag and TAG_THROW in a NODE_MEMOmatz
2007-09-01* eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-09-01* ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke
2007-09-01* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa
2007-09-01* include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu
2007-09-01* st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu
2007-08-30* numeric.c (SQRT_LONG_MAX): use SIZEOF_LONG instead of SIZEOF_VALUEusa
2007-08-30* parse.y (f_norm_arg, f_arg_item): not croak already erred names.nobu
2007-08-30* parse.y (assignable_gen): ignore already erred names.nobu
2007-08-30* regenc.h: check RUBY_EXTERN before including config.h and defines.husa
2007-08-30* proc.c (rb_obj_define_method): reverted. [ruby-talk:266637]nobu
2007-08-30* lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu
2007-08-30* lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu
2007-08-30* hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn'takr
2007-08-29forgot to modify akr
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-29* string.c (str_gsub): should not use mbclen2() which has broken API.matz
2007-08-29* lib/open-uri.rb: add :ftp_active_mode option.akr
2007-08-29* parse.y (aref_args): args may not be a list. [ruby-dev:31592]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* 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