platform/upstream/make.git
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.
2010-07-09 Eli ZaretskiiFix Savannah bug #30312.
2010-07-09 Eli Zaretskiiconfig.h.W32.template (pid_t): Add a definition for...
2010-07-09 Eli Zaretskii job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC...
2010-07-07 Paul SmithFix FTP upload rules.
2010-07-06 Paul Smith- Enhance .POSIX to set -e when invoking shells, as...
2010-07-05 Paul SmithFixups for warnings on Windows (esp 64bit).
2010-07-03 Paul SmithDo not consider filenames that contain parens but don...
2010-07-01 Paul Smith- Add whitespace to command line invocation in features...
2010-07-01 Paul Smith- Rename strieq() to patheq() for clarity.
2009-12-11 Eli Zaretskii*** empty log message ***
2009-12-11 Eli Zaretskii(construct_command_argv_internal) <sh_cmds_dos> [WINDOW...
2009-12-11 Eli Zaretskii*** empty log message ***
2009-12-11 Eli Zaretskii(lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we...
2009-12-11 Eli Zaretskii(construct_vpath_list): Correct the argument names...
2009-11-16 Paul SmithAdd VMS enhancements from Hartmut Becker.
2009-11-12 Boris KolpackovImplement linker-compatible library search.
2009-10-25 Paul SmithUpdate copyright years.
2009-10-25 Paul SmithFix fat-finger bug that left implicit rules with identi...
2009-10-25 Paul SmithNew command line option: --eval=STRING will cause...
2009-10-25 Paul SmithVarious simple code cleanups.
2009-10-22 Boris KolpackovGet the old behavior for a situation when no makefile...
2009-10-12 Paul SmithMassage the NEWS file
2009-10-07 Boris KolpackovMinor fix and code rework.
2009-10-06 Boris KolpackovFix savannah bug 25780. Optimize things a bit.
2009-10-06 Boris KolpackovImplement the new undefine directive.
2009-10-05 Boris KolpackovPerformance improvements
2009-10-04 Paul SmithAdd a test for another (still open) bug.
2009-10-03 Paul Smith- Include <alloca.h> even on non-__GNUC__ systems.
2009-09-30 Boris KolpackovFix Savannah bugs #15110, #25493, #12686, and #17740.
2009-09-28 Paul Smith- Update manual description for pattern rule search...
2009-09-28 Boris KolpackovImplement the shortest stem first search order for...
2009-09-28 Eli Zaretskii * glob.c (my_realloc) [__DJGPP__]: Don't define, and...
2009-09-27 Eli ZaretskiiFix typo.
2009-09-27 Eli Zaretskii * configh.dos.template: Remove unconditional definition of
2009-09-27 Paul Smith- Add static pattern targets to the string cache.
2009-09-26 Paul SmithFix some memory leaks, found with valgrind.
2009-09-25 Boris KolpackovPerformance improvement.
2009-09-25 Boris KolpackovMerge three parallel arrays into one. Make sure suffici...
2009-09-24 Paul Smith- Fix broken handling of order-only prereqs in secondar...
2009-09-24 Paul Smith- Rework secondary expansion so we only defer it if...
2009-09-16 Paul SmithAdded Italian (it) language support.
2009-09-16 Paul Smith- Add xcalloc() and call it
2009-09-14 Eli Zaretskii*** empty log message ***
2009-09-14 Eli Zaretskii * w32/subproc/sub_proc.c (process_begin): Check *ep...
2009-09-12 Paul Smith- Fix Savannah bug #21824: don't loop through NULL...
2009-08-31 Eli Zaretskii * function.c (windows32_openpipe): Update envp after...
2009-08-02 Paul Smith- Fix Savannah bug #27093
2009-08-01 Paul SmithChanges from Ralf Wildenhues.
next