commit a840c06046e91947a15843f32d6387b44f4938d0
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 18:49:46 2009 +0200

    Update for 0.7 release.
    
    * configure.ac: Bump version.
    * LICENSE: Update copyright years.
    * NEWS: Update.

commit 8155c69c263b102ad29bcdecb6f04aa666bdb146
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 18:40:02 2009 +0200

    Fix wrapper scripts to cope with spaces in install prefix.
    
    * bin/mpicc.in: Single-quote the includedir and libdir arguments,
    eval and quote appropriately the command line to be executed.
    * bin/mpicxx.in: Likewise.

commit e74ba6587e29b3969fc9bfe456cc29c383f9a862
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 18:39:11 2009 +0200

    Nicer version string in -v output.
    
    * bin/mpicc.in: Use @PACKAGE_STRING@ instead of @PACKAGE@-@VERSION@
    in -h output.
    * bin/mpicxx.in: Likewise.
    * bin/mpiexec.in: Likewise.

commit 2b6d6d27f94c84b13d612842c71fa5ca36d8e09d
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 17:34:22 2009 +0200

    Fixes for case-insensitive file systems.
    
    * bin/mpicxx.in: Renamed and reindented from ...
    * bin/mpiCC.in: ... this.
    * man/mpicxx.1.in: Renamed and adjusted from ...
    * man/mpiCC.1.in: ... this.
    * man/mpicxx.1: Removed.
    * configure.ac: New test for case sensitive file system, and
    Automake conditional CASE_SENSITIVE_FILE_SYSTEM.
    * Makefile.am: Adjust to renamings.  Let man/mpiCC.1 be generated
    from a rule, installed, and cleaned, only on case-sensitive file
    systems.  Set/remove symlinks only when appropriate at install/
    uninstall time.

commit af5aaf6bfa8885932e6efb2fb9f63ac05e238fc7
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 14:18:31 2009 +0200

    Ignore generated files for git.
    
    * .gitignore: Add ChangeLog.
    * tests/.gitignore: Add t and nonblock.

commit 4fb7542c010627d9287b1c9f6c196488a6e26306
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 14:15:52 2009 +0200

    Fix installation into directories with white space in the name.
    
    * Makefile.am (install-exec-hook, uninstall-hook): Quote
    $(DESTDIR)$(bindir) properly.

commit e220b131a16038229ace99501f0eb746c5c827c6
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Jul 22 14:14:46 2009 +0200

    Adjust ChangeLog file generation to git.
    
    * Makefile.am (CVS2CL, CVS2CLFLAGS): Remove.
    (GIT): New variable.
    (dist-hook): Use 'git log' to generate a ChangeLog file if we
    have a git repository and git program available.

commit 8eac750caa261346a17cfde6f664dc8003c404ca
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Jun 29 15:30:14 2009 +0200

    Ignore all generated files for git.
    
    * .gitignore, bin/.gitignore, config/.gitignore, man/.gitignore,
    pmpi/.gitignore, src/.gitignore: New files.

commit 4512b3135a108b07c3da843ed57e9c3aab9bc073
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jun 16 14:51:13 2009 +0000

    Remove superfluous $(EXEEXT) from install rules.
    
    * Makefile.am (install-exec-hook, uninstall-hook): The mpiexec,
    * mpirun, mpiCC, mpicxx scripts/links should not have
    $(EXEEXT) suffixes.

commit 3638292e87903e007ab2299187ec4311875587f8
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Apr 9 08:55:17 2008 +0000

    Fix logic for matching MPI_ANY_TAG

commit eb642725a145b4c1fd16442b55cef68e9fe03448
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Apr 9 08:41:35 2008 +0000

    Type safety: new enum ptp_sendrecv_tag for ISSEND, ISRECV.

commit ac3ef09783f5f1f0fc982f014c1f3a3d16d1a2da
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Apr 9 08:27:01 2008 +0000

    Minor fixes.

commit 7dbf6283517bee95a3035abb3744e78ec4315ed2
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Apr 8 10:58:00 2008 +0000

    Better blurb.

commit fd5f7576b85c6c40e1f25bbc2ee1b4bbe5ab684c
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Apr 8 10:56:40 2008 +0000

    Add proper license.

commit 20cce7f54ce4573eac5c672f89cc8c456bdaa786
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Apr 8 10:55:16 2008 +0000

    Release update.

commit 47cfd14a8e03b9a57189b968a18fe0edad24ab1c
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Apr 8 10:55:11 2008 +0000

    Add example .splintrc file: the one used for testing.

commit 11c18726a3c36c3befbd71953def1da0e35a0bde
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Apr 8 10:54:34 2008 +0000

    Add file-per-function for pmpi, for individual overrides.

commit 26a1972e5c5388eae32daa06b05ac991aac91bd1
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Jan 7 10:01:13 2005 +0000

    Remove link target mpicxx$(EXEEXT) before installing, so a second
    install does not fail.

commit 3520ebb3be9f8f9da644ce1d0d1f3ce0560c272c
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Nov 22 09:39:58 2004 +0000

    Replace .I with \fI...\fR to avoid extra spaces.

commit d13c59b77f079fa49b267ef0d3cb281544ed94ce
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Nov 16 10:17:42 2004 +0000

    Update.

commit 316c1ed4a434e9e6362fa13b4db0cb1375f3f202
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 20 13:07:09 2004 +0000

    Symlink mpicxx -> mpiCC.  Update manpages.
    First shot at MPI_Init(3).

commit 054e9ba3ea0e731a8a32fe02be11e15865ddbce7
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 20 13:04:22 2004 +0000

    Stubs for all missing non-deprecated MPI 1 functions.

commit 184c078198fb853787c8495d9c5e2b3f974c4b0c
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Oct 15 12:53:10 2004 +0000

    Some missing MPI1.2 function stubs added.

commit c4e0e2ce024917104b48508ca75ae4650dc0b23e
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Oct 15 12:52:21 2004 +0000

    Add comment.

commit 23b08aa03f52f6d1996cfbc9f4b8364ac90a1f32
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Oct 15 12:51:31 2004 +0000

    Get_count return MPI_UNDEFINED for non-integer multiple of datatype
    extent (cf. mpi-book sec. 3.4.5).

commit 6c59c94c4f910d1655ffffe391e7f10ee595dbdf
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Oct 15 08:44:24 2004 +0000

    nullmpi-0.6 released.

commit 6b136e67192c2d990d5ae10f21ffbb10762cad3e
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Oct 14 13:25:25 2004 +0000

    Do not check sizes for standard datatypes.

commit 682b87156f9744b119bba75ddf432ad765a849ce
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Oct 14 13:24:33 2004 +0000

    MPI_Waitall implemented.  Tests adjusted.
    Also test different send+recv sizes and Get_count output.

commit ba9c6b51b87f374bf2fe9bd500c84f505d6714a0
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Oct 14 10:39:33 2004 +0000

    nullmpi_append_ptp disallows null argument

commit 0ea492b5c014b115ad66d150af045ae1a8a8261b
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Oct 14 10:37:44 2004 +0000

    Cleanup: static'ize, adjust splint annotations.

commit 7bf5dcb3b9235dc02fca3c28b7455550af59ba84
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Oct 14 09:00:21 2004 +0000

    Implement early processing of nonblocking communication
    (before the Wait()).  Adjust expected test output.
    This resolves the ordering issue.

commit d582d6bd17dc9e085dc1f3152e0de2947cda9479
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 13 16:54:55 2004 +0000

    Update.

commit c801792d93817a53e773f5f8c8239672a70c2f75
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 13 16:54:16 2004 +0000

    Move test to testsuite dir tests/, add nonblock tests.
    Make pmpi dir beginnings, add ChangeLog hooking (per cvs2cl),
    build the ptp sources.

commit c919b3d5eebfaccb638d657639208c39e250f985
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 13 16:50:59 2004 +0000

    Implement some non-blocking communication.
    Order is not guaranteed in all cases yet.  Nor Test() or [I]Probe().

commit e58add702f703b07dc0ad8a52e08953b78d2303a
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 13 16:47:28 2004 +0000

    gcc-3.4 attribute warn_unused_result for Wtime and Wtick.

commit 4a55f6febcbf9be24ad733a8fb24c673d480d374
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Oct 13 16:46:22 2004 +0000

    new function nullmpi_deadlock, for deadlock output message.
    make sizeof(struct { }) portable.
    profiling macro _P (do not use yet).

commit 32b5f048297954feeceef9df0ca95625ae3ea61a
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Sep 29 08:10:27 2004 +0000

    Simplify in light of Automake's compile script.

commit 57d278e95f5e2dfb6cba549e454ef8490e92308d
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Sep 29 08:09:06 2004 +0000

    Update email address of Alex.

commit 41d8e455d61611aae2aa5fa72f916d650b2539a6
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Apr 5 09:32:18 2004 +0000

    Minor improvement.

commit a1881007f536dce9973ca8a0ea43d8367f1d57fe
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Apr 5 09:23:23 2004 +0000

    Split out each implemented (and a few not yet implemented) API function into
    a separate file (for profiling support).

commit 3368ecb5bd70d9251753c8fe33811b5a785629b1
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Apr 5 09:22:01 2004 +0000

    Start test example, calling some MPI functions and doing very basic (uniprocessor!) tests.

commit 82e21773622c42efc745e1fd00cf0021499b3994
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Apr 5 09:20:35 2004 +0000

    Use autoconf for many sizeof-checks.
    Check for generic __attribute__() instead of specific one and wrap.
    Allow for lib to assume many parameters as non-NULL (splint checking relaxed).
    Allow setting a debuglevel for the amount of output generated (will be done with Pcontrol).
    Factor out nullmpi_sizeof_datatype() into nullmpi.c.  Fix some splint annotations (unique needed).

commit 82b90ce07ea8d7e8dfa97f75eff58d6e89e15697
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Apr 5 08:29:33 2004 +0000

    Minor textual update.

commit 6f3aed5e809409847b4741f785e347a7cb4533b2
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Apr 5 08:29:02 2004 +0000

    Update from upstream source (w/o overriding ID.

commit 330a1d37d9057c220c515766a0ba42a967206b71
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Mar 3 15:15:09 2004 +0000

    nullmpi-0.5 released.

commit 41495be22f19586215c8d2775ada1de02ca04fb4
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Feb 27 19:49:52 2004 +0000

    brown paper bag: do not drop executable either

commit a71f26ee91264a94aa16a27abf5c1bf8fb982174
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Feb 27 19:25:22 2004 +0000

    bugfix: do not drop arguments from command line

commit 784d649ad8b54ead8ee06eb2f454b72c37edc2a0
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Jan 16 18:16:36 2004 +0000

    Portability: end case part with ';;'.

commit 621da96c2a49087a1656aea4428a0172f4ccb91a
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Jan 16 10:20:55 2004 +0000

    Fix UMR in MPI_Cart_create: copy communicator value.

commit 5dca601ae33cf9f3dca8aae92b0a1fa79b93c3c0
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jan 6 09:47:25 2004 +0000

    Remove.

commit f6ea3a8b74c1c7a3f87fdc036b8280d791d6e039
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jan 6 09:36:30 2004 +0000

    Do not forward X.  Mention necessity to chmod before removing install tree.
    Typo in permission change.

commit bf407a1b03416da5f3d592144b18e8708c546e61
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jan 6 08:57:43 2004 +0000

    nullmpi-0.4 released.

commit 604b1f337b81f1f36b10afdf7f9cdbfe3e089108
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jan 6 08:56:01 2004 +0000

    Older automake (1.7.6) needs more stuff in EXTRA_DIST.

commit be637e8767d2d81bad8a3730e3a2c49a36d51a8d
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jan 6 08:55:29 2004 +0000

    add license placeholder

commit 6ef69abc70ecb756b7f9f05b0434ad8754423db5
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Jan 6 08:11:08 2004 +0000

    Change MPI_Request to be of pointer type.  Has to be easily assignable.

commit a4eea2c8520f639fdb595f1def151fac7f278076
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Fri Jan 2 10:44:37 2004 +0000

    Mention srcdir!=builddir.

commit 05c1e1b3b2854be2ea77edef8c80e5e5cddae005
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 15:59:24 2003 +0000

    Not needed anymore.

commit 2557174c82c722205b7fb8d3ff66926b44472201
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 14:03:49 2003 +0000

    Workaround for 'shift --' bug in old shells.

commit df672a2e4c0770828ec0b62b839560a6fad6ff8f
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 12:57:09 2003 +0000

    cvs tagging.

commit e993e87e2d09372fd1905707d0c34c8ab5b4e2fb
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 12:24:59 2003 +0000

    Fix install permissions, suggest backup.

commit a49cdbf58cb5422d73ed72307b38688846ad015d
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 10:52:22 2003 +0000

    nullmpi-0.3 released.

commit 90951e1c5fd38c547f4f258770046066801852e1
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 10:45:37 2003 +0000

    use AX_PREFIX_CONFIG_H for nullmpi_conf.h.  Adjust #defines.

commit ec631df415f07400457cefc21b4cf6186d22f3c5
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 10:02:29 2003 +0000

    Ignore DIFFs and build dirs.

commit 052b3267ed1a8f437856ad0742c340bd23914824
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Dec 30 10:01:01 2003 +0000

    nullmpi_printf.

commit b38470f5b5302ecdb7ee35f86d7d8cf0c613a503
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 26 07:12:44 2003 +0000

    Include portability workaround (zsh handling of ${1+"$@"}).

commit e7a531c6aa86316c0c69eca8ebcc529394f22d70
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 26 07:04:03 2003 +0000

    Bump version.  Use manpages.  Make use of deprecated attribute if compiler
    supports it, enable MPI2 and legacy MPI1 bindings.
    Install minimal nullmpi_conf.h header with configuration choices.
    Remove unused checks in configure.ac.
    Improve errhandler handling.  Include installed files like <this>.
    Update splint warning suppressions.  Fix Jans compile errors.
    Fix prototype of MPI_Init_thread in mpi2.h to be C/C++ compatible (cf LAM).

commit f80981cc8f153b0e09d6ec0be70af3ba152962b1
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 26 06:57:19 2003 +0000

    Build a release using this (experimental version).

commit 533a859e6ce3b05345144a68ae5ef22c6cfaba87
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 26 06:56:25 2003 +0000

    Add trivial man pages, NEWS for important changes.

commit 79d9a77aff8aa490504e78809b4a4b9c06b590fe
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Nov 25 19:31:04 2003 +0000

    Fix numerical comparison.

commit 1a290e3de87dcf61cc4bfcccc0a24b6fbdeabde6
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Tue Nov 25 07:47:34 2003 +0000

    Fix quoting.  Use consistent exit status in possible failure cases.

commit 7e8eb235877be083fb7bf847cdf93d3d02c3c61c
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Nov 24 14:25:59 2003 +0000

    Use single-digit release numbers.

commit e69845b33b07cfdba2c328745f2f5ce568a894e0
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Mon Nov 24 14:24:18 2003 +0000

    Support -v|--version.
    Update TODO.
    Slightly improved debug messages, fix some #define'd values that need
    special values.  Disallow direct inclusion of mpi2.h.

commit 53899e0eee94d98d34ed20bcd52596974680de5b
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 12:36:46 2003 +0000

    Disallow MPI code after MPI_Finalize.

commit f639ded71e72c09b4e0cceaf35eb898d935c6a82
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 12:36:26 2003 +0000

    Using pointers to unnamed enums confuses g++, so change MPI_Group and MPI_Request definitions.

commit a370ade375918ba54b1fdeea43a0631e2212cd73
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 12:35:34 2003 +0000

    Reformat.

commit f29edaa305139f46b8373a4d1c28b41a1f28d6a1
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 10:41:39 2003 +0000

    Old shell compatibility

commit 41da7e5bfa9b23a7311fb91aaeedfb49727c428e
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 10:26:09 2003 +0000

    mention -Wno-unused

commit 7eb2763db98d493f59817abe9313747b3b9ad89f
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 10:25:18 2003 +0000

    Shut up compiler warnings (except -Wunused).

commit e1d726da58a64a223e66e960c1cd383b4fbb46d4
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Thu Nov 20 10:24:34 2003 +0000

    First more-or-less working wtime implementation.  NULLMPI_STATS cleanup.

commit 2cc5f6f1a881631f13d8764ca369a8ec4cc0ca4a
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 23:01:26 2003 +0000

    Minor doc and header rewrites.

commit 58c56ff2bf86f3e0d284627f6eb372438d02e717
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 22:46:06 2003 +0000

    Complete list of MPI1.2 declarations in .c source.
    Started using nullmpi_unsupported().
    Fix a few glitches with automake-1.7.8.

commit 3c2b3a5de21737557f1fb6f64456809ea7025708
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 19:15:32 2003 +0000

    Really fix wording of LICENSE

commit 35cb1bf7ac77e1d8d3c4af61c816c72989c60653
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 19:14:58 2003 +0000

    Fix wording of LICENSE

commit 8fcb1a1a9b391bc9720e625cdde0a0e4493f4820
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 19:13:52 2003 +0000

    ignore .deps and stamps

commit 5d14758bb54077e91805d824bf19b1cefc486f71
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 19:09:21 2003 +0000

    Many new functions, some bugfixes, portability.
    No semantic tests yet.

commit 1babd4d6100054ad8a62749c17d536a3afdf49e2
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 19:04:01 2003 +0000

    bugfixes for old autoconf style.

commit f4f04f4eb26ef27af48b0d22caa6ad6e8055cf73
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 19:01:17 2003 +0000

    ac_c_var_func.m4, originale Version

commit 5a9bf7020af9f5c4334940b0c4639a549cde8805
Author: Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
Date:   Wed Nov 19 11:08:31 2003 +0000

    Initial revision
