aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fix small autoconf, automake, etc. issuesAiden Woodruff2018-09-041-79/+133
| | | | | | | | | | autoconf: check for C preprocessor and typeof extension automake: Change headers to be noinst Use return at end of main, not exit sanity sanity don't run exec blank test correctly order redirections Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Folder setup changedAiden Woodruff2018-08-141-12/+16
| | | | | | | | | | | | Moved things into docs or src folders Created tests folder so make check is better Check control characters in life.c with CTRL macro (bitwise AND 037) Create small window for fancy rule entry Change some division by two to bitshifts Use configure to make man page (keep version up to date) Move warnings and pedantic to AM_CFLAGS Move include option to AM_CPPFLAGS Version 1.6.0
* GNU compat of malloc doesn't matterlife-1.5.4Aiden Woodruff2018-07-301-78/+11
| | | | | | Remove GNU malloc check in configure (extra fluff I don't need). Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Fix not including life-macros.h in tarballlife-1.5.3Aiden Woodruff2018-07-301-10/+10
| | | | Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Fixed major issue with updatinglife-1.5.2Aiden Woodruff2018-07-301-10/+10
| | | | | | | | | | Related to 1.5.1 change to use 'has' with updatemap - Caused by missing "not" keyword Add B{0..9}/S{0..9} in rule selection for ease Moved macro definitions to life-macros.h Tarballed and signed life-1.5.2 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Added GPLv3 boilerplate to .c and .h fileslife-1.5.1Aiden Woodruff2018-07-291-10/+10
| | | | | | Added news for 1.5.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Fancy rule setuplife-1.5.0Aiden Woodruff2018-07-291-10/+10
| | | | | | | | | | Removed rulestoint.py Used addstr instead of printw where applicable Moved help to menus.c Moved read_num to menus.c Version 1.5.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Added .travis.ymllife-1.4.1Aiden Woodruff2018-07-281-10/+10
| | | | | | | Added listings to NEWS Version 1.4.1 tarballed Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Moved life.man to life.6life-1.3.3Aiden Woodruff2018-07-281-10/+187
| | | | | | | | Updated life.6 version Removed info link in life.6 Tagged and tarballed life-1.3.3.tar.gz Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
* Created autotools fileslife-1.0.0Aiden Woodruff2018-07-261-0/+5806
Tagged and created dist for version 1.0.0 Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>