diff options
author | nijtmans <nijtmans> | 2010-04-20 14:50:10 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-20 14:50:10 (GMT) |
commit | 833ea84043d927c416802983797aa3884a894012 (patch) | |
tree | 92c8f9663c828bd3eb7d42c72b7b54841ed193ab /compat/zlib/contrib/ada | |
parent | 04890d3f2b3093debd335e9bea71a39c99a9fa5e (diff) | |
download | tcl-833ea84043d927c416802983797aa3884a894012.zip tcl-833ea84043d927c416802983797aa3884a894012.tar.gz tcl-833ea84043d927c416802983797aa3884a894012.tar.bz2 |
Upgrade to zlib 1.2.5
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 0e99515..8fe6e1c 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: buffer_demo.adb,v 1.3 2010/04/20 14:50:10 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 5fbd060..5516952 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: mtest.adb,v 1.3 2010/04/20 14:50:10 nijtmans Exp $ with ZLib; with Ada.Streams; diff --git a/compat/zlib/contrib/ada/read.adb b/compat/zlib/contrib/ada/read.adb index 5099b32..6df6a35 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: read.adb,v 1.3 2010/04/20 14:50:10 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 0d60e89..0edf1d6 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: test.adb,v 1.3 2010/04/20 14:50:10 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 dd8f409..eac7440 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: zlib-streams.adb,v 1.3 2010/04/20 14:50:10 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 9b3fa3e..68dc0b4 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: zlib-streams.ads,v 1.3 2010/04/20 14:50:10 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 f3f5cb2..7e1f562 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: zlib-thin.adb,v 1.3 2010/04/20 14:50:10 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 f295688..7e8e074 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: zlib-thin.ads,v 1.3 2010/04/20 14:50:10 nijtmans Exp $ with Interfaces.C.Strings; diff --git a/compat/zlib/contrib/ada/zlib.adb b/compat/zlib/contrib/ada/zlib.adb index 5680356..ec01b1d 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: zlib.adb,v 1.3 2010/04/20 14:50:10 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 3166665..bdf1397 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.2 2010/03/16 09:01:35 nijtmans Exp $ +-- $Id: zlib.ads,v 1.3 2010/04/20 14:50:10 nijtmans Exp $ with Ada.Streams; |