summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***eliz2010-07-121-0/+6
|
* make.h (alloca) [!__GNUC__]: Don't define prototype.eliz2010-07-121-3/+4
| | | | (int w32_kill): Use pid_t for process ID argument. Savannah bug #27809.
* Add the beginning of the .ONESHELL special feature.psmith2010-07-1212-50/+246
| | | Original patch by David Boyce. Modified by Paul Smith.
* 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
| | | | | | | (sub_process_t): Use intptr_t for file handles and pid_t for process ID. (process_pipes, process_init_fd, process_begin): Use intptr_t for file handles and pid_t for process ID. Savannah bug #27809. Patch by Ozkan Sezer <sezeroz@gmail.com>
* Fix Savannah bug #30312.eliz2010-07-092-0/+10
| | | function.c (abspath): Support absolute file names in UNC format.
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.eliz2010-07-094-22/+49
| | | | | | | | | | | | | | | | | | (exec_command) [WINDOWS32]: Use pid2str instead of non-portable %Id. main.c (handle_runtime_exceptions): Use %p to print addresses, to DTRT on both 32-bit and 64-bit hosts. Savannah bug #27809. job.c (w32_kill, start_job_command, create_batch_file): Use pid_t for process IDs and intptr_t for the 1st arg of _open_osfhandle. function.c (windows32_openpipe): Use pid_t for process IDs and intptr_t for the 1st arg of _open_osfhandle. (func_shell): Use pid_t for process IDs. main.c (main) [WINDOWS32]: Pacify the compiler. config.h.W32.template (pid_t): Add a definition for 64-bit Windows builds that don't use GCC. Savannah bug #27809. Patch by Ozkan Sezer <sezeroz@gmail.com>
* config.h.W32.template (pid_t): Add a definition for 64-bit Windows builds ↵eliz2010-07-091-0/+4
| | | | that don't use GCC.
* 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
| | | | | | backward-incompatible change in the 2008 POSIX specification. - Add the .SHELLFLAGS variable so people can choose their own shell flags. - Add tests for this. - Add documentation for this.
* 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
| | | to be an archive group. Fixes Savannah bug #28525.
* - Add whitespace to command line invocation in features/recursionpsmith2010-07-014-9/+29
| | | | - Set up .FEATURES with separate calls for optional features, as some compilers don't like conditionals inside macro invocations.
* - Rename strieq() to patheq() for clarity.psmith2010-07-015-21/+25
| | | - Convert xmalloc/memset pairs to xcalloc.
* *** 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
| | | a few more commands that are built into cmd.exe. Fixes Savannah bug #28126.
* (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
| | | being sorted indeterminately.
* New command line option: --eval=STRING will cause STRING to bepsmith2009-10-256-53/+174
| | | | evaluated as a makefile statement before the first makefile is read.
* 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
| | | - Add some tests for unresolved bugs.
* Fix Savannah bugs #15110, #25493, #12686, and #17740.bosk2009-09-307-20/+134
|
* - Update manual description for pattern rule search algorithmpsmith2009-09-288-43/+140
| | | | | - Add new "-all" flag to the test suite to run tests that don't pass yet - Add some non-passing tests - Fix from Andreas Buening for OS/2.
* Implement the shortest stem first search order for pattern-specific ↵bosk2009-09-289-24/+180
| | | | variables and pattern rules.
* * glob.c (my_realloc) [__DJGPP__]: Don't define, and don'teliz2009-09-282-6/+9
| | | | redefine realloc to call it, since the DJGPP's realloc handles NULL pointers correctly.
* Fix typo.eliz2009-09-271-1/+1
|
* * configh.dos.template: Remove unconditional definition ofeliz2009-09-273-40/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SYS_SIGLIST_DECLARED. Include <sys/version.h> because ports of GCC 4.3.0 and later no longer include it, so macros like __DJGPP_MINOR__ are no longer defined automatically. * Makefile.DOS.template (INCLUDES): Use $(prefix) and the corresponding variables to define LIBDIR, INCLUDEDIR and LOCALEDIR instead of using the hardcoded ones. (SUBDIRS): doc subdir added. (INFO_DEPS, DVIS): Values changed to 'make.info' and 'make.dvi'. (TEXI2HTML, TEXI2HTML_FLAGS): Removed. Use makeinfo --html to create html formated docs. texi2html may not be ported to DOS. (make.info, make.dvi, make.ps, make.html): Make targets depend on 'make.texi'. (.texi.info, .texi, .texi.dvi): Now recursively invocate. Change -I switch to look in ./ instead of ./doc. (html): Target depend on html-recursive instead of make_1.html. (make_1.html): Removed. (mostlyclean-aminfo): Use $(srcdir)/doc instead of ./ as prefix. (all-recursive): Allow for more than one subdir in the build process. (mostlyclean-recursive, clean-recursive, distclean-recursive) (maintainer-clean-recursive, check-recursive): Enter in doc/ too. (tags-recursive): Allow for more than one subdir in the build process. (info-recursive, dvi-recursive, ps-recursive, html-recursive): New targets. Enter into doc/ to produce the targets. (all-am): $(INFO_DEPS) replaced by info.
* - Add static pattern targets to the string cache.psmith2009-09-274-16/+16
| | | - Use specific free_*() calls where appropriate.
* Fix some memory leaks, found with valgrind.psmith2009-09-263-5/+23
|
* Performance improvement.bosk2009-09-252-0/+9
|
* Merge three parallel arrays into one. Make sure sufficient space is allocated.bosk2009-09-252-28/+43
|
* - Fix broken handling of order-only prereqs in secondary expansionpsmith2009-09-244-227/+266
| | | | | of implicit rules. - Fix leaked memory when dealing with implicit rule chains that have file variables or pattern variables.
* - Rework secondary expansion so we only defer it if there's a possibilitypsmith2009-09-2421-896/+942
| | | | | it might be needed: for most situations we parse prereqs immediately as we used to. Reduces memory usage. - Fixes Savannah bug #18622.
* Added Italian (it) language support.psmith2009-09-162-2/+6
|
* - Add xcalloc() and call itpsmith2009-09-1617-425/+435
| | | | | | | | - Fix memory errors found by valgrind - Remove multi_glob() and empower parse_file_seq() to do its job: the goal here is to remove the confusing reverse/re-reverse we do on the file lists: needed for future fixes. - Add a prefix arg to parse_file_seq() - Make concat() variadic so it can take arbitrary #'s of strings
* *** empty log message ***eliz2009-09-141-0/+5
|
* * w32/subproc/sub_proc.c (process_begin): Check *ep non-NULLeliz2009-09-141-6/+7
| | | inside the loop that looks up environment for PATH.
* - Fix Savannah bug #21824: don't loop through NULL cmds pointerpsmith2009-09-123-9/+25
| | | - Fix Savannah bugs #24509, 18963: doc enhancements