Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/curses_keyname.3
RevisionDateAuthorComments
 1.5  30-Apr-2008  martin Convert TNF licenses to new 2 clause variant
 1.4  25-Oct-2007  jdc branches: 1.4.6;
Return "-1" for unknown keys and only return NULL for errors.

Make the key name string a static buffer. The specification allows this,
so the previous behaviour would leak a small amount of memory, as the
application wouldn't free the returned string.

Fixes one part of PR pkg/37062.
 1.3  16-Mar-2004  snj branches: 1.3.24;
Spelling fixes.
 1.2  04-Jul-2003  wiz Fix Dd string and remove trailing whitespace.
 1.1  20-Jun-2003  jdc Add keyname().
Fixes PR lib/20033.
Allow SMALL to be defined, to reduce the size of the library.
 1.3.24.1  06-Nov-2007  matt sync with HEAD
 1.4.6.1  18-May-2008  yamt sync with head.

RSS XML Feed