[Info-vax] scp or sftp: file is "raw", needs to be parsed - possible to work around that?
John Reagan
xyzzy1959 at gmail.com
Thu May 20 16:47:10 EDT 2021
On Thursday, May 20, 2021 at 3:57:56 PM UTC-4, Craig A. Berry wrote:
> On 5/20/21 2:25 PM, John Reagan wrote:
> > On Thursday, May 20, 2021 at 2:14:54 PM UTC-4, Craig A. Berry wrote:
> >
> >> CRTL changes and the clang++ port seem orthogonal to me -- I don't see
> >> them getting a new CRTL written in time for the C++ release that is
> >> supposed to happen this quarter (or even if that slips by a quarter or two).
> >
> > I've never seen a statement about a NEW CRTL.
> Well, then you're not reading all of Hoff's posts :-).
> > We've been adding enhancments
> > and bug fixes. Add clang into the mix involves adding some stuff to clang and adding
> > some "#ifndef __clang" to various headers. And since out-of-the-box clang is 64-bit
> > pointers AND 64-bit longs by default, RTL code for things like printf("%lx") become
> > interesting since the RTL thinks it knows the size of long. One of many things to sort.
> That's pretty much what I expected. The CRTL functions like getopt()
> that don't have a 64-bit flavor will likely be fun.
We've recently added a getopt64. Not in any ECO kit yet (there may be one in the pipe,
pardon the pun)
$ pipe anal/image/section=symbol_vector decc$shr.exe | search sys$pipe getopt
008B7468 00002868 1293. 0000000000A85C28 PROCEDURE 000000000037E650 "DECC$GETOPT"
008B7470 00002870 1294. 0000000000A85C28 PROCEDURE 000000000037E650 "decc$getopt"
008BBD40 00007140 3624. 0000000000A8B7D8 PROCEDURE 000000000037EBD0 "DECC$_GETOPT64"
008BBD48 00007148 3625. 0000000000A8B7D8 PROCEDURE 000000000037EBD0 "decc$_getopt64"
More information about the Info-vax
mailing list