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
...
*
* eval.c (ev_const_get): fixed a bug in constant reference during
matz
2005-12-26
3
-12
/
+26
*
* stable version 1.8.4 released.
matz
2005-12-24
4
-5
/
+14
*
* version.h: 2005-12-22 (1.8.4 preview3)
matz
2005-12-22
1
-3
/
+3
*
* array.c: document fix - remove reference of obsoleted
matz
2005-12-22
1
-1
/
+1
*
(rb_f_test): fix document. [ruby-dev:28087]
akr
2005-12-21
1
-1
/
+11
*
* file.c (w32_io_info): should return handle because FileIndex is
ocean
2005-12-21
2
-14
/
+21
*
* 2005-12-21
eban
2005-12-21
1
-3
/
+3
*
* lib/pathname.rb (test_kernel_open): use File.identical?.
akr
2005-12-21
2
-7
/
+8
*
* eval.c (eval_under_i): evaluate source in caller's frame.
nobu
2005-12-20
2
-2
/
+15
*
* ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)
ocean
2005-12-20
4
-125
/
+102
*
* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility
why
2005-12-20
2
-1
/
+6
*
* 2005-12-20
eban
2005-12-19
1
-3
/
+3
*
* io.c (rb_f_backquote): fix a GC problem on
akr
2005-12-19
2
-1
/
+7
*
* 2005-12-19
nobu
2005-12-19
1
-3
/
+3
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
3
-3
/
+37
*
* 2005-12-17
eban
2005-12-17
1
-3
/
+3
*
* bignum.c (rb_big_rshift): fix a GC problem on
akr
2005-12-16
2
-1
/
+7
*
* eval.c (bmcall): fix a GC problem by tail call on
akr
2005-12-16
2
-1
/
+9
*
corrected the allocation size.
ttate
2005-12-16
1
-1
/
+1
*
revert previous change.
akr
2005-12-16
1
-2
/
+2
*
refine "unknown data type" message.
akr
2005-12-16
1
-2
/
+2
*
* 2005-12-16
eban
2005-12-15
1
-3
/
+3
*
* signal.c (Init_signal): revert C++ style comment.
matz
2005-12-15
5
-18
/
+50
*
* 2005-12-15
eban
2005-12-14
1
-3
/
+3
*
* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call on
akr
2005-12-14
2
-0
/
+6
*
* test/gdbm/test_gdbm.rb: specify pid for the argument of
eban
2005-12-14
2
-6
/
+11
*
* 2005-12-14
eban
2005-12-14
1
-3
/
+3
*
* marshal.c (r_object0): fix a GC problem for reading a bignum on
akr
2005-12-14
2
-1
/
+6
*
* re.c (rb_reg_regcomp): fix a GC problem on x86_64 with
akr
2005-12-13
2
-0
/
+6
*
* array.c (rb_ary_diff): fix a GC problem on IA64 with
akr
2005-12-12
2
-1
/
+9
*
* 2005-12-13
eban
2005-12-12
1
-3
/
+3
*
* sprintf.c (rb_str_format): fix a GC problem.
akr
2005-12-12
2
-1
/
+7
*
* test/openssl/test_ssl.rb (test_parallel): call GC.start to close
gotoyuzo
2005-12-12
2
-0
/
+6
*
precedes registering global VALUE variables before initializing it.
akr
2005-12-12
4
-13
/
+14
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
10
-15
/
+26
*
* 2005-12-12
eban
2005-12-11
1
-3
/
+3
*
* ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries in
nagai
2005-12-11
0
-0
/
+0
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-12-11
5
-0
/
+1048
*
* ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries in
nagai
2005-12-11
4
-6
/
+29
*
* 2005-12-09
nobu
2005-12-09
1
-3
/
+3
*
* lib/rexml/encoding.rb (encoding=): give priority to particular
nobu
2005-12-09
5
-33
/
+62
*
* eval.c (umethod_bind): adjust invoking class for module method.
nobu
2005-12-07
2
-6
/
+21
*
* 2005-12-08
eban
2005-12-07
1
-3
/
+3
*
* eval.c (call_trace_func): klass parameter should be a
matz
2005-12-07
2
-1
/
+6
*
* sprintf.c (rb_f_sprintf): [ruby-dev:27967]
matz
2005-12-07
2
-3
/
+9
*
* sprintf.c (rb_str_format): integer overflow check added.
matz
2005-12-07
2
-0
/
+12
*
* ext/tk/tcltklib.c: forgot to update RELEASE_DATE.
nagai
2005-12-06
3
-4
/
+12
*
* 2005-12-07
eban
2005-12-06
1
-3
/
+3
*
* ext/tk/README.macosx-aqua: [new document] tips to avoid the known
nagai
2005-12-06
10
-39
/
+203
*
* 2005-12-06
eban
2005-12-06
1
-3
/
+3
[prev]
[next]