summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SV 41983] Support omitting the text argument to $(file ...)Paul Smith2014-07-074-19/+41
* NMakefile.template ($(OUTDIR)/posixfcn.obj): Fix a typo.Jacques Germishuys2014-05-131-1/+1
* [SV 42249] Propagate correct rule status results.Paul Smith2014-05-012-41/+78
* * Rename MAP_PATHSEP to MAP_DIRSEP.Paul Smith2014-02-083-17/+17
* * configure.ac: Fixup for newer autoconf/automakePaul Smith2014-02-081-0/+4
* * output.c: Ensure space for final nul byte in fmtbuf.Ray Donnelly2014-02-081-5/+5
* Improve error reporting in the Windows port when env size is too large.Gisle Vanem2014-02-073-4/+11
* * job.c (set_child_handler_action_flags): [SV 41341]Paul Smith2014-02-011-4/+14
* * configure.ac: [SV 40790] Fix load autoconf variables.Alan Hourihane2014-01-201-6/+6
* Allow the EMX build to use output_sync.Pavel Fedin2014-01-171-14/+13
* * commands.c: [SV 40789] Remove unneeded header dlfcn.hPaul Smith2014-01-121-2/+0
* * main.c (die): Close output_context AND make_sync.Paul Smith2014-01-122-2/+14
* Fix .LIBPATTERNS for MS-Windows builds.Pavel Fedin2014-01-111-0/+2
* * w32/*: Remove TABs from the source code.Paul Smith2013-11-278-1291/+1291
* * main.c (decode_env_switches): Ensure we have enough space.Paul Smith2013-11-271-5/+4
* Solve some Windows build issues.Stephan T. Lavavej2013-11-273-5/+5
* * features/loadapi (test_expand): Allocate memory for the nul byte.Paul Smith2013-11-241-1/+1
* * load.c (load_file): Reset the name length minus the symbol.Paul Smith2013-11-241-0/+1
* * read.c (unescape_char): Use memmove() for overlapping memory.Paul Smith2013-11-241-2/+2
* Fix memory leak during environment option decoding.Paul Smith2013-11-241-10/+11
* [SV 40226] Add a new type of switch: single-string optionsPaul Smith2013-11-241-71/+49
* * load.c: [SV 40515] Define RTLD_GLOBAL if not set.Daniel Richard G2013-11-231-0/+5
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-2322-384/+428
* * makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.Paul Smith2013-10-272-1/+15
* Fix MS Visual Studio NET2003 build.Gerte Hoogewerf2013-10-241-2/+2
* Fix SV bug #40227 with respect to stack size set for the MSVC build.Christian Boos2013-10-231-3/+3
* Fix the MS-Windows build: now guile.c must always be compiled in.Eli Zaretskii2013-10-232-16/+3
* Fix Savannah bug #31150 with failures due to setting window title.Eli Zaretskii2013-10-221-1/+0
* Fix Savannah bug 40241 with Unixy file names as commands to MSYS shell.Eli Zaretskii2013-10-221-4/+38
* * glob.c (glob) [SV 18123]: Cherry-pick glibc fixPaul Smith2013-10-202-0/+11
* * read.c (record_files): [SV 33034] Change fatal() to error()Paul Smith2013-10-202-12/+9
* * README.git: Add some missing release steps.Paul Smith2013-10-201-19/+26
* [SV 40240] Use configure info to build load test shared libsPaul Smith2013-10-197-8/+38
* * maintMakefile (checkcfg.%): Add testing of build.shPaul Smith2013-10-192-3/+10
* [SV 40254] Modify build.sh to work properly with Guile support.Paul Smith2013-10-194-11/+18
* * maintMakefile: Accept variable overrides from the environment.Paul Smith2013-10-191-4/+12
* * NEWS: Fix version so we can build a distfile.Paul Smith2013-10-191-1/+1
* * read.c (eval): Avoid GCC warning to add braces.Paul Smith2013-10-191-8/+9
* * GNUMAKEFLAGS: Remove -O so it passes in NO_OUTPUT_SYNC mode.Paul Smith2013-10-191-2/+2
* Fix initialization of stringlist variables for jobserver_fds and sync_mutex.Christian Boos2013-10-181-4/+6
* Fix MinGW64 problem with non-compliant vsnprintf.Eli Zaretskii2013-10-181-0/+6
* Fix the MSVC build on MS-Windows.Eli Zaretskii2013-10-182-1/+5
* [SV 40139] Modify "missing separator" for better translationPaul Smith2013-10-131-3/+4
* Add support for updating the GNU make web pages.Paul Smith2013-10-133-10/+70
* Convert to auto-generated ChangeLog files.Paul Smith2013-10-1310-125/+43
* Set up for the next release.Paul Smith2013-10-132-2/+9
* GNU Make release 4.0.Paul Smith2013-10-095-9/+34
* [SV 39709] Fix some typos.Paul Smith2013-10-095-11/+15
* Untabify posixfcn.c.Eli Zaretskii2013-10-071-163/+163
* Foix compilation with MSVC.Eli Zaretskii2013-10-072-9/+17