History log of /original-bsd/old/as.vax/assyms.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 8c809ab7 22-Oct-1987 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

ANSI C; sprintf now returns an int.


# 6adecb31 30-Apr-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# ef9ccc3b 11-Aug-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

The string pool now includes just those strings referenced in
the symbol table; this fixes laziness in the previous deltas


# 3837b615 01-Jul-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

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


# fed780ba 30-Jun-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

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


# f2c82330 30-Jun-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 6ac5d09c 30-Jun-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

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


# 2a1c2616 29-Jun-1983 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 38e931f1 19-May-1983 csvaf <csvaf@65305748-3e16-e211-a854-8c89a5c6f760>

kludged stabfix to cope with (name+val) locations


# e543274f 14-Feb-1982 rrh <rrh@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 561eb157 05-Nov-1980 henry <henry@65305748-3e16-e211-a854-8c89a5c6f760>

Fixing so that can compile with FLEXNAMES turned off


# 36e24eae 20-Aug-1980 henry <henry@65305748-3e16-e211-a854-8c89a5c6f760>

Catch relocation of floats and 8 byte qtys; restructure outrel


# 2786c847 16-Aug-1980 bill <bill@65305748-3e16-e211-a854-8c89a5c6f760>

restore sccs line


# ed5390de 16-Aug-1980 bill <bill@65305748-3e16-e211-a854-8c89a5c6f760>

-R


# 2ed45478 15-Aug-1980 henry <henry@65305748-3e16-e211-a854-8c89a5c6f760>

use struct nlist; change field names; vgrind format fixes


# c17d6264 13-Aug-1980 bill <bill@65305748-3e16-e211-a854-8c89a5c6f760>

date and time created 80/08/13 18:55:27 by bill