source: buchla-68k/orig/DOC/DIAMELS.TXT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 3.5 KB
Line 
1Log of what got done to diamels 1988-05-03
2------------------------------------------
3
41. Deleted the following GEMDOS modules
5
6 mallocdb.o
7 calloc.o
8 malloc.o
9 mallocnd.o
10 sbrk.o
11
12-----------------------------------------
13AR68 Archiver (c) 1985 Alcyon Corporation
14c channel5.o
15d mallocdb.o <=== deleted
16c tolower.o
17c toupper.o
18c noascii.o
19c nobinary.o
20c nodisk.o
21c nofilesz.o
22c nofloat.o
23c nolong.o
24c nottyin.o
25c access.o
26c atoi.o
27c atol.o
28d calloc.o <=== deleted
29c exec.o
30c fdopen.o
31c fgets.o
32c fopen.o
33c fputs.o
34c fread.o
35c freopen.o
36c fseek.o
37c ftell.o
38c fwrite.o
39c getl.o
40c getpass.o
41c gets.o
42c getw.o
43c main.o
44c mktemp.o
45c getpid.o
46c optoff.o
47c perror.o
48c printf.o
49c putl.o
50c puts.o
51c putw.o
52c qsort.o
53c rand.o
54c readl.o
55c rename.o
56c strrchr.o
57c scanf.o
58c setbuf.o
59c sgtty.o
60c sscanf.o
61c doscan.o
62c fgetc.o
63c filbuf.o
64c read.o
65c readasc.o
66c readbin.o
67c swab.o
68c ttyin.o
69c ttyinraw.o
70c ungetc.o
71c unlink.o
72c writel.o
73c xmain.o
74c creat.o
75c exit.o
76c cleanup.o
77c fclose.o
78c close.o
79c fdecls.o
80c fflush.o
81c open.o
82c lseek.o
83c filesz.o
84c sprintf.o
85c doprt.o
86c doprtfp.o
87c fputn.o
88c fputc.o
89c flsbuf.o
90c isatty.o
91d malloc.o <=== deleted
92d mallocnd.o <=== deleted
93c prtint.o
94c prtld.o
95c prtshort.o
96d sbrk.o <=== deleted
97c write.o
98c channels.o
99c writeasc.o
100c writebin.o
101c blkio.o
102c osattr.o
103c wrtchr.o
104c lstout.o
105c ttyout.o
106c xopen.o
107c chkuser.o
108c errno.o
109c strchr.o
110c parsefn.o
111c blkfill.o
112c blkmove.o
113c strcat.o
114c strcmp.o
115c strncat.o
116c strncmp.o
117c strncpy.o
118c strcpy.o
119c strlen.o
120c ctype.o
121c xstrcmp.o
122c yesfloat.o
123c yesstart.o
124c xatof.o
125c abort.o
126c aldiv.o
127c almul.o
128c alrem.o
129c salloc.o
130c setjmp.o
131c uldiv.o
132c signal.o
133c xsignal.o
134c blivot.o
135c pcr.o
136c rta.o
137c lmul.o
138c lrem.o
139c ldiv.o
140
141
1422. Added the following modules (smarter malloc package), after prtshort.o:
143
144 calloc.o
145 realloc.o
146 free.o
147 forget.o
148 malloc.o
149 sbrk.o
150
151-----------------------------------------
152AR68 Archiver (c) 1985 Alcyon Corporation
153c channel5.o
154c tolower.o
155c toupper.o
156c noascii.o
157c nobinary.o
158c nodisk.o
159c nofilesz.o
160c nofloat.o
161c nolong.o
162c nottyin.o
163c access.o
164c atoi.o
165c atol.o
166c exec.o
167c fdopen.o
168c fgets.o
169c fopen.o
170c fputs.o
171c fread.o
172c freopen.o
173c fseek.o
174c ftell.o
175c fwrite.o
176c getl.o
177c getpass.o
178c gets.o
179c getw.o
180c main.o
181c mktemp.o
182c getpid.o
183c optoff.o
184c perror.o
185c printf.o
186c putl.o
187c puts.o
188c putw.o
189c qsort.o
190c rand.o
191c readl.o
192c rename.o
193c strrchr.o
194c scanf.o
195c setbuf.o
196c sgtty.o
197c sscanf.o
198c doscan.o
199c fgetc.o
200c filbuf.o
201c read.o
202c readasc.o
203c readbin.o
204c swab.o
205c ttyin.o
206c ttyinraw.o
207c ungetc.o
208c unlink.o
209c writel.o
210c xmain.o
211c creat.o
212c exit.o
213c cleanup.o
214c fclose.o
215c close.o
216c fdecls.o
217c fflush.o
218c open.o
219c lseek.o
220c filesz.o
221c sprintf.o
222c doprt.o
223c doprtfp.o
224c fputn.o
225c fputc.o
226c flsbuf.o
227c isatty.o
228c prtint.o
229c prtld.o
230c prtshort.o
231a calloc.o <=== added
232a realloc.o <=== added
233a free.o <=== added
234a forget.o <=== added
235a malloc.o <=== added
236a sbrk.o <=== added
237c write.o
238c channels.o
239c writeasc.o
240c writebin.o
241c blkio.o
242c osattr.o
243c wrtchr.o
244c lstout.o
245c ttyout.o
246c xopen.o
247c chkuser.o
248c errno.o
249c strchr.o
250c parsefn.o
251c blkfill.o
252c blkmove.o
253c strcat.o
254c strcmp.o
255c strncat.o
256c strncmp.o
257c strncpy.o
258c strcpy.o
259c strlen.o
260c ctype.o
261c xstrcmp.o
262c yesfloat.o
263c yesstart.o
264c xatof.o
265c abort.o
266c aldiv.o
267c almul.o
268c alrem.o
269c salloc.o
270c setjmp.o
271c uldiv.o
272c signal.o
273c xsignal.o
274c blivot.o
275c pcr.o
276c rta.o
277c lmul.o
278c lrem.o
279c ldiv.o
Note: See TracBrowser for help on using the repository browser.