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
*
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
*
* include/ruby/st.h (struct st_table): add entries_packed 1-bit
akr
2007-08-29
1
-0
/
+17
*
* include/ruby/defines.h (flush_register_windows): call "ta 0x03"
matz
2007-08-29
1
-0
/
+5
*
* ext/win32ole/win32ole.c (ole_type_progid): progid getted by
suke
2007-08-28
1
-0
/
+12
*
* string.c (rb_str_subseq): retrieve substring based on byte offset.
matz
2007-08-28
1
-0
/
+7
*
* string.c (rb_str_splice_0): should check to modify. [ruby-dev:31665]
nobu
2007-08-28
1
-0
/
+4
*
* parse.y (parser_prepare): set parser encode too when BOM exists.
nobu
2007-08-28
1
-0
/
+4
*
remove conflict sign.
ko1
2007-08-27
1
-1
/
+0
*
* thread.c: fix Mutex to be interruptable lock.
ko1
2007-08-27
1
-0
/
+26
*
* string.c (rb_str_each_line): should swallow sequence of newlines
matz
2007-08-27
1
-0
/
+3
*
* string.c (rb_str_rstrip_bang): wrong strip point. [ruby-dev:31652]
matz
2007-08-27
1
-0
/
+4
*
* encoding.c (rb_enc_codelen): raises invalid sequence exception
matz
2007-08-27
1
-0
/
+7
*
* ext/win32ole/win32ole.c (ole_type_progid): fix the bug.
suke
2007-08-27
1
-0
/
+8
*
* ext/etc/etc.c (etc_getlogin): update documentation to note
matz
2007-08-27
1
-0
/
+5
*
* string.c (sym_encoding): return the encoding of a Symbol.
nobu
2007-08-27
1
-0
/
+4
*
* util.c (IEEE_BIG_ENDIAN): use configured value. [ruby-dev:31623]
nobu
2007-08-27
1
-0
/
+6
*
* string.c (tr_trans): wrong condition for mbmaxlen==1 strings.
matz
2007-08-27
1
-0
/
+5
*
* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]
matz
2007-08-26
1
-0
/
+13
*
* enumerator.c (enumerator_next): message changed.
matz
2007-08-26
1
-0
/
+4
*
* cont.c: fix to remove Fiber.new until fiber.so is not loaded.
ko1
2007-08-26
1
-0
/
+6
*
* ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate
suke
2007-08-25
1
-0
/
+5
*
* insnhelper.ci (vm_setup_method): reorder code for branch prediction.
ko1
2007-08-25
1
-0
/
+4
*
* insnhelper.ci (vm_call_method): fix to relaxant safe level check
ko1
2007-08-25
1
-0
/
+7
*
* test/ruby/test_fiber.rb: fix to require 'continuation'.
ko1
2007-08-25
1
-0
/
+4
*
* include/ruby/encoding.h: remove unused rb_enc_ismbchar().
matz
2007-08-25
1
-0
/
+4
*
* ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,
suke
2007-08-25
1
-0
/
+6
*
* string.c, include/ruby/intern.h: export rb_str_length().
ko1
2007-08-25
1
-0
/
+6
*
* cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE.
ko1
2007-08-25
1
-0
/
+4
*
* include/ruby/encoding.h (rb_enc_str_new): prototype added.
nobu
2007-08-25
1
-1
/
+3
[next]