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
*
* indent ChangeLog
takano32
2008-10-29
1
-1
/
+1
*
* add references.
mame
2008-10-29
1
-2
/
+2
*
* array.c (rb_ary_sort_bang): remove SEGV when replacing array with
mame
2008-10-29
1
-0
/
+7
*
* test/ruby/test_array.rb: add some tests.
mame
2008-10-29
1
-1
/
+5
*
* string.c (rb_str_check_dummy_enc): new function to check dummy
matz
2008-10-29
1
-0
/
+8
*
* io.c (rb_io_rewind): should reset fptr->readconv if it's
matz
2008-10-29
1
-0
/
+10
*
* array.c (rb_ary_splice): remove redundant check.
mame
2008-10-29
1
-0
/
+4
*
* string.c (rb_str_cmp): fix condition which always returned true
mame
2008-10-29
1
-0
/
+5
*
* test/ruby/test_array (test_permutation): add a test that replaces
mame
2008-10-29
1
-0
/
+5
*
* array.c (rb_ary_sort_bang): replacing array during sort broke
mame
2008-10-29
1
-0
/
+5
*
* revert the previous wrong commit; sorry.
mame
2008-10-29
1
-5
/
+0
*
* array.c (rb_ary_sort_bang): replacing array during sort broke
mame
2008-10-29
1
-0
/
+5
*
* test/webrick/utils.rb (start_server): provide a reference to log of
mame
2008-10-29
1
-0
/
+10
*
* pack.c (pack_pack): set encoding from packing string and UTF-8 for
nobu
2008-10-29
1
-0
/
+5
*
* complex.c (imp1, imp2): should declare type.
takano32
2008-10-29
1
-0
/
+5
*
* common.mk (revision.h): have to be updated daily or by non-trivial
nobu
2008-10-29
1
-0
/
+5
*
* README, README.ja: Update the portability section.
knu
2008-10-29
1
-0
/
+4
*
* configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD
knu
2008-10-29
1
-0
/
+7
*
* configure.in (dln-a-out): cannot make shared library nor work with
nobu
2008-10-29
1
-0
/
+5
*
* win32/win32.c (rb_w32_open): shouldn't seek here.
usa
2008-10-29
1
-0
/
+7
*
* ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.
nobu
2008-10-29
1
-1
/
+4
*
* ruby.c (load_file_internal): cache common interned IDs.
nobu
2008-10-29
1
-0
/
+4
*
* complex.c: uses macro in declarations.
tadf
2008-10-28
1
-0
/
+4
*
* win32/win32.c (rb_w32_open): need to seek to the end of the file when
usa
2008-10-28
1
-0
/
+5
*
* math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.
tadf
2008-10-28
1
-0
/
+6
*
* 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
[next]