summaryrefslogtreecommitdiff
path: root/src/expand.c
Commit message (Expand)AuthorAgeFilesLines
* [SV 64124] Avoid use-after-free in expand_variable_buf()Dmitry Goncharov2023-04-301-3/+13
* Adjust output strings to be alignedPaul Smith2023-04-021-1/+1
* Add support for .WARNINGS special variablePaul Smith2023-04-021-0/+1
* Clean up memory leak warnings from ASAN and ValgrindPaul Smith2023-04-011-2/+6
* Create helper functions for pushing file contextsPaul Smith2023-04-011-26/+7
* Add functions to directly expand variables by namePaul Smith2023-04-011-17/+80
* Clean up expand.cPaul Smith2023-03-261-48/+40
* * src/expand.c (swap_variable_buffer): Swap two variable buffersPaul Smith2023-03-261-48/+51
* Ensure variable_buffer is always nul-terminatedPaul Smith2023-03-261-19/+19
* Update the copyright year on all filesPaul Smith2023-01-011-1/+1
* Update URLs to use https rather than httpPaul Smith2022-10-181-1/+1
* [SV 63040] shell: Fall back to the callers environmentPaul Smith2022-09-101-1/+14
* [SV 63016] Don't fail exporting to $(shell ...)Paul Smith2022-09-081-1/+12
* Take advantage of mempcpy() and stpcpy()Paul Smith2022-07-301-2/+1
* * <all>: Update copyright notices.Paul Smith2022-02-101-1/+1
* Ensure variable_buffer is always set.Paul Smith2021-03-151-4/+5
* Update copyright statements for 2020Paul Smith2020-01-031-1/+1
* Update copyright statements for 2019Paul Smith2019-05-191-1/+1
* Resolve most of the Windows Visual Studio warnings.Paul Smith2018-07-021-15/+15
* * all: Update Copyright statements for 2018Paul Smith2018-07-011-1/+1
* Rework directory structure to use GNU-recommended "src" directory.Paul Smith2017-11-191-0/+597