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
...
*
* parse.y (reg_named_capture_assign_iter): captured name should
matz
2007-12-22
1
-0
/
+6
*
* eval.c (rb_f_method_name): now __method__ and __callee__ are
matz
2007-12-22
1
-0
/
+5
*
* string.c (rb_str_buf_append): improvement for non-broken coded
nobu
2007-12-21
1
-0
/
+5
*
* bootstraptest/test_fork.rb: skip if fork is not unsupported.
ko1
2007-12-21
1
-0
/
+6
*
io.c: fix typo in rdoc comment
davidflanagan
2007-12-21
1
-0
/
+4
*
* parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
usa
2007-12-21
1
-0
/
+6
*
* encoding.c (rb_ascii_encoding): renamed from previous
matz
2007-12-21
1
-0
/
+5
*
* re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the
matz
2007-12-21
1
-0
/
+3
*
* parse.y (command): block from cmd_brace_block was ignored.
matz
2007-12-21
1
-0
/
+5
*
* io.c (io_ungetc): avoid buffer relocation, which might cause
matz
2007-12-21
1
-0
/
+5
*
* re.c (ARG_ENCODING_NONE): defined for /.../n option.
akr
2007-12-21
1
-0
/
+8
*
* test/json/test_json_addition.rb (test_core): do not use Time.now
shugo
2007-12-21
1
-0
/
+5
*
* ext/tk/sample/tkextlib/vu/canvSticker2.rb,
usa
2007-12-21
1
-0
/
+5
*
ChangeLog: conflict mark removed.
matz
2007-12-21
1
-1
/
+0
*
* sample/test.rb (valid_syntax): force_encoding input script.
matz
2007-12-21
1
-0
/
+4
*
* lib/mkmf.rb (depend_rules): suffixes list broken. fixed.
usa
2007-12-21
1
-0
/
+4
*
* bignum.c (rb_big_mul0): remove unused variable.
matz
2007-12-21
1
-0
/
+6
*
* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.
nobu
2007-12-21
1
-0
/
+6
*
* string.c (rb_str_succ): retry increasing until valid char is found.
nobu
2007-12-21
1
-0
/
+4
*
* encoding.c (rb_enc_replicate): now creates first class encoding.
nobu
2007-12-21
1
-0
/
+15
*
* io.c: write() should be in blocking region.
ko1
2007-12-21
1
-0
/
+6
*
Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.
nagai
2007-12-21
1
-0
/
+35
*
* transcode.c (rb_str_transcode_bang): returns self if no conversion.
nobu
2007-12-21
1
-0
/
+5
*
Update to RubyGems 1.0.1, r1581
drbrain
2007-12-21
1
-0
/
+5
*
* bootstraptest/pending.rb: renamed from featurebug.rb.
ko1
2007-12-21
1
-0
/
+6
*
* debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGE
nobu
2007-12-21
1
-0
/
+7
*
* bootstraptest/featurebug.rb: added.
ko1
2007-12-21
1
-0
/
+6
*
* thread.c (rb_thread_atfork): fix to mark thread object.
ko1
2007-12-21
1
-0
/
+7
*
* gc.h: extern variable should not be initialized.
ko1
2007-12-21
1
-0
/
+6
*
* encoding.c (Init_Encoding): use enc_name as to_s.
akr
2007-12-21
1
-0
/
+5
*
* ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):
naruse
2007-12-21
1
-0
/
+8
*
* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.
nobu
2007-12-21
1
-2
/
+7
*
Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2007-12-21
1
-0
/
+7
*
* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
matz
2007-12-21
1
-0
/
+6
*
* re.c (append_utf8): use rb_utf8_encoding() instead of
akr
2007-12-21
1
-0
/
+5
*
* io.c (rb_io_s_read): allow specifying encoding explicitly.
matz
2007-12-21
1
-0
/
+12
*
* encoding.c (rb_enc_init): use enc_register_at() directly.
nobu
2007-12-21
1
-0
/
+10
*
* lib/net/imap.rb (initialize): accept service name. changed
shugo
2007-12-21
1
-0
/
+5
*
* enumerator.c (enumerator_init_copy): typo fixed.
matz
2007-12-21
1
-0
/
+2
*
* gc.c (rb_garbage_collect): new function for debugging.
akr
2007-12-21
1
-0
/
+4
*
* encoding.c (rb_to_encoding_index): should return error instead of
nobu
2007-12-21
1
-0
/
+5
*
* enumerator.c (enumerator_init_copy): prohibit cloning of
matz
2007-12-21
1
-0
/
+5
*
* io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist.
akr
2007-12-21
1
-0
/
+4
*
* test/ruby/test_system.rb (TestSystem::valid_syntax): apply
matz
2007-12-21
1
-0
/
+7
*
* re.c: change "character encodings differ" error messages.
akr
2007-12-21
1
-0
/
+4
*
* encoding.c (rb_enc_find_index): extension libraries have lower case
nobu
2007-12-21
1
-1
/
+4
*
* encoding.c (rb_enc_register): set encoding constant.
nobu
2007-12-21
1
-0
/
+10
*
* io.c (rb_io_external_encoding): should fill delayed
matz
2007-12-21
1
-0
/
+3
*
* io.c (rb_io_external_encoding): new method.
matz
2007-12-21
1
-0
/
+7
*
* encoding.c (rb_locale_charmap): return nil if no locale information.
akr
2007-12-21
1
-0
/
+4
[prev]
[next]