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},
>
<--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},
> {
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
> refere
‐‐‐ 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 vers
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
> refere
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 thi