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
*
* missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179]
nobu
2005-06-10
2
-0
/
+7
*
* ext/Win32API/Win32API.c (Win32API_Call): disable global
nobu
2005-06-09
3
-3
/
+12
*
* enum.c (enum_inject): default the result value to Qundef to use
nobu
2005-06-09
2
-2
/
+9
*
* 2005-06-09
eban
2005-06-09
1
-3
/
+3
*
* eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.
akr
2005-06-09
3
-23
/
+52
*
Data object is automatically converted to a PtrData object using to_ptr().
ttate
2005-06-08
1
-1
/
+15
*
small fix
ocean
2005-06-08
1
-1
/
+1
*
* ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances of
nagai
2005-06-08
2
-1
/
+10
*
* bignum.c (get2comp): calculate proper 2's complement for
matz
2005-06-08
6
-10
/
+58
*
* enum.c (enum_min_by, enum_max_by): return nil if no iteration.
nobu
2005-06-07
4
-96
/
+96
*
* 2005-06-08
eban
2005-06-07
1
-3
/
+3
*
* ext/curses/curses.c (curses_insertln): merged a patch from
matz
2005-06-07
3
-0
/
+40
*
* lib/thread.rb: RDoc documentation from Eric Hodel
matz
2005-06-07
2
-20
/
+89
*
* lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file.
nobu
2005-06-07
2
-5
/
+17
*
* ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4.
ocean
2005-06-07
3
-9
/
+29
*
* ChangeLog: fix typo.
nobu
2005-06-07
1
-1
/
+1
*
* object.c (rb_mod_cvar_get): Module#class_variable_get(): back
matz
2005-06-07
2
-0
/
+67
*
* sprintf.c (rb_f_sprintf): raise exception on debug mode (-d),
matz
2005-06-07
2
-1
/
+6
*
* ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: support tile 0.5 or later.
ocean
2005-06-07
3
-52
/
+116
*
skip test if openssl is not available.
akr
2005-06-07
1
-2
/
+5
*
* 2005-06-07
eban
2005-06-07
1
-3
/
+3
*
* ext/tk/lib/multi-tk.rb: slave-ip fails to call procedures
nagai
2005-06-07
2
-5
/
+18
*
* 2005-06-05
eban
2005-06-05
1
-3
/
+3
*
* ext/tk/lib/tk/console.rb: create console when required
nagai
2005-06-05
4
-1
/
+33
*
kill a process spawned by test_exit_action.
akr
2005-06-05
1
-3
/
+8
*
* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.
akr
2005-06-04
5
-1261
/
+1198
*
fix another IPv6 issue.
akr
2005-06-03
1
-1
/
+1
*
avoid IPv6 issue.
akr
2005-06-03
1
-3
/
+3
*
add ML number.
akr
2005-06-03
1
-2
/
+2
*
set verify_mode to avoid a warning.
akr
2005-06-03
1
-0
/
+1
*
* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with
akr
2005-06-03
1
-1
/
+7
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-06-03
1
-0
/
+515
*
* test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with
akr
2005-06-03
2
-556
/
+5
*
* 2005-06-04
eban
2005-06-03
1
-3
/
+3
*
add a test.
akr
2005-06-03
0
-0
/
+0
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2005-06-03
2
-0
/
+98
*
add a test for [ruby-dev:26128].
akr
2005-06-03
1
-0
/
+23
*
* 2005-06-03
eban
2005-06-03
1
-3
/
+3
*
* ext/tk/lib/multi-tk.rb: fix typo.
nagai
2005-06-03
3
-3
/
+7
*
* 2005-06-01
eban
2005-06-01
1
-4
/
+4
*
* bcc32/Makefile.sub: can use single quote character in DESTDIR.
ocean
2005-06-01
2
-1
/
+6
*
* 2005-05-31
eban
2005-05-30
1
-3
/
+3
*
* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.
nagai
2005-05-30
48
-4
/
+327
*
* 2005-05-29
eban
2005-05-29
1
-3
/
+3
*
add a test for [ruby-dev:26127].
akr
2005-05-29
1
-0
/
+2
*
* test/openssl/test_x509store.rb: add test for expired CRL
gotoyuzo
2005-05-28
2
-8
/
+34
*
* 2005-05-28
eban
2005-05-28
1
-3
/
+3
*
* ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): should
gotoyuzo
2005-05-27
2
-12
/
+12
*
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):
gotoyuzo
2005-05-27
4
-5
/
+24
*
* lib/mkmf.rb: use the semicolon as the path separator
eban
2005-05-27
2
-5
/
+14
[next]