summaryrefslogtreecommitdiff
path: root/tests/scripts/functions
Commit message (Expand)AuthorAgeFilesLines
* Adjust output strings to be alignedPaul Smith2023-04-021-1/+1
* Clean up memory leak warnings from ASAN and ValgrindPaul Smith2023-04-012-2/+4
* [SV 17448] Ignore whitespace around $(file ...) namesPaul Smith2023-01-081-1/+11
* [SV 62654] Support GNU Make on z/OSPaul Smith2023-01-081-1/+3
* Convert references from "GNU make" to "GNU Make"Paul Smith2023-01-012-2/+2
* Apply spelling fixes discovered by CodespellPaul Smith2022-12-311-1/+1
* tests [WINDOWS32]: Support Strawberry Perl on WindowsPaul Smith2022-12-201-1/+1
* Fix issues found by ASAN and CoverityPaul Smith2022-10-311-2/+3
* Always restore global environ if we use vforkPaul Smith2022-09-251-0/+9
* [SV 63040] shell: Fall back to the callers environmentPaul Smith2022-09-101-0/+16
* [SV 63016] Don't fail exporting to $(shell ...)Paul Smith2022-09-081-0/+10
* Rework output sync to lock a temp file on POSIXPaul Smith2022-08-301-2/+4
* Support implementing the jobserver using named pipesPaul Smith2022-08-021-1/+18
* Ensure that MAKEFLAGS is set when invoking $(shell ...)Paul Smith2022-07-301-0/+15
* [SV 10593] Export variables to $(shell ...) commandsPaul Smith2022-07-091-4/+51
* Don't write $(shell ...) stdout to stderr on failurePaul Smith2022-02-061-7/+15
* * src/function.c (parse_textint): Handle ints without 0 properly.Jouke Witteveen2022-01-171-4/+7
* Remove arbitrary limits on intcmp integersPaul Eggert2021-12-191-7/+16
* Use a well-known error string for out-of-bound function argumentsPaul Smith2021-12-192-15/+15
* Convert word, wordlist, and intcmp functions to use long longPaul Smith2021-11-282-39/+47
* Introduce $(intcmp ...) for numerical comparisonJouke Witteveen2021-11-281-0/+54
* Use strtol() instead of atoi()Jouke Witteveen2021-11-281-3/+9
* Fix build and test issues on WindowsPaul Smith2021-03-281-2/+3
* [SV 58497] Ensure $(file <) newline removal succeedsPaul Smith2021-03-151-0/+70
* Create $(let ...) providing lexically scoped variablesJouke Witteveen2020-12-061-0/+110
* [SV 59093] Rewrite filter/filter-out to avoid large stack usagePaul Smith2020-11-131-0/+16
* tests: Simplify customization of %ENVPaul Smith2020-04-013-19/+15
* Port functions/shell test to Solaris 10Paul Eggert2019-10-101-1/+6
* * tests/scripts/functions/wildcard: Skip slash tests for local glob.Paul Smith2019-10-051-45/+51
* tests: Convert %CONFIG_FLAGS to get_config()Paul Smith2019-10-051-1/+1
* * tests/scripts/function/guile: Valgrind doesn't work with Guile.Paul Smith2019-09-211-0/+3
* * tests/scripts/functions/shell: Detect correct SHELLSTATUS code.Paul Smith2019-09-211-3/+13
* Refresh the test suite framework implementation.Paul Smith2019-09-161-1/+1
* * tests/scripts/functions/wildcard: Skip dangling symlink test.Paul Smith2019-09-071-3/+6
* * src/dir.c (dir_setup_glob): Initialize unused gl_offs.Paul Smith2019-09-071-4/+56
* * src/read.c (parse_file_seq): [SV 52076] Don't reverse glob() results.Paul Smith2019-09-021-44/+19
* * tests/scripts/functions/wildcard: [SV 52018] Test dangling symlink.Paul Smith2018-08-041-3/+12
* * lib/glob.c (glob_in_dir): [SV 53465] Allow symlinks to directories.Paul Smith2018-08-041-0/+15
* Clean up errors for invalid commands and add regression tests.Paul Smith2018-08-041-2/+8
* Update regression tests for Windows.Paul Smith2018-07-021-11/+11
* * function.c (shell_completed): [SV 51014] Add signal to .SHELLSTATUSPaul Smith2017-07-011-0/+7
* Add test suite support to WindowsPaul Smith2017-06-044-43/+62
* Portability changes for the test suite.Paul Smith2016-12-262-15/+3
* [SV 20513] Un-escaped # are not comments in function invocationsPaul Smith2016-12-262-4/+16
* [SV 46433] Show recipe line offsets in line number messages.Paul Smith2016-04-113-12/+41
* [SV 46995] Strip leading/trailing space from variable namesPaul Smith2016-03-233-40/+44
* * function.c (func_file): Support reading from files.Paul Smith2016-03-211-0/+43
* [SV 28092] Preserve the exit status of the $(shell...) function.Paul Smith2015-07-121-2/+17
* [SV 41983] Support omitting the text argument to $(file ...)Paul Smith2014-07-071-0/+17
* Expand the loadable object support.Paul Smith2013-02-251-2/+6