]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/PLATFORMS: updated
authorThomas Tanner <tanner@ffii.org>
Thu, 1 Jul 1999 14:48:44 +0000 (14:48 +0000)
committerThomas Tanner <tanner@gmx.de>
Thu, 1 Jul 1999 14:48:44 +0000 (14:48 +0000)
* changed my email address

12 files changed:
AUTHORS
ChangeLog
cdemo/foo.c
cdemo/foo.h
cdemo/main.c
doc/PLATFORMS
libltdl/ltdl.c
libltdl/ltdl.h
mdemo/foo.h
mdemo/foo1.c
mdemo/foo2.c
mdemo/main.c

diff --git a/AUTHORS b/AUTHORS
index e2b0713699fbaac06cd0883d0654cfb8a0fb35cd..07a41d41d6f1660f781c6f23a20d56c75ed3d5d7 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,5 +4,5 @@ Foundation.
 
 Gordon Matzigkeit.  Designed and implemented libtool.
 Alexandre Oliva <oliva@dcc.unicamp.br>.  Co-maintainer.
-Thomas Tanner <tanner@gmx.de>.  Co-maintainer.
+Thomas Tanner <tanner@ffii.org>.  Co-maintainer.
 Gary V. Vaughan <gary@oranda.demon.co.uk>.  Co-maintainer.
index 10aa5309440c056293d85555f03c48f5edd45a71..ed35b793062365017abed229d516addc0143dd6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-01  Thomas Tanner  <tanner@ffii.org>
+
+       * doc/PLATFORMS: updated
+       * changed my email address
+
 1999-06-30  Thomas Tanner  <tanner@ffii.org>
 
        * demo/foo.h: use LT_PARAMS instead of LTDL_PARAMS (this is not libltdl)
index 5c407058484b357f7e4ea4ee8bd46c20fcda5cb2..3854c435426744eb8fcc19cec2c91e76a753e934 100644 (file)
@@ -1,6 +1,6 @@
 /* foo.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 62590b7fc066b787c3ffb50b8de69e3d6e04154b..48dc9127ed52940c517e13d6d48c6ce4f6a83546 100644 (file)
@@ -1,6 +1,6 @@
 /* foo.h -- interface to the libfoo* libraries
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index de84ba4390077ca872035416e4ceef4c5f70b381..89da831bbf4113c15b67a79d2c47dace408c23d2 100644 (file)
@@ -1,6 +1,6 @@
 /* main.c -- cdemo test program
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 4058e9b699a2a318d39950a4ce7453bd581a3e42..52d30159812cb12c9b83636289484d0bce769232 100644 (file)
@@ -38,7 +38,7 @@ i*86-*-freebsd2.2.8             gcc      1.2f     ok
 i*86-*-freebsd2.2.6             gcc      1.3.2    ok
   (egcs-1.1 & gcc-2.7.2.1, native ld)
 i*86-*-freebsd2.1.5             gcc      0.5      ok
-i*86-*-gnu                      gcc      1.3.2    ok
+i*86-*-gnu                      gcc      1.3.3    ok
 i*86-*-netbsd1.4                gcc      1.3      ok
   (egcs-1.1.1)
 i*86-*-netbsd1.3.3              gcc      1.3      ok
@@ -47,7 +47,7 @@ i*86-*-netbsd1.3.2              gcc      1.2e     ok
 i*86-*-netbsd1.3I               gcc      1.2e     ok
   (egcs 1.1?)
 i*86-*-netbsd1.2                gcc      0.9g     ok
-i*86-*-linux-gnu                gcc      1.3.2    ok
+i*86-*-linux-gnu                gcc      1.3.3    ok
   (egcs-1.1.2, GNU ld 2.9.1.0.23)
 i*86-*-linux-gnulibc1           gcc      1.2f     ok
 i*86-*-openbsd2.4               gcc      1.2f     ok
index 7a5af2ab178b027500208d91759c47c323e3eaf9..704f213a30886628c9ffa56124a58793308b809b 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.c -- system independent dlopen wrapper
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This library is free software; you can redistribute it and/or
index bebbc6d2f8557e84ada39544fb9453fb056390a3..48b1addeadec8ea4751f8e21f96b0d3b7b3410b0 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.h -- generic dlopen functions
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This library is free software; you can redistribute it and/or
index 62590b7fc066b787c3ffb50b8de69e3d6e04154b..48dc9127ed52940c517e13d6d48c6ce4f6a83546 100644 (file)
@@ -1,6 +1,6 @@
 /* foo.h -- interface to the libfoo* libraries
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index d84233cadddc0199b5dbf2ae3d32646cd2e25ebc..a6a28dd2c012f155d405090c47b581335c9e3df1 100644 (file)
@@ -1,6 +1,6 @@
 /* foo1.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 4c8ddcc0290ef33da904b267802c9bdfb791803b..a747d4c69f5d0eedd5a2dae2f16223ddb28d4622 100644 (file)
@@ -1,6 +1,6 @@
 /* foo2.c -- trivial test library
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify
index 34e942df7f7c574ad51a15b2635e7718508e8ad2..afe02a2d1362426d5ba58aeedeac92f1200ea516 100644 (file)
@@ -1,6 +1,6 @@
 /* main.c -- mdemo test program
    Copyright (C) 1998-1999 Free Software Foundation, Inc.
-   Originally by Thomas Tanner <tanner@gmx.de>
+   Originally by Thomas Tanner <tanner@ffii.org>
    This file is part of GNU Libtool.
 
 This program is free software; you can redistribute it and/or modify