aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should takeusa2007-09-071-0/+5
* * common.mk: fix typo.ko12007-09-061-0/+4
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-061-0/+4
* * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz2007-09-061-0/+4
* * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz2007-09-061-0/+9
* add ChangeLog entriesmatz2007-09-061-0/+10
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-0/+5
* * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu2007-09-061-0/+5
* * array.c (rb_ary_subseq): need integer overflow check.matz2007-09-051-0/+7
* * string.c (rb_str_splice): integer overflow for length.matz2007-09-051-0/+5
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-0/+6
* * common.mk (vm.o): depends on st.h too.nobu2007-09-031-0/+4
* * include/ruby/st.h (struct st_table): make num_entries bitfieldakr2007-09-021-0/+5
* ChangeLog: typo fixedmatz2007-09-011-2/+2
* * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf2007-09-011-0/+7
* * eval_jump.ci (rb_f_throw): wrap tag and TAG_THROW in a NODE_MEMOmatz2007-09-011-0/+5
* * eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz2007-09-011-0/+18
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-0/+24
* * ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke2007-09-011-0/+10
* * test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa2007-09-011-0/+4
* * include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu2007-09-011-3/+3
* * st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu2007-09-011-0/+10
* * numeric.c (SQRT_LONG_MAX): use SIZEOF_LONG instead of SIZEOF_VALUEusa2007-08-301-0/+5
* * parse.y (f_norm_arg, f_arg_item): not croak already erred names.nobu2007-08-301-1/+4
* * parse.y (assignable_gen): ignore already erred names.nobu2007-08-301-0/+7
* * regenc.h: check RUBY_EXTERN before including config.h and defines.husa2007-08-301-0/+6
* * proc.c (rb_obj_define_method): reverted. [ruby-talk:266637]nobu2007-08-301-0/+4
* * lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu2007-08-301-1/+3
* * lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu2007-08-301-0/+5
* * hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn'takr2007-08-301-0/+2
* forgot to modify akr2007-08-291-0/+4
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-291-0/+32
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-291-0/+6
* * lib/open-uri.rb: add :ftp_active_mode option.akr2007-08-291-0/+4
* * parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu2007-08-291-0/+4
* * include/ruby/st.h (struct st_table): add entries_packed 1-bitakr2007-08-291-0/+17
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz2007-08-291-0/+5
* * ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke2007-08-281-0/+12
* * string.c (rb_str_subseq): retrieve substring based on byte offset.matz2007-08-281-0/+7
* * string.c (rb_str_splice_0): should check to modify. [ruby-dev:31665]nobu2007-08-281-0/+4
* * parse.y (parser_prepare): set parser encode too when BOM exists.nobu2007-08-281-0/+4
* remove conflict sign.ko12007-08-271-1/+0
* * 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