summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-133/+149
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith2013-05-131-4/+24
* Add a new variable: GNUMAKEFLAGSPaul Smith2013-05-131-0/+3
* Use level o_env_override for MAKEFLAGS so it's reset even with -e.Paul Smith2013-05-131-7/+7
* Add new --trace[=MODE] flags, with --trace=dirPaul Smith2013-05-131-5/+35
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-051-2/+2
* Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith2013-05-051-7/+7
* Add support for per-job output sync.Paul Smith2013-04-281-1/+5
* Support --output-sync on MS-Windows.Eli Zaretskii2013-04-271-0/+47
* Some cleanups for Windows builds after the output-sync option.Paul Smith2013-04-161-10/+2
* Create an open_tmpfd() function to return temp files by FD. Use it.Paul Smith2013-04-161-44/+0
* Change the arg option for -O from numeric to string.Paul Smith2013-04-151-26/+48
* Rename the "parallel-sync" option to "output-sync".Paul Smith2013-04-141-17/+17
* Initial patch for output synchronization. See Savannah bug #33138.Frank Heckenbach2013-04-141-5/+32
* Expand the loadable object support.Paul Smith2013-02-251-1/+1
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
* Allow dynamically loaded objects to be rebuilt by make.Paul Smith2013-01-201-591/+591
* [SV #38051] Recover all MAKEFLAGS after makefile rebuild step is complete.Paul Smith2013-01-131-1/+1
* Implement new "load" directive.Paul Smith2012-10-291-4/+9
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-6/+5
* Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith2012-03-041-16/+14
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-27/+27
* Actually commit main.c with changes announced in last commit.Eli Zaretskii2012-01-281-3/+4
* Update copyright notices.Paul Smith2012-01-161-4/+4
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-151-3/+8
* Enable jobserver on W32 when using configure.Paul Smith2011-11-151-3/+4
* Support jobserver capability on Windows systems.Paul Smith2011-11-141-9/+72
* In very obscure situations we may write the free token back to the pipe.Paul Smith2011-11-141-1/+2
* When we re-exec the master makefile in a jobserver environment, ensurePaul Smith2011-09-181-3/+5
* Bump the version to 3.82.90.Paul Smith2010-08-291-5/+6
* - Fix the NEWS file to be accuratePaul Smith2010-08-141-1/+1
* Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec afterPaul Smith2010-08-101-1/+1
* - Many fixup patches from Savannah.Paul Smith2010-07-191-5/+7
* Update copyrights for 2010.Paul Smith2010-07-131-2/+2
* Add the beginning of the .ONESHELL special feature.Paul Smith2010-07-121-0/+6
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii2010-07-091-10/+12
* - Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith2010-07-061-10/+11
* - Add whitespace to command line invocation in features/recursionPaul Smith2010-07-011-7/+16
* Add VMS enhancements from Hartmut Becker.Paul Smith2009-11-161-8/+5
* New command line option: --eval=STRING will cause STRING to bePaul Smith2009-10-251-42/+102
* Implement the new undefine directive.Boris Kolpackov2009-10-061-1/+1
* Implement the shortest stem first search order for pattern-specific variables...Boris Kolpackov2009-09-281-1/+2
* - Rework secondary expansion so we only defer it if there's a possibilityPaul Smith2009-09-241-2/+1
* - Add xcalloc() and call itPaul Smith2009-09-161-7/+6
* - Fix Savannah bug 17825Paul Smith2009-06-131-1/+1
* - Fix Savannah bug #18124Paul Smith2009-06-091-63/+86
* - Add a new test suite for LIBPATTERNSPaul Smith2009-06-071-9/+12
* - Modify access of config and gnulib Savannah modules to use GITPaul Smith2009-06-041-56/+61
* New special variable: .RECIPEPREFIXPaul Smith2007-11-041-4/+5