]> granicus.if.org Git - nethack/commit
version feedback (trunk only)
authornethack.rankin <nethack.rankin>
Fri, 23 Sep 2011 07:33:18 +0000 (07:33 +0000)
committernethack.rankin <nethack.rankin>
Fri, 23 Sep 2011 07:33:18 +0000 (07:33 +0000)
commit2ba506b3857bfbf7358cab4f57a3c1ce2671d239
treef7c34a0a0401587c28114942df92fbf8cd2bfd6b
parent795c0a3a8deb615a821272888bba6b1eb3205fac
version feedback (trunk only)

     Show the 'v' output (full version number plus build date-time) as
the first line of '#version' output (build time configuration settings).
It isn't simple to do that when generating dat/options (there's some
port-specific tweaking going), so do it at run-time by processing that
file one line at a time instead of passing it through a pager routine.

     This also inserts an "About NetHack" entry as the first choice in
the menu for '?', the way that most Windows programs have interactive
help organized.  Picking that gives the same output as using #version.

'make depend' manually updated for Unix and VMS (add dlb.h to version.*).
doc/fixes35.0
src/pager.c
src/version.c
sys/unix/Makefile.src
sys/vms/Makefile.src