1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-06-09 19:20:43 +00:00

Update to the latest GNU Portability Library release

This commit is contained in:
John Zaitseff 2017-05-17 09:25:14 +10:00
parent bb06d81534
commit a315d2bae9
3 changed files with 11 additions and 1 deletions

8
lib/.gitignore vendored
View File

@ -1,5 +1,6 @@
Makefile.am
/_Noreturn.h
/btowc.c
/c-ctype.c
/c-ctype.h
@ -9,6 +10,11 @@ Makefile.am
/config.charset
/crc.c
/crc.h
/getopt-cdefs.in.h
/getopt-core.h
/getopt-ext.h
/getopt-pfx-core.h
/getopt-pfx-ext.h
/getopt.c
/getopt.in.h
/getopt1.c
@ -30,6 +36,8 @@ Makefile.am
/localcharset.c
/localcharset.h
/locale.in.h
/localtime-buffer.c
/localtime-buffer.h
/mbrtowc.c
/mbsinit.c
/mbsrtowcs-impl.h

2
m4/.gitignore vendored
View File

@ -2,6 +2,7 @@
/absolute-header.m4
/assert.m4
/btowc.m4
/builtin-expect.m4
/codeset.m4
/config-h.m4
/configmake.m4
@ -40,6 +41,7 @@
/locale-ja.m4
/locale-zh.m4
/locale_h.m4
/localtime-buffer.m4
/lock.m4
/longlong.m4
/mbrtowc.m4

View File

@ -1,4 +1,4 @@
# Copyright (C) 2002-2016 Free Software Foundation, Inc.
# Copyright (C) 2002-2017 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by