index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* lib/shellwords.rb: Add shellescape() and shelljoin().
knu
2007-09-11
1
-0
/
+14
*
* range.c (range_dumper): make uninitialized range dumpable.
akr
2007-09-10
1
-1
/
+4
*
* range.c: represent initialized state using EXCL instead of FL_USER3.
akr
2007-09-10
1
-0
/
+4
*
* array.c (rb_ary_cycle): avoid infinite loop for empty array.
matz
2007-09-10
1
-0
/
+5
*
* marshal.c (r_object0): struct allocation first to check if a
matz
2007-09-09
1
-0
/
+5
*
* range.c (range_step): fixed integer overflow. [ruby-dev:31763]
matz
2007-09-09
1
-0
/
+4
*
* lib/date/format.rb (_strptime): now also attaches an element
tadf
2007-09-09
1
-0
/
+5
*
* marshal.c (r_object0): check T_STRUCT type for structs.
akr
2007-09-08
1
-0
/
+4
*
* marshal.c (r_object0): don't call user-defined initialize for
akr
2007-09-08
1
-0
/
+9
*
* eval_method.ci (rb_get_alloc_func): new function to get allocation
akr
2007-09-08
1
-1
/
+29
*
ChangeLog: conflict resolution
matz
2007-09-08
1
-8
/
+5
*
* struct.c (rb_struct_s_members): check if __members__ is an
matz
2007-09-08
1
-0
/
+8
*
* lib/date/format.rb (str[fp]time): now check specifications more
tadf
2007-09-08
1
-0
/
+5
*
* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throw
matz
2007-09-07
1
-0
/
+5
*
* struct.c (rb_struct_s_members): should raise TypeError instead
matz
2007-09-07
1
-0
/
+7
*
* regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should take
usa
2007-09-07
1
-0
/
+5
*
* common.mk: fix typo.
ko1
2007-09-06
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.
matz
2007-09-06
1
-0
/
+4
*
* io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.
matz
2007-09-06
1
-0
/
+4
*
* lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of
matz
2007-09-06
1
-0
/
+9
*
add ChangeLog entries
matz
2007-09-06
1
-0
/
+10
*
* array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui
matz
2007-09-06
1
-0
/
+5
*
* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.
nobu
2007-09-06
1
-0
/
+5
*
* array.c (rb_ary_subseq): need integer overflow check.
matz
2007-09-05
1
-0
/
+7
*
* string.c (rb_str_splice): integer overflow for length.
matz
2007-09-05
1
-0
/
+5
*
* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.
suke
2007-09-04
1
-0
/
+6
*
* common.mk (vm.o): depends on st.h too.
nobu
2007-09-03
1
-0
/
+4
*
* include/ruby/st.h (struct st_table): make num_entries bitfield
akr
2007-09-02
1
-0
/
+5
*
ChangeLog: typo fixed
matz
2007-09-01
1
-2
/
+2
*
* lib/date/format.rb (_parse): improved parsing of ordinal dates.
tadf
2007-09-01
1
-0
/
+7
*
* eval_jump.ci (rb_f_throw): wrap tag and TAG_THROW in a NODE_MEMO
matz
2007-09-01
1
-0
/
+5
*
* eval_jump.ci (rb_f_catch): generate new tag object if no argument is
matz
2007-09-01
1
-0
/
+18
*
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-09-01
1
-0
/
+24
*
* ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should be
suke
2007-09-01
1
-0
/
+10
*
* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.
usa
2007-09-01
1
-0
/
+4
*
* include/ruby/st.h (rb_index_t): use st_data_t for the platforms it
nobu
2007-09-01
1
-3
/
+3
*
* st.c (st_numcmp, st_numhash): use st_data_t instead of long, because
nobu
2007-09-01
1
-0
/
+10
*
* numeric.c (SQRT_LONG_MAX): use SIZEOF_LONG instead of SIZEOF_VALUE
usa
2007-08-30
1
-0
/
+5
*
* parse.y (f_norm_arg, f_arg_item): not croak already erred names.
nobu
2007-08-30
1
-1
/
+4
*
* parse.y (assignable_gen): ignore already erred names.
nobu
2007-08-30
1
-0
/
+7
*
* regenc.h: check RUBY_EXTERN before including config.h and defines.h
usa
2007-08-30
1
-0
/
+6
*
* proc.c (rb_obj_define_method): reverted. [ruby-talk:266637]
nobu
2007-08-30
1
-0
/
+4
*
* lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]
nobu
2007-08-30
1
-1
/
+3
*
* lib/mkmf.rb (try_const, have_const): check for a const is defined.
nobu
2007-08-30
1
-0
/
+5
*
* hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn't
akr
2007-08-30
1
-0
/
+2
*
forgot to modify
akr
2007-08-29
1
-0
/
+4
*
* include/ruby/intern.h: declare rb_hash_tbl.
akr
2007-08-29
1
-0
/
+32
*
* string.c (str_gsub): should not use mbclen2() which has broken API.
matz
2007-08-29
1
-0
/
+6
*
* lib/open-uri.rb: add :ftp_active_mode option.
akr
2007-08-29
1
-0
/
+4
*
* parse.y (aref_args): args may not be a list. [ruby-dev:31592]
nobu
2007-08-29
1
-0
/
+4
[prev]
[next]