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/socket/socket.c: a patch to support IRIX from Andrew
matz
2007-12-27
1
-0
/
+5
*
* lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCES
usa
2007-12-26
1
-2
/
+8
*
* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
naruse
2007-12-26
1
-0
/
+11
*
* lib/date/format.rb (_xmlschema): some improvements.
tadf
2007-12-26
1
-0
/
+6
*
* io.c (io_fflush): check closed fptr after rb_write_internal to avoid
akr
2007-12-26
1
-0
/
+5
*
* string.c (Init_String): defines chars method.
nobu
2007-12-26
1
-0
/
+4
*
* instruby.rb: install goruby if exists.
usa
2007-12-26
1
-0
/
+4
*
* lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.
jeg2
2007-12-26
1
-0
/
+4
*
* array.c (tmpbuf): use rb_str_tmp_new().
nobu
2007-12-26
1
-0
/
+4
*
* ext/json/ext/generator/generator.c (Init_generator): requires
nobu
2007-12-25
1
-0
/
+6
*
* development version 1.9.0 released.
matz
2007-12-25
1
-0
/
+4
*
* lib/rexml/node.rb (REXML::Node::indent): should initialize rv
matz
2007-12-25
1
-0
/
+6
*
* ruby.c (proc_options): encoding option in shbang and RUBYOPT did not
nobu
2007-12-25
1
-0
/
+5
*
* win32/Makefile.sub (config.status): keep this file.
usa
2007-12-25
1
-0
/
+4
*
* configure.in (TIMEZONE_VOID): typo.
nobu
2007-12-25
1
-0
/
+4
*
* insns2vm.rb: add encoding option to shbang.
ko1
2007-12-25
1
-0
/
+4
*
* bootstraptest/pending.rb: add pending issue.
ko1
2007-12-25
1
-0
/
+4
*
* thread.c: remove Thread.critical(=).
ko1
2007-12-25
1
-0
/
+4
*
* tool/make-snapshot: add version number.
nobu
2007-12-25
1
-0
/
+4
*
* compile.c (iseq_compile_each): fix stack consistency error
ko1
2007-12-25
1
-0
/
+8
*
* parse.y (struct parser_params): make parser_ruby_sourcefile common
akr
2007-12-25
1
-0
/
+8
*
* common.mk (parse.c): depends on tool/ytab.sed.
nobu
2007-12-25
1
-0
/
+6
*
* ext/openssl/ossl_ssl.c: Only show a warning if the default
technorama
2007-12-25
1
-0
/
+7
*
* tool/make-snapshot: argument check, and cleanup exported directory.
nobu
2007-12-25
1
-0
/
+4
*
* tool/make-snapshot: more portable.
eban
2007-12-25
1
-0
/
+4
*
* encoding.h (rb_enc_mbc_to_codepoint): wrapper for
nobu
2007-12-25
1
-0
/
+7
*
* io.c (appendline): move RS comparison to rb_io_getline_1().
matz
2007-12-25
1
-0
/
+4
*
* iseq.c: all methods need $SAFE < 1.
ko1
2007-12-25
1
-0
/
+6
*
* string.c (rb_str_each_line): don't call rb_enc_codepoint with empty
akr
2007-12-25
1
-0
/
+5
*
* string.c (rb_str_inspect): don't call rb_enc_codepoint with empty
akr
2007-12-25
1
-0
/
+7
*
* vm.c (rb_frame_method_id_and_class): new function to get the
shugo
2007-12-25
1
-0
/
+5
*
* lib/mkmf.rb (create_makefile): Add a missing dependency on the
knu
2007-12-25
1
-0
/
+6
*
* enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversed
nobu
2007-12-25
1
-0
/
+5
*
* golf_prelude.rb (h): add new method for all golfers.
usa
2007-12-25
1
-0
/
+4
*
* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.
nobu
2007-12-25
1
-0
/
+4
*
* ext/dl/depend: add dependencies. [ruby-dev:32760]
usa
2007-12-25
1
-0
/
+4
*
* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to
ko1
2007-12-25
1
-0
/
+7
*
* common.mk (clean-enc): clean encoding objects.
nobu
2007-12-25
1
-0
/
+4
*
* trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.
nobu
2007-12-25
1
-0
/
+8
*
* encoding.c (rb_enc_register): do not use based_encoding to check if
nobu
2007-12-25
1
-0
/
+5
*
* string.c (rb_str_succ): fix for string with non-alphanumeric chars.
nobu
2007-12-25
1
-0
/
+4
*
* io.c (rb_io_external_encoding): should return nil for
matz
2007-12-25
1
-0
/
+5
*
* io.c (appendline): initialize rslen to 1 if rsptr is 0.
akr
2007-12-25
1
-0
/
+7
*
* enum.c (collect_all): should pack all values. [ruby-core:14410]
matz
2007-12-25
1
-0
/
+2
*
* transcode.c (transcode_dispatch): fix for multistep transcode.
nobu
2007-12-25
1
-0
/
+4
*
* enc/trans/single_byte.c (Init_single_byte): renamed.
usa
2007-12-25
1
-0
/
+4
*
* enum.c (enum_yield): when multiple values yielded from #each
matz
2007-12-25
1
-0
/
+8
*
* common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.
nobu
2007-12-25
1
-0
/
+17
*
* lib/mkmf.rb (map_dir): should generate path including $top_srcdir.
matz
2007-12-25
1
-0
/
+4
*
* lib/csv.rb: Fixed test failures caused by changes to Ruby.
jeg2
2007-12-25
1
-0
/
+7
[next]