diff packages/language/c/libc/stdlib/current/ChangeLog @ 1722:d0cd03f9e00f

* src/strtoll.cxx, src/strtoull.cxx: New files. Support for long long string conversion. * cdl/stdlib.cdl (CYGFUN_LIBC_STDLIB_CONV_LONGLONG): New option to build above new files configurably. * include/atox.inl: Prototype new functions from above. Add atoll() inline.
author jlarmour
date Wed, 18 Aug 2004 14:12:18 +0000
parents 8e86927fb409
children e126375ffab7
line wrap: on
line diff
--- a/packages/language/c/libc/stdlib/current/ChangeLog
+++ b/packages/language/c/libc/stdlib/current/ChangeLog
@@ -1,3 +1,13 @@
+2004-08-18  Fredrik Hederstierna  <fredrik@wespot.com>
+2004-08-18  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* src/strtoll.cxx, src/strtoull.cxx: New files. Support for long long
+	string conversion.
+	* cdl/stdlib.cdl (CYGFUN_LIBC_STDLIB_CONV_LONGLONG): New option
+	to build above new files configurably.
+	* include/atox.inl: Prototype new functions from above. Add atoll()
+	inline.
+
 2004-02-17  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/rand.cxx (srand): Use correct thread data type.