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
*
2005-07-28
matz
2005-07-28
1
-3
/
+3
*
* ext/socket/socket.c (ruby_connect): break immediately if a
matz
2005-07-28
2
-0
/
+10
*
* gc.c (obj_free): make message formant consistent with one from
matz
2005-07-27
3
-4
/
+9
*
* sample/rss/tdiary_plugin: removed. because the plugin
kou
2005-07-27
4
-323
/
+5
*
revered all LLP64 modifies due to portability reason.
matz
2005-07-27
7
-62
/
+23
*
* gc.c (id2ref): must not assign pointers to long int. use
matz
2005-07-27
8
-28
/
+62
*
2005-07-27
matz
2005-07-27
1
-3
/
+3
*
* dir.c (dir_each): rewinddir(3) before iteration.
matz
2005-07-27
2
-0
/
+6
*
* ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.
ocean
2005-07-27
2
-1
/
+5
*
* ruby.h: support LLP64 model. [ruby-talk:149524]
matz
2005-07-26
2
-3
/
+14
*
* ext/openssl/openssl_missin.c: include <openssl/engine.h> before
gotoyuzo
2005-07-26
2
-4
/
+10
*
2005-07-26
gotoyuzo
2005-07-26
1
-3
/
+3
*
* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby
nobu
2005-07-25
4
-28
/
+26
*
* io.c: check HAVE_SYS_IOCTL_H before including the header.
matz
2005-07-25
2
-1
/
+6
*
* ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.
nagai
2005-07-25
3
-57
/
+12
*
2005-07-25
nagai
2005-07-25
1
-3
/
+3
*
* ext/openssl/ossl_engine.c (ossl_engine_s_load): should check
gotoyuzo
2005-07-23
2
-1
/
+8
*
2005-07-23
gotoyuzo
2005-07-23
1
-3
/
+3
*
* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]
matz
2005-07-22
3
-6
/
+17
*
* lib/rss/rss.rb: moved copyright description to lib/rss.rb.
kou
2005-07-22
0
-0
/
+0
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-07-22
4
-0
/
+1082
*
* lib/rss/rss.rb: moved copyright description to lib/rss.rb.
kou
2005-07-22
6
-31
/
+23
*
* lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP
kou
2005-07-22
3
-2
/
+64
*
* ext/tk/tkutil.c (tk_conv_args): forget to revert thread_critical
nagai
2005-07-21
8
-63
/
+222
*
2005-07-22
nagai
2005-07-21
1
-3
/
+3
*
* io.c (S_ISREG): need to define S_ISREG before it is used first.
usa
2005-07-20
3
-11
/
+15
*
don't use S_ISDIR.
akr
2005-07-20
1
-2
/
+1
*
* io.c (wsplit_p): patch for the environment where
ocean
2005-07-20
2
-3
/
+12
*
* io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLIT
akr
2005-07-20
2
-0
/
+15
*
* variable.c (rb_class_path): need to adjust snprintf() len for
matz
2005-07-20
3
-2
/
+14
*
* ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,
ocean
2005-07-19
3
-2
/
+13
*
no message
ocean
2005-07-19
1
-2
/
+2
*
* ext/socket/socket.c: should not undef close on win32.
ocean
2005-07-19
2
-5
/
+6
*
2005-07-20
ocean
2005-07-19
1
-3
/
+3
*
* error.c (syserr_initialize): add 1 byte for snprintf() size for
matz
2005-07-19
5
-11
/
+11
*
* error.c (syserr_initialize): need to allocate an additional byte
matz
2005-07-19
2
-1
/
+6
*
* io.c (rb_io_inspect): replace sprintf() with "%s" format all
matz
2005-07-19
10
-34
/
+62
*
* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE
nagai
2005-07-19
1
-1
/
+1
*
* ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.
ocean
2005-07-19
2
-8
/
+18
*
* ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. It
nagai
2005-07-19
2
-0
/
+7
*
2005-07-19
nagai
2005-07-19
1
-3
/
+3
*
* eval.c (rb_call0): make the pointer to NODE volatile
ocean
2005-07-18
2
-1
/
+6
*
* eval.c (rb_call0): make body volatile to avoid optimization problem.
akr
2005-07-18
2
-1
/
+7
*
* ext/io/wait/wait.c: wrong backport from trunk. fixed: [ruby-dev:26562]
nobu
2005-07-18
2
-12
/
+24
*
2005-07-18
akr
2005-07-18
1
-3
/
+3
*
* rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.
akr
2005-07-18
3
-2
/
+38
*
* ext/io/wait/wait.c: fixed commit miss.
nobu
2005-07-17
1
-1
/
+1
*
* ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.
nobu
2005-07-17
3
-1
/
+22
*
2005-07-17
nobu
2005-07-17
1
-3
/
+3
*
fixed document system dependent (case sensitivity is 1.9 feature)
ocean
2005-07-16
1
-2
/
+1
[next]