The dietlibc rpms
Find a file
ensc ddfc4b59ef This patch adds support for uppercase 'F' and 'G' printf format specifiers.
It fixes handling of -INF values in __dtostr() too; previously, there
    was
| unsigned int i; | if ((i=isinf(d))) return
    copystring(buf,maxlen,i>0?"inf":"-inf"); ~~~ which evaluated to true
    everytime. The copystring() function worked for 3-letter words only but
    not for '-inf'.
The last argument of __dtostr() was changed from a boolean flag to a
    bitmask. Bit 0 encodes 'g' or 'f', and bit 1 lower-/uppercase. There
    should be probably added some macros for them; for now, these values
    are used directly.
Please note that this might affect other applications (liblowfat?) too
    which are using __dtostr().
2008-04-13 13:43:05 +00:00
.cvsignore updated to CVS snapshot 20080409 2008-04-12 09:04:48 +00:00
dietlibc-0.28-setpriority.patch made nice(2) SUSv3 compliantly on x86_64 and other platforms (patch 2005-03-04 21:44:44 +00:00
dietlibc-0.29-nostackprotector.patch remove '-fstack-protector' from CLI because it uses __stack_chk_fail which 2005-10-30 14:15:03 +00:00
dietlibc-0.29-scall.patch updated to 0.29 2005-05-24 11:20:05 +00:00
dietlibc-0.30-longdouble.patch Apply GCC PR26374 workaround; enable build on PPC 2007-01-17 00:45:12 +00:00
dietlibc-0.31-defpath.patch initial checkin 2007-09-01 12:34:41 +00:00
dietlibc-0.31-pagesize.patch This patch adds support for dynamic PAGE_SIZE values to 'dietlibc'. It is a 2008-04-13 13:20:03 +00:00
dietlibc-0.31-printFG.patch This patch adds support for uppercase 'F' and 'G' printf format specifiers. 2008-04-13 13:43:05 +00:00
dietlibc-0.31-stacksmash-dyn.patch initial checkin 2007-09-01 12:34:41 +00:00
dietlibc-0.31-stacksmash.patch initial checkin 2007-09-01 12:34:41 +00:00
dietlibc-0.31.20080212-teststdout.patch initial checkin 2008-02-13 17:52:03 +00:00
dietlibc.spec updated to CVS snapshot 20080409 2008-04-12 09:04:48 +00:00
lastver initial checkin 2007-09-01 12:34:41 +00:00
Makefile added 'cvs-sources' target 2008-02-13 17:52:30 +00:00
runtests-X.sh fixup status output; made it a bash script 2008-02-13 21:06:05 +00:00
sources updated to CVS snapshot 20080409 2008-04-12 09:04:48 +00:00
verinfo initial checkin 2007-09-01 12:34:41 +00:00