<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirror/life/configure, branch master</title>
<subtitle>NCurses cellular automata</subtitle>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/'/>
<entry>
<title>Fix small autoconf, automake, etc. issues</title>
<updated>2018-09-04T23:09:51+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-09-04T23:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=f4cb6a5879a7be0bbc15a2a04eb4977248316ad1'/>
<id>f4cb6a5879a7be0bbc15a2a04eb4977248316ad1</id>
<content type='text'>
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 &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Folder setup changed</title>
<updated>2018-08-14T19:47:54+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-08-14T19:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce'/>
<id>367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>GNU compat of malloc doesn't matter</title>
<updated>2018-07-30T21:15:06+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-30T21:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=ee2c4d4241dbb9087e24db6bc46cc35475e93db4'/>
<id>ee2c4d4241dbb9087e24db6bc46cc35475e93db4</id>
<content type='text'>
Remove GNU malloc check in configure (extra fluff I don't need).

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove GNU malloc check in configure (extra fluff I don't need).

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix not including life-macros.h in tarball</title>
<updated>2018-07-30T06:11:33+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-30T06:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=03975c128a504d259f76d4c06cad2236b32e4a9f'/>
<id>03975c128a504d259f76d4c06cad2236b32e4a9f</id>
<content type='text'>
Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed major issue with updating</title>
<updated>2018-07-30T05:01:26+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-30T05:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=63a4dcc4cdd885ed9df84644b592fcf4738d9358'/>
<id>63a4dcc4cdd885ed9df84644b592fcf4738d9358</id>
<content type='text'>
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 &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added GPLv3 boilerplate to .c and .h files</title>
<updated>2018-07-30T01:37:12+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-30T01:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=bbfad59ce340ccdca9771c1b35a95e19485478e2'/>
<id>bbfad59ce340ccdca9771c1b35a95e19485478e2</id>
<content type='text'>
Added news for 1.5.0

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added news for 1.5.0

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fancy rule setup</title>
<updated>2018-07-30T00:58:41+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-30T00:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=8635c9b7bb453846c0a712fca974a224bb219cb3'/>
<id>8635c9b7bb453846c0a712fca974a224bb219cb3</id>
<content type='text'>
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 &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added .travis.yml</title>
<updated>2018-07-28T20:34:44+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-28T20:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=3572c7e10cfc9021fba2843d5514ab1c2752e4a6'/>
<id>3572c7e10cfc9021fba2843d5514ab1c2752e4a6</id>
<content type='text'>
Added listings to NEWS
Version 1.4.1 tarballed

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added listings to NEWS
Version 1.4.1 tarballed

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved life.man to life.6</title>
<updated>2018-07-28T17:31:25+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-28T17:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=dace9aa3265b95725e5541bed89367fdca873b06'/>
<id>dace9aa3265b95725e5541bed89367fdca873b06</id>
<content type='text'>
Updated life.6 version
Removed info link in life.6
Tagged and tarballed life-1.3.3.tar.gz

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated life.6 version
Removed info link in life.6
Tagged and tarballed life-1.3.3.tar.gz

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Created autotools files</title>
<updated>2018-07-26T05:07:03+00:00</updated>
<author>
<name>Aiden Woodruff</name>
<email>aiden.woodruff@gmail.com</email>
</author>
<published>2018-07-26T05:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aidenw.net/mirror/life/commit/?id=a999c1afbd9895d12b88ee1103009f05ff763629'/>
<id>a999c1afbd9895d12b88ee1103009f05ff763629</id>
<content type='text'>
Tagged and created dist for version 1.0.0

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tagged and created dist for version 1.0.0

Signed-off-by: Aiden Woodruff &lt;aiden.woodruff@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
