1 Fri Oct 10 11:07:11 CEST 1997 Aaron Digulla <digulla@aros.fh-konstanz.de>
3 * You can now use ".target" to build the target for the first
5 * xmalloc(), xstrdup() and xfree() now tell the caller in case of error.
7 * If there is an error while regenerating a makefile, delete it (so we
8 don't end up with a corrupt makefile).
9 * Show expanded paths everywhere
10 * New option --debug. This shows all the infos MetaMake collects.
11 * Released Version 0.6
13 Thu Oct 2 11:28:57 CEST 1997 Aaron Digulla <digulla@aros.fh-konstanz.de>
15 * You can now use ".target" syntax to build "target" in the first project.
16 * Put an ID in front of the cache to make sure it is recreated when mmake
18 * Check if strdup() was ok in xstrdup()
19 * Added some more checks and fixed a typo.
20 * Added two new options: --version to display the version and --verbose/-v
21 to display the commands as they are executed.
22 * xmalloc(), xstrdup() and xfree() now tell the caller in case of
25 Thu Oct 2 10:58:05 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
27 * Makefile.am: Set AUTOMAKE_OPTIONS = ansi2knr.
29 * acconfig.h: New file.
31 * configure.in: Update AC_PREREQ to 2.12. Add AM_C_PROTOTYPES.
33 * mmake.c: Fix #endif comment. Ensure __STDC__ == 1 when using
34 stdarg.h. Check HAVE_SYS_STAT_H before including sys/stat.h.
35 Check HAVE_SYS_TYPES_H not HAVE_SYS_STAT_H for sys/types.h.
37 * ansi2knr.c, ansi2knr.1: New files.
39 Wed Oct 1 11:48:59 CEST 1997 Aaron Digulla <digulla@aros.fh-konstanz.de>
42 * Added GPL and modified Copyright notices appropriately
43 * Version 0.5 released.