]> git.ipfire.org Git - thirdparty/make.git/commit
Sanitize the registered function interface.
authorPaul Smith <psmith@gnu.org>
Sat, 5 Oct 2013 20:10:30 +0000 (16:10 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 5 Oct 2013 20:10:30 +0000 (16:10 -0400)
commit2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9
tree7bd7b902fd68f6df94c90d7544184067031a2502
parentf96c114e22c26dbcd18b7c16590b5e0ef0c58fe9
Sanitize the registered function interface.

Expand the characters which are legal in a function name, and check
the name for validity.  Create a type for the function pointer.
Convert the last argument from a boolean to flags, to allow for expansion.
ChangeLog
doc/make.texi
function.c
gnumake.h
guile.c
loadapi.c
main.c
makeint.h
tests/ChangeLog
tests/scripts/features/loadapi
variable.h