diff options
author | Adrian Thurston <thurston@complang.org> | 2014-07-01 12:37:27 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2014-07-01 12:37:27 -0400 |
commit | 24f78f17dff8d41d2e018ac8f56e1fe2eeb7d281 (patch) | |
tree | 162e7098228e590b2200d7eae9d0db2d30b94d07 /.gitignore | |
parent | 8f6c1cef9befbdfaef6e2a6601566187fadda235 (diff) | |
download | colm-24f78f17dff8d41d2e018ac8f56e1fe2eeb7d281.tar.gz |
meaning of push/pop in list functions changed
* The push and pop functions now alter the head of the list.
* Renamed append/remove_end to push_end/pop_end.
* Added push_head and pop_head.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,5 @@ /config.log /config.status /Makefile +/compile +/test-driver |