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
*
* test/logger/test_logger.rb (TestLogDevice#test_write): check
nobu
2009-10-20
1
-0
/
+5
*
* ChangeLog: Added summary of r25412, cf [ruby-core:23598]
marcandre
2009-10-20
1
-0
/
+10
*
* lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
nahi
2009-10-20
1
-1
/
+5
*
* lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.
nahi
2009-10-20
1
-0
/
+8
*
* lib/matrix.rb: Bug fix. See detail [ruby-core:23598].
keiju
2009-10-20
1
-0
/
+4
*
* marshal.c (w_symbol, r_symreal): fixed the order of symbol and
nobu
2009-10-20
1
-0
/
+6
*
* include/ruby/win32.h (finite, scalb): inline'ed non-standard
usa
2009-10-20
1
-0
/
+5
*
* parse.y (ripper_intern): enable literal optimization.
nobu
2009-10-20
1
-1
/
+3
*
* parse.y (method_call): dispatch symbols. a patch from Andy Keep in
nobu
2009-10-20
1
-1
/
+4
*
* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. a
nobu
2009-10-20
1
-1
/
+4
*
* parse.y (parser_here_document): dispatch delayed heredoc
nobu
2009-10-20
1
-0
/
+5
*
* .gdbinit (rb_method_entry): search method entry by class and id.
nobu
2009-10-19
1
-0
/
+4
*
* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create
usa
2009-10-19
1
-0
/
+5
*
* .gdbinit (rb_ps): dump all threads and their callstacks. based
nobu
2009-10-19
1
-0
/
+5
*
* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):
nobu
2009-10-19
1
-0
/
+5
*
* lib/rexml/element.rb (text=): false should be converted to string.
marcandre
2009-10-18
1
-0
/
+5
*
* lib/date.rb: do not require lib/delta.rb.
tadf
2009-10-18
1
-0
/
+6
*
* parse.y (is_special_global_name): add boundary check.
akr
2009-10-18
1
-0
/
+4
*
* ruby.c (ruby_init_loadpath_safe): should not dup tmp string. a
nobu
2009-10-18
1
-0
/
+5
*
* test/test_prime.rb
yugui
2009-10-18
1
-0
/
+11
*
* marshal.c (id2encidx): register encoding name.
nobu
2009-10-17
1
-0
/
+6
*
* test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): uses
yugui
2009-10-17
1
-0
/
+10
*
* bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]
mame
2009-10-17
1
-0
/
+4
*
* parse.y (parser_yylex): fix token even after trailing under score.
akr
2009-10-17
1
-0
/
+4
*
* vm_method.c (basic_obj_respond_to): call #respond_to_missing?
matz
2009-10-17
1
-0
/
+5
*
* lib/delegate.rb (Delegator#respond_to_missing): warn only when
matz
2009-10-17
1
-0
/
+5
*
* st.c (unpack_entries): save table->bins and never change the table
wanabe
2009-10-16
1
-0
/
+6
*
* prelude.rb (require_relative): defined as a module function of
akr
2009-10-16
1
-0
/
+5
*
* lib/delegate.rb (Delegator#method_missing): remove backtrace
matz
2009-10-16
1
-0
/
+5
*
* lib/delegate.rb (Delegator#freeze): #freeze should freeze self
matz
2009-10-16
1
-0
/
+5
*
add ML ref [ruby-core:26081]
matz
2009-10-16
1
-1
/
+1
*
* lib/delegate.rb (Delegator#respond_to_missing): warn if optional
matz
2009-10-16
1
-0
/
+9
*
* bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]
nobu
2009-10-16
1
-0
/
+5
*
* win32/win32.c (rb_w32_spawn): `\'' is also quote character.
usa
2009-10-16
1
-0
/
+4
*
* gc.h (rb_gc_debug_body): constified.
nobu
2009-10-16
1
-0
/
+4
*
* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.
naruse
2009-10-16
1
-0
/
+21
*
* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io
naruse
2009-10-16
1
-0
/
+5
*
* lib/csv.rb (CSV#read_to_char): set encoding and verify data
naruse
2009-10-15
1
-0
/
+10
*
* parse.y (rb_intern3): check symbol table overflow before generate
nobu
2009-10-15
1
-3
/
+3
*
* parse.y (rb_intern3): check symbol table overflow.
nobu
2009-10-15
1
-0
/
+5
*
* io.c (io_encoding_set): get rid of parsing non-ascii string, and
nobu
2009-10-15
1
-1
/
+4
*
* io.c (io_reopen): unread current buffer before telling the
nobu
2009-10-15
1
-0
/
+5
*
* ext/iconv/iconv.c (iconv_create): cannot retry with given block.
nobu
2009-10-15
1
-0
/
+5
*
* ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCK
usa
2009-10-15
1
-0
/
+6
*
* tool/enc-unicode.rb,
naruse
2009-10-14
1
-0
/
+8
*
* ext/socket/init.c (rsock_init_sock): validate file descriptor.
akr
2009-10-14
1
-0
/
+4
*
* ruby.c (process_options): script name should not be shown in an
nobu
2009-10-14
1
-0
/
+5
*
* eval.c (ruby_run_node): need to call ruby_cleaup() always even
nobu
2009-10-14
1
-0
/
+5
*
* proc.c (mnew): Method#new checks for respond_to_missing? with private set t...
marcandre
2009-10-13
1
-0
/
+6
*
Add derived core and binary property and aliases.
naruse
2009-10-13
1
-0
/
+10
[next]