Mercurial > bcc
changeset 10:9ab498c63f57 2.0.0
misc: update before 2.0.0
author | David Demelier <markand@malikania.fr> |
---|---|
date | Tue, 13 Apr 2021 21:29:55 +0200 |
parents | ab5c41277358 |
children | 737e7df59283 |
files | CHANGES.md Makefile bcc.1 |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.md Mon Apr 12 20:23:55 2021 +0200 +++ b/CHANGES.md Tue Apr 13 21:29:55 2021 +0200 @@ -1,7 +1,7 @@ bcc CHANGES =========== -bcc 2.0.0 -- +bcc 2.0.0 -- 2021-04-13 ----------------------- - Use `unsigned char` only.
--- a/Makefile Mon Apr 12 20:23:55 2021 +0200 +++ b/Makefile Tue Apr 13 21:29:55 2021 +0200 @@ -1,5 +1,5 @@ # -# Makefile -- basic makefile for bcc +# Makefile -- basic Makefile for bcc # # Copyright (c) 2020-2021 David Demelier <markand@malikania.fr> # @@ -27,7 +27,7 @@ BINDIR= ${PREFIX}/bin MANDIR= ${PREFIX}/share/man -VERSION= 1.0.0 +VERSION= 2.0.0 SRCS= bcc.c OBJS= ${SRCS:.c=.o}
--- a/bcc.1 Mon Apr 12 20:23:55 2021 +0200 +++ b/bcc.1 Tue Apr 13 21:29:55 2021 +0200 @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd October 21, 2020 +.Dd April 13, 2021 .Dt BCC 1 .Os .\" NAME @@ -76,7 +76,7 @@ .Sh EXAMPLES Create a static, const array from an image. .Bd -literal -offset indent -bcc -scu image.png image > image.h +bcc -sc image.png image > image.h .Ed .Pp Create a modifiable array from a text file as a NUL terminated string.