diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/ChangeLog | 4 | ||||
-rw-r--r-- | posix/gawkmisc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/posix/ChangeLog b/posix/ChangeLog index e219a40e..54fd5144 100644 --- a/posix/ChangeLog +++ b/posix/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/posix/gawkmisc.c b/posix/gawkmisc.c index 6ee973cc..5f9dec82 100644 --- a/posix/gawkmisc.c +++ b/posix/gawkmisc.c @@ -14,7 +14,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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ char quote = '\''; char *defpath = DEFPATH; |