diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:47:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:47:02 +0300 |
commit | 315bd501ca696bc3e3c938b4604d8dac7a6f512f (patch) | |
tree | cf992f0df002126292f7487ca6c0d36d7fe748b9 /unsupported/atari | |
parent | 85c0d5edb781c9f31b79e48452b1ca68643f41de (diff) | |
download | egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.tar.gz egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.tar.bz2 egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.zip |
Move to gawk 3.1.5.
Diffstat (limited to 'unsupported/atari')
-rw-r--r-- | unsupported/atari/ChangeLog | 4 | ||||
-rw-r--r-- | unsupported/atari/Makefile.awklib | 2 | ||||
-rw-r--r-- | unsupported/atari/Makefile.st | 2 | ||||
-rw-r--r-- | unsupported/atari/config.h | 2 | ||||
-rw-r--r-- | unsupported/atari/gawkmisc.atr | 2 | ||||
-rw-r--r-- | unsupported/atari/redirect.h | 2 |
6 files changed, 9 insertions, 5 deletions
diff --git a/unsupported/atari/ChangeLog b/unsupported/atari/ChangeLog index c6a9e11e..ab54b6e9 100644 --- a/unsupported/atari/ChangeLog +++ b/unsupported/atari/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 26 21:46:16 2005 Arnold D. Robbins <arnold@skeeve.com> + + * Release 3.1.5: Release tar file made. + Mon Aug 2 12:18:15 2004 Arnold D. Robbins <arnold@skeeve.com> * Release 3.1.4: Release tar file made. diff --git a/unsupported/atari/Makefile.awklib b/unsupported/atari/Makefile.awklib index abdc1649..baa06f98 100644 --- a/unsupported/atari/Makefile.awklib +++ b/unsupported/atari/Makefile.awklib @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA SHELL = /bin/sh diff --git a/unsupported/atari/Makefile.st b/unsupported/atari/Makefile.st index 20664a48..c322de87 100644 --- a/unsupported/atari/Makefile.st +++ b/unsupported/atari/Makefile.st @@ -26,7 +26,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA MAKEINFO = makeinfo --no-split diff --git a/unsupported/atari/config.h b/unsupported/atari/config.h index 1e40b132..9acb6a4c 100644 --- a/unsupported/atari/config.h +++ b/unsupported/atari/config.h @@ -24,7 +24,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* Define if using alloca.c. */ diff --git a/unsupported/atari/gawkmisc.atr b/unsupported/atari/gawkmisc.atr index 0425c796..a10ccbcf 100644 --- a/unsupported/atari/gawkmisc.atr +++ b/unsupported/atari/gawkmisc.atr @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <string.h> diff --git a/unsupported/atari/redirect.h b/unsupported/atari/redirect.h index 6452778f..c84cad0c 100644 --- a/unsupported/atari/redirect.h +++ b/unsupported/atari/redirect.h @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* This file is already conditioned on atarist in awk.h */ |