From f4528a43d300e7f7764e64a98b6d44f0110f1443 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 22 Feb 2019 22:38:26 +0000 Subject: [PATCH] Doc: Add to low level changes document, fix typos --- docs/jgrpp-low-level-changes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/jgrpp-low-level-changes.md b/docs/jgrpp-low-level-changes.md index 8ebe5f3d6e..cf907a2932 100644 --- a/docs/jgrpp-low-level-changes.md +++ b/docs/jgrpp-low-level-changes.md @@ -11,7 +11,7 @@ This document does not describe the player-visible changes/additions described i * Support using libbfd for symbol lookup and line numbers (gcc/clang). * Support using gdb if available to add further detail to the crashlog (Unix). * Demangle C++ symbols (Unix). -* Handle segfaults which occur within the crashlog handler (Unix). +* Attempt to handle segfaults which occur within the crashlog handler (Unix). #### Assertions @@ -85,7 +85,7 @@ Replace read/write accessors and buffering. ### Command line -Add switch: -J, quite after N days. +Add switch: -J, quit after N days. Add savegame feature versions to output of -q. ### Configure/build @@ -100,3 +100,4 @@ Add various debug console commands. Increase the number of file slots. Cache font heights. Change inheritance model of class Window to keep UndefinedBehaviorSanitizer happy. +Various other misc changes to reduce UndefinedBehaviorSanitizer spam.