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-07-04
matz
2006-07-03
1
-3
/
+3
*
* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu
nagai
2006-07-03
6
-11
/
+317
*
fix typos.
akr
2006-07-03
1
-3
/
+3
*
* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
nobu
2006-07-03
3
-5
/
+10
*
* io.c (popen_exec): close file descriptors other than standard I/Os.
nobu
2006-07-03
2
-5
/
+6
*
* test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.
gotoyuzo
2006-07-02
2
-1
/
+5
*
2006-07-03
matz
2006-07-02
1
-3
/
+3
*
* string.c (rb_str_inspect): encode \b (\010) for escape.
matz
2006-07-02
2
-0
/
+15
*
cancelled r1.25
tadf
2006-07-02
1
-3
/
+0
*
* ext/racc/cparse/cparse.c: sync with original code, rev 1.7.
aamine
2006-07-02
2
-3
/
+10
*
* ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.
aamine
2006-07-02
2
-48
/
+47
*
* io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.
akr
2006-07-02
2
-2
/
+9
*
2006-07-02
matz
2006-07-01
1
-3
/
+3
*
* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]
matz
2006-07-01
3
-3
/
+10
*
* test/webrick/utils.rb: use Proc#yield instead of Proc#call.
gotoyuzo
2006-07-01
1
-0
/
+5
*
* test/webrick/utils.rb: use Proc#yield instead of Proc#call.
gotoyuzo
2006-07-01
1
-1
/
+1
*
add a note for cygwin empty UDP packet problem.
akr
2006-07-01
1
-2
/
+6
*
* test/socket/test_nonblock.rb: add timeout to send/receive
akr
2006-07-01
2
-2
/
+11
*
fixed the alignment problems discussed in [ruby-dev:28667].
ttate
2006-06-30
4
-34
/
+50
*
2006-07-01
ttate
2006-06-30
1
-4
/
+4
*
* configure.in: should test isinf for Solaris with GCC compiler.
matz
2006-06-30
2
-1
/
+8
*
* lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): should
gotoyuzo
2006-06-30
2
-1
/
+7
*
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
[next]