Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/cur_hash.c
RevisionDateAuthorComments
 1.14  07-Sep-2021  rin PR lib/56388

For __newwin() and __resizewin(), the line hash was calculated as if
HAVE_WCHAR is disabled.

Fix this bug by refactoring __hash_line() function, which calculates
the line hash by an appropriate method.
 1.13  06-Jan-2017  roy u_int -> unsigned int, u_int32_t -> uint32_t.
 1.12  18-Feb-2005  dsl branches: 1.12.74;
Change first arg of __hash_more to const void * to remove need for double casts
 1.11  07-Aug-2003  agc branches: 1.11.4;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.10  26-Jun-2002  christos PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.
 1.9  15-Apr-2000  blymn Added functions to replace what were previously macros in curses.h
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.
 1.8  13-Apr-2000  simonb Include "curses_private.h" to get function declarations.
 1.7  13-Apr-1999  mrg Upgrades the standard NetBSD curses library to provide some
of the SYSV curses facilities. The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences. Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.

this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn). i'm just integrating it. thanks
HEAPS guys!
 1.6  03-Feb-1998  perry remove obsolete register declarations
 1.5  22-Jul-1997  mikel RCSid police, fix warnings
 1.4  17-Aug-1994  cgd branches: 1.4.2;
clean up import
 1.3  24-Jan-1994  cgd changes from branch
 1.2  09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1  09-Nov-1993  cgd branches: 1.1.1; 1.1.2;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs.
 1.1.2.1  24-Jan-1994  cgd minor fixups
 1.1.1.1  17-Aug-1994  cgd new libcurses, from new nvi
 1.4.2.2  17-Aug-1994  cgd clean up import
 1.4.2.1  17-Aug-1994  cgd file cur_hash.c was added on branch netbsd-1-0 on 1994-08-17 21:52:00 +0000
 1.11.4.1  24-Jul-2005  snj Apply patch (requested by riz in ticket #5516):
Sync libcurses with HEAD of 2005-07-22.
 1.12.74.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed