platform/upstream/make.git
2012-12-07 Eli ZaretskiiAvoid leaving temporary batch files in the temporary...
2012-10-29 Paul SmithImplement new "load" directive.
2012-10-28 Paul SmithRearrange elements to reduce struct size on 64bit archi...
2012-10-28 Paul SmithRemove extraneous close().
2012-09-30 Paul SmithUpdate the required version of gettext to get new bugfi...
2012-09-10 Paul SmithDefine _GNU_SOURCE before testing for bsd_signal.
2012-09-10 Paul SmithForce intermediate targets to be considered if their...
2012-09-09 Paul SmithKeep the command line on the heap to avoid stack overflow.
2012-09-09 Paul SmithOn BSD, realpath(3) doesn't fail if the target doesn...
2012-09-09 Paul SmithGet error messages in the C locale for comparision...
2012-09-09 Paul SmithVerify that backslashes before non-special characters...
2012-09-09 Paul SmithSave the variable buffer content, not a potentially...
2012-09-09 Paul SmithFix stupid wrong-pointer error handling target vars...
2012-09-09 Paul SmithIgnore UTF-8 BOMs. See Savannah bug #36529.
2012-09-09 Eli Zaretskii read.c (unescape_char): Fix a thinko in the last change.
2012-09-09 Paul SmithSavannah bug #37179: Use alternate shared library synta...
2012-09-09 Paul SmithBreak out of an infinite loop if we're not making progress.
2012-09-09 Paul SmithWhen .POSIX: is specified use POSIX-standard macro...
2012-09-01 Eli ZaretskiiUpdate README.W32.template for Guile and job-server...
2012-09-01 Eli ZaretskiiFix unescape_char when not unescaping.
2012-03-05 Paul SmithSimplify copyrights using ranges of years.
2012-03-04 Paul SmithImprove handling for escaped colons in prerequisite...
2012-03-04 Paul SmithCreate a new CSTRLEN (constant string length) macro...
2012-03-04 Paul SmithEnsure appending private variables in pattern-specific...
2012-03-04 Paul SmithSupport nanosecond timestamps in stat() for AIX 5.2+.
2012-03-04 Paul SmithConvert all "`'" quotes to "''" per new GNU Coding...
2012-03-03 Paul SmithEnsure that .ONESHELL works with .SHELLFLAGS options...
2012-03-03 Paul SmithFix Savannah bug #35410: handle escape chars in filter...
2012-03-03 Paul SmithModify backslash/newline handling for POSIX.
2012-02-26 Paul SmithCheck for possible buffer overflow on very long filenames.
2012-02-03 Eli ZaretskiiIfdef away unused w32 functions.
2012-02-03 Eli ZaretskiiFix Savannah bug #34832 with unused TLS attributes.
2012-01-30 Paul SmithMap Guile variable objects to the empty string.
2012-01-30 Paul SmithAdd support for "::=" simple assignment operator.
2012-01-29 Paul SmithCreate a new function $(file ...)
2012-01-29 Paul SmithGuile portability
2012-01-28 Eli Zaretskii config.h.W32.template: Update from config.h.in.
2012-01-28 Eli Zaretskii Support a Windows build with Guile.
2012-01-28 Eli ZaretskiiActually commit main.c with changes announced in last...
2012-01-28 Eli Zaretskii main.c (main, clean_jobserver): Move declarations...
2012-01-28 Eli Zaretskii Fix failures on MS-Windows when Make's standard handl...
2012-01-25 Eli Zaretskii function.c (define_new_function): Fix format strings...
2012-01-18 Paul SmithHandle NULL returns from Guile.
2012-01-16 Paul SmithFix an issue with PATH_SEPARATOR_CHAR when cross-compil...
2012-01-16 Paul SmithFix autoconf macros for detecting DOS-style pathnames.
2012-01-16 Paul SmithCreate a new internal interface for defining new make...
2012-01-16 Paul SmithDisallow whitespace in variable names.
2012-01-16 Paul SmithUpdate copyright notices.
2012-01-15 Paul SmithAdd GNU Guile as an optional embedded scripting languag...
2011-12-10 Paul SmithAdd prerequisites to ensure ordering of results.
2011-11-15 Paul SmithAllow os2 and mingw to disable jobserver with a configu...
2011-11-15 Paul SmithEnable jobserver on W32 when using configure.
2011-11-14 Paul SmithBe sure to start parsing prereqs in the right place...
2011-11-14 Paul SmithChanges to resolve warnings.
2011-11-14 Paul SmithDon't use Hungarian notation: remove _p/_ptr from var...
2011-11-14 Paul SmithSupport jobserver capability on Windows systems.
2011-11-14 Paul SmithIn very obscure situations we may write the free token...
2011-11-13 Paul SmithEnable high-resolution timestamps for Darwin (Mac OSX)
2011-09-26 Paul SmithAdd translation for Czech (cs).
2011-09-18 Paul SmithWhen we re-exec the master makefile in a jobserver...
2011-09-18 Paul SmithWe compute various values for vpath lookup the first...
2011-09-17 Paul SmithAvoid certificate checks when getting PO files from...
2011-09-12 Paul SmithEnsure variables defined in $(call ...) have global...
2011-09-02 Paul SmithEnsure that -n takes precedence over -t.
2011-08-29 Paul SmithSave strings we're expanding in case an embedded eval...
2011-06-12 Paul SmithFix another error related to whitespace handling in...
2011-05-07 Paul SmithEnsure private variables are not used when appending...
2011-05-07 Paul SmithInverted the boolean test from what I wanted it to...
2011-05-07 Eli Zaretskii job.c (construct_command_argv_internal): Don't assume...
2011-05-02 Paul SmithUpdated documentation to fix Savannah bugs #32058 and...
2011-05-02 Paul SmithUse the same algorithm for counting the number of words...
2011-05-02 Paul SmithExtern the global declaration of stack_limit. Fixes...
2011-05-02 Paul SmithAvoid invoking glob() unless the filename has potential...
2011-04-29 Boris KolpackovDelay caching of the file name in eval_makefile() until...
2011-04-18 Paul SmithAdd new feature: != shell assignment for portability...
2011-02-21 Paul Smith* Fixups to the make man page
2010-11-30 Paul SmithCheck if the target-specific variable is the same as...
2010-11-06 Paul SmithImprove backslash/newline handling to adhere to POSIX...
2010-08-29 Paul SmithBump the version to 3.82.90.
2010-08-29 Paul SmithSet shellflags to a reasonable default if it's not...
2010-08-27 Eli Zaretskii variable.c (define_automatic_variables) [__MSDOS__...
2010-08-14 Paul Smith- Fix the NEWS file to be accurate
2010-08-10 Paul SmithFix Savannah bug #30723: expand MAKEFLAGS before we...
2010-08-07 Eli Zaretskii w32/subproc/build.bat: Make all 3 cl.exe compile comma...
2010-08-07 Eli Zaretskii function.c (func_shell) [WINDOWS32]: Reset just_print_flag
2010-08-07 Eli ZaretskiiFix the DJGPP build.
2010-07-28 Paul SmithRelease GNU make 3.82 3.82
2010-07-24 Eli Zaretskiijob.c
2010-07-24 Eli Zaretskii job.c (pid2str) [WINDOWS32]: Fix CPP conditionals...
2010-07-20 Paul SmithFix up incorrect prototype.
2010-07-19 Paul Smith- Many fixup patches from Savannah.
2010-07-16 Boris KolpackovFix buffer overrun in concat().
2010-07-13 Paul SmithUpdate copyrights for 2010.
2010-07-12 Paul SmithFixes to build_w32.bat for building with MSVC 64bit.
2010-07-12 Eli ZaretskiiAdd missing one_shell declaration.
2010-07-12 Eli Zaretskii*** empty log message ***
2010-07-12 Eli Zaretskii make.h (alloca) [!__GNUC__]: Don't define prototype.
2010-07-12 Paul SmithForgot to add the ONESHELL regression tests.
2010-07-12 Paul SmithAdd the beginning of the .ONESHELL special feature.
2010-07-09 Eli Zaretskii w32/subproc/sub_proc.c: Include stdint.h.
next