Mercurial > ecos
diff packages/language/c/libc/stdio/current/ChangeLog @ 1721:2c111aea4d06
* cdl/stdio.cdl (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE): Only use
CYGDAT_IO_SERIAL_TTY_CONSOLE if set.
* src/input/vfscanf.cxx (vfscanf): Add long long and long double
support.
* cdl/stdio.cdl (CYGFUN_LIBC_STDIO_LONGLONG): Make it a new option.
| author | jlarmour |
|---|---|
| date | Wed, 18 Aug 2004 14:11:59 +0000 |
| parents | 71a39e52b020 |
| children | 4643fc05d753 |
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,15 @@ +2004-08-18 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/stdio.cdl (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE): Only use + CYGDAT_IO_SERIAL_TTY_CONSOLE if set. + +2004-08-18 Fredrik Hederstierna <fredrik@wespot.com> +2004-08-18 Jonathan Larmour <jifl@eCosCentric.com> + + * src/input/vfscanf.cxx (vfscanf): Add long long and long double + support. + * cdl/stdio.cdl (CYGFUN_LIBC_STDIO_LONGLONG): Make it a new option. + 2004-08-16 Oyvind Harboe <oyvind.harboe@zylin.com> * src/common/stream.cxx (read): fixed performance problem with
