summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release GNU make 3.823.82Paul Smith2010-07-287-67/+107
* job.cEli Zaretskii2010-07-241-1/+3
* job.c (pid2str) [WINDOWS32]: Fix CPP conditionals for using %Id format.Eli Zaretskii2010-07-241-0/+5
* Fix up incorrect prototype.Paul Smith2010-07-202-3/+3
* - Many fixup patches from Savannah.Paul Smith2010-07-1920-92/+314
* Fix buffer overrun in concat().Boris Kolpackov2010-07-162-0/+12
* Update copyrights for 2010.Paul Smith2010-07-1395-136/+142
* Fixes to build_w32.bat for building with MSVC 64bit.Paul Smith2010-07-123-10/+18
* Add missing one_shell declaration.Eli Zaretskii2010-07-121-0/+1
* *** empty log message ***Eli Zaretskii2010-07-121-0/+6
* make.h (alloca) [!__GNUC__]: Don't define prototype.Eli Zaretskii2010-07-121-3/+4
* Forgot to add the ONESHELL regression tests.Paul Smith2010-07-121-0/+70
* Add the beginning of the .ONESHELL special feature.Paul Smith2010-07-1212-48/+244
* w32/subproc/sub_proc.c: Include stdint.h.Eli Zaretskii2010-07-092-14/+22
* Fix Savannah bug #30312.Eli Zaretskii2010-07-092-0/+10
* config.h.W32.template (pid_t): Add a definition for 64-bit Windows builds tha...Eli Zaretskii2010-07-091-0/+4
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii2010-07-094-22/+49
* Fix FTP upload rules.Paul Smith2010-07-071-3/+5
* - Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith2010-07-069-31/+137
* Fixups for warnings on Windows (esp 64bit).Paul Smith2010-07-059-47/+95
* Do not consider filenames that contain parens but don't END in a paren,Paul Smith2010-07-033-18/+54
* - Add whitespace to command line invocation in features/recursionPaul Smith2010-07-014-9/+29
* - Rename strieq() to patheq() for clarity.Paul Smith2010-07-015-21/+25
* *** empty log message ***Eli Zaretskii2009-12-111-0/+4
* (construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "echo." andEli Zaretskii2009-12-111-6/+9
* *** empty log message ***Eli Zaretskii2009-12-111-0/+5
* (lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we do with '/'.Eli Zaretskii2009-12-111-2/+12
* (construct_vpath_list): Correct the argument names in the commentary.Eli Zaretskii2009-12-111-3/+3
* Add VMS enhancements from Hartmut Becker.Paul Smith2009-11-1610-72/+271
* Implement linker-compatible library search.Boris Kolpackov2009-11-129-53/+193
* Update copyright years.Paul Smith2009-10-2593-132/+140
* Fix fat-finger bug that left implicit rules with identical stem lengthsPaul Smith2009-10-253-10/+18
* New command line option: --eval=STRING will cause STRING to bePaul Smith2009-10-256-52/+173
* Various simple code cleanups.Paul Smith2009-10-257-49/+51
* Get the old behavior for a situation when no makefile is found in a directory.Boris Kolpackov2009-10-222-1/+6
* Massage the NEWS filePaul Smith2009-10-121-16/+20
* Minor fix and code rework.Boris Kolpackov2009-10-073-12/+21
* Fix savannah bug 25780. Optimize things a bit.Boris Kolpackov2009-10-067-101/+101
* Implement the new undefine directive.Boris Kolpackov2009-10-069-7/+242
* Performance improvementsBoris Kolpackov2009-10-052-4/+16
* Add a test for another (still open) bug.Paul Smith2009-10-042-6/+38
* - Include <alloca.h> even on non-__GNUC__ systems.Paul Smith2009-10-037-43/+99
* Fix Savannah bugs #15110, #25493, #12686, and #17740.Boris Kolpackov2009-09-307-20/+134
* - Update manual description for pattern rule search algorithmPaul Smith2009-09-288-41/+138
* Implement the shortest stem first search order for pattern-specific variables...Boris Kolpackov2009-09-289-23/+179
* * glob.c (my_realloc) [__DJGPP__]: Don't define, and don'tEli Zaretskii2009-09-282-6/+9
* Fix typo.Eli Zaretskii2009-09-271-1/+1
* * configh.dos.template: Remove unconditional definition ofEli Zaretskii2009-09-273-40/+104
* - Add static pattern targets to the string cache.Paul Smith2009-09-274-16/+16
* Fix some memory leaks, found with valgrind.Paul Smith2009-09-263-5/+23