summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-11* lib/shellwords.rb: Add shellescape() and shelljoin().knu
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-09-10* array.c (rb_ary_cycle): avoid infinite loop for empty array.matz
2007-09-09* marshal.c (r_object0): struct allocation first to check if amatz
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-09 * lib/date/format.rb (_strptime): now also attaches an elementtadf
2007-09-08* marshal.c (r_object0): check T_STRUCT type for structs.akr
2007-09-08values doesn't needs to be volatile since it is passed to rb_struct_initialize.akr
2007-09-08* marshal.c (r_object0): don't call user-defined initialize forakr
2007-09-08abolish warnings.akr
2007-09-08add test for [ruby-dev:31650] and [ruby-dev:31659].akr
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-09-08ChangeLog: conflict resolutionmatz
2007-09-08* struct.c (rb_struct_s_members): check if __members__ is anmatz
2007-09-08 * lib/date/format.rb (str[fp]time): now check specifications moretadf
2007-09-07add test for [ruby-dev:31759].akr
2007-09-07* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz
2007-09-07* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-09-07* 2007-09-08usa
2007-09-07* regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa
2007-09-06* common.mk: fix typo.ko1
2007-09-06* ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz
2007-09-06* io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz
2007-09-06* lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz
2007-09-06add ChangeLog entriesmatz
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-02add a test for [ruby-dev:31709].akr
2007-09-01ChangeLog: typo fixedmatz
2007-09-01 * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf
2007-09-01* test_jump.rb, test_knownbug.rb: seems to be fixed.usa
2007-09-01* eval_jump.ci (rb_f_throw): wrap tag and TAG_THROW in a NODE_MEMOmatz
2007-09-01* bootstraptest/test_knownbug.rb: add new test. [ruby-dev:31698]usa
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-31fix comment.akr
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