Home | History | Annotate | only in /src/lib/libcurses/PSD.doc
History log of /src/lib/libcurses/PSD.doc
RevisionDateAuthorComments
 1.15 03-Dec-2021  andvar fix various typos in comments, log messages and documentation.
 1.14 15-Jul-2014  christos Use TOOL_VFONTEDPR
 1.13 15-Jul-2014  christos stopgap for non-netbsd build.
 1.12 05-Jul-2014  dholland Reorg docs, part 1:
Move all the reference manuals to subdirs of /usr/share/doc/reference.
We have subdirs ref1-ref9, corresponding to man page sections 1-9.

Everything that's the reference manual for a program (sections 1, 6,
8), C interface (sections 2, 3), driver or file system (section 4),
format or configuration (section 5), or kernel internal interface
(section 9) belongs in here.

Section 7 is a little less clear: some things that might go in section
7 if they were a man page aren't really reference manuals. So I'm only
putting things in reference section 7 that are (to me) clearly
reference material, rather than e.g. tutorials, guides, FAQs, etc.
This obviously leaves some room for debate, especially without first
editing the docs with this distinction in mind, but if people hate
what I've done things can always be moved again.

Note also that while roff macro man pages traditionally go in section
7, I have put all the roff documentation (macros, tools, etc.) in one
place in reference/ref1/roff. This will make it easier to find and
also easier to edit it into some kind of coherent form.
 1.11 05-Jul-2014  dholland Rework /usr/share/doc.

Update the <bsd.doc.mk> infrastructure, and update the docs to match
the new infrastructure.

- Build and install text, ps, pdf, and/or html, not roff sources.

- Don't wire the chapter numbers into the build system, or use them in
the installed pathnames. This didn't matter much when the docs were a
museum, but now that we're theoretically going to start maintaining
them again, we're going to add and remove documents periodically and
having the chapter numbers baked in creates a lot of thrashing for no
purpose.

- Specify the document name explicitly, rather than implicitly in a
path. Use this name (instead of other random strings) as the name
of the installed files.

- Specify the document section, which is the subdirectory of
/usr/share/doc to install into.

- Allow multiple subdocuments. (That is, multiple documents in one
output directory.)

- Enumerate the .png files groff emits along with html so they can be
installed.

- Remove assorted hand-rolled rules for running roff and roff widgetry
and add enough variable settings to make these unnecessary. This
includes support for
- explicit use of soelim
- refer
- tbl
- pic
- eqn

- Forcibly apply at least minimal amounts of sanity to certain
autogenerated roff files.

- Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the
build, as they now actually do stuff.

Note: currently we can't generate pdf. This turns out to be a
nontrivial problem with no immediate solution forthcoming. So for now,
as a workaround, install compressed .ps as the printable form.
 1.10 10-Jul-2003  lukem branches: 1.10.62; 1.10.74;
Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
 1.9 13-Aug-2002  pooka add ${MACROS} to roff call to make output paper readable
 1.8 26-Jan-1999  tron Patch by Greg A. Woods to prevent creation of files in source directory
while building documentation. Fixes PR lib/6812.
 1.7 09-Jan-1998  perry RCS Id Police.
 1.6 21-Dec-1997  christos use ${SOELIM} instead of soelim
 1.5 21-Dec-1997  christos Make this use object directories.
 1.4 17-Aug-1994  cgd branches: 1.4.2;
clean up import
 1.3 01-Jul-1994  cgd install the right things
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 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 Makefile was added on branch netbsd-1-0 on 1994-08-17 21:53:04 +0000
 1.10.74.1 10-Aug-2014  tls Rebase.
 1.10.62.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file Master was added on branch netbsd-1-0 on 1994-08-17 21:53:06 +0000
 1.8 13-Feb-2023  andvar s/chracter/character/ in documentation.
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 01-Oct-2002  wiz New sentence, new line. From Robert Elz.
 1.5 02-Jul-1999  simonb More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file appen.A was added on branch netbsd-1-0 on 1994-08-17 21:53:06 +0000
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file appen.B was added on branch netbsd-1-0 on 1994-08-17 21:53:08 +0000
 1.8 13-Feb-2023  andvar s/chracter/character/ in documentation.
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 01-Oct-2002  wiz New sentence, new line. From Robert Elz.
 1.5 02-Jul-1999  simonb More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file appen.C was added on branch netbsd-1-0 on 1994-08-17 21:53:09 +0000
 1.3 17-Aug-1994  mycroft Clean up deleted files.
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file c_macros was added on branch netbsd-1-0 on 1994-08-17 21:53:10 +0000
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file doc.I was added on branch netbsd-1-0 on 1994-08-17 21:53:11 +0000
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file doc.II was added on branch netbsd-1-0 on 1994-08-17 21:53:12 +0000
 1.6 07-Sep-2024  andvar spelling and grammar fixes, mainly in comments.
 1.5 07-Aug-2003  agc branches: 1.5.110;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file doc.III was added on branch netbsd-1-0 on 1994-08-17 21:53:13 +0000
 1.5.110.1 02-Aug-2025  perseant Sync with HEAD
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file doc.IV was added on branch netbsd-1-0 on 1994-08-17 21:53:14 +0000
 1.6 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5 02-Jul-1999  simonb More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file ex1.c was added on branch netbsd-1-0 on 1994-08-17 21:53:15 +0000
 1.8 06-Jul-2022  andvar fix various typos in comments.
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 02-Jul-1999  simonb More trailing white space.
 1.5 09-Jan-1998  perry RCS Id Police.
 1.4 23-Jan-1997  mrg - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file ex2.c was added on branch netbsd-1-0 on 1994-08-17 21:53:16 +0000
 1.36 14-Apr-2008  jdc Document termattrs(), term_attrs(), putwin() and getwin()
 1.35 28-Mar-2004  jdc Changes to support *echochar().
Should fix PR lib/24927.
 1.34 05-Oct-2003  jdc Add redrawwin() and wredrawln().
Fixes PR lib/20038.
 1.33 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.32 20-Jun-2003  jdc Add noqiflush() and qiflush()
Fixes PR lib/20037.
 1.31 20-Jun-2003  jdc Add keyname().
Fixes PR lib/20033.
Allow SMALL to be defined, to reduce the size of the library.
 1.30 21-May-2003  jdc Add addchstr() family of functions.
Based on mail from Douwe Kiela.
Fixes PR lib/21285 by Thomas Klausner.
 1.29 21-May-2003  jdc Add mvw* functions.
 1.28 21-May-2003  jdc Sort addbytes().
 1.27 30-Mar-2003  jdc Add attr_set() group of functions.
Fixes PR lib/20034 by Thomas Klausner.
 1.26 27-Jan-2003  jdc Rename can_change_colors() to can_change_color().
Add no_color_video().
 1.25 09-Jan-2003  blymn Added halfdelay() function.
 1.24 23-Dec-2002  jdc Add descriptions for newpad(), subpad(), prefresh() and pnoutrefresh().
 1.23 23-Oct-2002  blymn Added documentation for define_key and keyok
Fixed borkage with getpary.
 1.22 04-Aug-2002  jdc Set the curses default colours to white on black when using colour.
See the Single UNIX Specification, Version 2 :

http://www.opengroup.org/onlinepubs/007908799/xcurses/can_change_color.html

Also, add the functions :

use_default_colors();
assume_default_colors(fore, back);

(from ncurses) that allow the terminal default colours or user-specified
default colours to be used.
 1.21 19-Jul-2002  blymn Add idcok to documentation.
 1.20 02-Dec-2001  blymn * Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
 1.19 14-Oct-2001  blymn Added 2 new functions and a macro:
- getparx
- getpary
- getparyx (macro)
Also minor tweak to the man page to correct grammar on a couple of items.
 1.18 08-Oct-2001  blymn Add mvderwin function.
 1.17 20-Sep-2001  blymn Add code to allow resizing of windows and the underlying terminal.
 1.16 21-Apr-2001  jdc Document getnstr().
 1.15 01-Jan-2001  simonb Add the instr and inchstr families of functions.
 1.14 27-Sep-2000  wrstuden Last revision had some problems. One .De was missing, and a number of
.De's were really .Ds's. Problems were causing output not to be rendered-
number of output pages more than doubled after these fixes, and made much more
sense.
 1.13 11-May-2000  jdc branches: 1.13.4;
Documemt getattrs(), delay_output() and napms().
Document functions (get*).
 1.12 27-Apr-2000  jdc Add wnoutrefresh() and doupdate().
 1.11 26-Apr-2000  blymn * Fixed bug in copywin.
* Fixed bug in overwrite.
* Added functions is_linetouched, is_wintouched, untouchwin and wtouchln.
 1.10 24-Apr-2000  blymn * Added rcs id line to files missing it.
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.
 1.9 23-Apr-2000  blymn * Fixed bug in copywin which was copying more than it should.
* Changed call to wrefresh in wgetch to be before input read.
* Changed default old cursor mode to be high vis in curs_set
* Added documentation for various new functions to fns.doc.
 1.8 12-Apr-2000  jdc Add colour capabilities and functions.
Add background manipulation functions.
Add def/reset_prog/shell_mode().
 1.7 11-Apr-2000  blymn Made data structures opaque
 1.6 02-Jul-1999  simonb branches: 1.6.6;
More trailing white space.
 1.5 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.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file fns.doc was added on branch netbsd-1-0 on 1994-08-17 21:53:17 +0000
 1.6.6.1 05-Mar-2000  jdc Document new functions.
 1.13.4.1 29-Sep-2000  wrstuden Pull in revision 1.13 -> 1.14. Approved by thorpej.

Original log message:

> Last revision had some problems. One .De was missing, and a number of
> .De's were really .Ds's. Problems were causing output not to be rendered-
> number of output pages more than doubled after these fixes, and made much more
> sense.
 1.6 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5 02-Jul-1999  simonb More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.0 was added on branch netbsd-1-0 on 1994-08-17 21:53:20 +0000
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 02-Jul-1999  simonb More trailing white space.
 1.5 29-Aug-1998  lukem first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.1 was added on branch netbsd-1-0 on 1994-08-17 21:53:21 +0000
 1.8 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7 01-Oct-2002  wiz New sentence, new line. From Robert Elz.
 1.6 12-Apr-2000  jdc Add COLORS and COLOR_PAIRS.
 1.5 26-Jan-1999  tron Patch by Greg A. Woods to prevent creation of files in source directory
while building documentation. Fixes PR lib/6812.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.2 was added on branch netbsd-1-0 on 1994-08-17 21:53:22 +0000
 1.9 02-Nov-2003  wiz Typo; from Jared Yanovich via jmc@openbsd.
 1.8 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7 01-Oct-2002  wiz New sentence, new line. From Robert Elz.
 1.6 02-Jul-1999  simonb More trailing white space.
 1.5 29-Aug-1998  lukem first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.3 was added on branch netbsd-1-0 on 1994-08-17 21:53:23 +0000
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.4 was added on branch netbsd-1-0 on 1994-08-17 21:53:25 +0000
 1.10 20-Feb-2023  gutteridge intro.5: fix typo and grammar and simplify a phrase
 1.9 13-Feb-2023  andvar s/chracter/character/ in documentation.
 1.8 02-Nov-2003  wiz Typo; from Jared Yanovich via jmc@openbsd.
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 01-Oct-2002  wiz New sentence, new line. From Robert Elz.
 1.5 02-Jul-1999  simonb More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.5 was added on branch netbsd-1-0 on 1994-08-17 21:53:27 +0000
 1.6 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5 21-May-2003  jdc Mention _CURSES_USE_MACROS.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file intro.6 was added on branch netbsd-1-0 on 1994-08-17 21:53:28 +0000
 1.6 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5 02-Jul-1999  simonb More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file life.c was added on branch netbsd-1-0 on 1994-08-17 21:53:29 +0000
 1.8 27-Apr-2004  uwe Add trailing space that got lost from the string definition.
Pointed out in PR lib/25340 by Juho Juopperi.
 1.7 07-Aug-2003  agc branches: 1.7.2;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 24-Jul-2000  hubertf ".di Df" -> ".di\n.Df", to fix creation of paper.ps
Noted in PR 10661 by Patrick Welche <prlw1@cam.ac.uk>
 1.5 02-Jul-1999  simonb branches: 1.5.10;
More trailing white space.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file macros was added on branch netbsd-1-0 on 1994-08-17 21:53:30 +0000
 1.5.10.1 24-Jul-2000  hubertf Pullup rev. 1.6 to 1.5 branch, OK'd by thorpej.

> ".di Df" -> ".di\n.Df", to fix creation of paper.ps
> Noted in PR 10661 by Patrick Welche <prlw1@cam.ac.uk>
 1.7.2.1 28-Apr-2004  jmc Pullup rev 1.8 (requested by uwe in ticket #204)

Add trailing space that got lost from the string definition. PR#25340
 1.2 09-Nov-1993  mycroft Clean up deleted files.
 1.1 09-Nov-1993  cgd update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.7 04-May-2023  uwe Fix spelling of Kurt Shoens surname.
PR misc/57389
 1.6 23-May-2005  christos Make these work with today's curses and termcap reality.
 1.5 07-Aug-2003  agc branches: 1.5.4;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file twinkle1.c was added on branch netbsd-1-0 on 1994-08-17 21:53:31 +0000
 1.5.4.1 24-Jul-2005  snj Apply patch (requested by riz in ticket #5516):
Sync libcurses with HEAD of 2005-07-22.
 1.6 23-May-2005  christos Make these work with today's curses and termcap reality.
 1.5 07-Aug-2003  agc branches: 1.5.4;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file twinkle2.c was added on branch netbsd-1-0 on 1994-08-17 21:53:34 +0000
 1.5.4.1 24-Jul-2005  snj Apply patch (requested by riz in ticket #5516):
Sync libcurses with HEAD of 2005-07-22.
 1.5 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.4 09-Jan-1998  perry RCS Id Police.
 1.3 17-Aug-1994  cgd branches: 1.3.2;
clean up import
 1.2 09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.1 09-Nov-1993  cgd branches: 1.1.1;
update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs. new doc layout thang.
 1.1.1.1 17-Aug-1994  cgd new libcurses, from new nvi
 1.3.2.2 17-Aug-1994  cgd clean up import
 1.3.2.1 17-Aug-1994  cgd file win_st.c was added on branch netbsd-1-0 on 1994-08-17 21:53:35 +0000

RSS XML Feed