diff options
author | nijtmans <nijtmans> | 2010-03-16 09:01:02 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-03-16 09:01:02 (GMT) |
commit | d8aa6f53b956aac50cc8abbee8efde417120f022 (patch) | |
tree | ad38e8daca52c2a4a161ed744d7579720ced7cb8 /compat/zlib/contrib/ada | |
parent | 6b64f45b9a293ab9cd7c97afa0399c6c37bd4a00 (diff) | |
download | tcl-d8aa6f53b956aac50cc8abbee8efde417120f022.zip tcl-d8aa6f53b956aac50cc8abbee8efde417120f022.tar.gz tcl-d8aa6f53b956aac50cc8abbee8efde417120f022.tar.bz2 |
Upgrade zlib to version 1.2.4
Diffstat (limited to 'compat/zlib/contrib/ada')
-rw-r--r-- | compat/zlib/contrib/ada/buffer_demo.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/mtest.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/read.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/test.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/zlib-streams.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/zlib-streams.ads | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/zlib-thin.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/zlib-thin.ads | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/zlib.adb | 2 | ||||
-rw-r--r-- | compat/zlib/contrib/ada/zlib.ads | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/compat/zlib/contrib/ada/buffer_demo.adb b/compat/zlib/contrib/ada/buffer_demo.adb index 3926e6f..0e99515 100644 --- a/compat/zlib/contrib/ada/buffer_demo.adb +++ b/compat/zlib/contrib/ada/buffer_demo.adb @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- -- --- $Id: buffer_demo.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: buffer_demo.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ -- This demo program provided by Dr Steve Sangwine <sjs@essex.ac.uk> -- diff --git a/compat/zlib/contrib/ada/mtest.adb b/compat/zlib/contrib/ada/mtest.adb index 9caaf22..5fbd060 100644 --- a/compat/zlib/contrib/ada/mtest.adb +++ b/compat/zlib/contrib/ada/mtest.adb @@ -8,7 +8,7 @@ -- Continuous test for ZLib multithreading. If the test would fail -- we should provide thread safe allocation routines for the Z_Stream. -- --- $Id: mtest.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: mtest.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ with ZLib; with Ada.Streams; diff --git a/compat/zlib/contrib/ada/read.adb b/compat/zlib/contrib/ada/read.adb index 365d600..5099b32 100644 --- a/compat/zlib/contrib/ada/read.adb +++ b/compat/zlib/contrib/ada/read.adb @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: read.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: read.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ -- Test/demo program for the generic read interface. diff --git a/compat/zlib/contrib/ada/test.adb b/compat/zlib/contrib/ada/test.adb index 11a92d7..0d60e89 100644 --- a/compat/zlib/contrib/ada/test.adb +++ b/compat/zlib/contrib/ada/test.adb @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: test.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: test.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ -- The program has a few aims. -- 1. Test ZLib.Ada95 thick binding functionality. diff --git a/compat/zlib/contrib/ada/zlib-streams.adb b/compat/zlib/contrib/ada/zlib-streams.adb index e90ed11..dd8f409 100644 --- a/compat/zlib/contrib/ada/zlib-streams.adb +++ b/compat/zlib/contrib/ada/zlib-streams.adb @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: zlib-streams.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: zlib-streams.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ with Ada.Unchecked_Deallocation; diff --git a/compat/zlib/contrib/ada/zlib-streams.ads b/compat/zlib/contrib/ada/zlib-streams.ads index aeb06b5..9b3fa3e 100644 --- a/compat/zlib/contrib/ada/zlib-streams.ads +++ b/compat/zlib/contrib/ada/zlib-streams.ads @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: zlib-streams.ads,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: zlib-streams.ads,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ package ZLib.Streams is diff --git a/compat/zlib/contrib/ada/zlib-thin.adb b/compat/zlib/contrib/ada/zlib-thin.adb index 941f5d0..f3f5cb2 100644 --- a/compat/zlib/contrib/ada/zlib-thin.adb +++ b/compat/zlib/contrib/ada/zlib-thin.adb @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: zlib-thin.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: zlib-thin.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ package body ZLib.Thin is diff --git a/compat/zlib/contrib/ada/zlib-thin.ads b/compat/zlib/contrib/ada/zlib-thin.ads index b38fc7c..f295688 100644 --- a/compat/zlib/contrib/ada/zlib-thin.ads +++ b/compat/zlib/contrib/ada/zlib-thin.ads @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: zlib-thin.ads,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: zlib-thin.ads,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ with Interfaces.C.Strings; diff --git a/compat/zlib/contrib/ada/zlib.adb b/compat/zlib/contrib/ada/zlib.adb index 80acd9d..5680356 100644 --- a/compat/zlib/contrib/ada/zlib.adb +++ b/compat/zlib/contrib/ada/zlib.adb @@ -6,7 +6,7 @@ -- Open source license information is in the zlib.ads file. -- ---------------------------------------------------------------- --- $Id: zlib.adb,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: zlib.adb,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ with Ada.Exceptions; with Ada.Unchecked_Conversion; diff --git a/compat/zlib/contrib/ada/zlib.ads b/compat/zlib/contrib/ada/zlib.ads index 5dfabc3..3166665 100644 --- a/compat/zlib/contrib/ada/zlib.ads +++ b/compat/zlib/contrib/ada/zlib.ads @@ -25,7 +25,7 @@ -- covered by the GNU Public License. -- ------------------------------------------------------------------------------ --- $Id: zlib.ads,v 1.1 2008/12/19 14:44:49 dkf Exp $ +-- $Id: zlib.ads,v 1.2 2010/03/16 09:01:35 nijtmans Exp $ with Ada.Streams; |