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
...
*
* test/ruby/test_float.rb (test_float): test literal, not sprintf.
usa
2007-12-22
1
-0
/
+2
*
* eval.c (rb_obj_instance_eval): use class of immediate objects.
ko1
2007-12-22
3
-2
/
+8
*
* encoding.c (rb_locale_charmap): win32 support.
usa
2007-12-22
2
-0
/
+6
*
Place bin dir before lib dir so gem bin stubs work.
drbrain
2007-12-22
2
-2
/
+6
*
Updated ChangeLog with Rake info.
jim
2007-12-22
1
-0
/
+5
*
* lib/vm: removed.
nobu
2007-12-22
0
-0
/
+0
*
* parse.y (reg_named_capture_assign_iter): just ignore the
matz
2007-12-22
2
-2
/
+3
*
* tool/insns2vm.rb: moved from lib/vm/instruction.rb.
ko1
2007-12-22
3
-1
/
+5
*
* parse.y (reg_named_capture_assign_iter): captured name should
matz
2007-12-22
2
-1
/
+8
*
* tool/insns2vm.rb: set property.
nobu
2007-12-22
1
-0
/
+0
*
* eval.c (rb_f_method_name): now __method__ and __callee__ are
matz
2007-12-22
2
-30
/
+7
*
* string.c (rb_str_buf_append): improvement for non-broken coded
nobu
2007-12-21
2
-0
/
+17
*
* bootstraptest/test_fork.rb: skip if fork is not unsupported.
ko1
2007-12-21
3
-17
/
+30
*
io.c: fix typo in rdoc comment
davidflanagan
2007-12-21
2
-1
/
+5
*
* parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed.
usa
2007-12-21
3
-4
/
+10
*
* encoding.c (rb_ascii_encoding): renamed from previous
matz
2007-12-21
8
-13
/
+18
*
* re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the
matz
2007-12-21
2
-1
/
+5
*
* parse.y (command): block from cmd_brace_block was ignored.
matz
2007-12-21
2
-3
/
+11
*
test/ruby/test_eval.rb: class variable test updated.
matz
2007-12-21
1
-12
/
+7
*
* io.c (io_ungetc): avoid buffer relocation, which might cause
matz
2007-12-21
2
-10
/
+6
*
* re.c (ARG_ENCODING_NONE): defined for /.../n option.
akr
2007-12-21
3
-6
/
+32
*
* test/json/test_json_addition.rb (test_core): do not use Time.now
shugo
2007-12-21
2
-1
/
+6
*
* ext/tk/sample/tkextlib/vu/canvSticker2.rb,
usa
2007-12-21
4
-14
/
+19
*
ChangeLog: conflict mark removed.
matz
2007-12-21
1
-1
/
+0
*
* sample/test.rb (valid_syntax): force_encoding input script.
matz
2007-12-21
3
-3
/
+8
*
* lib/mkmf.rb (depend_rules): suffixes list broken. fixed.
usa
2007-12-21
2
-4
/
+8
*
* bignum.c (rb_big_mul0): remove unused variable.
matz
2007-12-21
2
-2
/
+6
*
* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.
nobu
2007-12-21
3
-0
/
+9
*
* string.c (rb_str_succ): retry increasing until valid char is found.
nobu
2007-12-21
2
-3
/
+7
*
* encoding.c (rb_enc_replicate): now creates first class encoding.
nobu
2007-12-21
3
-20
/
+81
*
* io.c: write() should be in blocking region.
ko1
2007-12-21
4
-45
/
+69
*
* ext/tk/lib/tk/ttk_selector.rb: set properties.
nobu
2007-12-21
0
-0
/
+0
*
Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.
nagai
2007-12-21
46
-325
/
+1220
*
* transcode.c (rb_str_transcode_bang): returns self if no conversion.
nobu
2007-12-21
2
-1
/
+6
*
Update to RubyGems 1.0.1, r1581
drbrain
2007-12-21
6
-4
/
+11
*
* bootstraptest/pending.rb: renamed from featurebug.rb.
ko1
2007-12-21
3
-12
/
+18
*
* debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGE
nobu
2007-12-21
3
-5
/
+19
*
* bootstraptest/featurebug.rb: added.
ko1
2007-12-21
3
-7
/
+12
*
* thread.c (rb_thread_atfork): fix to mark thread object.
ko1
2007-12-21
4
-8
/
+15
*
* gc.h: extern variable should not be initialized.
ko1
2007-12-21
3
-2
/
+8
*
* encoding.c (Init_Encoding): use enc_name as to_s.
akr
2007-12-21
2
-4
/
+9
*
* ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):
naruse
2007-12-21
3
-47
/
+61
*
* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.
nobu
2007-12-21
3
-9
/
+13
*
Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2007-12-21
3
-2
/
+9
*
* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
matz
2007-12-21
2
-2
/
+14
*
add a test.
akr
2007-12-21
1
-0
/
+2
*
* re.c (append_utf8): use rb_utf8_encoding() instead of
akr
2007-12-21
2
-2
/
+7
*
* io.c (rb_io_s_read): allow specifying encoding explicitly.
matz
2007-12-21
4
-9
/
+43
*
* encoding.c (rb_enc_init): use enc_register_at() directly.
nobu
2007-12-21
4
-6
/
+35
*
add test for [ruby-dev:32566].
akr
2007-12-21
1
-0
/
+15
[prev]
[next]