Index of /geminiatari/FILES/LANGUAGE/SOZOBON1
Name Last modified Size Description
Parent Directory 24-Sep-2006 15:35 -
AESFAST.A 23-Oct-1993 03:45 13k
ANNOUNCE 23-Oct-1993 03:45 2k
AR.H 23-Oct-1993 03:45 1k
AR.TTP 23-Oct-1993 03:45 13k
ASSERT.H 23-Oct-1993 03:45 1k
BASEPAGE.H 23-Oct-1993 03:45 1k
CC.TTP 23-Oct-1993 03:45 15k
CTYPE.H 23-Oct-1993 03:45 1k
DASTART.O 23-Oct-1993 03:45 1k
DLIBS.A 23-Oct-1993 03:45 67k
DSTART.O 23-Oct-1993 03:45 1k
ERRNO.H 23-Oct-1993 03:45 2k
FASTSKEL.H 23-Oct-1993 03:45 3k
FCNTL.H 23-Oct-1993 03:45 1k
FPLIB.H 23-Oct-1993 03:45 1k
FSKELCOM.H 23-Oct-1993 03:45 2k
FSKELDEF.H 23-Oct-1993 03:45 1k
GEMFAST.H 23-Oct-1993 03:45 11k
GEMFAST.SH 23-Oct-1993 03:45 8k
GLOBS.TTP 23-Oct-1993 03:45 12k
HCC.TTP 23-Oct-1993 03:45 77k
JAS.TTP 23-Oct-1993 03:45 33k
LD.TTP 23-Oct-1993 03:45 18k
LIBM.A 23-Oct-1993 03:45 21k
LIMITS.H 23-Oct-1993 03:45 1k
MACROS.H 23-Oct-1993 03:45 1k
MAKE.DOC 23-Oct-1993 03:45 11k
MAKE.TTP 23-Oct-1993 03:45 20k
MALLOC.H 23-Oct-1993 03:45 1k
MATH.H 23-Oct-1993 03:45 1k
MEMFIND.H 23-Oct-1993 03:45 1k
MINIMUM.H 23-Oct-1993 03:45 1k
NM.TTP 23-Oct-1993 03:45 10k
OSBIND.H 23-Oct-1993 03:45 5k
SETJMP.H 23-Oct-1993 03:45 1k
SIZE.TTP 23-Oct-1993 03:45 8k
SOZOBON.DOC 23-Oct-1993 03:45 47k
STAT.H 23-Oct-1993 03:45 1k
STDARG.H 23-Oct-1993 03:45 1k
STDDEF.H 23-Oct-1993 03:45 1k
STDIO.H 23-Oct-1993 03:45 4k
STRING.H 23-Oct-1993 03:45 1k
TIME.H 23-Oct-1993 03:45 1k
TOP.TTP 23-Oct-1993 03:45 32k
TYPES.H 23-Oct-1993 03:45 1k
UNTIL.H 23-Oct-1993 03:45 1k
VDIFAST.A 23-Oct-1993 03:45 9k
*** NEWSOZO1.ZOO ***
This file contains the following changes over sozobon1.zoo:
-----------------------------------------------------------
a) All binaries have been recompiled using an updated dlibs.a, which offers
several improvements including:
o programs now work under shells using the xARG method.
o programs now work under monitors such as monst.
o other things that don't make much difference usually.
See NEWDLIBS.ARC for more details, if your interested.
b) top.ttp has been fixed. I know this is a rash claim, but now
EVERYTHING I possess in c source form compiles with the -O option. This
includes microemacs version 3.10, which is fairly big (for an ST with no
hard disk :-) ). The fix was so small I saw no need to repost the
source. It occured at about line 300 in peep3.c:
if ((i3->live & i3->src.areg) == 0) {
becomes:
if ((i3->live & RM(i3->src.areg)) == 0) {
This was a serious bug because it took out the assignment of a register
variable from the stack, as it thought that register was dead.
I would now advise everyone using sozobon version 1.0 (in which ld.ttp
doesn't even work) to switch to version 1.2 and for those people using
version 1.2 to get the latest version.
l.b.brown@newcastle.ac.uk