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/test/unit.rb (assert_nothing_thrown): implemented.
akr
2008-10-18
1
-0
/
+4
*
* common.mk: use added options for generic_erb.rb.
eban
2008-10-17
1
-0
/
+4
*
* array.c: don't recycle shared-array while sort!.
wanabe
2008-10-17
1
-0
/
+4
*
* array.c: recycle shared-array when it isn't referenced.
wanabe
2008-10-17
1
-0
/
+4
*
* id.h: reverted.
nobu
2008-10-17
1
-4
/
+0
*
* common.mk (ID_H_TARGET): phony target to update id.h.
nobu
2008-10-17
1
-0
/
+11
*
* array.c (ary_resize_capa): renamed RESIZE_CAPA.
yugui
2008-10-17
1
-0
/
+4
*
* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal):
matz
2008-10-17
1
-0
/
+6
*
* configure.in (uncommon.mk): ignores failures at loading.
nobu
2008-10-17
1
-1
/
+3
*
* transcode.c (str_transcode0): String#encode without argument now
matz
2008-10-17
1
-0
/
+8
*
* test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):
nobu
2008-10-17
1
-0
/
+5
*
* ext/socket/socket.c (init_sock): sockets should be binmode.
shugo
2008-10-17
1
-0
/
+6
*
* tool/insns2vm.rb: remove -Kn option in shebang line because it's
usa
2008-10-17
1
-0
/
+5
*
* re.c (rb_reg_initialize_m): changed the message to clarify the
matz
2008-10-16
1
-0
/
+5
*
* .gdbinit (rp): REGEXP handling fixed.
matz
2008-10-16
1
-0
/
+10
*
* ruby.c (proc_options): no warning when default_external already
matz
2008-10-16
1
-0
/
+8
*
* transcode.c (transcode_restartable0): in_pos and out_pos never be
akr
2008-10-16
1
-0
/
+5
*
* lib/test/unit.rb: sort the order of executing tests.
mame
2008-10-16
1
-0
/
+4
*
* io.c (rb_io_binmode): reset encoding conversion.
akr
2008-10-16
1
-0
/
+4
*
* io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):
mame
2008-10-16
1
-0
/
+5
*
* common.mk (TESTS): removed to re-enable test for minitest.
akr
2008-10-16
1
-0
/
+4
*
* compile.c (iseq_set_sequence): fix memory leak.
mame
2008-10-16
1
-0
/
+4
*
* lib/test/unit.rb (assert_equal): avoid incompatible character
akr
2008-10-16
1
-0
/
+5
*
* lib/test/unit.rb (assert_equal): failure message changed.
akr
2008-10-16
1
-0
/
+4
*
* lib/test/unit: removed test/unit.
akr
2008-10-16
1
-0
/
+10
*
* common.mk, enc/depend (enc, trans): targets for sources.
nobu
2008-10-16
1
-0
/
+8
*
* test/ruby/test_transcode.rb (TestTranscode#test_errors):
matz
2008-10-15
1
-0
/
+5
*
* lib/delegate.rb (DelegateClass): restored 1.8 behavior for
matz
2008-10-15
1
-0
/
+5
*
* ChangeLog: add ML ref.
usa
2008-10-15
1
-0
/
+1
*
* array.c (RESIZE_CAPA): check whether len is longer than capacity.
usa
2008-10-15
1
-0
/
+6
*
* version.h (RUBY_DESCRIPTION): remove unnecessary space.
usa
2008-10-15
1
-0
/
+4
*
* ruby.c (process_options): -U should be allowed in RUBYOPT
matz
2008-10-15
1
-0
/
+5
*
* lib/delegate.rb (Delegator): simplified and restored 1.8
matz
2008-10-14
1
-0
/
+5
*
* transcode.c (str_transcode0): should not raise error when
matz
2008-10-14
1
-0
/
+5
*
* common.mk (TESTS): skips minitest by default, since it interferes
nobu
2008-10-14
1
-0
/
+5
*
* ext/win32ole/win32ole.c (load_conv_function51932): check
suke
2008-10-14
1
-0
/
+7
*
* io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]
nobu
2008-10-14
1
-0
/
+8
*
* enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamed
akr
2008-10-14
1
-0
/
+6
*
* ruby.c (proc_options): -U can be followed by other options.
nobu
2008-10-14
1
-0
/
+4
*
* enc/trans/single_byte.trans: added windows-1252
duerst
2008-10-14
1
-0
/
+12
*
* test/ruby/test_variable.rb (TestVariable#test_variable): add
kazu
2008-10-14
1
-0
/
+5
*
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
kazu
2008-10-14
1
-0
/
+7
*
* ruby.c (set_internal_encoding_once): check double contradicted
matz
2008-10-14
1
-0
/
+7
*
* parse.y (parser_yylex): allow reserved word to be keyword argument.
matz
2008-10-14
1
-0
/
+4
*
* parse.y (token_info_pop): show source filename. [ruby-dev:36710]
naruse
2008-10-13
1
-0
/
+4
*
* ext/win32ole/win32ole.c (load_conv_function51932): support
suke
2008-10-13
1
-0
/
+7
*
* ruby.c (proc_options): add -U command line option to specify
matz
2008-10-12
1
-0
/
+5
*
* transcode.c (str_transcode0): String#encode() with no encoding
matz
2008-10-12
1
-0
/
+6
*
* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,
suke
2008-10-12
1
-0
/
+7
*
* vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimization
ko1
2008-10-12
1
-0
/
+5
[next]