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/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): fix local
nobu
2004-12-06
1
-5
/
+4
*
* process.c (proc_setgroups): [ruby-dev:25081]
matz
2004-12-06
10
-54
/
+184
*
* configure.in: check -lsocket for socketpair and shutdown.
akr
2004-12-06
2
-0
/
+6
*
* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.
eban
2004-12-06
4
-2
/
+14
*
* io.c (is_socket): fix typos. [ruby-core:03900]
usa
2004-12-06
2
-6
/
+12
*
* ChangeLog: fix typo.
usa
2004-12-06
1
-2
/
+2
*
* io.c (is_socket): new function.
usa
2004-12-06
4
-39
/
+71
*
* Makefile.in (.y.c): simplify the rule.
eban
2004-12-06
2
-4
/
+6
*
add ML ref.
akr
2004-12-06
1
-1
/
+1
*
* eval.c (run_trap_eval): add prototype for Microsoft compiler.
usa
2004-12-06
2
-0
/
+5
*
* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,
akr
2004-12-06
12
-621
/
+539
*
* test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):
nobu
2004-12-06
4
-0
/
+90
*
* 2004-12-06
eban
2004-12-05
1
-3
/
+3
*
* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,
gotoyuzo
2004-12-05
3
-26
/
+92
*
* lib/optparse.rb (OptionParser::Completion#complete): new parameter
nobu
2004-12-05
3
-20
/
+23
*
* 2004-12-05
eban
2004-12-04
1
-3
/
+3
*
* mkconfig.rb: setup library paths before requiring library.
eban
2004-12-04
2
-1
/
+9
*
* lib/fileutils.rb: (In previous commit) new method chown.
aamine
2004-12-04
3
-30
/
+25
*
* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]
aamine
2004-12-04
3
-9
/
+152
*
* lib/rss/rss.rb: removed empty lines from output.
kou
2004-12-04
2
-1
/
+6
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2
kou
2004-12-04
4
-8
/
+40
*
* 2004-12-04
eban
2004-12-04
1
-3
/
+3
*
Ignore leading and trailing lines in :section: blocks
dave
2004-12-04
4
-5
/
+53
*
* eval.c (proc_invoke): prepare to pass a block from "call" method
matz
2004-12-03
4
-28
/
+63
*
* st.h: fix prototype for C++.
nobu
2004-12-03
3
-3
/
+14
*
* 2004-12-03
eban
2004-12-02
1
-3
/
+3
*
* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missing
nagai
2004-12-02
7
-5
/
+89
*
* test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expected
mneumann
2004-12-02
7
-11
/
+279
*
* io.c (rb_file_initialize): [ruby-dev:25032]
matz
2004-12-02
4
-10
/
+34
*
* eval.c (rb_protect): prevent continuations created inside from being
nobu
2004-12-02
2
-23
/
+37
*
* 2004-12-02
eban
2004-12-02
1
-3
/
+3
*
* test/readline/test_readline.rb: fix for NetBSD.
shugo
2004-12-02
2
-11
/
+22
*
* eval.c (thread_mark): mark thread group. [ruby-dev:25020]
nobu
2004-12-02
2
-0
/
+11
*
* io.c (rb_io_ctl): [ruby-dev:25019]
matz
2004-12-02
2
-1
/
+5
*
* ext/nkf/nkf.c: add constant NKF::VERSION
naruse
2004-12-01
1
-0
/
+10
*
* original nkf2 revision 1.47
naruse
2004-12-01
1
-20
/
+30
*
* add constant NKF::VERSION
naruse
2004-12-01
1
-4
/
+4
*
* add --no-cp932
naruse
2004-12-01
1
-2
/
+2
*
* 2004-12-01
eban
2004-12-01
1
-4
/
+4
*
* signal.c (sighandler): call handler immediately only for default
matz
2004-11-30
3
-2
/
+7
*
* io.c (pipe_open): errno should be preserved for rb_sys_fail() when
nobu
2004-11-30
2
-0
/
+7
*
* io.c (io_fread): need not to null terminate. [ruby-dev:24998]
matz
2004-11-30
2
-8
/
+8
*
* eval.c (rb_eval): should check previous frame for ZSUPER.
matz
2004-11-30
2
-1
/
+12
*
* eval.c (PUSH_FRAME): flags should have been initialized.
matz
2004-11-30
2
-0
/
+3
*
* instruby.rb (install): add arguments explicitly to "super".
eban
2004-11-30
2
-1
/
+5
*
* eval.c (rb_eval): [ruby-core:03856]
matz
2004-11-30
3
-2
/
+7
*
* 2004-11-30
eban
2004-11-30
1
-3
/
+3
*
* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]
matz
2004-11-29
3
-9
/
+24
*
* regparse.c: now handles many alternatives (over 500000) in regexp. [ruby-de...
ksaito
2004-11-29
2
-4
/
+24
*
* ext/stringio/stringio.c (strio_write): insufficiently filled string
nobu
2004-11-29
3
-1
/
+16
[prev]
[next]