summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the version to 3.82.90.psmith2010-08-2916-67/+185
* Set shellflags to a reasonable default if it's not set already.psmith2010-08-292-1/+10
* variable.c (define_automatic_variables) [__MSDOS__ || WINDOWS32]:eliz2010-08-272-1/+23
* - Fix the NEWS file to be accuratepsmith2010-08-148-17/+96
* Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec afterpsmith2010-08-104-2/+27
* w32/subproc/build.bat: Make all 3 cl.exe compile command lineseliz2010-08-072-5/+8
* function.c (func_shell) [WINDOWS32]: Reset just_print_flageliz2010-08-072-3/+25
* Fix the DJGPP build.eliz2010-08-072-0/+7
* Release GNU make 3.82psmith2010-07-287-69/+109
* job.celiz2010-07-241-1/+3
* job.c (pid2str) [WINDOWS32]: Fix CPP conditionals for using %Id format.eliz2010-07-241-0/+5
* Fix up incorrect prototype.psmith2010-07-202-3/+3
* - Many fixup patches from Savannah.psmith2010-07-1920-94/+316
* Fix buffer overrun in concat().bosk2010-07-162-0/+12
* Update copyrights for 2010.psmith2010-07-1395-140/+146
* Fixes to build_w32.bat for building with MSVC 64bit.psmith2010-07-123-10/+18
* Add missing one_shell declaration.eliz2010-07-121-0/+1
* *** empty log message ***eliz2010-07-121-0/+6
* make.h (alloca) [!__GNUC__]: Don't define prototype.eliz2010-07-121-3/+4
* Add the beginning of the .ONESHELL special feature.psmith2010-07-1212-50/+246
* Forgot to add the ONESHELL regression tests.psmith2010-07-121-0/+70
* w32/subproc/sub_proc.c: Include stdint.h.eliz2010-07-092-14/+22
* Fix Savannah bug #30312.eliz2010-07-092-0/+10
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.eliz2010-07-094-22/+49
* config.h.W32.template (pid_t): Add a definition for 64-bit Windows builds tha...eliz2010-07-091-0/+4
* Fix FTP upload rules.psmith2010-07-071-3/+5
* - Enhance .POSIX to set -e when invoking shells, as demanded by apsmith2010-07-069-32/+138
* Fixups for warnings on Windows (esp 64bit).psmith2010-07-059-47/+95
* Do not consider filenames that contain parens but don't END in a paren,psmith2010-07-033-18/+54
* - Add whitespace to command line invocation in features/recursionpsmith2010-07-014-9/+29
* - Rename strieq() to patheq() for clarity.psmith2010-07-015-21/+25
* *** empty log message ***eliz2009-12-111-0/+4
* *** empty log message ***eliz2009-12-111-0/+5
* (construct_vpath_list): Correct the argument names in the commentary.eliz2009-12-111-3/+3
* (construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "echo." andeliz2009-12-111-6/+9
* (lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we do with '/'.eliz2009-12-111-2/+12
* Add VMS enhancements from Hartmut Becker.psmith2009-11-1610-72/+271
* Implement linker-compatible library search.bosk2009-11-129-54/+194
* Update copyright years.psmith2009-10-2593-136/+144
* Fix fat-finger bug that left implicit rules with identical stem lengthspsmith2009-10-253-10/+18
* New command line option: --eval=STRING will cause STRING to bepsmith2009-10-256-53/+174
* Various simple code cleanups.psmith2009-10-257-49/+51
* Get the old behavior for a situation when no makefile is found in a directory.bosk2009-10-222-1/+6
* Massage the NEWS filepsmith2009-10-121-16/+20
* Minor fix and code rework.bosk2009-10-073-12/+21
* Fix savannah bug 25780. Optimize things a bit.bosk2009-10-067-101/+101
* Implement the new undefine directive.bosk2009-10-069-8/+243
* Performance improvementsbosk2009-10-052-4/+16
* Add a test for another (still open) bug.psmith2009-10-042-6/+38
* - Include <alloca.h> even on non-__GNUC__ systems.psmith2009-10-037-43/+99