Paul Smith
|
2fd5b943d1
|
* Implement GNU gettext internationalization support in GNU make.
|
2000-01-22 08:57:17 +00:00 |
|
Paul Smith
|
74fca88bf3
|
* More fixes to VMS by Hartmut Becker.
|
2000-01-22 05:59:28 +00:00 |
|
Paul Smith
|
5577cdc261
|
* Merge VMS patches by Hartmut Becker.
|
2000-01-22 05:43:03 +00:00 |
|
Paul Smith
|
b7b83d6398
|
* Change $(call...) to not expand arguments by default.
* Unify the way arguments are passed to builtin functions in function.c.
|
2000-01-11 07:31:42 +00:00 |
|
Paul Smith
|
af44f16799
|
* Fix problems with double-colon rules.
* Fix problems with INTERMEDIATE rules.
|
1999-12-18 17:43:47 +00:00 |
|
Paul Smith
|
1a35bfb45b
|
* Various changes and fixes. See ChangeLog.
|
1999-12-08 20:13:50 +00:00 |
|
Paul Smith
|
4d5c556f00
|
* Update debugging to use string flags instead of integers.
|
1999-11-27 08:09:42 +00:00 |
|
Paul Smith
|
ce3413f883
|
* Add new debug header file.
|
1999-11-22 06:16:48 +00:00 |
|
Paul Smith
|
217ca5d910
|
* Add new debugging output level selection feature.
|
1999-11-22 06:15:35 +00:00 |
|
Paul Smith
|
ebb733c0f9
|
* Many cleanups and bugfixes.
* New handling of += in target-specific variables.
|
1999-11-17 07:33:47 +00:00 |
|
Paul Smith
|
3e26bde6db
|
* Fix PR/1394.
* Apply changes from Paul Eggert.
* Many other cleanups (index/rindex --> strchr/strrchr, etc.)
|
1999-10-15 07:00:58 +00:00 |
|
Paul Smith
|
c71200d022
|
* Ensure -Iglob comes before any user-specified CPPFLAGS.
|
1999-10-14 23:20:12 +00:00 |
|
Paul Smith
|
281951154b
|
* Fix PR/1379: -n/-q behaves correctly when all commands are recursive.
|
1999-10-13 07:00:23 +00:00 |
|
Paul Smith
|
829f4fd04b
|
* Fix test suite on DOS (PR/1344)
* Fix target-specific vars bug (PR/1378)
|
1999-10-08 06:32:24 +00:00 |
|
Paul Smith
|
f26e413b12
|
* Fix for DOS short filenames.
|
1999-09-29 06:29:38 +00:00 |
|
Paul Smith
|
dbb8f3e30b
|
* Ouch: found a bug where re-exec from changed makefiles turned off
jobserver :(.
|
1999-09-23 18:23:33 +00:00 |
|
Paul Smith
|
c828aeaa98
|
* Oops. Fix a problem running submakes like $(MAKE) $(MFLAGS).
|
1999-09-22 05:57:52 +00:00 |
|
Paul Smith
|
3c83c469e4
|
* Fix escaping from perl to the shell.
|
1999-09-17 04:20:45 +00:00 |
|
Paul Smith
|
a63f51340b
|
* A few script fixes and updates for 3.78.
|
1999-09-17 03:15:37 +00:00 |
|
Paul Smith
|
45e04a5860
|
* Some minor pre-release updates.
|
1999-09-16 05:58:44 +00:00 |
|
Paul Smith
|
6ec7d1881c
|
* Fix some tests.
|
1999-09-16 03:43:10 +00:00 |
|
Paul Smith
|
c800367385
|
* Cleanup the test suite.
|
1999-09-15 22:23:35 +00:00 |
|
Paul Smith
|
0d366b6682
|
* Added the test suite to the main distribution.
|
1999-09-14 02:03:19 +00:00 |
|
Paul Smith
|
4121dea6a5
|
* Some configuration fixes.
|
1999-09-14 00:17:58 +00:00 |
|
Paul Smith
|
b88c1d3a3d
|
* Various cleanups for release.
|
1999-09-11 05:44:53 +00:00 |
|
Paul Smith
|
373dbb43da
|
* Various pre-release cleanups.
|
1999-09-11 05:10:27 +00:00 |
|
Paul Smith
|
5e9a3e34ac
|
* Some doc and help changes.
|
1999-09-06 05:21:52 +00:00 |
|
Paul Smith
|
860a30ae1e
|
* Fix for infinite recursion.
|
1999-09-04 22:05:18 +00:00 |
|
Paul Smith
|
e49b2f15c9
|
* Removed a memory stomp (reading freed memory).
* Fixed some infinite recursion on rebuilt makefiles bugs.
|
1999-09-03 22:46:28 +00:00 |
|
Paul Smith
|
10fee1c03c
|
* A few W32 fixes for backslash support.
|
1999-09-02 00:31:21 +00:00 |
|
Paul Smith
|
82f0c5495a
|
* 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.
|
1999-09-01 08:04:30 +00:00 |
|
Paul Smith
|
bf7cc546dd
|
* Added config.guess/config.sub for new autoconf tests.
|
1999-09-01 03:58:04 +00:00 |
|
Paul Smith
|
27255c5b51
|
* Large file support for AIX, HP-UX, and IRIX.
* W32 support for Cygnus Cygwin shell (bash).
|
1999-08-31 17:02:31 +00:00 |
|
Paul Smith
|
b134da5505
|
* A few cleanups, and 3.77.94 release.
|
1999-08-25 21:39:28 +00:00 |
|
Paul Smith
|
d0b03e9355
|
* Terminology change in docs and code.
|
1999-08-24 04:49:39 +00:00 |
|
Paul Smith
|
5dc4b92b60
|
* Fix jobserver algorithm again.
* A couple of nits.
* Fix considered pruning for double-colon rules.
|
1999-08-23 22:15:17 +00:00 |
|
Paul Smith
|
b3fa4b3c7e
|
* Start rewrite of jobserver to avoid unique tokens for debugging.
|
1999-08-23 05:35:14 +00:00 |
|
Paul Smith
|
6fa76a7d15
|
* Various changes.
|
1999-08-22 17:50:57 +00:00 |
|
Paul Smith
|
4ff6c62456
|
* Code cleanup.
|
1999-08-19 04:43:46 +00:00 |
|
Paul Smith
|
cbb9e38d10
|
* Rework jobserver yet one more time.
* Install the $(if ...) function and document it. Still need some examples.
|
1999-08-13 07:36:26 +00:00 |
|
Paul Smith
|
9e79637ec3
|
* Some DOS fixes.
|
1999-08-12 23:16:42 +00:00 |
|
Paul Smith
|
e34540f79b
|
* Release 3.77.92.
* Complete implementation of new jobserver algorithm.
* A few minor fixups.
|
1999-08-01 08:12:06 +00:00 |
|
Paul Smith
|
09f1e4cf83
|
* Applied some DOS updates.
* Started reworking the jobserver algorithm; not complete yet.
|
1999-08-01 06:05:17 +00:00 |
|
Paul Smith
|
28ef4c4dac
|
* Add gettext macros to start i18n support.
|
1999-07-28 06:23:37 +00:00 |
|
Paul Smith
|
3a945a665e
|
* Update the manual.
|
1999-07-26 05:06:58 +00:00 |
|
Paul Smith
|
6dbd348522
|
* Forgot ChangeLog.
|
1999-07-24 04:56:06 +00:00 |
|
Paul Smith
|
a9166bb7bc
|
* Some configure fixes.
|
1999-07-24 04:55:08 +00:00 |
|
Paul Smith
|
4e7ee4fc01
|
* Bugfix for NT archive support.
* Rework how the jobserver stuff works.
|
1999-07-23 22:46:47 +00:00 |
|
Paul Smith
|
b05cb1d99e
|
* Make some portability fixes.
|
1999-07-22 06:29:02 +00:00 |
|
Paul Smith
|
c8a60e7431
|
* Update the AUTHORS file.
|
1999-07-22 04:41:51 +00:00 |
|