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
glob: merge from glibc with Zanella glob changes
[gnulib.git]
/
modules
/
localeconv
blob
a99d87811fb51bac24035770964459355032137b
1
Description:
2
localeconv() function: query locale dependent information for formatting
3
numbers.
4
5
Files:
6
lib/localeconv.c
7
m4/localeconv.m4
8
9
Depends-on:
10
locale
11
12
configure.ac:
13
gl_FUNC_LOCALECONV
14
if test $REPLACE_LOCALECONV = 1; then
15
AC_LIBOBJ([localeconv])
16
gl_PREREQ_LOCALECONV
17
fi
18
gl_LOCALE_MODULE_INDICATOR([localeconv])
19
20
Makefile.am:
21
22
Include:
23
<locale.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all