Age | Commit message (Expand) | Author | Files | Lines |
2013-11-24 | * load.c (load_file): Reset the name length minus the symbol. | Paul Smith | 1 | -0/+1 |
2013-11-24 | * read.c (unescape_char): Use memmove() for overlapping memory. | Paul Smith | 1 | -2/+2 |
2013-11-24 | Fix memory leak during environment option decoding. | Paul Smith | 1 | -10/+11 |
2013-11-24 | [SV 40226] Add a new type of switch: single-string options | Paul Smith | 1 | -71/+49 |
2013-11-23 | * load.c: [SV 40515] Define RTLD_GLOBAL if not set. | Daniel Richard G | 1 | -0/+5 |
2013-11-23 | [SV 40361] Don't use vsnprintf(), which is an ISO C99 function. | Paul Smith | 22 | -384/+428 |
2013-10-27 | * makeint.h (STOP_SET): [SV 40371] Cast to unsigned char. | Paul Smith | 2 | -1/+15 |
2013-10-24 | Fix MS Visual Studio NET2003 build. | Gerte Hoogewerf | 1 | -2/+2 |
2013-10-23 | Fix SV bug #40227 with respect to stack size set for the MSVC build. | Christian Boos | 1 | -3/+3 |
2013-10-23 | Fix the MS-Windows build: now guile.c must always be compiled in. | Eli Zaretskii | 2 | -16/+3 |
2013-10-22 | Fix Savannah bug #31150 with failures due to setting window title. | Eli Zaretskii | 1 | -1/+0 |
2013-10-22 | Fix Savannah bug 40241 with Unixy file names as commands to MSYS shell. | Eli Zaretskii | 1 | -4/+38 |
2013-10-20 | * glob.c (glob) [SV 18123]: Cherry-pick glibc fix | Paul Smith | 2 | -0/+11 |
2013-10-20 | * read.c (record_files): [SV 33034] Change fatal() to error() | Paul Smith | 2 | -12/+9 |
2013-10-20 | * README.git: Add some missing release steps. | Paul Smith | 1 | -19/+26 |
2013-10-19 | [SV 40240] Use configure info to build load test shared libs | Paul Smith | 7 | -8/+38 |
2013-10-19 | * maintMakefile (checkcfg.%): Add testing of build.sh | Paul Smith | 2 | -3/+10 |
2013-10-19 | [SV 40254] Modify build.sh to work properly with Guile support. | Paul Smith | 4 | -11/+18 |
2013-10-19 | * maintMakefile: Accept variable overrides from the environment. | Paul Smith | 1 | -4/+12 |
2013-10-19 | * NEWS: Fix version so we can build a distfile. | Paul Smith | 1 | -1/+1 |
2013-10-19 | * read.c (eval): Avoid GCC warning to add braces. | Paul Smith | 1 | -8/+9 |
2013-10-19 | * GNUMAKEFLAGS: Remove -O so it passes in NO_OUTPUT_SYNC mode. | Paul Smith | 1 | -2/+2 |
2013-10-18 | Fix initialization of stringlist variables for jobserver_fds and sync_mutex. | Christian Boos | 1 | -4/+6 |
2013-10-18 | Fix MinGW64 problem with non-compliant vsnprintf. | Eli Zaretskii | 1 | -0/+6 |
2013-10-18 | Fix the MSVC build on MS-Windows. | Eli Zaretskii | 2 | -1/+5 |
2013-10-13 | [SV 40139] Modify "missing separator" for better translation | Paul Smith | 1 | -3/+4 |
2013-10-13 | Add support for updating the GNU make web pages. | Paul Smith | 3 | -10/+70 |
2013-10-13 | Convert to auto-generated ChangeLog files. | Paul Smith | 10 | -125/+43 |
2013-10-13 | Set up for the next release. | Paul Smith | 2 | -2/+9 |
2013-10-09 | GNU Make release 4.0.4.0 | Paul Smith | 5 | -9/+34 |
2013-10-09 | [SV 39709] Fix some typos. | Paul Smith | 5 | -11/+15 |
2013-10-07 | Untabify posixfcn.c. | Eli Zaretskii | 1 | -163/+163 |
2013-10-07 | Foix compilation with MSVC. | Eli Zaretskii | 2 | -9/+17 |
2013-10-05 | Clean up some tests for use on Windows. | Paul Smith | 4 | -110/+121 |
2013-10-05 | Sanitize the registered function interface. | Paul Smith | 11 | -49/+143 |
2013-10-03 | function.c (abspath): Reset root_len to one for Cygwin only when | Eli Zaretskii | 2 | -1/+6 |
2013-10-02 | Fix tmpfile on MS-Windows. | Eli Zaretskii | 2 | -0/+103 |
2013-10-02 | Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect. | Eli Zaretskii | 2 | -4/+21 |
2013-10-01 | Release GNU Make version 3.99.93.3.99.93 | Paul Smith | 3 | -3/+8 |
2013-09-30 | Fix portability issues for Guile 1.8. | Paul Smith | 4 | -7/+14 |
2013-09-30 | Final fixes for obscure output-sync errors. | Paul Smith | 4 | -62/+72 |
2013-09-30 | Fixes for building with MSVC. | Paul Smith | 4 | -6/+21 |
2013-09-30 | Solaris /bin/sh can't handle multiple options ("-e -c"). | Paul Smith | 3 | -3/+21 |
2013-09-29 | Fix build failures on EMX for output-sync support. | Paul Smith | 5 | -12/+17 |
2013-09-29 | Portability for Guile 1.8. Force UTF-8 encoding. | Paul Smith | 4 | -32/+27 |
2013-09-29 | Reset GNUMAKEFLAGS after parsing. | Paul Smith | 6 | -8/+52 |
2013-09-23 | Rename dash-w to print-directory. | Paul Smith | 2 | -0/+6 |
2013-09-23 | Fix broken w32 build due to OUTPUT_SYNC -> NO_OUTPUT_SYNC inversion. | Eli Zaretskii | 3 | -3/+9 |
2013-09-23 | Release GNU Make version 3.99.92.3.99.92 | Paul Smith | 3 | -25/+28 |
2013-09-22 | [SV 31155] Parse order-only tokens in second expansion results. | Paul Smith | 4 | -11/+48 |