diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2005-11-17 07:27:28 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2005-11-17 07:27:28 +0000 |
commit | 1fd3f9d79cdf3f03450129020d3310b726003ed3 (patch) | |
tree | 8a1869edb1370956940a676841a3a2048a51c6e3 /ChangeLog | |
parent | 3dd1faa5c849dbeb59a88653068c010699ce86f7 (diff) | |
download | gunmake-1fd3f9d79cdf3f03450129020d3310b726003ed3.tar.gz |
Implemented the flavor function which returns the flavor of
a variable ('simple', 'recursive', or 'undefined').
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-17 Boris Kolpackov <boris@kolpackov.net> + + * function.c (func_flavor): Implement the flavor function which + returns the flavor of a variable. + * doc/make.texi (Functions for Transforming Text): Document it. + * NEWS: Add it to the list of new functions. + 2005-11-14 Boris Kolpackov <boris@kolpackov.net> * read.c (construct_include_path): Set the .INCLUDE_DIRS special |