Re: [DNG] Odd issue with busybox dc in beowulf

2021-05-07 Thread Brad Campbell via Dng
On 29/4/21 8:14 pm, tito via Dng wrote: > Hi, > by looking at the latest git code: > > static const struct op operators[] ALIGN_PTR = { > #if ENABLE_FEATURE_DC_LIBM > {"^", power}, > //{"exp", power}, > //{"pow", power}, > #endif > {"%", mod}, > //{"mod", mod}, >

Re: [DNG] Odd issue with busybox dc in beowulf

2021-04-30 Thread g4sra via Dng
<--snip--> > Hi, > by looking at the latest git code: > > static const struct op operators[] ALIGN_PTR = { > #if ENABLE_FEATURE_DC_LIBM > {"^", power}, > // {"exp", power}, > // {"pow", power}, > #endif > {"%", mod}, > // {"mod", mod}, > // logic ops are not standard, remove? > {"and", and}, >

Re: [DNG] Odd issue with busybox dc in beowulf

2021-04-29 Thread tito via Dng
On Thu, 29 Apr 2021 09:59:02 +0800 Brad Campbell via Dng wrote: > G'day All, > > I've upgraded a staging server from Jessie to Beowulf and find a > script in my initramfs is now broken, tracking it down it is a huge > change in behaviour in the busybox version of dc and I can't find any >

Re: [DNG] Odd issue with busybox dc in beowulf

2021-04-29 Thread g4sra via Dng
‐‐‐ Original Message ‐‐‐ On Thursday, April 29, 2021 2:59 AM, Brad Campbell via Dng wrote: > G'day All, > > I've upgraded a staging server from Jessie to Beowulf and find a script in my > initramfs is now broken, tracking it down it is a huge change in behaviour in > the busybox

Re: [DNG] Odd issue with busybox dc in beowulf

2021-04-28 Thread tito via Dng
On Thu, 29 Apr 2021 09:59:02 +0800 Brad Campbell via Dng wrote: > G'day All, > > I've upgraded a staging server from Jessie to Beowulf and find a > script in my initramfs is now broken, tracking it down it is a huge > change in behaviour in the busybox version of dc and I can't find any >

[DNG] Odd issue with busybox dc in beowulf

2021-04-28 Thread Brad Campbell via Dng
G'day All, I've upgraded a staging server from Jessie to Beowulf and find a script in my initramfs is now broken, tracking it down it is a huge change in behaviour in the busybox version of dc and I can't find any reference to what I'm missing. Has anyone bumped up against this? I've tried