From 01d09928193925c95794332cbd4a9316f4dea466 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 11 Nov 2018 21:27:21 -0500 Subject: Add inflateCopy.3 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ba5e8d..121054e 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ MAN += deflateSetDictionary.3 MAN += deflateSetHeader.3 MAN += deflateTune.3 MAN += inflate.3 +MAN += inflateCopy.3 MAN += inflateEnd.3 MAN += inflateGetDictionary.3 MAN += inflateInit.3 -- cgit 1.4.1 > dontfiles
summary refs log tree commit diff
path: root/bin/dash/src/cd.h (unfollow)
Commit message (Collapse)Author
2021-01-09Add c -t flag to print expression typeJune McEnroe
Also add missing float case.
2021-01-05Update taglineJune McEnroe