summaryrefslogtreecommitdiff
path: root/src/makeint.h
Commit message (Expand)AuthorAgeFilesLines
* [SV 63219] Support an "unload" function for loaded objectsPaul Smith2023-05-141-0/+1
* Remove the "preview" status from the loaded object featurePaul Smith2023-05-071-1/+0
* Add support for .WARNINGS special variablePaul Smith2023-04-021-0/+5
* Introduce a --warn command line optionPaul Smith2023-04-011-2/+2
* Clean up expand.cPaul Smith2023-03-261-1/+4
* * src/expand.c (swap_variable_buffer): Swap two variable buffersPaul Smith2023-03-261-0/+4
* Clean up some preprocessor operationsPaul Smith2023-01-161-9/+9
* Use MK_OS_OS2 macro instead of __EMX__Paul Smith2023-01-161-2/+6
* Rename WINDOWS32 macro to MK_OS_W32Paul Smith2023-01-151-4/+4
* Rename VMS macro to MK_OS_VMSPaul Smith2023-01-151-9/+10
* * src/makeint.h [CYGWIN]: Use pipe mode for the jobserverPaul Smith2023-02-191-2/+5
* * src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don't redefine.Paul Smith2023-02-191-1/+3
* Allow jobserver style to be forced to "pipe"Paul Smith2023-02-191-0/+11
* [SV 62654] Support GNU Make on z/OSPaul Smith2023-01-081-0/+5
* Create src/mkcustom.h which is included by config.hPaul Smith2023-01-081-39/+0
* Include <strings.h> globallyPaul Smith2023-01-081-2/+4
* Update the copyright year on all filesPaul Smith2023-01-011-1/+1
* [SV 63552] Change directories before constructing include pathsPaul Smith2022-12-241-2/+2
* [SV 63537] Fix setting -w in makefilesDmitry Goncharov2022-12-181-1/+2
* [SV 63516] [DOS] Support include files with drivespecsPaul Smith2022-12-181-2/+14
* [SV 63417] Ensure global .NOTINTERMEDIATE disables all intermediatesDmitry Goncharov2022-11-281-0/+2
* [SV 63347] Always add command line variable assignments to MAKEFLAGSDmitry Goncharov2022-11-281-1/+5
* * src/rule.c (get_rule_defn): Don't use STRING_SIZE_TUPLE in mempcpyPaul Smith2022-10-231-0/+2
* Provide a maintainer-only debug methodPaul Smith2022-10-231-0/+4
* Set PATH_MAX on systems without a default valuePaul Smith2022-10-221-4/+5
* Update URLs to use https rather than httpPaul Smith2022-10-181-1/+1
* Rework temp file handling to avoid GNU libc warningsPaul Smith2022-10-181-1/+10
* Add ISDIRSEP() helper macro and use itPaul Smith2022-10-181-0/+2
* Use (void) rather than () in function declarationsPaul Smith2022-10-151-6/+6
* [SV 63157] Ensure temporary files are removed when signaledPaul Smith2022-10-151-0/+1
* Set the proper type for variables set in signal handlersPaul Smith2022-10-151-1/+1
* Support systems with 32-bit long and 64-bit time_tPaul Eggert2022-10-031-3/+19
* Implement a simple xorshift 32bit random number generatorPaul Smith2022-10-011-0/+2
* Provide new functions to convert long long to stringPaul Smith2022-09-251-8/+2
* * src/misc.c (strncasecmp): Use size_t for length to match std.Paul Smith2022-09-251-1/+1
* Fix compiler warnings in the MS-Windows build.Eli Zaretskii2022-09-251-0/+8
* [SV 63045] Reload each intact unloaded shared objectDmitry Goncharov2022-09-121-2/+4
* Rework output sync to lock a temp file on POSIXPaul Smith2022-08-301-0/+2
* Add get_tmpfd() and allow anonymous temp filesPaul Smith2022-08-301-0/+1
* Enhance get_tmpfile() and add get_tmppath()Paul Smith2022-08-021-1/+2
* Disable the jobserver in non-recursive childrenPaul Smith2022-07-301-0/+3
* Take advantage of mempcpy() and stpcpy()Paul Smith2022-07-301-0/+5
* getloadavg: Remove support for privileged invocationPaul Smith2022-07-091-4/+0
* Run autoupdate and clean up autoconf usagePaul Smith2022-07-091-12/+2
* [SV 62514] Honor command line interface flagsDmitry Goncharov2022-07-091-1/+0
* * src/misc.c (make_toui): Parse a string into an unsigned intPaul Smith2022-06-041-0/+1
* * src/misc.c (make_pid): A function to return the PIDPaul Smith2022-06-041-0/+1
* Ensure buffers are large enough for integer valuesPaul Smith2022-02-211-1/+1
* * <all>: Update copyright notices.Paul Smith2022-02-101-1/+1
* * src/makeint.h: Compute INTSTR_LENGTH based on size of intmax_tPaul Smith2021-12-191-3/+10