Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!harpo!floyd!vax135!ukc!edcaad!edee!edai!root44!jmc From: jmc@root44.UUCP Newsgroups: net.unix-wizards Subject: Re: printf("%X") format Message-ID: <1980@root44.UUCP> Date: Thu, 19-May-83 10:48:45 EDT Article-I.D.: root44.1980 Posted: Thu May 19 10:48:45 1983 Date-Received: Tue, 24-May-83 06:55:26 EDT References: turtleva.192 Lines: 11 The problem with printf %X and %x was exacerbated in the UNIX System III version of ADB, which (as distributed) had a rather half-baked conversion to %lo %lx in the format to print O and X output. Since it had its own version of printf, it did strange things if you wanted to use O and X. Whilst fixing that I noticed that the op-code print routines still handled version 6 system calls (16 bit offset to seek etc). All very strange. I suppose the support people had half-forgotten about adb. John Collins. !vax135!ukc!root44!jmc