mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/Setup*: Add zlib and remove bogus and obsolete entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6987b0806e
commit
ef3c974c89
7 changed files with 11 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Apr 19 21:55:10 2003 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/Setup*: Add zlib and remove bogus and obsolete entries.
|
||||
|
||||
Sat Apr 19 00:56:13 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* struct.c (rb_struct_eql): should compare values with "eql?".
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#Win32API
|
||||
#bigdecimal
|
||||
#bigdecimal/lib
|
||||
#curses
|
||||
#dbm
|
||||
#digest
|
||||
|
@ -27,3 +26,4 @@
|
|||
#tcltklib
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
option nodynamic
|
||||
|
||||
bigdecimal
|
||||
bigdecimal/lib
|
||||
curses
|
||||
dbm
|
||||
digest
|
||||
|
@ -14,7 +13,6 @@ etc
|
|||
fcntl
|
||||
gdbm
|
||||
iconv
|
||||
marshal
|
||||
nkf
|
||||
pty
|
||||
racc/parse
|
||||
|
@ -24,6 +22,6 @@ socket
|
|||
stringio
|
||||
strscan
|
||||
syslog
|
||||
#tk
|
||||
#tcltklib
|
||||
#gtk
|
||||
#tk
|
||||
zlib
|
||||
|
|
|
@ -2,7 +2,6 @@ option nodynamic
|
|||
|
||||
#Win32API
|
||||
bigdecimal
|
||||
bigdecimal/lib
|
||||
#curses
|
||||
dbm
|
||||
digest
|
||||
|
@ -27,3 +26,4 @@ strscan
|
|||
#tcltklib
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
|
@ -2,7 +2,6 @@ option nodynamic
|
|||
|
||||
#Win32API
|
||||
bigdecimal
|
||||
bigdecimal/lib
|
||||
curses
|
||||
#dbm
|
||||
digest
|
||||
|
@ -27,3 +26,4 @@ strscan
|
|||
#tcltklib
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
Win32API
|
||||
bigdecimal
|
||||
bigdecimal/lib
|
||||
#curses
|
||||
#dbm
|
||||
digest
|
||||
|
@ -27,3 +26,4 @@ strscan
|
|||
#tcltklib
|
||||
#tk
|
||||
win32ole
|
||||
#zlib
|
||||
|
|
|
@ -2,7 +2,6 @@ option nodynamic
|
|||
|
||||
#Win32API
|
||||
bigdecimal
|
||||
bigdecimal/lib
|
||||
#curses
|
||||
dbm
|
||||
digest
|
||||
|
@ -27,3 +26,4 @@ strscan
|
|||
#tcltklib
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
Loading…
Reference in a new issue