mc/slang
Andrew V. Samoilov c5800b05f3 * include/slang.h: comment out declaration of SLmemset(), SLmemchr(),
SLmemcpy(), SLmemcmp(), SLmalloc(), SLfree(), SLrealloc().
        * slcommon.c: comment out definitions of SLmalloc(), SLfree(),
        SLrealloc().
        * include/jdmacros.h: Fully rewritten to use glib rather than S-Lang
        replacements.
        * slmisc.c: Remove SLang_Version variable.
2006-01-18 05:34:20 +00:00
..
include * include/slang.h: comment out declaration of SLmemset(), SLmemchr(), 2006-01-18 05:34:20 +00:00
.cvsignore Add .deps 2001-10-29 06:27:31 +00:00
ChangeLog * include/slang.h: comment out declaration of SLmemset(), SLmemchr(), 2006-01-18 05:34:20 +00:00
Makefile.am * slvideo.c: Remove, it's only used by the obsolete PC port. 2005-11-29 01:15:09 +00:00
README slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slcommon.c * include/slang.h: comment out declaration of SLmemset(), SLmemchr(), 2006-01-18 05:34:20 +00:00
sldisply.c * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
slerr.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slgetkey.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
sllower.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slmisc.c * include/slang.h: comment out declaration of SLmemset(), SLmemchr(), 2006-01-18 05:34:20 +00:00
slsignal.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slsmg.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slstring.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
sltermin.c * sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR 2006-01-13 19:49:23 +00:00
slupper.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slutf8.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slutty.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00
slwcwidth.c slang/*: Upgrade internal slang to 2.0.5. 2005-11-12 19:47:49 +00:00

This is the S-Lang library, version 2.0.5.  It has been radically
stripped down to remove functions that are either unused by the Midnight
Commander or already provided by the glib library.  The complete
distribution can be downloaded from:

http://www.s-lang.org/

The sources in this directory are only used if you don't have the S-Lang
library installed on your system or if you request to use these sources
by specifying the option `--with-screen=mcslang' to the `configure'
script.