mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
c5800b05f3
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. |
||
---|---|---|
.. | ||
include | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
slcommon.c | ||
sldisply.c | ||
slerr.c | ||
slgetkey.c | ||
sllower.c | ||
slmisc.c | ||
slsignal.c | ||
slsmg.c | ||
slstring.c | ||
sltermin.c | ||
slupper.c | ||
slutf8.c | ||
slutty.c | ||
slwcwidth.c |
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.