summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Fix for dir.c from Andreas Schwab.filedef-cleanup-basePaul Smith2000-02-075-20/+98
| | | | | | * 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.
* * Updates for VMS, Windows, and DOS ports.Paul Smith2000-02-0516-73/+133
| | | | * Clean up some warnings.
* * Fix PR/1407.Paul Smith2000-02-0511-91/+159
| | | | * Keep filename/lineno information for variables, for debugging.
* * Some pre-pretest release cleanup.Paul Smith2000-01-275-21/+31
|
* * Updated gettext to use more advanced libit 0.7 version.Paul Smith2000-01-2523-698/+14155
| | | | * Various cleanups.
* * A few fixes.Paul Smith2000-01-237-48/+75
|
* * Mention it in NEWS.Paul Smith2000-01-221-0/+4
|
* * Implement GNU gettext internationalization support in GNU make.Paul Smith2000-01-2211-67/+789
|
* * More fixes to VMS by Hartmut Becker.Paul Smith2000-01-223-5/+29
|
* * Merge VMS patches by Hartmut Becker.Paul Smith2000-01-2220-311/+1230
|
* * Change $(call...) to not expand arguments by default.Paul Smith2000-01-117-126/+208
| | | | * Unify the way arguments are passed to builtin functions in function.c.
* * Fix problems with double-colon rules.Paul Smith1999-12-187-12/+44
| | | | * Fix problems with INTERMEDIATE rules.
* * Various changes and fixes. See ChangeLog.Paul Smith1999-12-0812-70/+210
|
* * Update debugging to use string flags instead of integers.Paul Smith1999-11-275-34/+83
|
* * Add new debug header file.Paul Smith1999-11-221-0/+39
|
* * Add new debugging output level selection feature.Paul Smith1999-11-2212-143/+183
|
* * Many cleanups and bugfixes.Paul Smith1999-11-1718-64/+221
| | | | * New handling of += in target-specific variables.
* * Fix PR/1394.Paul Smith1999-10-1527-194/+273
| | | | | * Apply changes from Paul Eggert. * Many other cleanups (index/rindex --> strchr/strrchr, etc.)
* * Ensure -Iglob comes before any user-specified CPPFLAGS.Paul Smith1999-10-143-7/+18
|
* * Fix PR/1379: -n/-q behaves correctly when all commands are recursive.Paul Smith1999-10-136-102/+157
|
* * Fix test suite on DOS (PR/1344)Paul Smith1999-10-084-2/+34
| | | | * Fix target-specific vars bug (PR/1378)
* * Fix for DOS short filenames.Paul Smith1999-09-292-8/+15
|
* * Ouch: found a bug where re-exec from changed makefiles turned offPaul Smith1999-09-236-36/+73
| | | | jobserver :(.
* * Oops. Fix a problem running submakes like $(MAKE) $(MFLAGS).3.78Paul Smith1999-09-222-3/+9
|
* * Fix escaping from perl to the shell.Paul Smith1999-09-171-1/+1
|
* * A few script fixes and updates for 3.78.Paul Smith1999-09-1717-60/+145
|
* * Some minor pre-release updates.Paul Smith1999-09-166-11/+19
|
* * Fix some tests.Paul Smith1999-09-163-7/+39
|
* * Cleanup the test suite.Paul Smith1999-09-1512-62/+151
|
* * Added the test suite to the main distribution.Paul Smith1999-09-1478-25/+5721
|
* * Some configuration fixes.Paul Smith1999-09-147-64/+160
|
* * Various cleanups for release.Paul Smith1999-09-117-14/+57
|
* * Various pre-release cleanups.Paul Smith1999-09-116-9/+27
|
* * Some doc and help changes.Paul Smith1999-09-064-57/+98
|
* * Fix for infinite recursion.Paul Smith1999-09-041-23/+21
|
* * Removed a memory stomp (reading freed memory).Paul Smith1999-09-034-33/+78
| | | | * Fixed some infinite recursion on rebuilt makefiles bugs.
* * A few W32 fixes for backslash support.Paul Smith1999-09-025-7/+18
|
* * A bugfix on MAKEFLAGS options creation that broke jobserver.Paul Smith1999-09-019-13/+133
| | | | | * Put the host info in the --version output. * Don't croak if the user forces -jN on submakes.
* * Added config.guess/config.sub for new autoconf tests.Paul Smith1999-09-013-0/+2318
|
* * Large file support for AIX, HP-UX, and IRIX.Paul Smith1999-08-3111-125/+427
| | | | * W32 support for Cygnus Cygwin shell (bash).
* * A few cleanups, and 3.77.94 release.Paul Smith1999-08-255-18/+47
|
* * Terminology change in docs and code.Paul Smith1999-08-246-329/+430
|
* * Fix jobserver algorithm again.Paul Smith1999-08-238-67/+118
| | | | | * A couple of nits. * Fix considered pruning for double-colon rules.
* * Start rewrite of jobserver to avoid unique tokens for debugging.Paul Smith1999-08-232-168/+118
|
* * Various changes.Paul Smith1999-08-226-39/+88
|
* * Code cleanup.Paul Smith1999-08-192-37/+38
|
* * Rework jobserver yet one more time.Paul Smith1999-08-139-102/+194
| | | | * Install the $(if ...) function and document it. Still need some examples.
* * Some DOS fixes.Paul Smith1999-08-124-12/+26
|
* * Release 3.77.92.3.77.92Paul Smith1999-08-018-72/+117
| | | | | * Complete implementation of new jobserver algorithm. * A few minor fixups.
* * Applied some DOS updates.Paul Smith1999-08-019-132/+171
| | | | * Started reworking the jobserver algorithm; not complete yet.