bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

int conversion problem with 3.1.0


From: Nick Pasich
Subject: int conversion problem with 3.1.0
Date: Thu, 7 Jun 2001 09:19:04 -0700
User-agent: Mutt/1.2.5i

#
# I ran across this problem after installing gawk-3.1.0 .....
#
# It happened after running an existing program that has been
# in use for years on a daily basis..........................
#
# I'm running Linux Version 2.4.5 -- gawk-3.1.0 - Compiled
# with gcc version 2.95.3 ................................
#
# The New gawk Version 3.1.0 produces the binary representation
# as opposed to the actual number minus the leading zero.......
#
#              Thanks,
#
#           ----( Nick Pasich )----
#

gawk-3.0.4  'BEGIN {  printf("Using gawk-3.0.4 = %d\n", 010000) }'

gawk-3.1.0  'BEGIN {  printf("Using gawk-3.1.0 = %d\n", 010000) }'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]