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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.
naruse
2008-10-28
2
-3
/
+28
*
* test/ruby/test_proc.rb: filled all patterns for testing
yugui
2008-10-28
2
-0
/
+202
*
typo.
tadf
2008-10-28
1
-1
/
+1
*
* complex.c: continues to support canonicalization *unofficially*
tadf
2008-10-28
7
-3136
/
+44
*
* parse.y (parser_yylex): check EOF explicitly.
mame
2008-10-28
2
-11
/
+15
*
* test/ruby/test_require.rb (test_require_too_long_filename): too long
usa
2008-10-28
1
-5
/
+9
*
* test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc is
usa
2008-10-28
1
-1
/
+1
*
* io.c (extract_binmode): new function to extract binmode/textmode
usa
2008-10-28
2
-12
/
+36
*
* test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fd
usa
2008-10-28
1
-1
/
+7
*
* io.c (make_readconv): now can specify the size of cbuf.
usa
2008-10-28
2
-6
/
+13
*
* win32/win32.c (rb_w32_pipe_exec): internal fds should be always
usa
2008-10-28
2
-3
/
+7
*
* test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip some
usa
2008-10-28
1
-50
/
+80
*
* test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.
usa
2008-10-28
1
-13
/
+13
*
* tool/make-snapshot.rb: merged from ruby_1_9_1.
yugui
2008-10-28
2
-4
/
+11
*
merged r19975 and r19978 from ruby_1_9_1 into trunk.
yugui
2008-10-28
4
-4
/
+13
*
* tool/make-snapshot: use String#bytesize.
nobu
2008-10-28
2
-2
/
+12
*
* test/ruby/test_file.rb (test_*_extended_file): test in default/text/binary
usa
2008-10-28
1
-32
/
+46
*
* test/ruby/test_file.rb (test_each_char_extended_file,
usa
2008-10-28
1
-0
/
+16
*
* test/ruby/test_argf.rb (test_readpartial2): readpartial works just like
usa
2008-10-28
1
-0
/
+2
*
* test_cgi_multipart.rb (_prepare): tempfile should be binmode.
usa
2008-10-28
1
-1
/
+1
*
* bootstraptest/test_thread.rb: ignore some exceptions.
usa
2008-10-28
2
-1
/
+10
*
* 2008-10-28
svn
2008-10-28
1
-3
/
+3
*
* win32/Makefile.sub (RUNRUBY): now ruby requires something from
usa
2008-10-28
2
-1
/
+6
*
* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.
yugui
2008-10-27
3
-96
/
+318
*
* ext/mathn/complex/complex.c: no need to define rb_cComplex because
usa
2008-10-27
3
-0
/
+12
*
* test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeat
nobu
2008-10-27
1
-16
/
+17
*
* ruby.c (load_file): preserves $.. [ruby-dev:36937]
nobu
2008-10-27
2
-4
/
+35
*
* io.c (argf_init): initial value of $. should be 0.
nobu
2008-10-27
3
-2
/
+7
*
* test/minitest/test_mini_test.rb
yugui
2008-10-27
2
-2
/
+12
*
* test/minitest/test_mini_test.rb: fixed that r19958 made
yugui
2008-10-27
2
-2
/
+9
*
* test/ruby/envutil.rb: reverted the changeset 19948 because it
yugui
2008-10-27
3
-2
/
+9
*
* ChangeLog: added missing timestamps
yugui
2008-10-27
1
-0
/
+6
*
* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.
kazu
2008-10-27
2
-1
/
+5
*
* test/minitest/test_mini_test.rb (test_filter_backtrace):
yugui
2008-10-27
2
-11
/
+22
*
fix typo
kazu
2008-10-27
1
-2
/
+2
*
* io.c (read_all): the 3rd argument maybe Qnil.
usa
2008-10-27
2
-1
/
+6
*
* test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].
mame
2008-10-26
2
-0
/
+10
*
* 2008-10-27
svn
2008-10-26
1
-3
/
+3
*
* ext/nkf/nkf.c (rb_nkf_convert): avoid GC.
naruse
2008-10-26
2
-1
/
+7
*
* set svn:ignore property to ext/mathn/complex and ext/mathn/rational
mame
2008-10-26
0
-0
/
+0
*
* ChangeLog: fixed indentation.
nobu
2008-10-26
1
-42
/
+44
*
* test/json/test_json.rb: remove dependency on permutation gem.
mame
2008-10-26
2
-21
/
+17
*
* gem_prelude.rb: disables debug and verbose flags to suppress failure
nobu
2008-10-26
2
-13
/
+22
*
* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems
nobu
2008-10-26
3
-3
/
+8
*
* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on
nobu
2008-10-26
3
-2
/
+9
*
* ext/etc/etc.c (sGroup): getgrent may not be available.
nobu
2008-10-26
2
-4
/
+9
*
* thread.c (blocking_region_{begin,end}): declared as inline.
nobu
2008-10-26
4
-8
/
+14
*
* missing/vsnprintf.c (BSD__sfvwrite): constified.
nobu
2008-10-26
1
-1
/
+1
*
* io.c (read_all): use the given buffer to read when needs readconv.
nobu
2008-10-26
2
-1
/
+7
*
properties.
nobu
2008-10-26
0
-0
/
+0
[next]