platform/upstream/make.git
24 years ago* Some final cleanups, and release 3.79. 3.79
Paul Smith [Wed, 5 Apr 2000 16:02:55 +0000 (16:02 +0000)]
* Some final cleanups, and release 3.79.

24 years ago* Fix bug handling archive members: convert timestamp to nsec properly
Paul Smith [Mon, 3 Apr 2000 05:58:41 +0000 (05:58 +0000)]
* Fix bug handling archive members: convert timestamp to nsec properly
  on those systems that support it.

24 years ago* New config.sub and config.guess 3.78.92
Paul Smith [Wed, 29 Mar 2000 03:23:18 +0000 (03:23 +0000)]
* New config.sub and config.guess
* Update version number for release
* Fixes to the build.sh to handle i18n/gettext
* Make dash-n more robust.

24 years ago* Handle case of empty static pattern rule prerequisites.
Paul Smith [Mon, 27 Mar 2000 20:53:50 +0000 (20:53 +0000)]
* Handle case of empty static pattern rule prerequisites.
* Fix linenumbers in error messages for rule definitions.

24 years ago* A large number of fixes/enhancements. See the ChangeLog.
Paul Smith [Mon, 27 Mar 2000 06:54:37 +0000 (06:54 +0000)]
* A large number of fixes/enhancements.  See the ChangeLog.
* Added a new version of the German translation file.

24 years ago* Ignore attempt to change a file into itself.
Paul Smith [Sun, 26 Mar 2000 06:56:54 +0000 (06:56 +0000)]
* Ignore attempt to change a file into itself.
* Define COFLAGS to avoid unknown variable warning.
* Fix some usec problems on UnixWare.
* Don't remove .INTERMEDIATE targets specified on the command line.

24 years ago* Fix backslash-escape in targets. 3.78.91
Paul Smith [Wed, 9 Feb 2000 19:57:15 +0000 (19:57 +0000)]
* Fix backslash-escape in targets.
* Release 3.78.91.

24 years ago* Fix some warnings in gettext.c and function.c
Paul Smith [Wed, 9 Feb 2000 07:02:18 +0000 (07:02 +0000)]
* Fix some warnings in gettext.c and function.c
* Don't try to execute tests which are actually directories.

24 years ago* Fix for dir.c from Andreas Schwab. filedef-cleanup-base
Paul Smith [Mon, 7 Feb 2000 19:54:04 +0000 (19:54 +0000)]
* Fix for dir.c from Andreas Schwab.
* Fix += target-specific variables: if your direct parent doesn't have a
  setting for the variable but his parent does, you'll get recursive
  expansion errors.

24 years ago* Updates for VMS, Windows, and DOS ports.
Paul Smith [Sat, 5 Feb 2000 07:50:47 +0000 (07:50 +0000)]
* Updates for VMS, Windows, and DOS ports.
* Clean up some warnings.

24 years ago* Fix PR/1407.
Paul Smith [Sat, 5 Feb 2000 07:37:40 +0000 (07:37 +0000)]
* Fix PR/1407.
* Keep filename/lineno information for variables, for debugging.

24 years ago* Some pre-pretest release cleanup.
Paul Smith [Thu, 27 Jan 2000 00:00:27 +0000 (00:00 +0000)]
* Some pre-pretest release cleanup.

24 years ago* Updated gettext to use more advanced libit 0.7 version.
Paul Smith [Tue, 25 Jan 2000 07:42:51 +0000 (07:42 +0000)]
* Updated gettext to use more advanced libit 0.7 version.
* Various cleanups.

24 years ago* A few fixes.
Paul Smith [Sun, 23 Jan 2000 07:05:16 +0000 (07:05 +0000)]
* A few fixes.

24 years ago* Mention it in NEWS.
Paul Smith [Sat, 22 Jan 2000 08:59:09 +0000 (08:59 +0000)]
* Mention it in NEWS.

24 years ago* Implement GNU gettext internationalization support in GNU make.
Paul Smith [Sat, 22 Jan 2000 08:57:17 +0000 (08:57 +0000)]
* Implement GNU gettext internationalization support in GNU make.

24 years ago* More fixes to VMS by Hartmut Becker.
Paul Smith [Sat, 22 Jan 2000 05:59:28 +0000 (05:59 +0000)]
* More fixes to VMS by Hartmut Becker.

24 years ago* Merge VMS patches by Hartmut Becker.
Paul Smith [Sat, 22 Jan 2000 05:43:03 +0000 (05:43 +0000)]
* Merge VMS patches by Hartmut Becker.

24 years ago* Change $(call...) to not expand arguments by default.
Paul Smith [Tue, 11 Jan 2000 07:31:42 +0000 (07:31 +0000)]
* Change $(call...) to not expand arguments by default.
* Unify the way arguments are passed to builtin functions in function.c.

24 years ago* Fix problems with double-colon rules.
Paul Smith [Sat, 18 Dec 1999 17:43:47 +0000 (17:43 +0000)]
* Fix problems with double-colon rules.
* Fix problems with INTERMEDIATE rules.

24 years ago* Various changes and fixes. See ChangeLog.
Paul Smith [Wed, 8 Dec 1999 20:13:50 +0000 (20:13 +0000)]
* Various changes and fixes.  See ChangeLog.

24 years ago* Update debugging to use string flags instead of integers.
Paul Smith [Sat, 27 Nov 1999 08:09:42 +0000 (08:09 +0000)]
* Update debugging to use string flags instead of integers.

24 years ago* Add new debug header file.
Paul Smith [Mon, 22 Nov 1999 06:16:48 +0000 (06:16 +0000)]
* Add new debug header file.

24 years ago* Add new debugging output level selection feature.
Paul Smith [Mon, 22 Nov 1999 06:15:35 +0000 (06:15 +0000)]
* Add new debugging output level selection feature.

24 years ago* Many cleanups and bugfixes.
Paul Smith [Wed, 17 Nov 1999 07:33:47 +0000 (07:33 +0000)]
* Many cleanups and bugfixes.
* New handling of += in target-specific variables.

24 years ago* Fix PR/1394.
Paul Smith [Fri, 15 Oct 1999 07:00:58 +0000 (07:00 +0000)]
* Fix PR/1394.
* Apply changes from Paul Eggert.
* Many other cleanups (index/rindex --> strchr/strrchr, etc.)

24 years ago* Ensure -Iglob comes before any user-specified CPPFLAGS.
Paul Smith [Thu, 14 Oct 1999 23:20:12 +0000 (23:20 +0000)]
* Ensure -Iglob comes before any user-specified CPPFLAGS.

24 years ago* Fix PR/1379: -n/-q behaves correctly when all commands are recursive.
Paul Smith [Wed, 13 Oct 1999 07:00:23 +0000 (07:00 +0000)]
* Fix PR/1379: -n/-q behaves correctly when all commands are recursive.

24 years ago* Fix test suite on DOS (PR/1344)
Paul Smith [Fri, 8 Oct 1999 06:32:24 +0000 (06:32 +0000)]
* Fix test suite on DOS (PR/1344)
* Fix target-specific vars bug (PR/1378)

24 years ago* Fix for DOS short filenames.
Paul Smith [Wed, 29 Sep 1999 06:29:38 +0000 (06:29 +0000)]
* Fix for DOS short filenames.

24 years ago* Ouch: found a bug where re-exec from changed makefiles turned off 3.78.1
Paul Smith [Thu, 23 Sep 1999 18:23:33 +0000 (18:23 +0000)]
* Ouch: found a bug where re-exec from changed makefiles turned off
  jobserver :(.

24 years ago* Oops. Fix a problem running submakes like $(MAKE) $(MFLAGS). 3.78
Paul Smith [Wed, 22 Sep 1999 05:57:52 +0000 (05:57 +0000)]
* Oops.  Fix a problem running submakes like $(MAKE) $(MFLAGS).

24 years ago* Fix escaping from perl to the shell.
Paul Smith [Fri, 17 Sep 1999 04:20:45 +0000 (04:20 +0000)]
* Fix escaping from perl to the shell.

24 years ago* A few script fixes and updates for 3.78.
Paul Smith [Fri, 17 Sep 1999 03:15:37 +0000 (03:15 +0000)]
* A few script fixes and updates for 3.78.

24 years ago* Some minor pre-release updates.
Paul Smith [Thu, 16 Sep 1999 05:58:44 +0000 (05:58 +0000)]
* Some minor pre-release updates.

24 years ago* Fix some tests.
Paul Smith [Thu, 16 Sep 1999 03:43:10 +0000 (03:43 +0000)]
* Fix some tests.

24 years ago* Cleanup the test suite.
Paul Smith [Wed, 15 Sep 1999 22:23:35 +0000 (22:23 +0000)]
* Cleanup the test suite.

24 years ago* Added the test suite to the main distribution.
Paul Smith [Tue, 14 Sep 1999 02:03:19 +0000 (02:03 +0000)]
* Added the test suite to the main distribution.

24 years ago* Some configuration fixes.
Paul Smith [Tue, 14 Sep 1999 00:17:58 +0000 (00:17 +0000)]
* Some configuration fixes.

24 years ago* Various cleanups for release.
Paul Smith [Sat, 11 Sep 1999 05:44:53 +0000 (05:44 +0000)]
* Various cleanups for release.

24 years ago* Various pre-release cleanups.
Paul Smith [Sat, 11 Sep 1999 05:10:27 +0000 (05:10 +0000)]
* Various pre-release cleanups.

24 years ago* Some doc and help changes.
Paul Smith [Mon, 6 Sep 1999 05:21:52 +0000 (05:21 +0000)]
* Some doc and help changes.

24 years ago* Fix for infinite recursion.
Paul Smith [Sat, 4 Sep 1999 22:05:18 +0000 (22:05 +0000)]
* Fix for infinite recursion.

24 years ago* Removed a memory stomp (reading freed memory).
Paul Smith [Fri, 3 Sep 1999 22:46:28 +0000 (22:46 +0000)]
* Removed a memory stomp (reading freed memory).
* Fixed some infinite recursion on rebuilt makefiles bugs.

24 years ago* A few W32 fixes for backslash support.
Paul Smith [Thu, 2 Sep 1999 00:31:21 +0000 (00:31 +0000)]
* A few W32 fixes for backslash support.

24 years ago* A bugfix on MAKEFLAGS options creation that broke jobserver.
Paul Smith [Wed, 1 Sep 1999 08:04:30 +0000 (08:04 +0000)]
* A bugfix on MAKEFLAGS options creation that broke jobserver.
* Put the host info in the --version output.
* Don't croak if the user forces -jN on submakes.

24 years ago* Added config.guess/config.sub for new autoconf tests.
Paul Smith [Wed, 1 Sep 1999 03:58:04 +0000 (03:58 +0000)]
* Added config.guess/config.sub for new autoconf tests.

24 years ago* Large file support for AIX, HP-UX, and IRIX.
Paul Smith [Tue, 31 Aug 1999 17:02:31 +0000 (17:02 +0000)]
* Large file support for AIX, HP-UX, and IRIX.
* W32 support for Cygnus Cygwin shell (bash).

24 years ago* A few cleanups, and 3.77.94 release. 3.77.94
Paul Smith [Wed, 25 Aug 1999 21:39:28 +0000 (21:39 +0000)]
* A few cleanups, and 3.77.94 release.

24 years ago* Terminology change in docs and code.
Paul Smith [Tue, 24 Aug 1999 04:49:39 +0000 (04:49 +0000)]
* Terminology change in docs and code.

24 years ago* Fix jobserver algorithm again.
Paul Smith [Mon, 23 Aug 1999 22:15:17 +0000 (22:15 +0000)]
* Fix jobserver algorithm again.
* A couple of nits.
* Fix considered pruning for double-colon rules.

24 years ago* Start rewrite of jobserver to avoid unique tokens for debugging.
Paul Smith [Mon, 23 Aug 1999 05:35:14 +0000 (05:35 +0000)]
* Start rewrite of jobserver to avoid unique tokens for debugging.

24 years ago* Various changes.
Paul Smith [Sun, 22 Aug 1999 17:50:57 +0000 (17:50 +0000)]
* Various changes.

24 years ago* Code cleanup.
Paul Smith [Thu, 19 Aug 1999 04:43:46 +0000 (04:43 +0000)]
* Code cleanup.

24 years ago* Rework jobserver yet one more time.
Paul Smith [Fri, 13 Aug 1999 07:36:26 +0000 (07:36 +0000)]
* Rework jobserver yet one more time.
* Install the $(if ...) function and document it.  Still need some examples.

24 years ago* Some DOS fixes.
Paul Smith [Thu, 12 Aug 1999 23:16:42 +0000 (23:16 +0000)]
* Some DOS fixes.

24 years ago* Release 3.77.92. 3.77.92
Paul Smith [Sun, 1 Aug 1999 08:12:06 +0000 (08:12 +0000)]
* Release 3.77.92.
* Complete implementation of new jobserver algorithm.
* A few minor fixups.

24 years ago* Applied some DOS updates.
Paul Smith [Sun, 1 Aug 1999 06:05:17 +0000 (06:05 +0000)]
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.

24 years ago* Add gettext macros to start i18n support.
Paul Smith [Wed, 28 Jul 1999 06:23:37 +0000 (06:23 +0000)]
* Add gettext macros to start i18n support.

24 years ago* Update the manual.
Paul Smith [Mon, 26 Jul 1999 05:06:58 +0000 (05:06 +0000)]
* Update the manual.

24 years ago* Forgot ChangeLog.
Paul Smith [Sat, 24 Jul 1999 04:56:06 +0000 (04:56 +0000)]
* Forgot ChangeLog.

24 years ago* Some configure fixes.
Paul Smith [Sat, 24 Jul 1999 04:55:08 +0000 (04:55 +0000)]
* Some configure fixes.

24 years ago* Bugfix for NT archive support.
Paul Smith [Fri, 23 Jul 1999 22:46:47 +0000 (22:46 +0000)]
* Bugfix for NT archive support.
* Rework how the jobserver stuff works.

24 years ago* Make some portability fixes. 3.77.90
Paul Smith [Thu, 22 Jul 1999 06:29:02 +0000 (06:29 +0000)]
* Make some portability fixes.

24 years ago* Update the AUTHORS file.
Paul Smith [Thu, 22 Jul 1999 04:41:51 +0000 (04:41 +0000)]
* Update the AUTHORS file.

24 years ago* Fix backward incompatibility in new function implementation.
Paul Smith [Thu, 22 Jul 1999 04:31:11 +0000 (04:31 +0000)]
* Fix backward incompatibility in new function implementation.
* Add support for ARFZMAG archive formats.

24 years ago* Installed new versions of GLIBC glob library.
Paul Smith [Thu, 22 Jul 1999 04:20:14 +0000 (04:20 +0000)]
* Installed new versions of GLIBC glob library.
* Installed Tim Magill's "graph pruning" performance enhancement.
* Update version to 3.77.90 for the release.
* Require automake 1.4.

24 years ago* Installed VMS fixes.
Paul Smith [Wed, 21 Jul 1999 16:06:18 +0000 (16:06 +0000)]
* Installed VMS fixes.

24 years ago* Add configure option to enable dmalloc library.
Paul Smith [Wed, 21 Jul 1999 05:53:23 +0000 (05:53 +0000)]
* Add configure option to enable dmalloc library.
* Various code cleanups.

24 years ago* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
Paul Smith [Tue, 20 Jul 1999 22:34:41 +0000 (22:34 +0000)]
* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
  targets need to have their modtimes rechecked (-n, etc.)

24 years agopdfimage takes braces
Karl Berry [Sun, 18 Jul 1999 18:19:53 +0000 (18:19 +0000)]
pdfimage takes braces

24 years ago* Fix some memory and file descriptor leaks.
Paul Smith [Fri, 16 Jul 1999 22:28:46 +0000 (22:28 +0000)]
* Fix some memory and file descriptor leaks.

24 years ago* Various bug fixes.
Paul Smith [Fri, 16 Jul 1999 02:25:03 +0000 (02:25 +0000)]
* Various bug fixes.

24 years ago* Fix up and document $(apply ...) function.
Paul Smith [Thu, 15 Jul 1999 07:36:44 +0000 (07:36 +0000)]
* Fix up and document $(apply ...) function.

24 years agoSync to ftp.gnu.org version of 1999-07-06.
Paul Eggert [Tue, 13 Jul 1999 04:50:09 +0000 (04:50 +0000)]
Sync to ftp.gnu.org version of 1999-07-06.

24 years ago* Fixed error rebuilding makefiles with -j>1
Paul Smith [Fri, 9 Jul 1999 22:55:44 +0000 (22:55 +0000)]
* Fixed error rebuilding makefiles with -j>1
* Fixed problem with job pipe and -j>1 when waiting on -l loads.

24 years ago* Minor code cleanup.
Paul Smith [Thu, 8 Jul 1999 22:32:38 +0000 (22:32 +0000)]
* Minor code cleanup.

24 years ago* Added -R / --no-builtin-variables flag.
Paul Smith [Thu, 8 Jul 1999 06:49:52 +0000 (06:49 +0000)]
* Added -R / --no-builtin-variables flag.

24 years ago* Various bugfixes/updates. See ChangeLog.
Paul Smith [Tue, 6 Jul 1999 21:09:32 +0000 (21:09 +0000)]
* Various bugfixes/updates.  See ChangeLog.

24 years ago* Various bug fixes.
Paul Smith [Mon, 14 Jun 1999 06:50:28 +0000 (06:50 +0000)]
* Various bug fixes.

24 years ago* Various bug fixes.
Paul Smith [Mon, 14 Jun 1999 05:26:28 +0000 (05:26 +0000)]
* Various bug fixes.

25 years ago* Add new jobserver feature.
Paul Smith [Sun, 25 Apr 1999 04:30:55 +0000 (04:30 +0000)]
* Add new jobserver feature.
* Small updates to the manual
* E.Zaretskii fix for new DJGPP version.

25 years agoClean up some logic.
Paul Smith [Tue, 13 Apr 1999 02:28:27 +0000 (02:28 +0000)]
Clean up some logic.

25 years agoIf a file declared .INTERMEDIATE already exists before make starts, we
Paul Smith [Fri, 9 Apr 1999 05:57:35 +0000 (05:57 +0000)]
If a file declared .INTERMEDIATE already exists before make starts, we
won't delete it--this is how normal intermediate files behave, too.

25 years ago* Fix possible memory stomp.
Paul Smith [Fri, 2 Apr 1999 06:19:33 +0000 (06:19 +0000)]
* Fix possible memory stomp.
* A few admin file cleanups.

25 years ago* Ignore CR in CRLF line terminators for compatibility with DOSsy
Paul Smith [Wed, 31 Mar 1999 23:25:13 +0000 (23:25 +0000)]
* Ignore CR in CRLF line terminators for compatibility with DOSsy
  makefiles.

25 years ago * texinfo.tex (\defopheader): missing word space before `on'.
Karl Berry [Wed, 31 Mar 1999 18:30:14 +0000 (18:30 +0000)]
* texinfo.tex (\defopheader): missing word space before `on'.
   Report from: Chris Hanson <cph@martigny.ai.mit.edu>.

25 years ago* More build fixes. I think a vanilla CVS checkout should build OK now.
Paul Smith [Tue, 30 Mar 1999 06:19:17 +0000 (06:19 +0000)]
* More build fixes.  I think a vanilla CVS checkout should build OK now.

25 years ago * texinfo.tex (\imagexxx): Equalize space above and below if in
Karl Berry [Sat, 27 Mar 1999 10:32:23 +0000 (10:32 +0000)]
* texinfo.tex (\imagexxx): Equalize space above and below if in
  vmode.  From rms.
.,

25 years ago* Manual updates: added xrefs, some typos sent by users.
Paul Smith [Fri, 26 Mar 1999 07:08:57 +0000 (07:08 +0000)]
* Manual updates: added xrefs, some typos sent by users.
* Change the build env. to not link libglob.a unless we need it.

25 years ago* Reworked function.c to use separate functions instead of a huge case stmt.
Paul Smith [Fri, 26 Mar 1999 04:04:42 +0000 (04:04 +0000)]
* Reworked function.c to use separate functions instead of a huge case stmt.
* Added new functions $(error ...) and $(warning ...) and documented same.
* In windows/dos shells, only treat \ as an escape for special chars.

25 years ago * texinfo.tex (&): be sure active & is defined for @deftypefn
Karl Berry [Wed, 24 Mar 1999 16:04:27 +0000 (16:04 +0000)]
* texinfo.tex (&): be sure active & is defined for @deftypefn
operator&.
Report from: Nathan Sidwell <nathan@acm.org>.

25 years ago * texinfo.tex: Changes from Andreas to use \sl\$ inside italics
Karl Berry [Sat, 20 Mar 1999 21:49:38 +0000 (21:49 +0000)]
* texinfo.tex: Changes from Andreas to use \sl\$ inside italics
and to avoid extra spaces around @anchor.
* texinfo.tex (\image, \imagexx): move pdf test to imagexxx for
  correct filename parsing.

25 years ago* Add strneq() (streq only n chars) macro
Paul Smith [Fri, 19 Mar 1999 04:27:56 +0000 (04:27 +0000)]
* Add strneq() (streq only n chars) macro
* fix return type of xstrdup.

25 years ago * texinfo.tex (\imagexxx): reset catcode ^^M in case we're inside
Karl Berry [Tue, 16 Mar 1999 12:49:21 +0000 (12:49 +0000)]
* texinfo.tex (\imagexxx): reset catcode ^^M in case we're inside
  in an example.  Report from kama.

25 years ago * texinfo.tex (\putwordin): new macro for word `in'.
Karl Berry [Mon, 15 Mar 1999 22:34:20 +0000 (22:34 +0000)]
* texinfo.tex (\putwordin): new macro for word `in'.
(\xrefX): use it.

25 years ago* Define and use xstrdup() instead of strdup().
Paul Smith [Fri, 5 Mar 1999 07:13:12 +0000 (07:13 +0000)]
* Define and use xstrdup() instead of strdup().

25 years ago* Update FSF address info in copyright notices.
Paul Smith [Fri, 5 Mar 1999 05:55:11 +0000 (05:55 +0000)]
* Update FSF address info in copyright notices.
* Update maintainers build process; remove GNUmakefile.  Require builders to
  run automake && autoreconf by hand.
* Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU
  make's include directive, which conflicts with automake 1.4's include
  directive.

25 years agoFix a bug where conditional variables weren't being expanded correctly.
Paul Smith [Thu, 4 Mar 1999 17:03:56 +0000 (17:03 +0000)]
Fix a bug where conditional variables weren't being expanded correctly.

25 years ago * texinfo.tex: Expand tabs.
Karl Berry [Mon, 22 Feb 1999 12:59:43 +0000 (12:59 +0000)]
* texinfo.tex: Expand tabs.