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
...
*
* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:
naruse
2005-07-21
4
-788
/
+821
*
2005-07-22
naruse
2005-07-21
1
-3
/
+3
*
* io.c (S_ISREG): need to define S_ISREG before it is used first.
usa
2005-07-20
2
-4
/
+8
*
fix previous commit.
akr
2005-07-20
1
-3
/
+2
*
* 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
5
-11
/
+23
*
* ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,
ocean
2005-07-19
3
-1
/
+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
3
-7
/
+7
*
* error.c (syserr_initialize): need to allocate an additional byte
matz
2005-07-19
3
-2
/
+7
*
* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().
matz
2005-07-19
10
-47
/
+50
*
* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE
nagai
2005-07-19
1
-1
/
+1
*
* ext/tk/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 possible optimization
akr
2005-07-18
2
-1
/
+8
*
* ext/io/wait/wait.c: wrong backport from trunk, and compile error on
nobu
2005-07-18
2
-11
/
+24
*
* rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.
akr
2005-07-18
3
-4
/
+47
*
* ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73
naruse
2005-07-17
2
-12
/
+34
*
2005-07-18
naruse
2005-07-17
1
-3
/
+3
*
* 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
*
* enumerator.c (Init_Enumerator): wrong argument specs.
nobu
2005-07-16
2
-2
/
+7
*
* win32/win32.[hc]: constified socket functions. [ruby-dev:26553]
ocean
2005-07-16
3
-31
/
+33
*
document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)
ocean
2005-07-16
1
-4
/
+3
*
* 2005-07-16
nobu
2005-07-15
1
-3
/
+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
*
* enumerator.c (Init_Enumerator): use an internal directly.
nobu
2005-07-15
2
-5
/
+4
*
* test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...
nobu
2005-07-14
1
-4
/
+4
*
* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
gotoyuzo
2005-07-14
3
-0
/
+16
*
* enum.c (enum_member): Enumerable#member? is not an iterator.
nobu
2005-07-14
1
-2
/
+0
*
* common.mk (OBJS): added enumerator.c.
nobu
2005-07-14
1
-0
/
+1
*
* enum.c (enumeratorize): create new enumerator for current method if
nobu
2005-07-14
9
-149
/
+212
*
2005-07-15
nobu
2005-07-14
1
-3
/
+3
*
reordered just for diffing.
ocean
2005-07-14
1
-16
/
+16
*
* 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
*
* parse.y: remove static variables. [ruby-dev:26530]
nobu
2005-07-13
7
-40
/
+101
*
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
*
* ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.
nagai
2005-07-13
3
-16
/
+24
*
2005-07-13
nagai
2005-07-13
1
-3
/
+3
*
* lib/mkmf.rb: keep curdir unexpanded.
nobu
2005-07-12
2
-2
/
+9
*
2005-07-12
nobu
2005-07-12
1
-3
/
+3
[prev]
[next]