aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-07-27 21:50:03 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-07-27 21:50:03 -0500
commit6e1426c210179228110672dc2fc4d3f23a7788f1 (patch)
treede1e04d44eae715c6d1674469ebe52c4dd092e51 /ChangeLog
parentd7ca0346270e86c52d87ab16967430b51901bbd9 (diff)
downloadlife-6e1426c210179228110672dc2fc4d3f23a7788f1.tar.gz
life-6e1426c210179228110672dc2fc4d3f23a7788f1.tar.bz2
life-6e1426c210179228110672dc2fc4d3f23a7788f1.zip
Don't accept out of bounds command line variableslife-1.3.2
This includes height, width, and delay mins and maxes, as well as using `isprint()` for live/dead. Erase and delete screens at end. Set pointers to NULL. Move delay up in help so it doesn't appear part of Dimensions section Changed typestrs - live/dead is now "CH" - width/height/delay is now "INT" Created manpage with help2man utility. Created life.1.3.2 release tarball Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9381b17..4f51942 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
12018-07-19 Aiden Woodruff <aiden.woodruff@gmail.com>
2
3 * life.c: Don't blindly accept commandline variables
4 If width, height, or are too big/small, change them to be in bounds.
5 Erase screens and delete them at the end.
6 Set pointers to NULL.
7 Only use dead/live values if they are printable (according to isprint())
8
9 * life.ggo: Moved delay up to get rid of appearance it was part of Dimension section.
10 Changed typestrs
11 - For live/dead it is now "CH" (from live/dead, respectively)
12 - For width, height, and delay, it is the default "INT".
13
14 * life.man: Created with help2man utility.
15
16 * life-1.3.2: Created release tarball.
17
12018-07-17 Aiden Woodruff <aiden.woodruff@gmail.com> 182018-07-17 Aiden Woodruff <aiden.woodruff@gmail.com>
2 19
3 * update_map.c: File created 20 * update_map.c: File created