aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-07-28 15:34:44 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-07-28 15:34:44 -0500
commit3572c7e10cfc9021fba2843d5514ab1c2752e4a6 (patch)
tree72af5b1493c3d0cfbed1797599eb383c0ab4d6ad
parentd6b38cedf08d851c0698a800151029fcd371364f (diff)
downloadlife-1.4.1.tar.gz
life-1.4.1.tar.bz2
life-1.4.1.zip
Added .travis.ymllife-1.4.1
Added listings to NEWS Version 1.4.1 tarballed Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
-rw-r--r--.travis.yml41
-rw-r--r--NEWS39
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--life-1.4.1.tar.gzbin0 -> 115242 bytes
5 files changed, 91 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..59972f0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,41 @@
1# Project is written in C (defines some useful defaults)
2language: c
3
4# Save time by only getting the current repository status
5git:
6 depth: false
7
8# Test both clang and gcc
9compiler:
10 - clang
11 - gcc
12
13# Test both linux and osx
14os:
15 - linux
16 - osx
17
18# Install requirements with apt
19addons:
20 apt:
21 packages:
22 - ncurses-base
23 - libncurses-dev
24 - make
25 - autoconf
26 - automake
27 - m4
28 - perl
29
30before_script:
31 - tar zxf "life-*.tar.gz"
32
33
34
35# Actually check if it works
36script:
37 - autoreconf -f -i && ./configure && make && make check
38 - echo -n "q" | ./life > /dev/null
39 - cd life-*
40 - ./configure && make && make check
41 - echo -n "q" | ./life > /dev/null
diff --git a/NEWS b/NEWS
index a343b06..36b08cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
12018-07-25T00:39-05:00 Aiden Woodruff
2Version life-1.4.0 released
3
42018-07-19T22:39-05:00 Aiden Woodruff
5Version 1.3.3 released
6
72018-07-19T14:10-05:00 Aiden Woodruff
8Version 1.3.2 released
9
102018-07-17T22:03-05:00 Aiden Woodruff
11Version 1.3.1 released
12
132018-07-17T21:57-05:00 Aiden Woodruff
14Version 1.3.0 released
15
162018-07-16T17:10-05:00 Aiden Woodruff
17Version 1.2.1 released
18
192018-07-15T19:36-05:00 Aiden Woodruff
20Version 1.2.0 released
21
222018-06-07T21:53-05:00 Aiden Woodruff
23Version 1.1.0 released
24
252018-04-17T20:09-05:00 Aiden Woodruff
26Version 1.0.5 released
27
282018-04-17T15:37-05:00 Aiden Woodruff
29Version 1.0.4 released
30
312018-04-16T21:14-05:00 Aiden Woodruff
32Version 1.0.3 released
33
342018-04-02T12:07-05:00 Aiden Woodruff
35Version 1.0.2 released
36
372018-03-19T20:27-05:00 Aiden Woodruff
38Version 1.0.1 released
39
12018-02-25T13:22-06:00 Aiden Woodruff 402018-02-25T13:22-06:00 Aiden Woodruff
2Version 1.0.0 released 41Version 1.0.0 released
3 42
diff --git a/configure b/configure
index bbba70b..b3e29c7 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for life 1.3.3. 3# Generated by GNU Autoconf 2.69 for life 1.4.1.
4# 4#
5# Report bugs to <aiden.woodruff@gmail.com>. 5# Report bugs to <aiden.woodruff@gmail.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='life' 581PACKAGE_NAME='life'
582PACKAGE_TARNAME='life' 582PACKAGE_TARNAME='life'
583PACKAGE_VERSION='1.3.3' 583PACKAGE_VERSION='1.4.1'
584PACKAGE_STRING='life 1.3.3' 584PACKAGE_STRING='life 1.4.1'
585PACKAGE_BUGREPORT='aiden.woodruff@gmail.com' 585PACKAGE_BUGREPORT='aiden.woodruff@gmail.com'
586PACKAGE_URL='' 586PACKAGE_URL=''
587 587
@@ -1277,7 +1277,7 @@ if test "$ac_init_help" = "long"; then
1277 # Omit some internal or obsolete options to make the list less imposing. 1277 # Omit some internal or obsolete options to make the list less imposing.
1278 # This message is too long to be a string in the A/UX 3.1 sh. 1278 # This message is too long to be a string in the A/UX 3.1 sh.
1279 cat <<_ACEOF 1279 cat <<_ACEOF
1280\`configure' configures life 1.3.3 to adapt to many kinds of systems. 1280\`configure' configures life 1.4.1 to adapt to many kinds of systems.
1281 1281
1282Usage: $0 [OPTION]... [VAR=VALUE]... 1282Usage: $0 [OPTION]... [VAR=VALUE]...
1283 1283
@@ -1344,7 +1344,7 @@ fi
1344 1344
1345if test -n "$ac_init_help"; then 1345if test -n "$ac_init_help"; then
1346 case $ac_init_help in 1346 case $ac_init_help in
1347 short | recursive ) echo "Configuration of life 1.3.3:";; 1347 short | recursive ) echo "Configuration of life 1.4.1:";;
1348 esac 1348 esac
1349 cat <<\_ACEOF 1349 cat <<\_ACEOF
1350 1350
@@ -1435,7 +1435,7 @@ fi
1435test -n "$ac_init_help" && exit $ac_status 1435test -n "$ac_init_help" && exit $ac_status
1436if $ac_init_version; then 1436if $ac_init_version; then
1437 cat <<\_ACEOF 1437 cat <<\_ACEOF
1438life configure 1.3.3 1438life configure 1.4.1
1439generated by GNU Autoconf 2.69 1439generated by GNU Autoconf 2.69
1440 1440
1441Copyright (C) 2012 Free Software Foundation, Inc. 1441Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1804,7 +1804,7 @@ cat >config.log <<_ACEOF
1804This file contains any messages produced by compilers while 1804This file contains any messages produced by compilers while
1805running configure, to aid debugging if configure makes a mistake. 1805running configure, to aid debugging if configure makes a mistake.
1806 1806
1807It was created by life $as_me 1.3.3, which was 1807It was created by life $as_me 1.4.1, which was
1808generated by GNU Autoconf 2.69. Invocation command line was 1808generated by GNU Autoconf 2.69. Invocation command line was
1809 1809
1810 $ $0 $@ 1810 $ $0 $@
@@ -4306,7 +4306,7 @@ fi
4306 4306
4307# Define the identity of the package. 4307# Define the identity of the package.
4308 PACKAGE='life' 4308 PACKAGE='life'
4309 VERSION='1.3.3' 4309 VERSION='1.4.1'
4310 4310
4311 4311
4312cat >>confdefs.h <<_ACEOF 4312cat >>confdefs.h <<_ACEOF
@@ -5057,7 +5057,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5057# report actual input values of CONFIG_FILES etc. instead of their 5057# report actual input values of CONFIG_FILES etc. instead of their
5058# values after options handling. 5058# values after options handling.
5059ac_log=" 5059ac_log="
5060This file was extended by life $as_me 1.3.3, which was 5060This file was extended by life $as_me 1.4.1, which was
5061generated by GNU Autoconf 2.69. Invocation command line was 5061generated by GNU Autoconf 2.69. Invocation command line was
5062 5062
5063 CONFIG_FILES = $CONFIG_FILES 5063 CONFIG_FILES = $CONFIG_FILES
@@ -5123,7 +5123,7 @@ _ACEOF
5123cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5123cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5124ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5124ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5125ac_cs_version="\\ 5125ac_cs_version="\\
5126life config.status 1.3.3 5126life config.status 1.4.1
5127configured by $0, generated by GNU Autoconf 2.69, 5127configured by $0, generated by GNU Autoconf 2.69,
5128 with options \\"\$ac_cs_config\\" 5128 with options \\"\$ac_cs_config\\"
5129 5129
diff --git a/configure.ac b/configure.ac
index 7a4bc97..d84551c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ([2.69]) 4AC_PREREQ([2.69])
5AC_INIT([life], [1.3.3], [aiden.woodruff@gmail.com]) 5AC_INIT([life], [1.4.1], [aiden.woodruff@gmail.com])
6AC_CONFIG_SRCDIR([life.c]) 6AC_CONFIG_SRCDIR([life.c])
7AC_CONFIG_HEADERS([config.h]) 7AC_CONFIG_HEADERS([config.h])
8 8
diff --git a/life-1.4.1.tar.gz b/life-1.4.1.tar.gz
new file mode 100644
index 0000000..5cd00aa
--- /dev/null
+++ b/life-1.4.1.tar.gz
Binary files differ