Copyright 2006,2008 by Thomas E. Dickey
Contents
This file contains a list of the changes that I have made for luit.
2008/8/29 -
- add
-p
option, to make the wait-pipe workaround from XFree86
optional. The default behavior is the older one.
2008/8/24 -
- add ifdef for
NO_LEAKS
, to check for memory leaks.
Found none in luit; font encoding library does have leaks.
2008/8/23 -
- update
minstall.sh
from xterm to fix possible scripting
dependency upon locale.
- set ncurses'
NCURSES_NO_UTF8_ACS
environment variable
to simplify use of line-drawing characters in luit
.
- improve default value for
locale.alias
pathname
by checking in the more common X11 locations.
2008/8/21 -
- use codepage change from luit 1.0.2
- modify configure script so
--with-fontenc-cflags
and
--with-fontenc-libs
options with when pkg-config
is not available.
- fixes for configuring fontenc library without
pkg-config
.
- fixes for gcc
-Wwrite-strings
warnings.
- fixes for gcc
-Wconversion
warnings.
- update configure script macros
(CF_ANSI_CC_REQD,
CF_CHECK_CACHE,
CF_FIND_LIBRARY,
CF_GCC_ATTRIBUTES,
CF_GCC_WARNINGS,
CF_IMAKE_CFLAGS,
CF_MSG_LOG,
CF_PATH_SYNTAX,
CF_POSIX_SAVED_IDS,
CF_SUBDIR_PATH,
CF_TYPE_FD_SET,
CF_VERBOSE,
CF_WITH_PATH,
CF_WITH_ZLIB,
CF_XOPEN_SOURCE).
- update configure utility scripts (config.guess, config.sub, install-sh, mkdirs.sh).
2006/8/20 -
- import snapshot from XFree86 (last change 2005/2/9).
- inspected Xorg sources, found no newer changes of note.
- wrote a configure script.
- minor code cleanup (fix compiler warnings,
add ifdef's to prevent repeated inclusion of header files
remove redundant #include's
indented code).