History log of /csrg-svn/old/as.vax/asscan2.c (Results 1 – 15 of 15)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 19829 30-Apr-1985 dist

Add copyright

# 13808 06-Jul-1983 rrh

fixed bug preventing assembly of > 1 file.

# 13575 01-Jul-1983 rrh

remove manifest constants for NCPString and ASINBUFSIZ, reflecting
the fact that arbitrary length strings are stored in a file

# 13573 01-Jul-1983 rrh

savestr now saves strings in both a file and in core; fixed
a bug with savestr being too generous in saving strings in core

# 13524 30-Jun-1983 rrh

bye bye fixed names (eg, FLEXNAMES is not set)

# 13516 30-Jun-1983 rrh

The string pool is maintained both in core, and in a second tmp file.
names are in core and on the file; strings are just in the file. The file
is maintained as a string table per a.out(5), and tac

The string pool is maintained both in core, and in a second tmp file.
names are in core and on the file; strings are just in the file. The file
is maintained as a string table per a.out(5), and tacked onto the a.out file
at the very end. The string table has more than need be, since discarde
labels and .ascii strings find their way (harmlessly) into the string table.
the string file maintained with stdio; nothing fancy, even if -V set

show more ...

# 13467 30-Jun-1983 rrh

assembly language source file reading now does end of buffer
detection on a per character basis, not on a per line basis, thereby
simplifying the monkey business with reading lines in asscan2.c; s

assembly language source file reading now does end of buffer
detection on a per character basis, not on a per line basis, thereby
simplifying the monkey business with reading lines in asscan2.c; slight
execution penalty

show more ...

# 13462 30-Jun-1983 rrh

consolidate character buffer length definitions (manifest constants)
into one place, with documentation

# 13448 29-Jun-1983 rrh

DQ quoted strings no longer put into the temp file, but stored
directly into the string spool; this fixes serious efficiency/size bugs
in the temp files. DQ strings put into string pool with precedin

DQ quoted strings no longer put into the temp file, but stored
directly into the string spool; this fixes serious efficiency/size bugs
in the temp files. DQ strings put into string pool with preceding 2 bytes
indicating the length, with a trailing null byte not accounted for in the
2byte length; .asciz and .stabs change length and magically get null byte;
all string moves (lookup and reader) done by subroutine call & movc3

show more ...

# 9697 15-Dec-1982 linton

last fix curdled @(#) stuff, fixed it

# 9695 15-Dec-1982 linton

changed to handle longer string constants

# 6558 16-Apr-1982 rrh

Fixed buffering bug. Fix bug in string assembly with back slash
escaped numerical constants

# 5830 14-Feb-1982 rrh

Fix reported and outstanding bugs. Reformat some text for
readability/understandability. Assembles new instructions for G and H
format floating numbers & new queue instructions
asscan.c split into 4

Fix reported and outstanding bugs. Reformat some text for
readability/understandability. Assembles new instructions for G and H
format floating numbers & new queue instructions
asscan.c split into 4 files; two additional files to construct and
manipulate G and H format numbers, with analog for atof()
Numerical accuracy of new atof() not verified; standard atof() used
for F and D floating numbers. As does NOT use G and H instructions itself

show more ...

# 5807 14-Feb-1982 rrh

Synchronizing this new file to release 4.2

# 5798 14-Feb-1982 rrh

date and time created 82/02/14 16:11:06 by rrh