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
*
2006-06-30
gotoyuzo
2006-06-30
1
-3
/
+3
*
* gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.
matz
2006-06-29
2
-3
/
+7
*
* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much
matz
2006-06-29
4
-2
/
+22
*
* eval.c (SETUP_ARGS0): avoid GC problem.
akr
2006-06-29
2
-1
/
+7
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
matz
2006-06-29
2
-2
/
+5
*
* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from
matz
2006-06-29
7
-38
/
+705
*
Add optparse.rb to .document.
drbrain
2006-06-28
1
-1
/
+1
*
RDoc patch by Robin Stocker <robin@nibor.org>
drbrain
2006-06-28
2
-638
/
+491
*
2006-06-29
drbrain
2006-06-28
1
-3
/
+3
*
* object.c (rb_cstr_to_dbl): underscores should appear only
matz
2006-06-28
2
-7
/
+9
*
* test/socket/test_unix.rb: test_seqpacket_pair removed.
akr
2006-06-28
2
-18
/
+5
*
* eval.c (when_check): arbitrary values are allowed after splats.
nobu
2006-06-28
2
-2
/
+8
*
* parse.y (primary): remove meaningless else-only case statement
matz
2006-06-28
2
-16
/
+5
*
* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]
matz
2006-06-27
2
-1
/
+4
*
* eval.c (rb_eval): support splat in when expression list.
matz
2006-06-27
2
-52
/
+64
*
2006-06-28
matz
2006-06-27
1
-3
/
+3
*
* object.c (rb_cstr_to_dbl): should not skip '_' at the beginning
matz
2006-06-27
3
-13
/
+10
*
* string.c: RDoc update for =~ method. a patch from Alex Young
matz
2006-06-27
5
-31
/
+51
*
* io.c (pipe_open): backout unnecessary fix on 2006-06-26.
matz
2006-06-27
1
-21
/
+11
*
* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
nagai
2006-06-27
3
-7
/
+14
*
* win32/win32.h: define isascii on MinGW for msvcrt compatibility.
eban
2006-06-27
3
-0
/
+10
*
* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and
nobu
2006-06-27
3
-7
/
+25
*
* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]
akr
2006-06-27
2
-1
/
+8
*
Add --system, --site, --home and --gems to limit ri search path.
drbrain
2006-06-26
4
-36
/
+124
*
* ext/socket/socket.c (bsock_recv_nonblock): new method
akr
2006-06-26
4
-135
/
+141
*
* 2006-06-27
eban
2006-06-26
1
-3
/
+3
*
* ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not
nobu
2006-06-26
2
-0
/
+6
*
revert sock_sysaccept addition to [ruby-dev:28861].
akr
2006-06-26
2
-4
/
+21
*
* eval.c (call_trace_func): no check for argument number of the
nobu
2006-06-26
2
-1
/
+6
*
* ext/socket/socket.c (sock_accept): revert to avoid ambiguity of
matz
2006-06-26
7
-373
/
+475
*
* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted
nagai
2006-06-26
2
-2
/
+5
*
* Makefile.in, mkconfig.rb: catch-up for latest autoconf.
nobu
2006-06-25
3
-20
/
+20
*
add extconf.h.
akr
2006-06-25
2
-0
/
+2
*
ML ref: [ruby-dev:28843]
akr
2006-06-25
0
-0
/
+0
*
add ML ref.
akr
2006-06-25
1
-1
/
+1
*
* parse.y (paren_args): wrap $2 by escape_Qundef because it may be
akr
2006-06-25
2
-1
/
+6
*
support some kind of method of word. [ruby-Bugs#3237]
suke
2006-06-25
3
-14
/
+57
*
avoid Argument Error.
suke
2006-06-25
1
-4
/
+4
*
change test class name.
suke
2006-06-25
1
-1
/
+1
*
* 2006-06-25
eban
2006-06-24
1
-3
/
+3
*
add message for an assertion.
akr
2006-06-24
1
-1
/
+1
*
refine previous description.
akr
2006-06-24
1
-1
/
+2
*
* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid
akr
2006-06-24
3
-6
/
+16
*
* 2006-06-24
eban
2006-06-24
1
-3
/
+3
*
add extconf.h to .cvsignore.
akr
2006-06-24
25
-0
/
+26
*
* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.
akr
2006-06-23
4
-3
/
+7
*
* ChangeLog: fixed typo.
nobu
2006-06-23
1
-1
/
+1
*
* eval.c (rb_block_pass): removed.
nobu
2006-06-23
2
-81
/
+10
*
* 2006-06-23
eban
2006-06-23
1
-3
/
+3
*
* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;
matz
2006-06-23
2
-1
/
+6
[next]