Enrico Scholz
f2e3c0ca3e
- further ARM fixes
...
- global fixes for utime(2), fadvise*(2)
2011-02-20 16:21:54 +01:00
Dennis Gilmore
7c1ee801ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 07:49:21 -06:00
Enrico Scholz
6e9794c707
added common alarm(2) implementation
2011-01-14 21:29:01 +01:00
Enrico Scholz
b92a8e93a6
- replaced all the single patches with a big one from
...
https://github.com/ensc/dietlibc/commits/rebase
- various ARM-EABI fixes (667852)
2011-01-09 14:44:03 +01:00
Enrico Scholz
9c6a50d7ce
updated to 20101223 CVS snapshot
2010-12-24 13:23:45 +01:00
Enrico Scholz
1c6c4ec53c
whitespace cleanup
2010-12-24 13:23:16 +01:00
ensc
0d68259124
- added -static provides ( #609606 )
...
- use %%apply, not %%patch
- updated %%release_func macro
2010-07-09 08:17:59 +00:00
ensc
6153cd4d78
updated
2009-07-25 14:52:48 +00:00
Jesse Keating
6e4df79732
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-24 20:15:23 +00:00
ensc
6309c04f31
updated
2009-03-01 12:42:34 +00:00
ensc
4c54bbeedc
updated
2009-03-01 12:26:20 +00:00
ensc
851a42ec6d
updated
2009-03-01 12:00:59 +00:00
ensc
defd35883b
updated
2009-03-01 11:53:24 +00:00
Jesse Keating
e644337fae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-24 11:46:39 +00:00
ensc
2faf846d2d
updated to 20081017 CVS snapshot
2008-10-18 17:06:02 +00:00
ensc
d5c4ed627d
fixed typo; reverted %if changes from last commit
2008-07-16 21:05:56 +00:00
Tom Callaway
e41dfb516a
fix license tag
2008-07-16 20:37:53 +00:00
ensc
1cfe6b6bbf
removed CVS tags
2008-06-21 14:57:08 +00:00
ensc
0abbcc0bac
- updated to 20080517 snapshot
...
- use patches from git repository
2008-05-18 10:16:45 +00:00
ensc
6b900f5b03
fixed __signalfd() prototype
2008-05-18 09:44:21 +00:00
ensc
cb07023084
added changelog entry
2008-04-19 16:26:41 +00:00
ensc
a63829de79
- removed debug stuff from specfile
...
- updated patches to work with new isinf() behavior of gcc 4.3
2008-04-13 22:57:58 +00:00
ensc
318d905e03
added -noreturn patch deactivated some debug code
2008-04-13 21:24:13 +00:00
ensc
d49ea1924d
added -implicitfunc patch
2008-04-13 20:38:13 +00:00
ensc
722e943974
more debugging...
2008-04-13 18:22:34 +00:00
ensc
066ee97d8d
further debugging...
2008-04-13 17:31:51 +00:00
ensc
4dc3f7fcbb
added debugging code for PPC
2008-04-13 17:09:37 +00:00
ensc
de70f517d9
- added patch for dynamic PAGE_SIZE support
...
- fixed/enhanced testsuite and removed the '|| :' in %%check
- improved/fixed floating point support *printf(3)
2008-04-13 14:18:39 +00:00
ensc
5465f6e346
updated to CVS snapshot 20080409
2008-04-12 09:04:48 +00:00
ensc
06eb0c7bcf
fixed CFLAGS for check
2008-02-22 17:59:12 +00:00
ensc
0b285b4227
fixed optimized memcpy(3)
2008-02-22 17:57:57 +00:00
ensc
2953d403af
- updated to CVS snapshot 20080221; removed most of the last patches as
...
they are now in upstream
- moved files into platform neutral /usr/lib dir (not using %%_lib or
%%_libdir macro)
- added -devel subpackage due to multiarch issues; main package contains
only the 'diet' binary plus some tools while -devel holds all the
header and object files.
2008-02-22 16:29:14 +00:00
ensc
a030bf001f
ok; was hard work, but it should build now...
2008-02-14 22:15:07 +00:00
ensc
f64111dd32
fixed big-endian problems in strcpy + strcmp
2008-02-14 21:51:41 +00:00
ensc
9c4dfc9262
added ulong patch
2008-02-14 20:39:31 +00:00
ensc
0136367ad4
added strlen patch; build testsuite with -fno-builtin
2008-02-14 16:31:20 +00:00
ensc
691bf7b3f0
BR gdb
2008-02-14 12:10:24 +00:00
ensc
0f8aeab54b
further hacks...
2008-02-14 11:49:42 +00:00
ensc
6aa347dbde
further tests...
2008-02-13 21:26:45 +00:00
ensc
fea4a802d0
added temporary code to trace down ppc problems
2008-02-13 21:11:20 +00:00
ensc
b0593e5c27
use --with dynamic + --with ssp constructs
2008-02-13 21:07:14 +00:00
ensc
18415a91b7
- updated to CVS snapshot 20080212
...
- fixed printf regression for '%+04i' style formats
- added %%check and run a testsuite; it does not succeed now so it is for
informational purposes only...
2008-02-13 17:54:35 +00:00
ensc
5106ea25cd
fixed typo
2007-09-01 13:22:12 +00:00
ensc
e182b8e14a
made binaries non-executable to avoid "No build ID note" errors
2007-09-01 13:20:41 +00:00
ensc
899a2daa2e
reenabled '-fno-stack-protector' for non-i386/x86_64 archs
2007-09-01 13:09:57 +00:00
ensc
1f3f73ff62
- updated to 0.31
...
- removed the no-stack-protector bits
- improved stack-smash code a little bit
- disabled dynamic lib for all arches
2007-09-01 12:35:38 +00:00
David Woodhouse
b3951c2923
bump release. 0.30-3.fc6 is already tagger for some reason
2007-01-17 01:02:35 +00:00
David Woodhouse
8ca44eddcb
It's 2007
2007-01-17 00:46:47 +00:00
David Woodhouse
e0571fb43f
Apply GCC PR26374 workaround; enable build on PPC
2007-01-17 00:45:12 +00:00
ensc
c7baf3fd04
reverted last commit; PPC builds are still broken
2006-10-08 15:35:58 +00:00