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
*
* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for class
nobu
2005-12-14
2
-1
/
+6
*
* dir.c (has_magic): glob names contain alphabets to enable case fold
nobu
2005-12-14
2
-7
/
+32
*
* 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
-2
/
+7
*
* array.c (rb_ary_diff): fix a GC problem on IA64 with
akr
2005-12-12
2
-1
/
+10
*
* 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
*
remove unused variables.
akr
2005-12-12
1
-3
/
+0
*
* 2005-12-12
eban
2005-12-12
1
-3
/
+3
*
indent "if" body.
akr
2005-12-12
1
-2
/
+3
*
precedes registering global VALUE variables before initializing it.
akr
2005-12-12
4
-12
/
+11
*
* range.c (range_cover): new method Range#cover? added. the
matz
2005-12-12
2
-0
/
+40
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
15
-88
/
+73
*
* ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries in
nagai
2005-12-11
5
-6
/
+266
*
* 2005-12-11
eban
2005-12-11
1
-3
/
+3
*
(test_remote_array_and_hash): pseudo remote objects are protected
seki
2005-12-11
2
-2
/
+11
*
* lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.
keiju
2005-12-09
2
-12
/
+143
*
* eval.c (calling_scope_t): gave names to magic numbers for rb_call().
nobu
2005-12-09
2
-26
/
+37
*
* 2005-12-10
eban
2005-12-09
1
-3
/
+3
*
remove unused variable `tmp'.
akr
2005-12-09
1
-1
/
+0
*
* lib/rexml/encoding.rb (encoding=): give priority to particular
nobu
2005-12-09
5
-33
/
+62
*
* 2005-12-09
eban
2005-12-09
1
-3
/
+3
*
* range.c (range_include): return false unless included in numeric
nobu
2005-12-09
2
-5
/
+9
*
* 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
3
-2
/
+7
*
* sprintf.c (rb_f_sprintf): [ruby-dev:27967]
matz
2005-12-07
5
-17
/
+58
*
* sprintf.c (rb_str_format): integer overflow check added.
matz
2005-12-07
2
-3
/
+16
*
* 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
*
ChangeLog fix.
matz
2005-12-06
1
-1
/
+0
*
* gc.c (ruby_xmalloc2): change check for integer overflow.
matz
2005-12-06
8
-30
/
+54
*
* 2005-12-02
eban
2005-12-02
1
-3
/
+3
*
* dir.c (Compare): should not fold double byte alphabet on win9x.
ocean
2005-12-02
2
-1
/
+5
*
* 2005-12-01
eban
2005-11-30
1
-4
/
+4
*
* eval.c (rb_funcall2): allow to call protected methods.
nobu
2005-11-30
2
-3
/
+8
*
* parse.y (struct parser_params): fields common to ripper must be
nobu
2005-11-30
2
-355
/
+371
*
A trick for negative address removed.
akr
2005-11-30
1
-1
/
+0
*
* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
matz
2005-11-30
6
-16
/
+15
*
* 2005-11-30
eban
2005-11-30
1
-3
/
+3
*
ChangeLog lib/pp.rb
akr
2005-11-30
2
-1
/
+14
*
* parse.y (struct parser_params): heap must be placed at same offset
nobu
2005-11-29
3
-16
/
+29
*
* 2005-11-29
eban
2005-11-29
1
-3
/
+3
*
follow change of observer.rb. fixed [ruby-core:6796]
seki
2005-11-29
2
-10
/
+16
*
* lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.
akr
2005-11-28
2
-1
/
+12
*
* ext/socket/socket.c (init_inetsock_internal): remove setting
usa
2005-11-28
2
-3
/
+8
*
* ext/socket/socket.c (init_inetsock_internal): remove setting
usa
2005-11-28
2
-5
/
+6
[next]