History log of /original-bsd/usr.bin/m4/m4.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 972e762a 10-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

file reorg, pathnames.h, paths.h


# 01f249f8 22-Jul-1988 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

gcc; move strings into text space


# 0859a5e0 11-Aug-1983 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

standardize sccs keyword lines


# 733d808d 16-Dec-1982 clemc <clemc@65305748-3e16-e211-a854-8c89a5c6f760>

added a new field to the name structure. This is used for selective
free's in "doundef". The problem came when a point for a reserved word
get's freed (becuase the user "undef'ed" it), it then late

added a new field to the name structure. This is used for selective
free's in "doundef". The problem came when a point for a reserved word
get's freed (becuase the user "undef'ed" it), it then later gets assigned
to a user's symbol. The "expand" routine thinks it's the old symbol.
Solution, if a user "undef's" a resevered word, remove from the symbol
table, but don't free the space. Then is never it gets reused!

show more ...


# 9a34925c 15-Dec-1982 clemc <clemc@65305748-3e16-e211-a854-8c89a5c6f760>

date and time created 82/12/15 23:18:29 by clemc