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
*
* ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.
naruse
2008-10-28
1
-0
/
+8
*
* test/ruby/test_proc.rb: filled all patterns for testing
yugui
2008-10-28
1
-0
/
+5
*
typo.
tadf
2008-10-28
1
-1
/
+1
*
* complex.c: continues to support canonicalization *unofficially*
tadf
2008-10-28
1
-0
/
+10
*
* parse.y (parser_yylex): check EOF explicitly.
mame
2008-10-28
1
-0
/
+4
*
* io.c (extract_binmode): new function to extract binmode/textmode
usa
2008-10-28
1
-0
/
+9
*
* io.c (make_readconv): now can specify the size of cbuf.
usa
2008-10-28
1
-0
/
+7
*
* win32/win32.c (rb_w32_pipe_exec): internal fds should be always
usa
2008-10-28
1
-0
/
+5
*
* tool/make-snapshot.rb: merged from ruby_1_9_1.
yugui
2008-10-28
1
-0
/
+4
*
merged r19975 and r19978 from ruby_1_9_1 into trunk.
yugui
2008-10-28
1
-0
/
+9
*
* tool/make-snapshot: use String#bytesize.
nobu
2008-10-28
1
-0
/
+4
*
* bootstraptest/test_thread.rb: ignore some exceptions.
usa
2008-10-28
1
-0
/
+5
*
* win32/Makefile.sub (RUNRUBY): now ruby requires something from
usa
2008-10-28
1
-0
/
+5
*
* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.
yugui
2008-10-27
1
-0
/
+13
*
* ext/mathn/complex/complex.c: no need to define rb_cComplex because
usa
2008-10-27
1
-0
/
+8
*
* ruby.c (load_file): preserves $.. [ruby-dev:36937]
nobu
2008-10-27
1
-1
/
+3
*
* io.c (argf_init): initial value of $. should be 0.
nobu
2008-10-27
1
-0
/
+5
*
* test/minitest/test_mini_test.rb
yugui
2008-10-27
1
-0
/
+10
*
* test/minitest/test_mini_test.rb: fixed that r19958 made
yugui
2008-10-27
1
-0
/
+5
*
* test/ruby/envutil.rb: reverted the changeset 19948 because it
yugui
2008-10-27
1
-0
/
+7
*
* 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
1
-0
/
+4
*
* test/minitest/test_mini_test.rb (test_filter_backtrace):
yugui
2008-10-27
1
-0
/
+8
*
fix typo
kazu
2008-10-27
1
-2
/
+2
*
* io.c (read_all): the 3rd argument maybe Qnil.
usa
2008-10-27
1
-0
/
+4
*
* test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].
mame
2008-10-26
1
-0
/
+4
*
* ext/nkf/nkf.c (rb_nkf_convert): avoid GC.
naruse
2008-10-26
1
-0
/
+5
*
* ChangeLog: fixed indentation.
nobu
2008-10-26
1
-42
/
+44
*
* test/json/test_json.rb: remove dependency on permutation gem.
mame
2008-10-26
1
-0
/
+4
*
* gem_prelude.rb: disables debug and verbose flags to suppress failure
nobu
2008-10-26
1
-1
/
+4
*
* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems
nobu
2008-10-26
1
-1
/
+6
*
* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on
nobu
2008-10-26
1
-1
/
+4
*
* ext/etc/etc.c (sGroup): getgrent may not be available.
nobu
2008-10-26
1
-1
/
+3
*
* thread.c (blocking_region_{begin,end}): declared as inline.
nobu
2008-10-26
1
-0
/
+8
*
* io.c (read_all): use the given buffer to read when needs readconv.
nobu
2008-10-26
1
-0
/
+6
*
Update to RubyGems 1.3.1 r1909.
drbrain
2008-10-25
1
-1
/
+5
*
Imported minitest 1.3.0 r4429. Fixes issues reported by akira and nobu
ryan
2008-10-25
1
-0
/
+5
*
* configure.in ($MANTYPE): followed ruby.1, which had moved.
yugui
2008-10-25
1
-0
/
+8
*
* man/irb.1: new manual page.
yugui
2008-10-25
1
-0
/
+4
*
* man/ruby.1: moved into man/. added some descriptions.
yugui
2008-10-25
1
-0
/
+8
*
* gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.
nari
2008-10-25
1
-0
/
+4
*
* ruby.c (usage): updated the description of -E option.
yugui
2008-10-25
1
-0
/
+4
*
* lib/csv.rb: Fixed a bug in read_to_char() that would slurp
jeg2
2008-10-25
1
-0
/
+10
*
Import RDoc 2.2.2 r192
drbrain
2008-10-24
1
-0
/
+4
*
* enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch by
nobu
2008-10-24
1
-1
/
+4
*
* signal.c (signal_buff): made static. a patch by Tadashi Saito
nobu
2008-10-24
1
-1
/
+4
*
* util.c (freedtoa): made static to get rid of name clash. a patch by
nobu
2008-10-24
1
-0
/
+7
*
* parse.y (lambda): need to adjust lpar_beg for both of the parser and
nobu
2008-10-24
1
-0
/
+5
*
* ext/mathn/rational/rational.c: undef duplicated macro definition
matz
2008-10-24
1
-0
/
+8
*
* array.c (rb_ary_sample): fixed sizes and randomness.
nobu
2008-10-24
1
-0
/
+4
[next]