summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-10Flush stdout after printing directory info.Paul Smith1-7/+18
Fix references to MINGW #define constants. Remove WINDOWS32 ifdef from sub_proc.h. Only add variables to the command line for recursion once. New features in run_make_test: #PWD# and #MAKEPATH# replacements. Test the multi-variable fix in the recursion regression test.
2004-12-05Fix bug with SHELL handling: make sure the variable struct is initialized.Paul Smith1-2/+3
2004-11-30Fix problems with README and build.shPaul Smith1-2/+2
Apply an old patch from Paul Eggert.
2004-11-29Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32).Paul Smith1-3/+14
Add a regression test for "@" before a define/enddef vs. one inside.
2004-11-28Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith1-16/+27
POSIX requires that the value of SHELL in the makefile NOT be exported to sub-commands. Instead, the value in the environment when make was invoked should be passed to the environment of sub-commands. Note that make still uses SHELL to _run_ sub-commands; it just doesn't change the value of the SHELL variable in the environment of sub-commands. As an extension to POSIX, if the makefile explicitly exports SHELL then GNU make _will_ use it in the environment of sub-commands.
2004-11-28Fix WINDOWS32 bug #11155 with patch from Alessandro Vesely.Paul Smith1-4/+7
2004-09-21Remove sindex() and replace with strstr().Paul Smith1-3/+21
Windows: allow users to set SHELL to cmd.exe and have it behave as if no UNIX shell were found.
2004-05-16Various enhancementsPaul Smith1-3/+15
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules.
2004-03-22Numerous updates and bug fixes.Paul Smith1-4/+11
A number of W32 cleanups from J.Grant. A number of OS/2 cleanups from Andreas Buening. Various random bug fixes.
2004-02-24Many compiler warning cleanups.Paul Smith1-11/+12
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>) Maintainer enhancements to clean up the tree.
2004-02-23Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith1-1/+12
2003-11-03Added MINGW32 changes.Paul Smith1-2/+7
This commits a number of changes from Earnie Boyd that allows GNU make to build for MINGW32 systems. Only missing from this commit are the changes to configure.in etc.; I'm waiting for Earnie to sign papers for those new files. Also not here is any README.mingw32 etc. which would explain how to use this port.
2003-10-22Build fixes due to changes in the FSF web site.Paul Smith1-4/+4
Add new language support. Minor configure, etc. cleanups.
2003-07-19Minor updates for Windows and OS/2.Paul Smith1-2/+2
2003-03-24Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith1-12/+49
Also a small patch from Hartmut Becker <Hartmut.Becker@compaq.com> for VMS.
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-45/+25
enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem.
2002-08-10Update to a new version of automake and gettext.Paul Smith1-4/+4
Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
2002-08-08Change the version.Paul Smith1-179/+114
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
2002-08-08Incorporate some VMS fixes.Paul Smith1-2/+10
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
2002-08-01New variables, .VARIABLES and .TARGETS.Paul Smith1-0/+4
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-6/+21
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems.
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-2/+2
decided to implement this a different way, and didn't use it.
2002-07-08Various cleanups reported by people using the alpha release.Paul Smith1-29/+32
Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet.
2002-07-08Major updates in preparation for 3.80.Paul Smith1-15/+32
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come.
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-11/+13
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith1-8/+1
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
2002-04-20Updates to translaations.Paul Smith1-4/+10
Fix an assert() in an obscure use of -q Handling of double-colon timestamp updates was broken in a bizarre way. Store arguments to $(call ...) functions in simple variables, not recursive variables.
2001-11-18Update copyright info.Paul Smith1-3/+2
2001-06-01Fix for EINTR problems when using jobserver.Paul Smith1-26/+30
New translation files. Fix for @+ inside define macros being applied too widely. Various other bug fixes.
2000-09-21* Rework phrasing to allow for better translations.Paul Smith1-5/+12
# New Japanese translation file.
2000-06-23* Fix PR/1791.Paul Smith1-6/+6
2000-06-13* Some timestamp fixes from Paul Eggert.Paul Smith1-3/+3
* Fix compilation on Linux; use libintl.h and not gettext.h when using the system gettext.
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-11/+30
2000-04-22* Various bug fixes.Paul Smith1-4/+34
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-23/+52
* Added a new version of the German translation file.
2000-02-05* Updates for VMS, Windows, and DOS ports.Paul Smith1-1/+4
* Clean up some warnings.
2000-01-23* A few fixes.Paul Smith1-7/+14
2000-01-22* Implement GNU gettext internationalization support in GNU make.Paul Smith1-50/+51
1999-11-27* Update debugging to use string flags instead of integers.Paul Smith1-17/+64
1999-11-22* Add new debugging output level selection feature.Paul Smith1-23/+39
1999-11-17* Many cleanups and bugfixes.Paul Smith1-2/+8
* New handling of += in target-specific variables.
1999-10-15* Fix PR/1394.Paul Smith1-26/+23
* Apply changes from Paul Eggert. * Many other cleanups (index/rindex --> strchr/strrchr, etc.)
1999-09-23* Ouch: found a bug where re-exec from changed makefiles turned off3.78.1Paul Smith1-6/+1
jobserver :(.
1999-09-22* Oops. Fix a problem running submakes like $(MAKE) $(MFLAGS).3.78Paul Smith1-2/+3
1999-09-17* A few script fixes and updates for 3.78.Paul Smith1-0/+1
1999-09-15* Cleanup the test suite.Paul Smith1-0/+7
1999-09-11* Various cleanups for release.Paul Smith1-5/+5
1999-09-06* Some doc and help changes.Paul Smith1-2/+3
1999-09-03* Removed a memory stomp (reading freed memory).Paul Smith1-2/+3
* Fixed some infinite recursion on rebuilt makefiles bugs.
1999-09-02* A few W32 fixes for backslash support.Paul Smith1-3/+5