Commit graph

53 commits

Author SHA1 Message Date
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
ensc
56e8c1a3bd reenabled PPC 2006-10-08 15:13:09 +00:00
ensc
1798b6cf42 rebuilt 2006-09-15 06:23:01 +00:00
ensc
314daadcd4 - updated to 0.30
- removed cross-arch support
- disable (non-working) SSP support; enable old stackgap code instead of
2006-07-09 14:18:32 +00:00
ensc
3e59b46bce Exclude PPC arch due to strange compilation errors 2006-02-20 17:41:36 +00:00
ensc
6a7ed38f0e rebuilt for FC5 2006-02-18 09:35:47 +00:00
ensc
02a8b986e0 added '-fno-stack-protector' to the CFLAGS 2005-10-30 15:58:24 +00:00
ensc
5269040ab5 remove '-fstack-protector' from CLI because it uses __stack_chk_fail which
is not provided by dietlibc
2005-10-30 14:15:03 +00:00
ensc
926e7f17ac rebuild it; checked in the wrong .sources files :( 2005-05-26 05:19:25 +00:00
ensc
dcc722e220 fixed build with gcc4 2005-05-24 21:21:57 +00:00
ensc
75f3d6a76f updated to 0.29 2005-05-24 11:20:05 +00:00
ensc
14968de992 reverted change of Source1 again 2005-05-19 20:30:00 +00:00
ensc
73b7f495d3 - package some more %%doc files (reported by Chris Ricker)
- add %%release to the BuildRoot (reported by Chris Ricker)
- fixed URLs of the sources (reported by Chris Ricker)
2005-05-19 20:11:10 +00:00
ensc
8676bbb561 use %dist instead of %disttag 2005-05-19 16:58:01 +00:00
ensc
ebc51f5b6e added Herbert Poetzl's syscall(2) implementation for x86_64 and sparc*
architectures (see
    http://vserver.13thfloor.at/Experimental/delta-diet.diff)
2005-05-01 11:06:43 +00:00
ensc
4d9260872d - catch the case when syscall(2) is used on archs where it is not
implemented yet
- define MADV_* constants on HPPA and IA64 archs
- fix *truncate64() handling on 64bit archs
2005-04-24 19:49:59 +00:00
ensc
236a4008ff use more modern flags for '-Os' 2005-03-08 13:48:31 +00:00
ensc
d47cc4b2af synced hppa's <fcntl.h> with recent kernel 2005-03-07 00:25:59 +00:00
ensc
459be4048c fixed PPC issues in ISO mode (do not use the 'powerpc' macro but the
'__powerpc__' one)
2005-03-06 21:39:18 +00:00
ensc
8d81ed0cc2 build the dynamic libs for x86, x86_64 and arm only tabifyied the file 2005-03-06 16:57:55 +00:00
Matthias Saou
77c179ff27 Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.
2005-03-05 21:10:21 +00:00