Merge some bug1 fixes from NetHack-3.6

This commit is contained in:
nhmall
2020-01-13 15:55:01 -05:00
6 changed files with 123 additions and 90 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.12 $ $NHDT-Date: 1576638499 2019/12/18 03:08:19 $
$NHDT-Branch: Nethack-3.6 $:$NHDT-Revision: 1.14 $ $NHDT-Date: 1576976556 2019/12/22 01:02:36 $
fixes36.4 contains a terse summary of changes made to 3.6.3 in order to
produce 3.6.4.
produce 3.6.4 as well as any post-release fixes in binaries.
General Fixes and Modified Features
@@ -35,4 +35,3 @@ General New Features
--------------------
none
+3
View File
@@ -7,6 +7,8 @@ focus will shift to the next major release.
General Fixes and Modified Features
-----------------------------------
have string_for_opt() return empty_optstr on failure
ensure existing callers of string_for_opt() check the return value before using it
Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository
@@ -15,6 +17,7 @@ Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository
Platform- and/or Interface-Specific Fixes or Features
-----------------------------------------------------
Windows OPTIONS=map_mode:fit_to_screen could cause a game start failure
General New Features