]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/ChangeLog
Switch to full JavaSE-11+ compatibility
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / c99_snprintf / c99-snprintf_1.1 / ChangeLog
1 2008-01-20  Holger Weiss <holger@jhweiss.de>
2
3         * configure.ac, snprintf.c: Release 1.1.
4
5 2008-01-20  Holger Weiss <holger@jhweiss.de>
6
7         * snprintf.c: Fix typo (INTMAX_MAX vs. UINTMAX_MAX).
8
9 2008-01-19  Holger Weiss <holger@jhweiss.de>
10
11         * snprintf.c: If lc->thousands_sep is a NULL pointer, use ",".
12
13 2008-01-19  Holger Weiss <holger@jhweiss.de>
14
15         * snprintf.c: Make sure the value returned by getexponent() will be
16         in the range of -99 to 99 under all circumstances and omit the now
17         completely redundant checks for overflow of the econvert buffer
18         (which holds the exponent).
19
20 2008-01-19  Holger Weiss <holger@jhweiss.de>
21
22         * snprintf.c: In printsep(), make sure that lc->thousands_sep is
23         not a NULL pointer before using it.  Also, if it points to a
24         multi-character separator, simply call OUTCHAR() for each
25         character; using fmtstr() in this case (as we did before) doesn't
26         gain anything.
27
28 2008-01-16  Holger Weiss <holger@jhweiss.de>
29
30         * snprintf.c: Fix the infinity detection on IRIX (and possibly
31         other systems).
32
33 2008-01-12  Holger Weiss <holger@jhweiss.de>
34
35         * snprintf.c: Minor comment fixes.
36
37 2008-01-12  Holger Weiss <holger@jhweiss.de>
38
39         * snprintf.c: Setting *overflow to 1 in cast() was redundant as
40         returning INTMAX_MAX signals overflow already (a regular conversion
41         to INTMAX_MAX is not supported).
42
43 2008-01-11  Holger Weiss <holger@jhweiss.de>
44
45         * test.sh: Don't force strict C89, as we want to test "long long"
46         support, for example.
47
48 2008-01-06  Holger Weiss <holger@jhweiss.de>
49
50         * ChangeLog: Release 1.0.
51
52 2008-01-06  Holger Weiss <holger@jhweiss.de>
53
54         * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
55         autogen.sh, configure.ac, example.c, snprintf.c, system.h, test.sh,
56         m4/snprintf.m4: Initial revision
57