summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make.morph: use PREFIX if setbaserock/morphRichard Maw2012-03-141-1/+1
* make.morph: try building without make updateRichard Maw2012-02-221-2/+1
* make.morph: use liw's config/make hacksRichard Maw2012-02-081-1/+5
* add make update stepRichard Maw2012-01-131-1/+2
* add morphRichard Maw2012-01-131-0/+14
* Allow os2 and mingw to disable jobserver with a configure option.masterpsmith2011-11-151-7/+9
* Enable jobserver on W32 when using configure.psmith2011-11-157-20/+37
* Be sure to start parsing prereqs in the right place even if there arepsmith2011-11-144-3/+24
* Changes to resolve warnings.psmith2011-11-147-7/+18
* Don't use Hungarian notation: remove _p/_ptr from var names.psmith2011-11-142-8/+12
* Support jobserver capability on Windows systems.psmith2011-11-146-25/+304
* In very obscure situations we may write the free token back to the pipe.psmith2011-11-142-2/+6
* Enable high-resolution timestamps for Darwin (Mac OSX)psmith2011-11-133-7/+15
* Add translation for Czech (cs).psmith2011-09-262-2/+6
* When we re-exec the master makefile in a jobserver environment, ensurepsmith2011-09-184-3/+29
* We compute various values for vpath lookup the first time throughpsmith2011-09-184-42/+39
* Avoid certificate checks when getting PO files from translationproject.orgpsmith2011-09-172-1/+8
* Ensure variables defined in $(call ...) have global scopepsmith2011-09-126-4/+35
* Ensure that -n takes precedence over -t.psmith2011-09-024-1/+30
* Save strings we're expanding in case an embedded eval causes thempsmith2011-08-294-36/+44
* Fix another error related to whitespace handling in archives.psmith2011-06-125-5/+30
* Ensure private variables are not used when appending target-specificpsmith2011-05-074-6/+27
* Inverted the boolean test from what I wanted it to be. Added apsmith2011-05-074-1/+22
* job.c (construct_command_argv_internal): Don't assume shellflagseliz2011-05-072-7/+23
* Updated documentation to fix Savannah bugs #32058 and #31582psmith2011-05-022-8/+24
* Use the same algorithm for counting the number of words to sort as wepsmith2011-05-024-65/+58
* Extern the global declaration of stack_limit. Fixes Savannah bug #32753psmith2011-05-022-1/+6
* Avoid invoking glob() unless the filename has potential globbingpsmith2011-05-022-24/+40
* Delay caching of the file name in eval_makefile() until after all thebosk2011-04-292-6/+14
* Add new feature: != shell assignment for portability with BSD make.psmith2011-04-1810-18/+214
* * Fixups to the make man pagepsmith2011-02-217-182/+253
* Check if the target-specific variable is the same as the globalpsmith2010-11-304-7/+23
* Improve backslash/newline handling to adhere to POSIX requirements.psmith2010-11-0620-94/+298
* Bump the version to 3.82.90.psmith2010-08-2916-67/+185
* Set shellflags to a reasonable default if it's not set already.psmith2010-08-292-1/+10
* variable.c (define_automatic_variables) [__MSDOS__ || WINDOWS32]:eliz2010-08-272-1/+23
* - Fix the NEWS file to be accuratepsmith2010-08-148-17/+96
* Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec afterpsmith2010-08-104-2/+27
* w32/subproc/build.bat: Make all 3 cl.exe compile command lineseliz2010-08-072-5/+8
* function.c (func_shell) [WINDOWS32]: Reset just_print_flageliz2010-08-072-3/+25
* Fix the DJGPP build.eliz2010-08-072-0/+7
* Release GNU make 3.82psmith2010-07-287-69/+109
* job.celiz2010-07-241-1/+3
* job.c (pid2str) [WINDOWS32]: Fix CPP conditionals for using %Id format.eliz2010-07-241-0/+5
* Fix up incorrect prototype.psmith2010-07-202-3/+3
* - Many fixup patches from Savannah.psmith2010-07-1920-94/+316
* Fix buffer overrun in concat().bosk2010-07-162-0/+12
* Update copyrights for 2010.psmith2010-07-1395-140/+146
* Fixes to build_w32.bat for building with MSVC 64bit.psmith2010-07-123-10/+18
* Add missing one_shell declaration.eliz2010-07-121-0/+1