ncursesw-morphos/ncurses/tinfo
Thomas E. Dickey 11ca5f6299 ncurses 5.6 - patch 20080816
+ 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).
+ fix remaining warnings from Klocwork report.
2008-08-17 01:51:55 +00:00
..
access.c ncurses 5.6 - patch 20071117 2007-11-18 02:09:05 +00:00
add_tries.c ncurses 5.6 - patch 20061230 2006-12-24 02:11:39 +00:00
alloc_entry.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
alloc_ttype.c ncurses 5.6 2006-12-17 23:32:42 -05:00
captoinfo.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
comp_error.c ncurses 5.6 - patch 20070421 2007-04-22 00:57:08 +00:00
comp_expand.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
comp_hash.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
comp_parse.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
comp_scan.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
db_iterator.c ncurses 5.6 - patch 20070421 2007-04-22 00:57:08 +00:00
doalloc.c ncurses 5.3 2002-10-12 23:35:53 -04:00
entries.c ncurses 5.6 - patch 20080628 2008-06-29 00:12:36 +00:00
free_ttype.c ncurses 5.6 2006-12-17 23:32:42 -05:00
getenv_num.c ncurses 5.3 2002-10-12 23:35:53 -04:00
hashed_db.c ncurses 5.6 2006-12-17 23:32:42 -05:00
home_terminfo.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
init_keytry.c ncurses 5.6 - patch 20080524 2008-05-25 00:49:27 +00:00
lib_acs.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_baudrate.c ncurses 5.6 - patch 20080628 2008-06-29 00:12:36 +00:00
lib_cur_term.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_data.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_has_cap.c ncurses 5.4 2004-02-08 21:15:26 -05:00
lib_kernel.c ncurses 5.5 2005-10-09 14:41:57 -04:00
lib_longname.c ncurses 5.3 2002-10-12 23:35:53 -04:00
lib_napms.c ncurses 5.6 - patch 20080503 2008-05-04 00:48:16 +00:00
lib_options.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_print.c ncurses 5.6 2006-12-17 23:32:42 -05:00
lib_raw.c ncurses 5.6 - patch 20070929 2007-09-29 23:30:37 +00:00
lib_setup.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
lib_termcap.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_termname.c ncurses 5.4 2004-02-08 21:15:26 -05:00
lib_tgoto.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_ti.c ncurses 5.4 2004-02-08 21:15:26 -05:00
lib_tparm.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
lib_tputs.c ncurses 5.6 - patch 20080628 2008-06-29 00:12:36 +00:00
lib_ttyflags.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
make_keys.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
MKcaptab.awk ncurses 5.6 - patch 20070812 2007-08-12 16:31:21 +00:00
MKcaptab.sh ncurses 5.6 - patch 20070812 2007-08-12 16:31:21 +00:00
MKcodes.awk ncurses 5.6 - patch 20080628 2008-06-29 00:12:36 +00:00
MKfallback.sh ncurses 5.6 2006-12-17 23:32:42 -05:00
MKkeys_list.sh ncurses 5.4 2004-02-08 21:15:26 -05:00
MKnames.awk ncurses 5.6 - patch 20080628 2008-06-29 00:12:36 +00:00
name_match.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
parse_entry.c ncurses 5.6 - patch 20080816 2008-08-17 01:51:55 +00:00
read_entry.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00
read_termcap.c ncurses 5.6 2006-12-17 23:32:42 -05:00
README ncurses 5.6 2006-12-17 23:32:42 -05:00
setbuf.c ncurses 5.6 - patch 20070512 2007-05-13 00:52:59 +00:00
strings.c ncurses 5.6 - patch 20070812 2007-08-12 16:31:21 +00:00
trim_sgr0.c ncurses 5.6 - patch 20070407 2007-04-08 01:10:28 +00:00
use_screen.c ncurses 5.6 - patch 20080607 2008-06-08 00:40:16 +00:00
write_entry.c ncurses 5.6 - patch 20080804 2008-08-05 01:06:16 +00:00

-------------------------------------------------------------------------------
-- Copyright (c) 1998,2006 Free Software Foundation, Inc.                    --
--                                                                           --
-- Permission is hereby granted, free of charge, to any person obtaining a   --
-- copy of this software and associated documentation files (the             --
-- "Software"), to deal in the Software without restriction, including       --
-- without limitation the rights to use, copy, modify, merge, publish,       --
-- distribute, distribute with modifications, sublicense, and/or sell copies --
-- of the Software, and to permit persons to whom the Software is furnished  --
-- to do so, subject to the following conditions:                            --
--                                                                           --
-- The above copyright notice and this permission notice shall be included   --
-- in all copies or substantial portions of the Software.                    --
--                                                                           --
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
-- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
--                                                                           --
-- Except as contained in this notice, the name(s) of the above copyright    --
-- holders shall not be used in advertising or otherwise to promote the      --
-- sale, use or other dealings in this Software without prior written        --
-- authorization.                                                            --
-------------------------------------------------------------------------------
-- $Id: README,v 1.2 2006/04/22 22:19:37 tom Exp $
-------------------------------------------------------------------------------

The files in this directory (tinfo) are those that support the terminfo
database and interfaces for ncurses.  The terminfo library can be built
separately, as a lower-level library for ncurses, but usually is bundled.

In addition to the standard documented interfaces, ncurses uses internal
functions which reside in tinfo to satisfy linkage requirements.