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
...
*
* 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
*
document improvement (backported from HEAD : Austin Ziegler's patch)
ocean
2005-07-16
1
-5
/
+62
*
document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)
ocean
2005-07-16
1
-4
/
+3
*
* ext/.document: enabled documents in stringio.
nobu
2005-07-15
1
-0
/
+1
*
* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle a
nobu
2005-07-15
2
-15
/
+49
*
2005-07-16
nobu
2005-07-15
1
-3
/
+3
*
* bcc32/Makefile.sub (COMMON_HEADERS): ruby_1_8 is using winsock.h.
ocean
2005-07-15
2
-1
/
+6
*
* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
gotoyuzo
2005-07-14
4
-1
/
+26
*
2005-07-15
gotoyuzo
2005-07-14
1
-3
/
+3
*
* win32/win32.c (rb_w32_strerror): should return correct message
ocean
2005-07-14
2
-6
/
+27
*
2005-07-14
nobu
2005-07-13
1
-3
/
+3
*
* LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.
nobu
2005-07-13
2
-4
/
+11
*
add ML number
ocean
2005-07-13
1
-1
/
+1
*
* win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)
ocean
2005-07-13
2
-23
/
+34
*
2005-07-13
nagai
2005-07-13
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.
nagai
2005-07-13
3
-16
/
+24
*
* lib/mkmf.rb: keep curdir unexpanded.
nobu
2005-07-12
2
-2
/
+9
*
2005-07-12
nobu
2005-07-12
1
-3
/
+3
*
* regex.c (read_special): fix parsing backslashes following \c in
nobu
2005-07-10
2
-3
/
+9
*
* lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to
mneumann
2005-07-10
2
-96
/
+49
*
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):
gotoyuzo
2005-07-10
2
-2
/
+8
*
* lib/pathname.rb (Pathname#unlink): try Dir.unlink first to
akr
2005-07-10
2
-2
/
+8
*
2005-07-11
akr
2005-07-10
1
-3
/
+3
*
* lib/debug.rb (debug_command): added a deficient format specifier.
nobu
2005-07-10
2
-2
/
+7
*
2005-07-10
nobu
2005-07-10
1
-3
/
+3
*
2005-07-09
suke
2005-07-09
1
-3
/
+3
*
convert dispid in Ruby and C by INT2NUM and NUM2INT.
suke
2005-07-09
4
-3
/
+24
*
* lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.
kou
2005-07-08
5
-28
/
+30
*
2005-07-08
kou
2005-07-08
1
-3
/
+3
*
* instruby.rb: expand source library path.
nobu
2005-07-05
2
-2
/
+6
[prev]
[next]