1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

c.lib 1.180 (23.10.2004)

- The printf() family now produces no output at all for %e, %f and %g if the
  floating point support code is disabled. Previously, a minimum field width
  specification could take effect, printing a series of 0 or blank space
  characters where no output should have been produced.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14756 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-10-23 16:38:18 +00:00
parent 95f0617964
commit a7bac89279
19 changed files with 65 additions and 59 deletions

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "amiga.lib 1.179"
#define VSTRING "amiga.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "amiga.lib 1.180"
#define VSTRING "amiga.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "c.lib 1.179"
#define VSTRING "c.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: c.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "c.lib 1.180"
#define VSTRING "c.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: c.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,3 +1,11 @@
c.lib 1.180 (23.10.2004)
- The printf() family now produces no output at all for %e, %f and %g if the
floating point support code is disabled. Previously, a minimum field width
specification could take effect, printing a series of 0 or blank space
characters where no output should have been produced.
c.lib 1.179 (22.10.2004)
- The scanf() family no longer assumes that a leading '0' indicates that the

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "debug.lib 1.179"
#define VSTRING "debug.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "debug.lib 1.180"
#define VSTRING "debug.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "m.lib 1.179"
#define VSTRING "m.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: m.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "m.lib 1.180"
#define VSTRING "m.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: m.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "m881.lib 1.179"
#define VSTRING "m881.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "m881.lib 1.180"
#define VSTRING "m881.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "net.lib 1.179"
#define VSTRING "net.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "net.lib 1.180"
#define VSTRING "net.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,4 +1,9 @@
c.lib 1.179 (22.10.2004)
c.lib 1.180 (23.10.2004)
- The printf() family now produces no output at all for floating point
numbers (%e, %f and %g) if the floating point support code is disabled.
In previous versions of the library some output (series of 0 or blank
space characters) could still be produced.
- The scanf() family no longer ignores a conversion request of
type '%x' (hexadecimal) and treats the number to be processed

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "stack.lib 1.179"
#define VSTRING "stack.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "stack.lib 1.180"
#define VSTRING "stack.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180

View File

@ -1,5 +1,5 @@
/*
* $Id: stdio_vfprintf.c,v 1.5 2004-09-10 07:39:19 obarthel Exp $
* $Id: stdio_vfprintf.c,v 1.6 2004-10-23 16:38:18 obarthel Exp $
*
* :ts=4
*
@ -979,15 +979,8 @@ vfprintf(FILE * stream,const char * format, va_list arg)
else
(void)va_arg(arg, double);
#ifndef NDEBUG
{
output_buffer = "*FLOATING POINT NUMBER*";
output_len = strlen(output_buffer);
}
#endif /* NDEBUG */
CLEAR_FLAG(format_flags,FORMATF_ProduceSign);
CLEAR_FLAG(format_flags,FORMATF_ProduceSpace);
minimum_field_width = 0;
format_flags = 0;
}
#endif /* FLOATING_POINT_SUPPORT */
}

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 179
#define DATE "22.10.2004"
#define VERS "unix.lib 1.179"
#define VSTRING "unix.lib 1.179 (22.10.2004)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.179 (22.10.2004)"
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "unix.lib 1.180"
#define VSTRING "unix.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.180 (23.10.2004)"

View File

@ -1 +1 @@
179
180