Commit graph

23 commits

Author SHA1 Message Date
minskim
fd820dc7c7 Use -ldl on platforms with libdl.
Bump PKGREVISION.
2005-05-21 14:39:44 +00:00
grant
83c47125e8 update for 1.4.5 (bug fixes, macosx and cygwin improvements).
1.4.4 no longer on master site.
use bz2 file.
2002-03-25 12:25:29 +00:00
skrll
bc4b8d44d2 Be more careful when using libtool: use $(CC) not cc as this may not be
the c compiler.
2001-04-23 14:52:51 +00:00
fredb
5d2a23f618 Update slang to 1.4.3, and update the homepage URL. From the announcement
on usenet:

 Version 1.4.3 is primarily a bug-fix release, and will probably be the
 last release in the 1.x series. It is time to move on to v2.x.

In fact, v1.4.3 adds DESTDIR support, and extends the ABI. The change log
given in the announcement is too long and detailed to included here.
Please refer to <URL:news:slrn97ou3d.87i.davis@aluche.mit.edu>, available
at your nearest usenet archive, for details.
2001-02-05 17:30:07 +00:00
wiz
624e91ffc8 Add library dependencies on libtool link-command line, so that they
get properly recorded in the library.
2000-06-28 23:18:30 +00:00
mjl
03bdba39c3 Update to 1.4.0.
Changes since 1.3.10
1.  If a floating point exception occurs and the OS allows the library
    to handle it without forcing a longjmp, then SL_FLOATING_EXCEPTION
    will get generated instead of SL_INTRINSIC_ERROR.  Note: Linux
    provides no way to handle floating point exceptions without
    forcing a longjmp.  In my opinion, this is a flaw.
2.  SLang_pop_double was returning the wrong value for short and
    character types.
3.  New intrinsic: is_struct_type(X) ==> non-zero is X is a struct.
4.  typecast operation from user defined type to Struct_Type added.
5.  slkeypad.c: DOS/Windows DELETE_KEY definition added (Doug Kaufman
    <dkaufman@rahul.net>)
6.  slposdir.c: Do not depend upon the existence of rmdir on VMS
    systems.
7.  slang.c: abs, sign, mul2, chs, sqr were not being treated as
    function calls.
8.  sldisply.c:SLtt_cls:  If the terminal is a color terminal but
    being used as a black and white terminal, then reset colors before
    clearing.
9.  path_sans_extname intrinsic added.
10. slimport.c: If module defines deinit_NAME, will be be called prior
    to unloading the module. (Ulrich Dessauer <des@gmx.de>)
2000-02-25 01:27:15 +00:00
mjl
54be6f9efa Resurrect patch-ac, which is needed after all for libslang clients
like mc.
2000-01-09 02:28:53 +00:00
mjl
6c51f4f361 Update to 1.3.10. Changes are bugfixes only. 2000-01-01 17:17:56 +00:00
mjl
f4cbb285a7 Update to 1.3.9. Changes are bugfixes only. 1999-10-15 23:51:31 +00:00
tron
14b3e8ceb4 Install documentation files in "share/doc/slang" instead of
"doc/slang/1.3.8" and add them to the package list.
1999-09-20 18:43:58 +00:00
tron
3a06f02839 Remove obsolete patch to make this build again. 1999-07-26 06:45:00 +00:00
mycroft
4441e71871 Update to 1.3.8, since 1.3.7 is no longer available. 1999-07-22 07:01:20 +00:00
mjl
b508c095a0 Update libslang to 1.3.7. The changes are too numerous to mention,
mostly bug fixes though.
1999-06-17 22:57:23 +00:00
agc
31e43540c3 Use the generic GNU-configure @CC@ value, rather than a hard-coded cc
value, in the pre-processable Makefile.in - makes this package work on
Solaris, where cc may not be the same as gcc.
1999-06-03 08:17:10 +00:00
tv
050092d9a7 Make this honor CFLAGS from the pkg's Makefile and/or mk.conf. 1998-11-24 15:14:02 +00:00
tv
518e195826 Explicitly define unix=1 in slang.h on NetBSD. 1998-10-04 15:59:44 +00:00
tv
1e43e89d5f RCSID. 1998-10-04 15:30:51 +00:00
tv
61f0fa242d Force use of termcap, as this does not depend on ncurses. 1998-10-04 13:39:29 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
f5494c1c6b We don't install any binaries, so don't even try working around the funky
objdir stuff for building calc, worm, untic.
1998-07-16 19:07:46 +00:00
tv
6e81b0053e Fix building the library: somehow, COMPILE_CMD was not being used the
first time I built this.
1998-07-16 17:15:34 +00:00
tv
1543c5f44e Update libslang to 1.2.2. Make use of libtool. 1998-07-15 14:15:59 +00:00
hubertf
c424f7f3a2 Lib for rapid gui development. 1997-11-18 00:39:46 +00:00