History log of /openbsd-current/usr.bin/cap_mkdb/cap_mkdb.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.26 04-Dec-2022 cheloha

userspace: remove vestigial '?' cases from top-level getopt(3) loops

getopt(3) returns '?' when it encounters a flag not present in the in
the optstring or if a flag is missing its option argument. We can
handle this case with the "default" failure case with no loss of
legibility. Hence, remove all the redundant "case '?':" lines.

Prompted by dlg@. With help from dlg@ and millert@.

Link: https://marc.info/?l=openbsd-tech&m=167011979726449&w=2

ok naddy@ millert@ dlg@


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.25 15-Sep-2020 kevlo

Remove igetnext prototype for the function does not exist.

ok deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.24 28-Jun-2019 schwarze

Actually, the C standard only guarantees that atexit(3) returns non-zero
on error, so tweak previous to test "atexit(...) != 0" for portability.
"OK ok ok sorry backwards" deraadt@


# 1.23 28-Jun-2019 deraadt

atexit() returns -1 on failure


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.22 04-Dec-2015 jmc

remove -i from SYNOPSIS and usage();


# 1.21 04-Dec-2015 nicm

cap_mkdb no longer needs to understand terminfo files, so remove -i.

ok tedu millert


# 1.20 29-Oct-2015 deraadt

Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start
the review for regressions...


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.19 16-Jan-2015 deraadt

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.18 04-Jul-2011 nicm

Nuke a load of trailing whitespace; no binary change.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.17 01-Nov-2009 nicm

If the last name field looks like a description rather than an alias (if it
contains spaces), ignore it. Knocks a few K off the termcap and terminfo
databases and gets rid of some warnings.

ok millert


# 1.16 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


# 1.15 28-Aug-2009 nicm

Change cap_mkdb and curses to be a better about reformatting terminfo entries
into the cap database format and back: rather than replacing all colons with
commas, only touch real separators (skip those with a leading \ or ^) and
replace an unadorned colon with a literal "\072".

Fixes problems with quite a few caps including acsc in "screen" (:s instead of
,s) and setab/initc in "xterm-256color" (wrongly concatenated together).

ok millert


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.14 04-Mar-2006 otto

Plug a mem leak; ok millert@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.13 26-Sep-2003 tedu

better realloc. ok deraadt@


# 1.12 21-Sep-2003 millert

Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev


Revision tags: OPENBSD_3_4_BASE
# 1.11 10-Jun-2003 deraadt

mostly ansi cleanup; pval ok


# 1.10 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.9 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.8 12-Jul-2001 deraadt

first pass at a -Wall cleanup


# 1.7 18-Jun-2001 millert

use cgetusedb(3)


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.6 22-Sep-2000 naddy

- move break from loop on EOF in order to make cap_mkdb not ignore the final
record in terminfo mode
- while we're here fix indentation, spelling
okay millert@


Revision tags: OPENBSD_2_7_BASE
# 1.5 09-Jan-2000 millert

When storing termcap entry in the .db file, prune out empty entries like
:\t: since space may be tight with the 1023 character termcap limit.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.4 05-Mar-1999 tholo

Merge cap_mkdb(1) and info_mkdb(1)


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE
# 1.3 15-Jan-1997 millert

getopt(3) returns -1 when out of args, not EOF, whee!


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.25 15-Sep-2020 kevlo

Remove igetnext prototype for the function does not exist.

ok deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE
# 1.24 28-Jun-2019 schwarze

Actually, the C standard only guarantees that atexit(3) returns non-zero
on error, so tweak previous to test "atexit(...) != 0" for portability.
"OK ok ok sorry backwards" deraadt@


# 1.23 28-Jun-2019 deraadt

atexit() returns -1 on failure


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.22 04-Dec-2015 jmc

remove -i from SYNOPSIS and usage();


# 1.21 04-Dec-2015 nicm

cap_mkdb no longer needs to understand terminfo files, so remove -i.

ok tedu millert


# 1.20 29-Oct-2015 deraadt

Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start
the review for regressions...


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.19 16-Jan-2015 deraadt

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.18 04-Jul-2011 nicm

Nuke a load of trailing whitespace; no binary change.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.17 01-Nov-2009 nicm

If the last name field looks like a description rather than an alias (if it
contains spaces), ignore it. Knocks a few K off the termcap and terminfo
databases and gets rid of some warnings.

ok millert


# 1.16 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


# 1.15 28-Aug-2009 nicm

Change cap_mkdb and curses to be a better about reformatting terminfo entries
into the cap database format and back: rather than replacing all colons with
commas, only touch real separators (skip those with a leading \ or ^) and
replace an unadorned colon with a literal "\072".

Fixes problems with quite a few caps including acsc in "screen" (:s instead of
,s) and setab/initc in "xterm-256color" (wrongly concatenated together).

ok millert


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.14 04-Mar-2006 otto

Plug a mem leak; ok millert@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.13 26-Sep-2003 tedu

better realloc. ok deraadt@


# 1.12 21-Sep-2003 millert

Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev


Revision tags: OPENBSD_3_4_BASE
# 1.11 10-Jun-2003 deraadt

mostly ansi cleanup; pval ok


# 1.10 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.9 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.8 12-Jul-2001 deraadt

first pass at a -Wall cleanup


# 1.7 18-Jun-2001 millert

use cgetusedb(3)


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.6 22-Sep-2000 naddy

- move break from loop on EOF in order to make cap_mkdb not ignore the final
record in terminfo mode
- while we're here fix indentation, spelling
okay millert@


Revision tags: OPENBSD_2_7_BASE
# 1.5 09-Jan-2000 millert

When storing termcap entry in the .db file, prune out empty entries like
:\t: since space may be tight with the 1023 character termcap limit.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.4 05-Mar-1999 tholo

Merge cap_mkdb(1) and info_mkdb(1)


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE
# 1.3 15-Jan-1997 millert

getopt(3) returns -1 when out of args, not EOF, whee!


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.24 28-Jun-2019 schwarze

Actually, the C standard only guarantees that atexit(3) returns non-zero
on error, so tweak previous to test "atexit(...) != 0" for portability.
"OK ok ok sorry backwards" deraadt@


# 1.23 28-Jun-2019 deraadt

atexit() returns -1 on failure


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.22 04-Dec-2015 jmc

remove -i from SYNOPSIS and usage();


# 1.21 04-Dec-2015 nicm

cap_mkdb no longer needs to understand terminfo files, so remove -i.

ok tedu millert


# 1.20 29-Oct-2015 deraadt

Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start
the review for regressions...


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.19 16-Jan-2015 deraadt

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.18 04-Jul-2011 nicm

Nuke a load of trailing whitespace; no binary change.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.17 01-Nov-2009 nicm

If the last name field looks like a description rather than an alias (if it
contains spaces), ignore it. Knocks a few K off the termcap and terminfo
databases and gets rid of some warnings.

ok millert


# 1.16 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


# 1.15 28-Aug-2009 nicm

Change cap_mkdb and curses to be a better about reformatting terminfo entries
into the cap database format and back: rather than replacing all colons with
commas, only touch real separators (skip those with a leading \ or ^) and
replace an unadorned colon with a literal "\072".

Fixes problems with quite a few caps including acsc in "screen" (:s instead of
,s) and setab/initc in "xterm-256color" (wrongly concatenated together).

ok millert


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.14 04-Mar-2006 otto

Plug a mem leak; ok millert@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.13 26-Sep-2003 tedu

better realloc. ok deraadt@


# 1.12 21-Sep-2003 millert

Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev


Revision tags: OPENBSD_3_4_BASE
# 1.11 10-Jun-2003 deraadt

mostly ansi cleanup; pval ok


# 1.10 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.9 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.8 12-Jul-2001 deraadt

first pass at a -Wall cleanup


# 1.7 18-Jun-2001 millert

use cgetusedb(3)


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.6 22-Sep-2000 naddy

- move break from loop on EOF in order to make cap_mkdb not ignore the final
record in terminfo mode
- while we're here fix indentation, spelling
okay millert@


Revision tags: OPENBSD_2_7_BASE
# 1.5 09-Jan-2000 millert

When storing termcap entry in the .db file, prune out empty entries like
:\t: since space may be tight with the 1023 character termcap limit.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.4 05-Mar-1999 tholo

Merge cap_mkdb(1) and info_mkdb(1)


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE
# 1.3 15-Jan-1997 millert

getopt(3) returns -1 when out of args, not EOF, whee!


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.23 28-Jun-2019 deraadt

atexit() returns -1 on failure


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.22 04-Dec-2015 jmc

remove -i from SYNOPSIS and usage();


# 1.21 04-Dec-2015 nicm

cap_mkdb no longer needs to understand terminfo files, so remove -i.

ok tedu millert


# 1.20 29-Oct-2015 deraadt

Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start
the review for regressions...


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.19 16-Jan-2015 deraadt

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.18 04-Jul-2011 nicm

Nuke a load of trailing whitespace; no binary change.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.17 01-Nov-2009 nicm

If the last name field looks like a description rather than an alias (if it
contains spaces), ignore it. Knocks a few K off the termcap and terminfo
databases and gets rid of some warnings.

ok millert


# 1.16 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


# 1.15 28-Aug-2009 nicm

Change cap_mkdb and curses to be a better about reformatting terminfo entries
into the cap database format and back: rather than replacing all colons with
commas, only touch real separators (skip those with a leading \ or ^) and
replace an unadorned colon with a literal "\072".

Fixes problems with quite a few caps including acsc in "screen" (:s instead of
,s) and setab/initc in "xterm-256color" (wrongly concatenated together).

ok millert


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.14 04-Mar-2006 otto

Plug a mem leak; ok millert@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.13 26-Sep-2003 tedu

better realloc. ok deraadt@


# 1.12 21-Sep-2003 millert

Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev


Revision tags: OPENBSD_3_4_BASE
# 1.11 10-Jun-2003 deraadt

mostly ansi cleanup; pval ok


# 1.10 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.9 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.8 12-Jul-2001 deraadt

first pass at a -Wall cleanup


# 1.7 18-Jun-2001 millert

use cgetusedb(3)


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.6 22-Sep-2000 naddy

- move break from loop on EOF in order to make cap_mkdb not ignore the final
record in terminfo mode
- while we're here fix indentation, spelling
okay millert@


Revision tags: OPENBSD_2_7_BASE
# 1.5 09-Jan-2000 millert

When storing termcap entry in the .db file, prune out empty entries like
:\t: since space may be tight with the 1023 character termcap limit.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.4 05-Mar-1999 tholo

Merge cap_mkdb(1) and info_mkdb(1)


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE
# 1.3 15-Jan-1997 millert

getopt(3) returns -1 when out of args, not EOF, whee!


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.22 04-Dec-2015 jmc

remove -i from SYNOPSIS and usage();


# 1.21 04-Dec-2015 nicm

cap_mkdb no longer needs to understand terminfo files, so remove -i.

ok tedu millert


# 1.20 29-Oct-2015 deraadt

Pretty sure this can pledge "stdio rpath wpath cpath". Commiting to start
the review for regressions...


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.19 16-Jan-2015 deraadt

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.18 04-Jul-2011 nicm

Nuke a load of trailing whitespace; no binary change.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.17 01-Nov-2009 nicm

If the last name field looks like a description rather than an alias (if it
contains spaces), ignore it. Knocks a few K off the termcap and terminfo
databases and gets rid of some warnings.

ok millert


# 1.16 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


# 1.15 28-Aug-2009 nicm

Change cap_mkdb and curses to be a better about reformatting terminfo entries
into the cap database format and back: rather than replacing all colons with
commas, only touch real separators (skip those with a leading \ or ^) and
replace an unadorned colon with a literal "\072".

Fixes problems with quite a few caps including acsc in "screen" (:s instead of
,s) and setab/initc in "xterm-256color" (wrongly concatenated together).

ok millert


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.14 04-Mar-2006 otto

Plug a mem leak; ok millert@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.13 26-Sep-2003 tedu

better realloc. ok deraadt@


# 1.12 21-Sep-2003 millert

Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev


Revision tags: OPENBSD_3_4_BASE
# 1.11 10-Jun-2003 deraadt

mostly ansi cleanup; pval ok


# 1.10 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.9 16-Feb-2002 millert

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.


Revision tags: OPENBSD_3_0_BASE
# 1.8 12-Jul-2001 deraadt

first pass at a -Wall cleanup


# 1.7 18-Jun-2001 millert

use cgetusedb(3)


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.6 22-Sep-2000 naddy

- move break from loop on EOF in order to make cap_mkdb not ignore the final
record in terminfo mode
- while we're here fix indentation, spelling
okay millert@


Revision tags: OPENBSD_2_7_BASE
# 1.5 09-Jan-2000 millert

When storing termcap entry in the .db file, prune out empty entries like
:\t: since space may be tight with the 1023 character termcap limit.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.4 05-Mar-1999 tholo

Merge cap_mkdb(1) and info_mkdb(1)


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE
# 1.3 15-Jan-1997 millert

getopt(3) returns -1 when out of args, not EOF, whee!


Revision tags: OPENBSD_2_0_BASE
# 1.2 26-Jun-1996 deraadt

rcsid


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision