mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add the syslog module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ae5ef8edef
commit
2ef1e686fa
5 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
#pty
|
#pty
|
||||||
#sdbm
|
#sdbm
|
||||||
#socket
|
#socket
|
||||||
|
#syslog
|
||||||
#tk
|
#tk
|
||||||
#tcltklib
|
#tcltklib
|
||||||
#gtk
|
#gtk
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,5 @@ marshal
|
||||||
readline
|
readline
|
||||||
sdbm
|
sdbm
|
||||||
#socket
|
#socket
|
||||||
|
#syslog
|
||||||
#tkutil
|
#tkutil
|
||||||
|
|
|
||||||
|
|
@ -16,5 +16,6 @@ nkf
|
||||||
#readline
|
#readline
|
||||||
#sdbm
|
#sdbm
|
||||||
socket
|
socket
|
||||||
|
#syslog
|
||||||
#tcltklib
|
#tcltklib
|
||||||
#tk
|
#tk
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,6 @@ nkf
|
||||||
#readline
|
#readline
|
||||||
sdbm
|
sdbm
|
||||||
socket
|
socket
|
||||||
|
#syslog
|
||||||
#tcltklib
|
#tcltklib
|
||||||
#tk
|
#tk
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,5 @@ fcntl
|
||||||
kconv
|
kconv
|
||||||
marshal
|
marshal
|
||||||
#socket
|
#socket
|
||||||
|
#syslog
|
||||||
#tkutil
|
#tkutil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue