OpenBSD CVS

CVS log for src/usr.bin/infocmp/infocmp.c


[BACK] Up to [local] / src / usr.bin / infocmp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 17 09:52:10 2023 UTC (7 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.23: +573 -269 lines
Diff to previous 1.23 (colored)

Update ncurses and associated libraries (form, panel, menu) to
6.4-20230826 (from 5.7-20081102).

Based on result from Thomas Dickey's ncu2openbsd script and then
modified. Switches to the upstream tput. Major bump for the ncurses
libraries and for libedit and libreadline.

Help from tb, millert.

ok deraadt sthen

Revision 1.23 / (download) - annotate - [select for diffs], Wed Aug 3 16:32:08 2016 UTC (7 years, 9 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

strnames[i][0] == 'k' && strnames[i][0] == 'f' should be
strnames[i][0] == 'k' && strnames[i][1] == 'f'.

Spotted by the Echelon team with AppChecker static analyzer.

millert@ naddy@ and ncurses 6.0 all agree.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 11 02:52:46 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.21: +5 -3 lines
Diff to previous 1.21 (colored)

exit() after perror() for pledge failure.  Perhaps this got introduced
as a test idiom, either when pledge was young or during the transition
to strings.... dunno

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 10 15:08:49 2015 UTC (8 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (colored)

pledge "stdio rpath" seems to work; ok doug

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 12 23:22:13 2010 UTC (14 years, 4 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.19: +503 -296 lines
Diff to previous 1.19 (colored)

Update to ncurses 5.7, with local changes reapplied.

This is around eight years worth of changes (previously we were around ncurses
5.2), too many to list - many bug fixes and also a few new functions.

A major bump for libcurses, libpanel, libform and libmenu.

ok deraadt

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 2 01:29:12 2007 UTC (16 years, 11 months ago) by pvalchev
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

safer snprintf construct with more paranoid length calculation
ok millert

Revision 1.18 / (download) - annotate - [select for diffs], Wed Dec 6 04:59:58 2006 UTC (17 years, 5 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.17: +5 -3 lines
Diff to previous 1.17 (colored)

Don't access buf[strlen(buf) - 1] for zero-length strings.

OK jaredy@.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Apr 8 19:08:58 2003 UTC (21 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.16: +9 -5 lines
Diff to previous 1.16 (colored)

string cleanup; ok tdeval

Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 6 18:41:03 2003 UTC (21 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.15: +38 -34 lines
Diff to previous 1.15 (colored)

string fixes; ok millert krw

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 19 19:02:14 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

kill more registers

millert@ ok

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 24 13:06:36 2001 UTC (22 years, 7 months ago) by mpech
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

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

millert@ ok

Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 28 22:58:52 2001 UTC (23 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.12: +2 -4 lines
Diff to previous 1.12 (colored)

ncurses-5.2-20010224

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 22 18:02:18 2001 UTC (23 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.11: +8 -5 lines
Diff to previous 1.11 (colored)

Update to ncurses-5.2-20010114

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 8 22:47:12 2000 UTC (23 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.10: +82 -70 lines
Diff to previous 1.10 (colored)

update to ncurses-5.1-20001007

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 26 16:45:04 2000 UTC (24 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.9: +16 -7 lines
Diff to previous 1.9 (colored)

Update to ncurses-5.0-20000325

Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 13 23:53:41 2000 UTC (24 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.8: +319 -182 lines
Diff to previous 1.8 (colored)

update to ncurses-5.0-20000311

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 16 01:35:19 2000 UTC (24 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.7: +690 -728 lines
Diff to previous 1.7 (colored)

Update to ncurses-5.0-20000115:
+ additional fixes for non-bce terminals (handling of delete_character)
to work when assume_default_colors() is not specified.
+ modify warning message from _nc_parse_entry() regarding extended
capability names to print only if tic/infocmp/toe have the -v flag
set, and not at all in ordinary user applications.  Otherwise, this
warning would be shown for screen's extended capabilities in programs
that use the termcap interface.
+ modify use of _nc_tracing from programs such as tic so their debug
level is not in the same range as values set by trace() function.
+ small panel header cleanup (patch by Juergen Pfeifer).

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 6 02:14:34 1999 UTC (24 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

update to ncurses-5.0-19991204

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 28 17:51:54 1999 UTC (24 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

update to ncurses-5.0-19991127

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 27 08:17:46 1999 UTC (24 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +167 -100 lines
Diff to previous 1.4 (colored)

ncurses-5.0-990626

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 8 20:30:44 1999 UTC (25 years ago) by millert
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

ncurses-4.2-990424

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 11 21:08:07 1999 UTC (25 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.2: +10 -5 lines
Diff to previous 1.2 (colored)

Add -G flag; ncurses-4.2-990306

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 2 06:23:56 1999 UTC (25 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.1: +33 -24 lines
Diff to previous 1.1 (colored)

ncurses-4.2-990301

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 22 04:51:31 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN

infocmp from ncurses-4.2-990116.  Needs current libcurses to be useful

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.