platform/upstream/make.git
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.
2009-07-04 Eli Zaretskiifunction.c (func_realpath) [!HAVE_REALPATH]: Require...
2009-07-04 Eli Zaretskii(func_realpath) [!HAVE_REALPATH]: Require the file...
2009-07-04 Eli Zaretskii * function.c (IS_ABSOLUTE, ROOT_LEN): New macros.
2009-06-14 Paul Smith- Forgot changelog for fix 13529
2009-06-14 Paul Smith- Fix Savannah bug #13529
2009-06-13 Paul Smith- Fix Savannah bug #13401
2009-06-13 Paul Smith- Fixes Savannah bug #18435
2009-06-13 Paul Smith- Fix Savannah bug 17825
2009-06-10 Paul Smith- Fix Savannah bug #19108
2009-06-09 Paul Smith- Fix Savannah bug #18124
2009-06-07 Paul Smith- Fix Savannah bug #24622
2009-06-07 Paul Smith- Add a new test suite for LIBPATTERNS
2009-06-06 Paul SmithAdd attribution.
2009-06-06 Paul Smith- Work around a bug in glibc glob(3), by avoiding GLOB_...
2009-06-05 Paul Smith- Add forgotten variable/define test suite
2009-06-04 Paul Smith- Modify access of config and gnulib Savannah modules...
2009-05-26 Paul SmithAdd 'private' variable modifier, feature submitted...
2009-05-24 Paul SmithWe had the incorrect ISBN in the manual; not sure what...
2009-05-24 Paul SmithFound this change in an old CVS workspace: rewrite...
2009-03-14 Eli Zaretskii(convert_Path_to_windows32): Fix last change. Fixes...
2009-03-14 Eli Zaretskii<top level>: Update Copyright years. Add prototype...
2009-03-07 Eli Zaretskii * function.c (func_shell): Don't close pipedes[1]...
2008-09-30 Eli Zaretskii * build_w32.bat (GCCBuild): Use "-gdwarf-2 -g3" instead of
2008-09-30 Eli Zaretskii * job.c (construct_command_argv_internal): Avoid extra...
2008-05-31 Eli Zaretskii*** empty log message ***
2008-05-31 Eli ZaretskiiRemove obsolete text about non-support for -jN without...
2008-05-18 Paul SmithManual typo.
2008-03-28 Paul SmithUpdate the translation project location for PO files...
2008-01-26 Eli Zaretskii*** empty log message ***
2008-01-26 Eli Zaretskii(target_environment): Don't use shell_var if its `value...
2007-12-22 Eli ZaretskiiMakefile.DOS.template (info_TEXINFOS): Remove unused...
2007-12-22 Eli Zaretskiiglob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a reall...
2007-12-22 Eli Zaretskiiconfigh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGL...
2007-12-22 Eli Zaretskiiconfig.h.W32: Include sys/types.h.
2007-12-22 Eli Zaretskiivpath.c (construct_vpath_list) [HAVE_DOS_PATHS]: Suppor...
2007-11-05 Paul SmithFor mod times farther in the future, print the value...
2007-11-04 Paul SmithNew special variable: .RECIPEPREFIX
2007-10-24 Eli ZaretskiiConvert to Unix line-endings.
next