ncurses/ncurses.changes

1822 lines
75 KiB
Plaintext

-------------------------------------------------------------------
Mon Mar 12 12:17:31 UTC 2012 - werner@suse.de
- Add check_build script to avoid to stumble on gcc exception 32
-------------------------------------------------------------------
Mon Mar 12 10:38:59 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120310
+ fix some strict compiler warnings for abi6 and 64-bits.
+ use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
+ improve a limit-check in infocmp.c (Werner Fink)
-------------------------------------------------------------------
Mon Mar 5 11:33:17 UTC 2012 - werner@suse.de
- Add tack patch 1.07.20120303
+ fix many compilerv warnings
+ update auto configure
+ update copyright date
+ Update configure-script and makefile template to work with this
post-5.9 change, allowing build of tack within the ncurses
source-tree 20110924. The change is prompted by review of
OpenSUSE package by Werner Fink, using a patch from the rpm
source file: ncurses-5.9-tack-tinfo.dif (2011-11-18)
-------------------------------------------------------------------
Mon Mar 5 10:36:49 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120303
+ minor tidying of terminfo.tail, clarify reason for limitation
regarding mapping of \0 to \200
+ minor improvement to _nc_copy_termtype(), using memcpy to replace
loops.
+ fix no-leaks checking in test/demo_termcap.c to account for multiple
calls to setupterm().
+ modified the libgpm change to show previous load as a problem in the
debug-trace.
> merge some patches from OpenSUSE rpm (Werner Fink):
+ ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
+ ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
runtime linker
+ ncurses-5.6-fallback.dif, do not free arrays and strings from static
fallback entries
-------------------------------------------------------------------
Thu Mar 1 14:02:05 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120228
+ fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
-------------------------------------------------------------------
Mon Feb 27 12:14:14 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120225
+ modify configure script to allow creating dll's for MinGW when
cross-compiling.
+ add --enable-string-hacks option to control whether strlcat and
strlcpy may be used. The same issue applies to OpenBSD's warnings
about snprintf, noting that this function is weakly standardized.
+ add configure checks for strlcat, strlcpy and snprintf, to help
reduce bogus warnings with OpenBSD builds.
+ build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
(cf:20111231)
+ update config.guess, config.sub
-------------------------------------------------------------------
Tue Feb 14 18:17:28 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120211
+ make sgr for xterm-pcolor agree with other caps -TD
+ make sgr for att5425 agree with other caps -TD
+ make sgr for att630 agree with other caps -TD
+ make sgr for linux entries agree with other caps -TD
+ make sgr for tvi9065 agree with other caps -TD
+ make sgr for ncr260vt200an agree with other caps -TD
+ make sgr for ncr160vt100pp agree with other caps -TD
+ make sgr for ncr260vt300an agree with other caps -TD
+ make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
+ make sgr for cygwin, cygwinDBG agree with other caps -TD
+ add configure option --with-xterm-kbs to simplify configuration for
Linux versus most other systems.
-------------------------------------------------------------------
Mon Feb 6 16:00:42 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120204
+ improved tic -D option, avoid making target directory and provide
better diagnostics.
-------------------------------------------------------------------
Mon Jan 30 16:13:37 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120128
+ add mach-gnu (Debian #614316, patch by Samuel Thibault)
+ add mach-gnu-color, tweaks to mach-gnu terminfo -TD
+ make sgr for sun-color agree with smso -TD
+ make sgr for prism9 agree with other caps -TD
+ make sgr for icl6404 agree with other caps -TD
+ make sgr for ofcons agree with other caps -TD
+ make sgr for att5410v1, att4415, att620 agree with other caps -TD
+ make sgr for aaa-unk, aaa-rv agree with other caps -TD
+ make sgr for avt-ns agree with other caps -TD
+ amend fix intended to separate fixups for acsc to allow "tic -cv" to
give verbose warnings (cf: 20110730).
+ modify misc/gen-edit.sh to make the location of the tabset directory
consistent with misc/Makefile.in, i.., using ${datadir}/tabset
(Debian #653435, patch by Sven Joachim).
- Add ncurses patch 5.9.20120121
+ add --with-lib-prefix option to allow configuring for old/new flavors
of OS/2 EMX.
+ modify check for gnat version to allow for year, as used in FreeBSD
port.
+ modify check_existence() in db_iterator.c to simply check if the
path is a directory or file, according to the need. Checking for
directory size also gives no usable result with OS/2 (cf: 20120107).
+ support OS/2 kLIBC (patch by KO Myung-Han).
-------------------------------------------------------------------
Mon Jan 16 16:36:44 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120114
* several improvements to test/movewindow.c (prompted by discussion on
Linux Mint forum):
- Add ncurses patch 5.9.20120107
* various improvments for MinGW (Juergen Pfeifer):
- Add ncurses patch 5.9.20111231
* modify toe's report when -a and -s options are combined, to add
a column showing which entries belong to a given database.
* add -s option to toe, to sort its output.
* modify progs/toe.c, simplifying use of db-iterator results to use
caching improvements from 20111001 and 20111126.
* correct generation of pc-files when ticlib or termlib options are
given to rename the corresponding tic- or tinfo-libraries (report
by Sven Joachim).
- Add ncurses patch 5.9.20111224
* document a portability issue with tput, i.e., that scripts which work
with ncurses may fail in other implementations that do no parameter
analysis.
* add putty-sco entry -TD
- Add ncurses patch 5.9.20111217
* review/fix places in manpages where --program-prefix configure option
was not being used.
* add -D option to infocmp, to show the database locations that it
could use.
* fix build for the special case where term-driver, ticlib and termlib
are all enabled. The terminal driver depends on a few features in
the base ncurses library, so tic's dependencies include both ncurses
and termlib.
* fix build work for term-driver when --enable-wgetch-events option is
enabled.
* use <stdint.h> types to fix some questionable casts to void*.
- Add ncurses patch 5.9.20111210
* modify configure script to check if thread library provides
pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
* modify configure script to suppress check to define _XOPEN_SOURCE
for IRIX64, since its header files have a conflict versus
_SGI_SOURCE.
* modify configure script to add ".pc" files for tic- and
tinfo-libraries, which were omitted in recent change (cf: 20111126).
* fix inconsistent checks on $PKG_CONFIG variable in configure script.
-------------------------------------------------------------------
Tue Dec 20 11:05:51 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
-------------------------------------------------------------------
Mon Dec 5 13:33:46 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111203
* modify configure-check for etip.h dependencies, supplying a temporary
copy of ncurses_dll.h since it is a generated file (prompted by
Debian #646977).
* modify CF_CPP_PARAM_INIT "main" function to work with current C++.
-------------------------------------------------------------------
Mon Nov 28 10:23:53 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111126
* correct database iterator's check for duplicate entries
(cf: 20111001).
* modify database iterator to ignore $TERMCAP when it is not an
absolute pathname.
* add -D option to tic, to show the database locations that it could
use.
* improve description of database locations in tic manpage.
* modify the configure script to generate a list of the ".pc" files to
generate, rather than deriving the list from the libraries which have
been built (patch by Mike Frysinger).
* use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
from patch by Mike Frysinger).
-------------------------------------------------------------------
Thu Nov 24 13:32:02 UTC 2011 - werner@suse.de
- Avoid linker script libterminfo.so as bash configure can not
handle this
-------------------------------------------------------------------
Thu Nov 24 12:17:08 UTC 2011 - werner@suse.de
- Use linker scripts to amke sure that libtinfo will be found
even if -ltinfo is missed on the linker command line
-------------------------------------------------------------------
Tue Nov 22 12:03:47 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111119
* remove obsolete/conflicting fallback definition for _POSIX_SOURCE
from curses.priv.h, fixing a regression with IRIX64 and Tru64
(cf: 20110416)
* modify _nc_tic_dir() to ensure that its return-value is nonnull,
i.e., the database iterator was not initialized. This case is needed
to when tic is translating to termcap, rather than loading the
database (cf: 20111001).
-------------------------------------------------------------------
Fri Nov 18 12:00:10 UTC 2011 - werner@suse.de
- Update to tack 1.07-20110626
- Enlarge hash size for run time linker
- Enforce bind references to global function symbols to the
definition within libncurses and libtinfo
-------------------------------------------------------------------
Thu Nov 17 13:16:17 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111112
* add pccon entries for OpenBSD console (Alexei Malinin).
* build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
600 to work around inconsistent ifdef'ing of wcstof between C and
C++ header files.
* modify capconvert script to accept more than exact match on "xterm",
e.g., the "xterm-*" variants, to exclude from the conversion (patch
by Robert Millan).
* fix a typo misc/Makefile.in, used in uninstalling pc-files.
- Add ncurses patch 5.9.20111030
* modify make_db_path() to allow creating "terminfo.db" in the same
directory as an existing "terminfo" directory. This fixes a case
where switching between hashed/filesystem databases would cause the
new hashed database to be installed in the next best location -
root's home directory.
* add variable cf_cv_prog_gnat_correct to those passed to
config.status, fixing a problem with Ada95 builds (cf: 20111022).
* change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
accommodate broken implementations for _XPG6.
* eliminate usage of NULL symbol from etip.h, to reduce header
interdependencies.
* add configure check to decide when to add _XOPEN_SOURCE define to
compiler options, i.e., for Solaris 10 and later (cf: 20100403).
This is a workaround for gcc 4.6, which fails to build the c++
binding if that symbol is defined by the application, due to
incorrectly combining the corresponding feature test macros
(report by Peter Kruse).
- Add ncurses patch 5.9.20111022
* correct logic for discarding mouse events, retaining the partial
events used to build up click, double-click, etc, until needed
(cf: 20110917).
* fix configure script to avoid creating unused Ada95 makefile when
gnat does not work.
* cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
internal functions of libncurses. The external interface of courses
uses bool, which still produces these warnings.
- Add ncurses patch 5.9.20111015
* improve description of --disable-tic-depends option to make it
clear that it may be useful whether or not the --with-termlib
option is also given (report by Sven Joachim).
* amend termcap equivalent for set_pglen_inch to use the X/Open
"YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
* improve manpage for tgetent differences from termcap library.
- Add ncurses patch 5.9.20111008
* moved static data from db_iterator.c to lib_data.c
* modify db_iterator.c for memory-leak checking, fix one leak.
* modify misc/gen-pkgconfig.in to use Requires.private for the parts
of ncurses rather than Requires, as well as Libs.private for the
other library dependencies (prompted by Debian #644728).
- Add ncurses patch 5.9.20111001
* modify tic "-K" option to only set the strict-flag rather than force
source-output. That allows the same flag to control the parser for
input and output of termcap source.
* modify _nc_getent() to ignore backslash at the end of a comment line,
making it consistent with ncurses' parser.
* restore a special-case check for directory needed to make termcap
text files load as if they were databases (cf: 20110924).
* modify tic's resolution/collision checking to attempt to remove the
conflicting alias from the second entry in the pair, which is
normally following in the source file. Also improved the warning
message to make it simpler to see which alias is the problem.
* improve performance of the database iterator by caching search-list.
- Add ncurses patch 5.9.20110925
* add a missing "else" in changes to _nc_read_tic_entry().
- Add ncurses patch 5.9.20110924
* modify _nc_read_tic_entry() so that hashed-database is checked before
filesystem.
* updated CF_CURSES_LIBS check in test/configure script.
* modify configure script and makefiles to split TIC_ARGS and
TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
to help separate searches for tic- and tinfo-libraries (patch by Nick
Alcock aka "Nix").
* build-fix for lib_mouse.c changes (ch: 20110917).
- Add ncurses patch 5.9.20110917
* fix compiler warning for clang 2.9
* improve merging of mouse events (integrated patch by Damien
Guibouret).
* correct mask-check used in lib_mouse for wheel mouse buttons 4/5
(patch by Damien Guibouret).
- Add ncurses patch 5.9.20110910
* modify misc/gen_edit.sh to select a "linux" entry which works with
the current kernel rather than assuming it is always "linux3.0"
(cf: 20110716).
* revert a change to getmouse() which had the undesirable side-effect
of suppressing button-release events (report by Damien Guibouret,
cf: 20100102).
* add xterm+kbs fragment from xterm #272 -TD
* add configure option --with-pkg-config-libdir to provide control over
the actual directory into which pc-files are installed, do not use
the pkg-config environment variables (discussion with Frederic L W
Meunier).
* add link to mailing-list archive in announce.html.in, as done in
FAQ (prompted by question by Andrius Bentkus).
* improve manpage install by adjusting the "#include" examples to
show the ncurses-subdirectory used when --disable-overwrite option
is used.
* install an alias for "curses" to the ncurses manpage, tied to the
--with-curses-h configure option (suggested by Reuben Thomas).
- Add ncurses patch 5.9.20110903
* propagate error-returns from wresize, i.e., the internal
increase_size and decrease_size functions through resize_term (report
by Tim van der Molen, cf: 20020713).
* fix typo in tset manpage (patch by Sven Joachim).
- Add ncurses patch 5.9.20110820
* add a check to ensure that termcap files which might have "^?" do
not use the terminfo interpretation as "\177".
* minor cleanup of X-terminal emulator section of terminfo.src -TD
* add terminator entry -TD
* add simpleterm entry -TD
* improve wattr_get macros by ensuring that if the window pointer is
null, then the attribute and color values returned will be zero
(cf: 20110528).
- Add ncurses patch 5.9.20110813
* add substitution for $RPATH_LIST to misc/ncurses-config.in
* improve performance of tic with hashed-database by caching the
database connection, using atexit() to cleanup.
* modify treatment of 2-character aliases at the beginning of termcap
entries so they are not counted in use-resolution, since these are
guaranteed to be unique. Also ignore these aliases when reporting
the primary name of the entry (cf: 20040501)
* double-check gn (generic) flag in terminal descriptions to
accommodate old/buggy termcap databases which misused that feature.
* minor fixes to _nc_tgetent(), ensure buffer is initialized even on
error-return.
- Add ncurses patch 5.9.20110807
* improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
variable is defined in the makefiles which use it.
* build-fix for DragonFlyBSD's pkgsrc in test/configure script.
* build-fixes for NetBSD 5.1 with termcap support enabled.
* corrected k9 in dg460-ansi, add other features based on manuals -TD
* improve trimming of whitespace at the end of terminfo/termcap output
from tic/infocmp.
* when writing termcap source, ensure that colons in the description
field are translated to a non-delimiter, i.e., "=".
* add "-0" option to tic/infocmp, to make the termcap/terminfo source
use a single line.
* add a null-pointer check when handling the $CC variable.
- Add ncurses patch 5.9.20110730
* modify configure script and makefiles in c++ and progs to allow the
directory used for rpath option to be overridden, e.g., to work
around updates to the variables used by tic during an install.
* add -K option to tic/infocmp, to provide stricter BSD-compatibility
for termcap output.
* add _nc_strict_bsd variable in tic library which controls the
"strict" BSD termcap compatibility from 20110723, plus these
features:
* allow escapes such as "\8" and "\9" when reading termcap
* disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
termcap files, passing through "a", "e", etc.
* expand "\:" as "\072" on output.
* modify _nc_get_token() to reset the token's string value in case
there is a string-typed token lacking the "=" marker.
* fix a few memory leaks in _nc_tgetent.
* fix a few places where reading from a termcap file could refer to
freed memory.
* add an overflow check when converting terminfo/termcap numeric
values, since terminfo stores those in a short, and they must be
positive.
* correct internal variables used for translating to termcap "%>"
feature, and translating from termcap %B to terminfo, needed by
tctest (cf: 19991211).
* amend a minor fix to acsc when loading a termcap file to separate it
from warnings needed for tic (cf: 20040710)
* modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
a termcap file to be handled via TERMINFO_DIRS.
* modify _nc_infotocap() to include non-mandatory padding when
translating to termcap.
* modify _nc_read_termcap_entry(), passing a flag in the case where
getcap is used, to reduce interactive warning messages.
- Add ncurses patch 5.9.20110723
* add a check in start_color() to limit color-pairs to 256 when
extended colors are not supported (patch by David Benjamin).
* modify setcchar to omit no-longer-needed OR'ing of color pair in
the SetAttr() macro (patch by David Benjamin).
* add kich1 to sun terminfo entry (Yuri Pankov)
* use bold rather than reverse for smso in sun-color terminfo entry
(Yuri Pankov).
* improve generation of termcap using tic/infocmp -C option, e.g.,
to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
regarding Schilling's test program):
* translate %02 and %03 to %2 and %3 respectively.
* suppress string capabilities which use %s, not supported by tgoto
* use \040 rather than \s
* expand null characters as \200 rather than \0
* modify configure script to support shared libraries for DragonFlyBSD.
- Add ncurses patch 5.9.20110716
* replace an assert() in _nc_Free_Argument() with a regular null
pointer check (report/analysis by Franjo Ivancic).
* modify configure --enable-pc-files option to take into account the
PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
* add/use xterm+tmux chunk from xterm #271 -TD
* resync xterm-new entry from xterm #271 -TD
* add E3 extended capability to linux-basic (Miroslav Lichvar)
* add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
* add SI/SO change to linux2.6 entry (Debian #515609) -TD
* fix inconsistent tabset path in pcmw (Todd C. Miller).
* remove a backslash which continued comment, obscuring altos3
definition with OpenBSD toolset (Nicholas Marriott).
- Add ncurses patch 5.9.20110702
* add workaround from xterm #271 changes to ensure that compiler flags
are not used in the $CC variable.
* improve support for shared libraries, tested with AIX 5.3, 6.1 and
7.1 with both gcc 4.2.4 and cc.
* modify configure checks for AIX to include release 7.x
* add loader flags/libraries to libtool options so that dynamic loading
works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
at gentoo prefix repository (patch by Michael Haubenwallner).
- Add ncurses patch 5.9.20110626
* move include of nc_termios.h out of term_entry.h, since the latter
is installed, e.g., for tack while the former is not (report by
Sven Joachim).
- Add ncurses patch 5.9.20110625
* improve cleanup() function in lib_tstp.c, using _exit() rather than
exit() and checking for SIGTERM rather than SIGQUIT (prompted by
comments forwarded by Nicholas Marriott).
* reduce name pollution from term.h, moving fallback #define's for
tcgetattr(), etc., to new private header nc_termios.h (report by
Sergio NNX).
* two minor fixes for tracing (patch by Vassili Courzakis).
* improve trace initialization by starting it in use_env() and
ripoffline().
* review old email, add details for some changelog entries.
- Add ncurses patch 5.9.20110611
* update minix entry to minix 3.2 (Thomas Cort).
* fix a strict compiler warning in change to wattr_get (cf: 20110528).
- Add ncurses patch 5.9.20110604
* fixes for MirBSD port:
* set default prefix to /usr.
* add support for shared libraries in configure script.
* use S_ISREG and S_ISDIR consistently, with fallback definitions.
* add a few more checks based on ncurses/link_test.
* modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
- Add ncurses patch 5.9.20110528
* add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
* used ncurses/link_test to check for behavior when the terminal has
not been initialized and when an application passes null pointers
to the library. Added checks to cover this (prompted by Redhat
#707344).
* modify MKlib_gen.sh to make its main() function call each function
with zero parameters, to help find inconsistent checking for null
pointers, etc.
- Add ncurses patch 5.9.20110521
* fix warnings from clang 2.7 "--analyze"
- Add ncurses patch 5.9.20110514
* compiler-warning fixes in panel and progs.
* modify CF_PKG_CONFIG macro, from changes to tin -TD
* modify CF_CURSES_FUNCS configure macro, used in test directory
configure script:
* work around (non-optimizer) bug in gcc 4.2.1 which caused
test-expression to be omitted from executable.
* force the linker to see a link-time expression of a symbol, to
help work around weak-symbol issues.
- Add ncurses patch 5.9.20110507
* update discussion of MKfallback.sh script in INSTALL; normally the
script is used automatically via the configured makefiles. However
there are still occasions when it might be used directly by packagers
(report by Gunter Schaffler).
* modify misc/ncurses-config.in to omit the "-L" option from the
"--libs" output if the library directory is /usr/lib.
* change order of tests for curses.h versus ncurses.h headers in the
configure scripts for Ada95 and test-directories, to look for
ncurses.h, from fixes to tin -TD
* modify ncurses/tinfo/access.c to account for Tandem's root uid
(report by Joachim Schmitz).
- Add ncurses patch 5.9.20110430
* modify rules in Ada95/src/Makefile.in to ensure that the PIC option
is not used when building a static library (report by Nicolas
Boulenguez):
* Ada95 build-fix for big-endian architectures such as sparc. This
undoes one of the fixes from 20110319, which added an "Unused" member
to representation clauses, replacing that with pragmas to suppress
warnings about unused bits (patch by Nicolas Boulenguez):
- Add ncurses patch 5.9.20110423
* add check in test/configure for use_window, use_screen.
* add configure-checks for getopt's variables, which may be declared
as different types on some Unix systems.
* add check in test/configure for some legacy curses types of the
function pointer passed to tputs().
* modify init_pair() to accept -1's for color value after
assume_default_colors() has been called (Debian #337905).
* modify test/background.c, adding commmand-line options to demonstrate
assume_default_colors() and use_default_colors().
- Add ncurses patch 5.9.20110416
* modify configure script/source-code to only define _POSIX_SOURCE if
the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
* update config.guess, config.sub
- Add ncurses patch 5.9.20110409
* fixes to build c++ binding with clang 3.0 (patch by Alexander
Kolesen).
* add check for unctrl.h in test/configure, to work around breakage in
some ncurses packages.
* add "--disable-widec" option to test/configure script.
* add "--with-curses-colr" and "--with-curses-5lib" options to the
test/configure script to address testing with very old machines.
-------------------------------------------------------------------
Thu Nov 17 13:00:34 UTC 2011 - werner@suse.de
- Update to ncurses 5.9
* various build-fixes for the rpm/dpkg scripts.
* add "--enable-rpath-link" option to Ada95/configure, to allow
packages to suppress the rpath feature which is normally used for
the in-tree build of sample programs.
* corrected definition of libdir variable in Ada95/src/Makefile.in,
needed for rpm script.
* add "--with-shared" option to Ada95/configure script, to allow
making the C-language parts of the binding use appropriate compiler
options if building a shared library with gnat.
* portability fixes for Ada95 binding
* update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
CF_X_ATHENA_LIBS.
* add configure check to determine if gnat's project feature supports
libraries, i.e., collections of .ali files.
* make all dereferences in Ada95 samples explicit.
* fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
* add configure check for, ifdef's for math.h which is in a separate
package on Solaris and potentially not installed (report by Petr
Pavlu).
* fixes for Ada95 binding
* change order of -I options from ncurses*-config script when the
--disable-overwrite option was used, so that the subdirectory include
is listed first.
* modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
* modify configure script to provide value for HTML_DIR in
Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
distributed separately (report by Nicolas Boulenguez).
* modify configure script to add -g and/or -O3 to ADAFLAGS if the
CFLAGS for the build has these options.
* amend change from 20070324, to not add 1 to the result of getmaxx
and getmaxy in the Ada binding (report by Nicolas Boulenguez for
thread in comp.lang.ada).
* build-fix Ada95/samples for gnat 4.5
* spelling fixes for Ada95/samples/explain.txt
* fixes for Ada95 binding
-------------------------------------------------------------------
Wed Nov 16 11:08:09 UTC 2011 - werner@suse.de
- Split libncurses(w) into libncurses(w)+libtinfo to be able to
link python against wide libncursesw and libreadline which is
linked with libtinfo only (bnc#729226)
-------------------------------------------------------------------
Fri Sep 30 15:46:17 UTC 2011 - uli@suse.com
- cross-build fixes: use %configure macro, use host's tic/tack
for build, don't ldd tack
-------------------------------------------------------------------
Thu Sep 29 23:14:59 CEST 2011 - dmueller@suse.de
- fix build under qemu for the ARM port
-------------------------------------------------------------------
Tue Mar 8 11:14:14 CET 2011 - werner@suse.de
- Add ncurses patch 5.8.20110307
* revert changes to limit-checks from 20110122 (Debian #616711).
* corrected a minor sign error in a field of Low_Level_Field_Type, to
conform to form.h.
* replaced C_Int by Curses_Bool as return type for some callbacks, see
fieldtype(3FORM).
-------------------------------------------------------------------
Mon Mar 7 11:29:10 CET 2011 - werner@suse.de
- Add ncurses patch 5.8.20110305
* fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
for compiler warnings (report by Nicolas Boulenguez).
-------------------------------------------------------------------
Thu Mar 3 09:48:39 CET 2011 - werner@suse.de
- Update to ncurses 5.8
* change open() in _nc_read_file_entry() to fopen() for consistency
with write_file().
* modify misc/run_tic.in to create parent directory, in case this is
a new install of hashed database.
* add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
* add xterm-utf8 entry as a demo of the U8 feature -TD
* add U8 feature to denote entries for terminal emulators which do not
support VT100 SI/SO when processing UTF-8 encoding -TD
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
extended terminfo capability U8 (prompted by mailing list
discussion).
* correct limit-checks in derwin().
* fix a missing "weak" declaration for pthread_kill (patch by Nicholas Alcock).
* improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
by discussion with Kevin Martin).
* document thick- and double-line symbols in curs_add_wch.3x manpage.
* document WACS_xxx constants in curs_add_wch.3x manpage.
* fix typo in man/default_colors.3x (patch by Tim van der Molen).
* fix remaining strict compiler warnings in ncurses library ABI=5,
except those dealing with function pointers, etc.
* modify nc_tparm.h, adding guards against repeated inclusion, and
allowing TPARM_ARG to be overridden.
* suppress ncv in screen entry, allowing underline (patch by Alejandro R Sedeno).
* also suppress ncv in konsole-base -TD
* fixes in wins_nwstr() and related functions to ensure that special
characters, i.e., control characters are handled properly with the
wide-character configuration.
* correct a comparison in wins_nwstr() (Redhat #661506).
* correct help-messages in some of the test-programs, which still
referred to quitting with 'q'.
* add special case to _nc_infotocap() to recognize the setaf/setab
strings from xterm+256color and xterm+88color, and provide a reduced
version which works with termcap.
* fix typo in rmso for tek4106 entry -Goran Weinholt
* repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
for compatibility, but generally deprecating those since the VTE
library is what actually defines the behavior of "gnome", etc.,
since 2003 -TD
* correct parsing of relative tab-stops in tabs program (report by
Philip Ganchev).
* adjust configure script so that "t" is not added to library suffix
when weak-symbols are used, allowing the pthread configuration to
more closely match the non-thread naming (report by Werner Fink).
* modify configure check for tic program, used for fallbacks, to a
warning if not found. This makes it simpler to use additonal
scripts to bootstrap the fallbacks code using tic from the build
tree (report by Werner Fink).
-------------------------------------------------------------------
Tue Dec 21 18:32:15 CET 2010 - werner@suse.de
- Change rxvt-unicode terminfo entry (Thanks darix)
-------------------------------------------------------------------
Tue Oct 12 16:32:10 CEST 2010 - werner@suse.de
- Enforce the correct libraries for tic to generate the fallback.c
-------------------------------------------------------------------
Tue Oct 12 13:53:32 CEST 2010 - werner@suse.de
- Avoid libncursest6 by re-enabling weak symbol for pthread_kill()
- Fix broken manual page terminfo(5) by disabling tbl during install
- Add ncurses*-config manual pages to file list of devel package
-------------------------------------------------------------------
Mon Oct 11 16:09:48 CEST 2010 - werner@suse.de
- Update to test version 5.7.20101009 (bnc#644831 and bnc#540571)
* correct comparison used for setting 16-colors in linux-16color
entry (Novell #644831) -TD
* improve linux-16color entry, using "dim" for color-8 which makes it
gray rather than black like color-0 -TD
* add checks in tic for inconsistent cursor-movement controls, and for
inconsistent printer-controls.
* fill in no-parameter forms of cursor-movement where a parameterized
form is available -TD
* fill in missing cursor controls where the form of the controls is
ANSI -TD
* fix inconsistent punctuation in form_variables manpage (patch by
Sven Joachim).
* add parameterized cursor-controls to linux-basic (report by Dae) -TD
* add "XT" capability to entries for terminals that support both
xterm-style mouse- and title-controls, for "screen" which
special-cases TERM beginning with "xterm" or "rxvt" -TD
* add configure check for pthread_kill(), needed for some old
platforms.
* modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
* add check in terminfo source-reader to provide more informative
message when someone attempts to run tic on a compiled terminal
description (prompted by Debian #593920).
* note in infotocap and captoinfo manpages that they read terminal
descriptions from text-files (Debian #593920).
* improve acsc string for vt52, show arrow keys (patch by Benjamin
Sittler).
* correct a typo in mk-1st.awk (patch by Gabriele Balducci)
(cf: 20100724)
* document tabs "-0" and "-8" options in manpage.
* add a check in tic for missing set_tab if clear_all_tabs given.
* add mlterm+256color entry, for mlterm 3.0.0 -TD
* fix configure script for combining --with-pthread
and --enable-weak-symbols options.
* add configure option --enable-pthreads-eintr to control whether the
new EINTR feature is enabled.
* modify logic in pthread configuration to allow EINTR to interrupt
a read operation in wgetch() (Novell #540571, patch by Werner Fink).
* modify _nc_capcmp() to work with cancelled strings.
* correct translation of "^" in _nc_infotocap(), used to transform
terminfo to termcap strings
* simplify logic in _nc_get_screensize() to make it easier to see how
environment variables may override system- and terminfo-values
(prompted by discussion with Igor Bujna).
* add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
Ensure that Gpm_Close() is called in this case.
* use va_copy() in _nc_printf_string() to avoid conflicting use of
va_list value in _nc_printf_length() (report by Wim Lewis).
* add several screen-bce.XXX entries -TD
* update mrxvt terminfo entry -TD
* modify win_driver.c to support mouse single-clicks.
* correct name for termlib in ncurses*-config, e.g., if it is renamed
to provide a single file for ncurses/ncursesw libraries (patch by
Miroslav Lichvar).
* for term-driver configuration, ensure that the driver pointer is
initialized in setupterm so that terminfo/termcap programs work.
* amend fix for Debian #542031 to ensure that wattrset() returns only
OK or ERR, rather than the attribute value (report by Miroslav
Lichvar).
* reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
_nc_screen_of() compatible between normal/wide libraries again (patch
by Miroslav Lichvar)
* modify win_driver.c to initialize TERMINAL struct so that programs
such as test/lrtest.c and test/ncurses.c which test string
capabilities can run.
-------------------------------------------------------------------
Tue Sep 7 12:54:57 UTC 2010 - aj@suse.de
- BuildRequire gpm-devel
-------------------------------------------------------------------
Wed Jul 14 11:09:22 CEST 2010 - werner@suse.de
- List authors in contribution order
-------------------------------------------------------------------
Fri Jul 2 06:48:39 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Fri May 7 19:09:22 CEST 2010 - werner@suse.de
- Ad workaround to enforce that the terminal rading thread will
interrupted by SIGWINCH (bnc#540571)
-------------------------------------------------------------------
Fri Jan 15 14:29:20 CET 2010 - werner@suse.de
- Disable experimetal term-driver API as this crash on NULL
pointer function _nc_globals.term_driver
-------------------------------------------------------------------
Tue Jan 12 14:25:27 CET 2010 - werner@suse.de
- Update to test version 5.7.20100109
* add tiparm(), based on review of X/Open Curses Issue 7.
* minor improvement to tic's checking of similar SGR's to allow for the
most common case of SGR 0.
* modify getmouse() to act as its documentation implied, returning on
each call the preceding event until none are left. When no more
events remain, it will return ERR.
* add bterm terminfo entry, based on bogl 0.1.18 -TD
* minor fix to rxvt+pcfkeys terminfo entry -TD
* update minix terminfo entry -TD
* add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
* correct transfer of multicolumn characters in multirow
field_buffer(), which stopped at the end of the first row due to
filling of unused entries in a cchar_t array with nulls.
* updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
* modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character nulls.
* fix case where progs/tput is used while sp-funcs is configure; this
requires save/restore of out-character function from _nc_prescreen
rather than the SCREEN structure (report by Charles Wilson).
* limit hashing for termcap-names to 2-characters (Ubuntu #481740).
* fix a regression in _nc_ripoffline which made test/ncurses.c not show
soft-keys, broken in 20090927 merging.
* update nsterm entries (patch by Benjamin C W Sittler, prompted by
discussion with Fabian Groffen in GenToo #206201).
* add test/xterm-256color.dat
* modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
SIGWINCH, and discard that value, to avoid confusing application
(patch by Eygene Ryabinkin, FreeBSD bin/136223).
* modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
a possibly colon-separated list (Debian #550716).
* fix a sign-extension bug in unget_wch() (report by Mike Gran).
* remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
* add ccc and initc capabilities to xterm-16color -TD
* add linux-16color
* correct initc capability of linux-c-nc end-of-range
* completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
library (some work remains for forms library).
* fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not work.
* add null-pointer checks to other opaque-functions.
* add is_pad() and is_subwin() functions for opaque access to WINDOW
(discussion with Mark Dickinson).
* correct merge to lib_newterm.c, which broke when sp-funcs was enabled.
* build-fix for building outside source-tree (report by Sven Joachim).
* fix Debian lintian warning for man/tabs.1 by making section number
agree with file-suffix (report by Sven Joachim).
* workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
amd64 (Debian #542031).
* modify wgetch() to ensure it checks SIGWINCH when it gets an error
in non-blocking mode (patch by Clemens Ladisch).
* fix configure script option --with-database, which was coded as an
enable-type switch.
* modify lib_addch.c to compensate for removal of wide-character test
from unctrl() in 20090704 (Debian #539735).
* modify _nc_find_type_entry() to use hashing.
* modify length returned by getcchar() to count the trailing null
which is documented in X/Open (cf: 20020427).
* improve performance of tigetstr, etc., by using hashing code from tic.
* minor fixes for memory-leak checking.
* remove wide-character checks from unctrl() (patch by Clemens Ladisch).
* revise wadd_wch() and wecho_wchar() to eliminate dependency on unctrl().
* update llib-lncurses[wt] to use sp-funcs.
* move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
make includes of term.h without curses.h work (report by "Nix").
* fix a regression in lib_tputs.c, from ongoing merges.
* fix an infinite recursion when adding a legacy-coding 8-bit value
using insch() (report by Clemens Ladisch).
* work around antique BSD game's manipulation of stdscr, etc., versus
SCREEN's copy of the pointer (Debian #528411).
* add a cast to wattrset macro to avoid compiler warning when comparing
its result against ERR (adapted from patch by Matt Kraii, Debian #528374).
* add vwmterm terminfo entry (patch by Bryan Christ).
* build fix for _nc_free_and_exit() change in 20090418 (report by Christian Ebert).
* extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
function key definitions from emx-base for consistency -TD
* improve install-rules for pc-files (patch by Miroslav Lichvar).
* make it work with $DESTDIR
* modify init_pair() to allow caller to create extra color pairs beyond
the color_pairs limit, which use default colors (request by Emanuele Giaquinta).
* fix typo "==" where "=" is needed in ncurses-config.in and
gen-pkgconfig.in files (Debian #512161).
* add screen.Eterm terminfo entry (GenToo #124887) -TD
* add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
GenToo #250454).
* add check in mouse-driver to disable connection if GPM returns a
zero, indicating that the connection is closed (Debian #506717,
adapted from patch by Samuel Thibault).
* turn on _XOPEN_CURSES definition in curses.h
* add eterm-color entry (report by Vincent Lefevre) -TD
* add a manpage to discuss memory leaks.
* add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
original to teraterm2.3 -TD
* update "gnome" terminfo to 2.22.3 -TD
* update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
* add "aterm" terminfo -TD
* add "linux2.6.26" terminfo -TD
* add logic to tic for cancelling strings in user-defined capabilities,
overlooked til now.
* add configure option --disable-tic-depends to make explicit whether
tic library depends on ncurses/ncursesw library, amends change from
20080823 (prompted by Debian #501421).
* add environment variable NCURSES_GPM_TERMS to allow override to use
GPM on terminals other than "linux", etc.
* disable GPM mouse support when $TERM does not happen to contain
"linux", since Gpm_Open() no longer limits its assertion to terminals
that it might handle, e.g., within "screen" in xterm.
* fix bug in mouse code for GPM from 20080920 changes (reported in
Debian #500103, also Miroslav Lichvar).
* fix a memory leak when failure to connect to GPM.
* correct check for notimeout() in wgetch() (report on linux.redhat
newsgroup by FurtiveBertie).
* corrected fix for --enable-weak-symbols (report by Frederic L W Meunier).
* add configure check for awk programs unable to handle big-strings,
use that to improve the default for --enable-big-strings option.
* makefile-fixes for --enable-weak-symbols (report by Frederic L W Meunier).
* consistently use NCURSES_BOOL in lib_gen.c
* filter #line's from lib_gen.c
* use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
makes threaded code work on HPUX 11.23
* fix a bug in demo_menus in freeing menus (cf: 20080804).
* modify configure script for the case where tic library is used (and
possibly renamed) to remove its dependency upon ncurses/ncursew
library (patch by Dr Werner Fink).
* add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
Debian #495815) -TD
* add configure option --enable-weak-symbols to turn on new feature.
* add configure-check for availability of weak symbols.
* modify linkage with pthread library to use weak symbols so that
applications not linked to that library will not use the mutexes,
etc. This relies on gcc, and may be platform-specific (patch by Dr Werner Fink).
* add note to INSTALL to document limitation of renaming of tic library
using the --with-ticlib configure option (report by Dr Werner Fink).
* document (in manpage) why tputs does not detect I/O errors (prompted
by comments by Samuel Thibault).
-------------------------------------------------------------------
Sat Dec 12 18:35:30 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Sun Dec 6 16:40:20 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Sat Nov 14 10:58:16 CET 2009 - pbaudis@suse.cz
- Add doc/terminfo.src.bz2 reference to /etc/termcap
- Update patches to apply with fuzz 0
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Fri Nov 14 18:59:42 CET 2008 - werner@suse.de
- Do not free arrays and strings from static fallback entries (bnc#443683)
-------------------------------------------------------------------
Thu Sep 4 11:55:11 CEST 2008 - werner@suse.de
- Correct order of include paths in ncurses6 case
-------------------------------------------------------------------
Mon Sep 1 14:44:38 CEST 2008 - werner@suse.de
- Provide also termcap.h in /usr/include
-------------------------------------------------------------------
Thu Aug 28 16:00:36 CEST 2008 - ro@suse.de
- require libncurses5 _and_ libncurses6 from ncurses-devel
(avoid having a version with only static libs in the
build environment to prevent static linking fallback)
-------------------------------------------------------------------
Mon Aug 18 16:17:24 CEST 2008 - werner@suse.de
- Use include directories more restrictive that is
* /usr/include/ncurses/*.h for standard version
* /usr/include/ncursesw/*.h for wide version
* /usr/include/ncurses6/ncurses/*.h for ABI 6.0 standard version
* /usr/include/ncurses6/ncursesw/*.h for ABI 6.0 wide version
- Make thread support using weak symbols that is be thread safe
only for applications using the libpthread.
-------------------------------------------------------------------
Thu Aug 14 17:26:53 CEST 2008 - werner@suse.de
- Update to test version 5.6.20080804
* fix memory leaks in test/demo_menus
* build-fixes for gcc 4.3.1
* use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
make those work properly with the "--enable-ext-mouse" configuration
(cf: 20050205).
* improve mlterm and mlterm+pcfkeys terminfo entries -TD
* add null-pointer checks for cur_term in baudrate() and
def_shell_mode(), def_prog_mode()
* fix some memory leaks in delscreen() and wide acs.
* modify test/ditto.c to illustrate multi-threaded use_screen().
* finish changes to wgetch(), making it switch as needed to the
window's actual screen when calling wrefresh() and wgetnstr(). That
allows wgetch() to get used concurrently in different threads with
some minor restrictions, e.g., the application should not delete a
window which is being used in a wgetch().
* simplify mutex's, combining the window- and screen-mutex's.
* modify wgetch() to use the screen which corresponds to its window
parameter rather than relying on SP; some dependent functions still
use SP internally.
* factor out most use of SP in lib_mouse.c, using parameter.
* modify _nc_keypad() to make it switch temporarily as needed to the
screen which must be updated.
* wrap cur_term variable to help make _nc_keymap() thread-safe, and
always set the screen's copy of this variable in set_curterm().
* restore curs_set() state after endwin()/refresh() (report/patch
Miroslav Lichvar)
* corrected manpage description of setcchar()
* fix for adding a non-spacing character at the beginning of a line
* modify screen.* terminfo entries using new screen+fkeys to fix
overridden keys in screen.rxvt (Debian #478094) -TD
* simplify some loops with macros each_screen(), each_window() and
each_ripoff().
* fix typo in form.3x
* add screen.rxvt terminfo entry -TD
* modify tic -f option to format spaces as \s to prevent them from
being lost when that is read back in unformatted strings.
* add locks for copywin(), dupwin(), overlap(), overlay() on their
window parameters.
* add locks for initscr() and newterm() on updates to the SCREEN
pointer.
* finish table in curs_thread.3x manpage.
-------------------------------------------------------------------
Wed May 7 20:20:54 CEST 2008 - coolo@suse.de
- we need to obsolete ncurses 5.6 too, it's 10.3's version
-------------------------------------------------------------------
Tue Apr 22 16:57:32 CEST 2008 - werner@suse.de
- Split ncurses into two separate packages ncurses-utils and
terminfo-base to get the resolvers happy (bnc#381293)
-------------------------------------------------------------------
Sat Apr 19 23:47:19 CEST 2008 - ro@suse.de
- update baselibs.conf
-------------------------------------------------------------------
Fri Apr 11 18:22:32 CEST 2008 - werner@suse.de
- Do not dlopen libgpm if already loaded by runtime linker
-------------------------------------------------------------------
Thu Apr 10 13:39:08 CEST 2008 - lrupp@suse.de
- rename ncurses to libncurses5 in baselibs.conf
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Thu Apr 10 11:17:20 CEST 2008 - werner@suse.de
- Small change to make the cflags work in ncurses{w,t,tw}-config
-------------------------------------------------------------------
Wed Apr 9 16:43:04 CEST 2008 - werner@suse.de
- Update to test version 5.6.20080405 with the ABI of the upcoming
verion 6.0. This includes already the patch for coverity report.
-------------------------------------------------------------------
Wed Apr 8 19:20:00 CEST 2008 - werner@suse.de
- New sub package libncurses5 including the shared libraries and
the required terminfo and termset data files.
-------------------------------------------------------------------
Mon Dec 10 15:11:36 CET 2007 - werner@suse.de
- Avoid endless loop in case of including the wrapper header
-------------------------------------------------------------------
Wed Dec 5 17:35:53 CET 2007 - werner@suse.de
- Add compatibility header files (bug #337412)
-------------------------------------------------------------------
Mon Oct 29 15:51:12 CET 2007 - pth@suse.de
- Fix configure so that ncurses-config doesn't erroneously
report ncurses.h to reside in /usr/include/ncurses (#337412).
-------------------------------------------------------------------
Wed Sep 5 16:23:03 CEST 2007 - werner@suse.de
- Move libncursesw to /lib or /lib64 (bug #307353)
-------------------------------------------------------------------
Fri May 25 22:54:35 CEST 2007 - dmueller@suse.de
- add %post/un to call ldconfig
-------------------------------------------------------------------
Tue May 15 15:06:22 CEST 2007 - dmueller@suse.de
- move documentation to -devel package and bzip text files
-------------------------------------------------------------------
Tue Mar 20 18:04:44 CET 2007 - rguenther@suse.de
- Remove unused ed BuildRequires.
-------------------------------------------------------------------
Mon Mar 19 12:56:39 CET 2007 - rguenther@suse.de
- Make gpm support via libdl and gpm BuildRequires explicit.
-------------------------------------------------------------------
Wed Jan 31 19:27:11 CET 2007 - werner@suse.de
- Update to 5.6-20070128
- Split of tack a its own sub package to be able to specify the
different licenses of ncurses and tack (bug #231835)
-------------------------------------------------------------------
Fri Nov 17 16:34:56 CET 2006 - werner@suse.de
- Revert broken change for rxvt from patchlevel 20051015 (#221259)
-------------------------------------------------------------------
Wed Nov 15 12:40:21 CET 2006 - werner@suse.de
- Disable experimental xmc-glitch (magic cookie support) for now
because it breaks YaST2 on console/konsole (bug #199256)
-------------------------------------------------------------------
Wed Aug 2 10:49:51 CEST 2006 - rguenther@suse.de
- Removed not required BuildRequires on sharutils.
-------------------------------------------------------------------
Mon Jul 31 11:31:43 CEST 2006 - schwab@suse.de
- Don't make stack executable.
- Remove executable bit from archives.
-------------------------------------------------------------------
Thu May 18 17:43:19 CEST 2006 - werner@suse.de
- Update to 5.5-20060513
- Add rxvt-unicode terminfo entry
-------------------------------------------------------------------
Sun Apr 9 17:38:03 CEST 2006 - werner@suse.de
- Removed enacs from xterm terminfo entry, the reason is that it
would break non latin encodings and the xterm does not need it
(See comment #11 of bug #163715).
-------------------------------------------------------------------
Sat Apr 8 21:19:35 CEST 2006 - werner@suse.de
- Enable the script to get better termcap entries for arious linux
console types (bug #163715)
-------------------------------------------------------------------
Fri Apr 7 19:32:47 CEST 2006 - werner@suse.de
- Add enacs capability to xterm terminfo entry (bug #163715)
- Also add a script to get better termcap entries for
various linux console types, currently unused (bug#163715)
-------------------------------------------------------------------
Wed Mar 1 12:28:53 CET 2006 - werner@suse.de
- Add screen terminfo entry for 256 colors (bug #136684)
-------------------------------------------------------------------
Thu Feb 23 16:23:17 CET 2006 - werner@suse.de
- On 64 bit architectures: be backward compatible and use
unsigned long for chtype (bug #151283)
-------------------------------------------------------------------
Wed Jan 25 21:30:34 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jan 10 15:40:35 CET 2006 - ro@suse.de
- create empty va_list instead of using NULL (not portable)
-------------------------------------------------------------------
Sat Dec 17 10:37:56 CET 2005 - kukuk@suse.de
- Remove /usr/lib/terminfo symlink
-------------------------------------------------------------------
Mon Oct 17 16:40:26 CEST 2005 - werner@suse.de
- New version new bug, fix doubled man alias for tack (bug #127783)
-------------------------------------------------------------------
Thu Oct 13 16:01:33 CEST 2005 - werner@suse.de
- Switch to ncurses version 5.5
- Re-enable curses.h to support both wide and normal characters
-------------------------------------------------------------------
Tue Jul 26 12:32:41 CEST 2005 - werner@suse.de
- Move terminfo entry of mlterm to mlterm 2.9.2, add cvvis, and
add it to the default terminfo entries of ncurses.
-------------------------------------------------------------------
Fri Jul 22 15:14:23 CEST 2005 - werner@suse.de
- Update to patch level 20050716
-------------------------------------------------------------------
Tue Mar 1 03:03:32 CET 2005 - schwab@suse.de
- Fix return value of tigetflag.
-------------------------------------------------------------------
Thu Feb 24 14:41:01 CET 2005 - werner@suse.de
- Re-add the ESC[?1c to the civis for linux terminal (bug #65481)
-------------------------------------------------------------------
Thu Sep 16 18:44:38 CEST 2004 - werner@suse.de
- Add attributes only on first byte of a wide character (#45479)
-------------------------------------------------------------------
Fri Sep 10 15:53:14 CEST 2004 - werner@suse.de
- Make the wide fix smart
-------------------------------------------------------------------
Thu Sep 9 18:20:09 CEST 2004 - werner@suse.de
- Re-enable wide fix for none wide terminals
-------------------------------------------------------------------
Fri Apr 23 17:43:49 CEST 2004 - werner@suse.de
- Fix crash due called weak symbol without check
-------------------------------------------------------------------
Mon Apr 5 19:14:08 CEST 2004 - werner@suse.de
- Be sure that EINTR from signal is correctly delivered to the
reading thread. Use weak symbols to get it work even if not
(p)threaded (bug #37273).
-------------------------------------------------------------------
Fri Apr 2 17:10:35 CEST 2004 - werner@suse.de
- Use weak symbol pthread_setmask instead of sigprocmask if
called by (p)threaded programs like yast2 (bug #37273).
-------------------------------------------------------------------
Thu Feb 19 12:15:50 CET 2004 - werner@suse.de
- Switch to official version of 5.4
-------------------------------------------------------------------
Wed Jan 28 19:16:53 CET 2004 - werner@suse.de
- Fix ACSC list of kterm e.g. for alsamixer
-------------------------------------------------------------------
Fri Jan 16 11:34:28 CET 2004 - werner@suse.de
- Update to 5.3-2004011 aka 5.4
- Strike nasty bug in wide version: now none UTF-8 graphic
characters are usable in any locale again.
- Enable TRACE for debugging builds
-------------------------------------------------------------------
Mon Nov 24 08:43:12 CET 2003 - kukuk@suse.de
- Build as non-root
- Compile with no-execstack
-------------------------------------------------------------------
Tue Jul 29 15:02:12 CEST 2003 - aj@suse.de
- Fix for changed chown behaviour.
-------------------------------------------------------------------
Mon Feb 24 16:31:55 CET 2003 - werner@suse.de
- Fix for ACS handling: YaST uses always correct fonts with UTF-8
-------------------------------------------------------------------
Tue Feb 11 11:09:50 CET 2003 - werner@suse.de
- Set TERM if not set, should help to build ncurses on all hosts
-------------------------------------------------------------------
Mon Feb 10 17:52:58 CET 2003 - werner@suse.de
- Update to patch level 20030201 due fix of mem leaks
-------------------------------------------------------------------
Thu Jan 30 14:05:46 CET 2003 - werner@suse.de
- Fix dynamic file listing for terminfo: also include sym links
-------------------------------------------------------------------
Wed Jan 22 18:09:06 CET 2003 - werner@suse.de
- Fix va handling in printw, disable experimental safe sprintf
builtin (bug #22987)
-------------------------------------------------------------------
Thu Jan 9 16:07:22 CET 2003 - werner@suse.de
- Update to ncurses 5.3 patchlevel 20030105
- Make spec file more handy with automatic file list generation
-------------------------------------------------------------------
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
- removed bogus self-provides
-------------------------------------------------------------------
Wed Aug 14 15:45:46 MEST 2002 - mls@suse.de
- updated screen terminfo entry, added screen-bce and screen-s
-------------------------------------------------------------------
Fri Aug 9 10:29:23 CEST 2002 - kukuk@suse.de
- ncurses-devel should require ncurses [Bug #17543]
-------------------------------------------------------------------
Tue Aug 6 18:04:43 CEST 2002 - werner@suse.de
- Switch to XTerm for XFree86[tm] 4.2.0 (bug #15002)
-------------------------------------------------------------------
Wed Jul 31 20:22:29 CEST 2002 - meissner@suse.de
- disabled -funroll-loops since it triggers a compiler bug on PPC.
-------------------------------------------------------------------
Thu Jul 18 07:22:38 CEST 2002 - kukuk@suse.de
- Remove old /usr/lib compatibility links
-------------------------------------------------------------------
Mon Jul 15 12:21:33 CEST 2002 - werner@suse.de
- Remove ich1 from xterm entry (bug #7857) hopefully most modern
programs uses ncurses
- Add kcbt key for YaST
- remove ncurses 4.2
- Enable ncurses 5.2 with wide character support
-------------------------------------------------------------------
Fri Jun 14 22:25:28 CEST 2002 - olh@suse.de
- do not build ncurses 4.2 on ppc64, it appears in Requires later
-------------------------------------------------------------------
Wed May 22 16:30:35 CEST 2002 - olh@suse.de
- do not package libncurses.4 on ppc64, allow build as non-root
-------------------------------------------------------------------
Sat May 11 21:48:24 CEST 2002 - schwab@suse.de
- Remove ia64 compiler workarounds.
-------------------------------------------------------------------
Wed Apr 17 18:19:08 CEST 2002 - kukuk@suse.de
- Disable old ncurses libraries on x86_64
-------------------------------------------------------------------
Thu Feb 21 13:07:47 CET 2002 - werner@suse.de
- Fix cat&paste error of patch level 20010922
-------------------------------------------------------------------
Mon Feb 11 22:43:34 CET 2002 - ro@suse.de
- tar option for bz2 is "j"
-------------------------------------------------------------------
Wed Feb 6 10:15:27 CET 2002 - coolo@suse.de
- s390x is 64 bit too
-------------------------------------------------------------------
Fri Nov 23 18:08:22 CET 2001 - uli@suse.de
- fixed to build on ARM
-------------------------------------------------------------------
Sun Nov 11 15:47:58 CET 2001 - schwab@suse.de
- Fix last change, use vsscanf instead of vscanf.
-------------------------------------------------------------------
Fri Nov 9 15:05:08 CET 2001 - stepan@suse.de
- fix ncurses 4.2 on gcc3 distributions.
-------------------------------------------------------------------
Thu Oct 4 18:22:34 CEST 2001 - werner@suse.de
- Update to ncurses 5.2 patch level 20011001
-------------------------------------------------------------------
Wed Jun 6 15:51:53 EDT 2001 - bk@suse.de
- fix to compile on s390x (cursesw.cc)
-------------------------------------------------------------------
Tue May 8 20:32:26 CEST 2001 - mfabian@suse.de
- bzip2 sources
-------------------------------------------------------------------
Wed Apr 11 12:06:10 CEST 2001 - schwab@suse.de
- Reenable c++ bindings on ia64, instead use -O0 for c++.
-------------------------------------------------------------------
Thu Mar 22 19:06:45 CET 2001 - ro@suse.de
- added split aliases as provides
-------------------------------------------------------------------
Tue Mar 20 17:45:50 CET 2001 - schwab@suse.de
- Don't build c++ bindings and remove -funroll-loops on ia64 to work
around compiler bug.
-------------------------------------------------------------------
Fri Mar 16 14:52:14 CET 2001 - ro@suse.de
- fix to compile on s390 (cursesw.cc)
-------------------------------------------------------------------
Mon Feb 19 14:16:38 CET 2001 - ro@suse.de
- fixed to compile on gcc-2.96 (include string.h)
-------------------------------------------------------------------
Fri Feb 16 17:17:45 CET 2001 - werner@suse.de
- We don't need include string.h more than once
- Update to patch 20010210
-------------------------------------------------------------------
Thu Feb 15 01:21:55 CET 2001 - stepan@suse.de
- add some includes to compile with newer gcc versions.
-------------------------------------------------------------------
Fri Dec 22 14:42:49 CET 2000 - werner@suse.de
- After a reset xterm should answer ^? on backarrow key
-------------------------------------------------------------------
Thu Dec 7 17:06:20 CET 2000 - werner@suse.de
- Add vt102 to fallback terminal descriptions
- Add xterm-basic only to ncurses
-------------------------------------------------------------------
Tue Nov 14 13:59:46 CET 2000 - werner@suse.de
- Try to solve boot straping without installed ncurses-devel
- Use newest terminfo sources for builtin fallback
- Re-enable ncurses-5.0-to-4.2-panel.patch for ncurses 4.2
- Move /usr/lib/lib*.so to ncurses-devel
-------------------------------------------------------------------
Mon Nov 13 15:59:03 CET 2000 - werner@suse.de
- Update to ncurses 5.2
- Fix replacement of marks within manual pages
- Set type of ospeed to speed_t
- Put development tools, headers and static libs into
their own package ncurses-devel.
-------------------------------------------------------------------
Thu Oct 26 18:50:39 CEST 2000 - kukuk@suse.de
- Rename sharutil to sharutils
-------------------------------------------------------------------
Sun Oct 15 16:47:14 CEST 2000 - schwab@suse.de
- Fix libncurses.so link.
-------------------------------------------------------------------
Tue Oct 10 15:46:40 CEST 2000 - werner@suse.de
- Update to 5.1 due to the better handling of string termination
of terminfo entries (security, strcpy patch therefore).
-------------------------------------------------------------------
Fri Oct 6 19:22:26 CEST 2000 - werner@suse.de
- Move strncpy to strlcpy which appends the terminating NUL
character.
-------------------------------------------------------------------
Mon Oct 2 19:36:35 CEST 2000 - werner@suse.de
- Use strncpy and strncat in lib_mvcur.c instead of the trustful
strcpy and strcat.
-------------------------------------------------------------------
Sun Oct 1 17:40:09 CEST 2000 - kukuk@suse.de
- Fix for compiling with new g++ on ia64
-------------------------------------------------------------------
Sun Oct 1 10:15:03 CEST 2000 - kukuk@suse.de
- Don't use run_cmd.sh to create fallback.c
- Don't build compat ncurses 4.2 on new platforms
- Use rpm 3.0.5 macros for 32/64bit support
-------------------------------------------------------------------
Mon Sep 4 17:37:46 CEST 2000 - werner@suse.de
- Correct documentation path
-------------------------------------------------------------------
Fri Jul 7 16:21:43 CEST 2000 - werner@suse.de
- Make update mechanism compatible with rpm, yast and yast2
-------------------------------------------------------------------
Wed Jun 28 17:34:58 CEST 2000 - werner@suse.de
- Better update mechanism (verified with 6.2, 6.3, 6.4, and 7.0)
- Update to patch level 20000624 due some bug fixes included there
- Fix due bug in lib_screen.c (causes SIGSEGV)
-------------------------------------------------------------------
Mon May 22 18:18:37 CEST 2000 - werner@suse.de
- Use new macros to avoid removing files via symbolic linked
directory which was a real directory. I use here not only
%ghost but also %config(missingok) to avoid the buggy
order of executing %post install script. (There is no
%post remove script).
-------------------------------------------------------------------
Wed May 17 12:46:22 CEST 2000 - werner@suse.de
- One fix more
-------------------------------------------------------------------
Tue May 16 16:02:38 CEST 2000 - werner@suse.de
- Fix the post install script: usr/lib/tabset may empty
-------------------------------------------------------------------
Mon Apr 3 19:19:50 CEST 2000 - bk@suse.de
- added workaround for bad %{suse_update_config -f} handling on i386
message was: suse_update_config: invalid option --
-------------------------------------------------------------------
Sat Apr 1 22:14:59 GMT 2000 - bk@suse.de
- updated %suse_update_config call for s390
-------------------------------------------------------------------
Fri Mar 3 16:02:47 CET 2000 - schwab@suse.de
- Fix for ia64.
- Update config.{guess,sub} from automake
-------------------------------------------------------------------
Thu Mar 2 15:38:58 CET 2000 - werner@suse.de
- Add patch for resize of subwindows relative to their parents
(required for YaST2)
-------------------------------------------------------------------
Mon Feb 28 12:56:22 CET 2000 - werner@suse.de
- Add patch 20000226 which makes 20000219 work perfect
-------------------------------------------------------------------
Fri Feb 25 15:12:05 CET 2000 - werner@suse.de
- Add patch 20000219 which should help on setting default fg/bg
off the most applications
-------------------------------------------------------------------
Fri Feb 18 17:24:08 CET 2000 - werner@suse.de
- Add patches 20000115, 20000122, 20000205, and 20000212
* hopefully this fixes some coloring kludges
- Make $VENDOR work for all Linux architectures
- Fix kvt/gnome entries for SuSE
-------------------------------------------------------------------
Tue Feb 15 13:41:51 CET 2000 - schwab@suse.de
- Update config.{guess,sub} to latest version.
-------------------------------------------------------------------
Thu Feb 3 17:12:11 CET 2000 - ro@suse.de
- use "-O1" for ncurses-4.2 on alpha
-------------------------------------------------------------------
Thu Jan 20 13:21:35 CET 2000 - ro@suse.de
- don't build ncurses-4.2/c++/demo
-------------------------------------------------------------------
Tue Jan 18 16:21:55 CET 2000 - werner@suse.de
- Workaround for all system which uses _SYS_VA_LIST_H (e.g. PPC)
-------------------------------------------------------------------
Mon Jan 17 21:39:33 CET 2000 - werner@suse.de
- Hey here we are: libncurses 5.0
* Use patches 19991030 upto 20000108
* Make arch-suse-linux work
* Use real intrinsic fallback term entries
* Use setfsuid and setfsgid for suid programs (linux issue only)
* Use our xterm standard (should be changed for xterm-4.0)
* Add/update some common term entries
- Hold shared libncurses 4.2 libraries for backward compatibility
and older programs
- Use /usr/share/man/
-------------------------------------------------------------------
Fri Oct 29 16:29:25 CEST 1999 - werner@suse.de
- Remove buggy bool patch, sizeof the type bool should the same in
C++ and C on any architecture. This because libncurses is used
by both type of C++ and C programs. Let configure do its job.
-------------------------------------------------------------------
Fri Oct 15 18:50:24 CEST 1999 - werner@suse.de
- Last minor checks
- Move /usr/lib/terminfo/, /usr/lib/tabset/ to /usr/share/terminfo/,
/usr/share/tabset/ and set a compatibility link.
- Check security fix, seems to work.
-------------------------------------------------------------------
Thu Oct 14 22:53:29 CEST 1999 - werner@suse.de
- Port some patches from debian mainly security issues
- Use newer terminfo.src
- Move some common terminfo entries from terminfo packages
to main packages ncurses
-------------------------------------------------------------------
Wed Oct 13 23:08:31 CEST 1999 - werner@suse.de
- Add panel patch from ncurses 5.0
- Remove kbs=\177 for some terminals like some xterm types and
vt100 to hold it compatible with other UNICES
- Update our xterm settings (with kbs=\177 and kdch1=\E[3~)
- Update the settings for xterm v4.0 but leave default on
our old version which are compatible
- Add some dumb terminal type like switch, patch, net,
network, arpanet, and dialup
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Thu Mar 25 10:40:05 MET 1999 - ro@suse.de
- changed permissions (a+x) for libform,menu,panel
-------------------------------------------------------------------
Mon Mar 22 13:22:14 MET 1999 - florian@suse.de
- add compatibility link from /usr/share/{tabset,terminfo}
-------------------------------------------------------------------
Sun Sep 6 00:34:56 MEST 1998 - ro@suse.de
- fixed neededforbuild
-------------------------------------------------------------------
Wed Jun 3 12:01:35 MEST 1998 - florian@suse.de
- use major 4 for glibc2
-------------------------------------------------------------------
Wed Mar 11 12:20:26 MET 1998 - werner@suse.de
- Defines a xterm-xf86suse entry
* use xterm-xf86-v33 with changes
- Use xterm-xf86suse for xterm
-------------------------------------------------------------------
Mon Mar 9 13:52:24 MET 1998 - bs@suse.de
- set executable bit to libncurses.so.3.0.*
-------------------------------------------------------------------
Mon Mar 2 20:11:44 MET 1998 - florian@suse.de
- update to ncurses 4.2
- use xterm for XFree86 3.3 and not 3.2...
-------------------------------------------------------------------
Mon Mar 2 12:50:19 MET 1998 - florian@suse.de
- mark /etc/termcap as %config
-------------------------------------------------------------------
Fri Feb 20 09:05:10 MET 1998 - werner@suse.de
- redone fixes as to previous version
-------------------------------------------------------------------
Tue Feb 17 13:45:57 MET 1998 - florian@suse.de
- update to ncurses 4.2-beta1
-------------------------------------------------------------------
Thu Jan 29 19:15:51 MET 1998 - werner@suse.de
- add some settings for:
* TERM=linux (cvvis and sgr0 added)
* TERM=xterm (kf21 (shift F11) and kf22 (shift F12) added)
* TERM=rxvt (keypad keys correct defined, mc5 and mc4 added
for printing, smacs and rmacs repaired, sgr added)
-------------------------------------------------------------------
Tue Nov 11 14:30:28 MET 1997 - ro@suse.de
- terminfo builds from same specfile
-------------------------------------------------------------------
Fri Oct 17 14:12:57 MEST 1997 - ro@suse.de
- removed old lib 1.9.7a
ready for autobuild
----------------------------------------------------------------------------
Tue May 27 20:03:59 MEST 1997 - florian@suse.de
- handle wrong TERM-settings for tput
- change xterm-entry in terminfo source file
----------------------------------------------------------------------------
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
- update to version 4.1
----------------------------------------------------------------------------
Wed Apr 30 15:57:14 CEST 1997 - florian@suse.de
- mv /lib/libncurses.so.1.9* /usr/lib/
----------------------------------------------------------------------------
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
- update to new version 970412
----------------------------------------------------------------------------
Tue Nov 12 18:50:03 MET 1996 - werner@suse.de
- Anpassung von terminfo an das XTerm app-defaults
- Einige Fixes in der Intialisierung und Handling
von Escape-Sequenzen des xterms aus XFree86[tm]-3.2
----------------------------------------------------------------------------
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
- update to version 961102
----------------------------------------------------------------------------
Wed Oct 16 17:48:34 MET DST 1996 - florian@suse.de
- Update auf die neuste ncurses-Version.
- 'xterm' ist fuer XFree86 3.1.2G. Falls jemand noch ein altes XFree86
benutzen will, sollte man 'xterm-base' verwenden.
- Falls es Probleme gibt, kann man anstatt /lib/libncurses.so.1.9.9g
auch /lib/libncurses.so.1.9.9e verwenden. (g-Version einfach umbenennen
und ldconfig starten.) Dann sollte man aber keine Programme mehr
kompilieren...