platform/upstream/make.git
2013-05-01 Paul SmithDon't synchronize output for recursive make unless...
2013-04-29 Eli ZaretskiiSupport dynamic object loading on MS-Windows.
2013-04-29 Eli ZaretskiiFix the .ONESHELL operation on MS-Windows.
2013-04-28 Paul SmithMerge branch 'master' of git.savannah.gnu.org:/srv...
2013-04-28 Paul SmithEnsure error messages are printed with sync'd output.
2013-04-28 Paul SmithRemove support for pre-ANSI variadic function calls.
2013-04-28 Paul SmithSmall cleanups and fixes.
2013-04-28 Eli ZaretskiiFix Savannah bug #37065 with $(wildcard foo/*/.) return...
2013-04-28 Paul SmithFix a few compiler warnings found by Eli.
2013-04-28 Paul SmithAdd support for per-job output sync.
2013-04-27 Paul SmithFix support for .ONESHELL when dealing with non-POSIX...
2013-04-27 Paul SmithRework the implementation of load.c to increase portabi...
2013-04-27 Paul SmithMerge branch 'master' of git.savannah.gnu.org:/srv...
2013-04-27 Eli ZaretskiiSupport .ONESHELL on MS-Windows, for default Windows...
2013-04-27 Eli Zaretskii job.c: Fix compilation error on GNU/Linux due to ...
2013-04-27 Eli ZaretskiiSupport --output-sync on MS-Windows.
2013-04-25 Eli ZaretskiiImprove MS-Windows build scripts.
2013-04-21 Stefano LattariniReflect the 'configure.in' -> 'configure.ac' rename...
2013-04-16 Paul SmithSome cleanups for Windows builds after the output-sync...
2013-04-16 Paul SmithCleanup some source and fix autoconf warnings.
2013-04-16 Paul SmithCreate an open_tmpfd() function to return temp files...
2013-04-15 Paul SmithSave the output from the entire recipe, not per-job.
2013-04-15 Paul SmithChange the arg option for -O from numeric to string.
2013-04-15 Paul SmithModify output-sync tests to be more reliable.
2013-04-14 Paul SmithHandle test timeouts in a more understandable way.
2013-04-14 Paul SmithRename the "parallel-sync" option to "output-sync".
2013-04-14 Frank HeckenbachInitial patch for output synchronization. See Savannah...
2013-04-06 Paul SmithClarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970.
2013-04-06 Paul SmithReconsider targets waiting for prerequisites. Fixes...
2013-02-28 Paul SmithUse ENULLLOOP to handle EINTR during realpath(). Fixes...
2013-02-25 Paul SmithExpand the loadable object support.
2013-01-20 Paul SmithAdding new file.
2013-01-20 Paul SmithCreate externally referencable header file "gnumake.h".
2013-01-20 Paul SmithRename struct floc to typedef gmk_floc as an externally...
2013-01-20 Paul SmithRename the make.h file to makeint.h for internal use...
2013-01-20 Paul SmithAllow dynamically loaded objects to be rebuilt by make.
2013-01-19 Paul SmithAdd more documentation on Git workflow and rules.
2013-01-18 Eli ZaretskiiFix a typo in ChangeLog.
2013-01-13 Paul Smith[SV #37878] Add a check for targets with parens that...
2013-01-13 Paul Smith[SV #38051] Recover all MAKEFLAGS after makefile rebuil...
2013-01-13 Paul SmithAdd ChangeLog entries for Git migration.
2013-01-13 Paul SmithChange configure.in to configure.ac, and other Git...
2013-01-13 Paul SmithEnsure parallel test works properly.
2013-01-13 Paul SmithFix clean rules.
2013-01-13 Paul SmithModify instructions, etc. for Git support.
2013-01-12 Paul SmithModify .gitignore for proper formatting.
2013-01-12 Paul SmithRename CVS ignore files to .gitignore
2013-01-06 Paul SmithAdd missing load.c file to POTFILES.in moved-to-git
2012-12-08 Eli Zaretskii job.c (create_batch_file): Fix last change: always...
2012-12-07 Eli Zaretskii job.c (construct_command_argv_internal): Remove "...
2012-12-07 Eli Zaretskii job.c (reap_children): Add debug message for when...
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...
next