Home | History | Annotate | Download | only in include
History log of /src/include/monetary.h
RevisionDateAuthorComments
 1.5  30-Oct-2024  riastradh Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.

Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default when
no other _*_SOURCE macros are defined; header files that check for
_POSIX_C_SOURCE might miss _XOPEN_SOURCE, which is supposed to imply
a corresponding _POSIX_C_SOURCE.

PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
 1.4  08-Dec-2019  kre branches: 1.4.10;

PR lib/54744 (bruno@haible.de)

Add missing __END_DECLS for C++ compiles.

XXX pullup -9 XXX pullup -8 (bug not present in -7).
 1.3  16-Aug-2017  joerg branches: 1.3.4; 1.3.6;
Add missing strfmon_l. Noticed by Bruno Haible. Add test case.
 1.2  21-Sep-2008  christos branches: 1.2.6; 1.2.56;
add missing attributes to the remaining calls, even the ones that gcc has
builtin attributes for (for symmetry and consistency). In the future this
might change to use compiler-neutral macros. On the other hand I don't
know of any other compiler that provides other macros with similar
functionality, so why bother?
 1.1  03-Apr-2005  christos Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantage
of the getpwent_r bump.
 1.2.56.2  08-Dec-2019  martin Pull up following revision(s) (requested by kre in ticket #1470):

include/monetary.h: revision 1.4

PR lib/54744 (bruno@haible.de)
Add missing __END_DECLS for C++ compiles.

XXX pullup -9 XXX pullup -8 (bug not present in -7).
 1.2.56.1  29-Aug-2017  martin Pull up following revision(s) (requested by joerg in ticket #215):
tests/lib/libc/locale/t_strfmon.c: revision 1.1
tests/lib/libc/locale/Makefile: revision 1.12
lib/libc/stdlib/strfmon.c: revision 1.11
distrib/sets/lists/debug/mi: revision 1.224
include/monetary.h: revision 1.3
distrib/sets/lists/tests/mi: revision 1.761
lib/libc/stdlib/strfmon.3: revision 1.6
lib/libc/stdlib/strfmon.3: revision 1.7
Add missing strfmon_l. Noticed by Bruno Haible. Add test case.
Typo fix.
 1.2.6.2  21-Sep-2008  christos add missing attributes to the remaining calls, even the ones that gcc has
builtin attributes for (for symmetry and consistency). In the future this
might change to use compiler-neutral macros. On the other hand I don't
know of any other compiler that provides other macros with similar
functionality, so why bother?
 1.2.6.1  21-Sep-2008  christos file monetary.h was added on branch christos-time_t on 2008-09-21 16:59:47 +0000
 1.3.6.1  09-Dec-2019  martin Pull up following revision(s) (requested by kre in ticket #531):

include/monetary.h: revision 1.4

PR lib/54744 (bruno@haible.de)

Add missing __END_DECLS for C++ compiles.

XXX pullup -9 XXX pullup -8 (bug not present in -7).
 1.3.4.1  08-Apr-2020  martin Merge changes from current as of 20200406
 1.4.10.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed