repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
quotearg
blob
6f5356dcc66095a3dde3f196ba4c83114beeebb2
1
Description:
2
Quote arguments for use in error messages.
3
4
Files:
5
lib/quotearg.h
6
lib/quotearg.c
7
lib/quote.h
8
m4/mbstate_t.m4
9
m4/mbrtowc.m4
10
m4/quotearg.m4
11
12
Depends-on:
13
attribute
14
c-strcaseeq
15
extensions
16
gettext-h
17
mbrtowc
18
mbsinit
19
memcmp
20
minmax
21
quotearg-simple
22
localcharset
23
stdbool
24
stdint
25
wchar
26
wctype-h
27
xalloc
28
29
configure.ac:
30
gl_QUOTEARG
31
32
Makefile.am:
33
lib_SOURCES += quotearg.c
34
35
Include:
36
"quotearg.h"
37
38
Link:
39
$(LIB_MBRTOWC)
40
41
License:
42
GPL
43
44
Maintainer:
45
Paul Eggert