]> gcc.gnu.org Git - gcc.git/blob - libchill/ChangeLog
expr.c (store_expr): Use clear_storage instead of direct memset libcall.
[gcc.git] / libchill / ChangeLog
1 Mon Apr 3 01:20:50 2000 George France <france@crl.dec.com>
2
3 * basicio.c (PATH_MAX): Always provide a definition.
4
5 Wed Oct 27 01:13:12 1999 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
6
7 * Makefile.in (config.status): Fix leading whitespace.
8 (clean): Remove libchill.a.
9
10 Thu Sep 2 17:50:47 1999 Jeffrey A Law (law@cygnus.com)
11
12 * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based
13 on USE_CHAR.
14 (USE_CHAR): No longer define.
15 * eqps.c ffsetclrps.c flsetclrps.c: Remove !USE_CHARS support.
16
17 Mon Aug 30 16:42:45 1999 Hans-Peter Nilsson <hp@axis.se>
18
19 * Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.
20
21 Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
22
23 * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
24 libdir, libsubdir and tooldir.
25
26 Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
27
28 * configure.in (AC_EXEEXT): Remove call.
29 (compiler_name): Explicitly check with no extension and .exe
30 extension.
31 * configure: Regenerate.
32
33 Wed Mar 24 22:41:28 1999 Mumit Khan <khan@xraylith.wisc.edu>
34
35 * configure.in (AC_PREREQ): Update to 2.13.
36 (AC_EXEEXT): Call to find possible file extension.
37 (compiler_name): Use.
38 * configure: Regenerate.
39
40 1999-01-19 08:10 -0500 Zack Weinberg <zack@rabi.columbia.edu>
41
42 * Makefile.in: Fix typos in previous change.
43 (rtsdummy.o): Don't depend on gvarargs.h.
44
45 Mon Jan 18 04:47:34 1999 Jeffrey A Law (law@cygnus.com)
46 Hans-Peter Nilsson <hp@axis.se>
47
48 * Makefile.in: Add many missing dependencies.
49
50 Sun Jan 3 21:04:53 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
51
52 * readrecord.c: Include <sys/types.h> for off_t.
53
54 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
55
56 * configure.in (compiler_name): Add check to detect if this
57 language's compiler has been built.
58 * configure: Regenerate.
59
60 Mon Nov 23 16:48:39 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
61
62 * configure.in: Use AC_PREREQ(2.12.1).
63
64 Fri Nov 20 18:48:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
65
66 * basicio.c (PATH_MAX): Define only to _POSIX_PATH_MAX if that is
67 defined. Otherwise, try MAXPATHLEN.
68
69 Thu Oct 22 14:37:35 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
70
71 * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).
72
73 1998-09-22 Ben Elliston <bje@cygnus.com>
74
75 * configure.in: This is GNU CHILL, not GNU Fortran.
76
77 1998-09-20 Manfred Hollstein <manfred@s-direktnet.de>
78
79 * Makefile.in: Add dummy targets "info", "install-info", "clean-info"
80 and "dvi".
81
82 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
83
84 * configure.in: Use 'if test' not brackets.
85 * configure: Rebuilt.
86
87 Wed Sep 9 21:32:46 1998 Jeffrey A Law (law@cygnus.com)
88
89 * Add library exception clause to the copyright notice for all
90 .c and .h files.
91
92 Tue Sep 8 10:41:38 1998 Jeffrey A Law (law@cygnus.com)
93
94 * rts.h: Update with missing code.
95
96 Sun Sep 6 01:30:40 1998 Jeffrey A Law (law@cygnus.com)
97
98 * allgmem.c: Do not include config.h anymore.
99 * allmem.c allocate.c andps.c cardps.c cause.c copyps.c: Likewise.
100 * diffps.c eqps.c exh.c exhstack.c ffsetclrps.c ffsetps.c: Likewise.
101 * flsetclrps.c flsetps.c inbitstr.c inps.c leps.c ltps.c: Likewise.
102 * neps.c notps.c orps.c retmem.c rtsdummy.c setbitps.c: Likewise.
103 * setbits.c sliceps.c terminate.c unhex.c unhex1.c xorps.c: Likewise.
104
105 Sat Sep 5 02:09:42 1998 Jeffrey A Law (law@cygnus.com)
106
107 * Chill runtime moved into toplevel libchill.
108 * Makefile.in Revamped due to move. Add multilib support.
109 * configure.in: Similarly. Use autoconf.
110 * powerset.h: Do not depend on BITS_PER_UNIT.
111
112 Fri Apr 24 16:12:40 1998 Dave Brolley <brolley@cygnus.com>
113
114 * writerecord.c (sys/types.h): #included to pick up off_t.
115
116 Tue Nov 26 01:56:03 1996 Wilfried Moser <moser@rtl.cygnus.com>
117
118 * memmove.c (memmove): If nor overlapping use memcpy instead of
119 byte copy.
120
121 Tue May 14 21:26:52 1996 Per Bothner <bothner@deneb.cygnus.com>
122
123 * gestr.c, gtstr.c, lestr.c, nestr.c: Removed - no longer used.
124 * Makefile.in (STROBJS) Removed gestr.o, gtstr.o, lestr.o, nestr.o.
125
126 Thu May 9 06:59:23 1996 Wilfried Moser <moser@rtl.cygnus.com>
127
128 * basicio.c (__connect): In case of Same, fix condition for
129 exception.
130
131 Thu Feb 29 10:55:01 1996 Per Bothner <bothner@kalessin.cygnus.com>
132
133 * format.c: Use ANSI-standard float.h, rather than old values.h.
134
135 Mon Jan 15 06:16:22 1996 Wilfried Moser <moser@rtl.cygnus.com>
136
137 * sendbuffer.c (__send_buffer): Take care of possibly unaligned
138 pointers.
139
140 * waitbuffer.c (__wait_buffer): Ditto.
141
142 Thu Nov 30 03:49:58 1995 Wilfried Moser <moser@rtl.cygnus.com>
143
144 * format.c (inpioctrl): Process NOTCONNECTED.
145 (outioctrl): Deto.
146 (scanformcont): Fix processing of %% in format string.
147
148 Mon Nov 27 05:27:14 1995 Wilfried Moser <moser@rtl.cygnus.com>
149
150 * chillrt0.c (main): Pass argc & argv to __RTS_INIT__.
151
152 Thu Nov 23 05:15:05 1995 Wilfried Moser <moser@rtl.cygnus.com>
153
154 * ioerror.h (io_info_word_t): Make value of first entry compile time
155 comfigurable.
156
157 Tue Nov 7 22:52:24 1995 Wilfried Moser <moser@rtl.cygnus.com>
158
159 * format.c: Rename ultoa to myultoa cause of conflicting types
160 on some systems.
161
162 Mon Nov 6 03:17:50 1995 Wilfried Moser <moser@rtl.cygnus.com>
163
164 * chillrt0.c: Move definition of chill_stdin, chill_stdout,
165 chill_stderr ...
166
167 * chillstdio.c: ... to here.
168
169 * delete.c, eoln.c, existing.c, getusage.c, indexable.c,
170 isassociated.c, outoffile.c, readable.c, sequencible.c,
171 variable.c, writeable.c: Modified for new implementation of
172 chill file i/o.
173
174 * basicio.c, format.c, getassoc.c, gettextaccess.c, gettextindex.c,
175 gettextrecord.c, ioerror.c, readrecord.c, settextaccess.c,
176 settextindex.c, settextrecord.c, writerecord.c: New files to
177 implement chill file i/o.
178
179 * allocate.c, terminate.c: New files to implement chill's
180 ALLOCATE and TERMINATE built-in's.
181
182 * associate.c, checksum.c, connect.c, create.c, disconnect.c,
183 dissociate.c, findfile.c, findnextfile.c, fstable.c, getass.c,
184 getdir.c, gettxtacc.c, gettxtidx.c, gettxtrec.c, iostatus.c,
185 lowlevelio.c, modify.c, rdformat.c, rdrecord.c, rdstring.c,
186 rdtext.c, rdunixstd.c, readlen.c, regexp.h, setdir.c, settxtacc.c,
187 settxtidx.c, settxtrec.c, skiprec.c, wrformat.c, wrrecord.c,
188 wrstring.c, wrtext.c, wrunixstd.c: Removed.
189
190 Tue Sep 12 04:27:47 1995 Wilfried Moser <moser@rtl.cygnus.com>
191
192 * Makefile.in (Makefile): Add rule for Makefile.
193 OBJS depends on ../../cc1 to build a new library when cc1 have
194 changed.
195
196 Mon Jul 31 15:04:04 1995 Per Bothner <bothner@kalessin.cygnus.com>
197
198 * ffsetclrps.c, flsetclrps.c: Completely different interface,
199 * storeoutps.c: Remove, no longer needed.
200 * Makefile.in (PSOBJS): Take out storeoutps.o.
201
202 Mon Jun 19 05:23:35 1995 Wilfried Moser <moser@rtl.cygnus.com>
203
204 * exh.c (__cause_exception): New argument.
205 (__cause_ex1): New function. This function will get called
206 now by the compiler when an exception should be raised.
207
208 * abstime.c, allgmem.c, allmem.c, checkcycle.c, delaycase.c,
209 ffsetps.c, flsetps.c, inbitstr.c, sendbuffer.c, waitbuffer.c:
210 Change calls to __cause_exception to calls to __cause_ex1.
211
212 * unhex.c (unhandled_exception),
213 cause.c (cause_exception): New argument.
214
215 * rts.h: Add prototypes for __delay_this and __continue_that.
216
217 * ffsetclrps.c, flsetclrps.c, inps.c, rtltypes.h, setbitps.c:
218 Remove prototype for __cause_exception (not needed).
219
220 * rdstring.c (_readstring), wrstring.c (_writestring): Add argument
221 to call to __cause_exception.
222
223 * Makefile.in, unhex1.c: New file. Function __unhandled_ex
224 is defined here. This gets called when the compiler doesn't
225 find a handler when causing an exception.
226
227 Tue Apr 11 16:01:02 1995 Per Bothner <bothner@kalessin.cygnus.com>
228
229 * iomodes.h (__tmp_WIO_union, __tmp_RIO_union): Make __forbyte
230 be explicitly signed, for the sake of systems where char is unsigned.
231
232 Wed Mar 22 06:10:18 1995 Wilfried Moser <moser@rtl.cygnus.com>
233
234 * setbitps.c (__setbitpowerset): Change definition of new_value
235 to char, cause booleans are represented as 8 bit values by the
236 compiler. Use only least significant bit of new_value.
237
238 Tue Jan 17 07:32:17 1995 Wilfried Moser <moser@rtl.cygnus.com>
239
240 * inps.c (__inpowerset): Don't do rangecheck. Return 0
241 if value not in range.
242
243 * Makefile.in, inbitstr.c (__inbitstring): New file and
244 function for accessing single elements in a bitstring.
245
246 Tue Dec 6 02:35:00 1994 Wilfried Moser <moser@rtl.cygnus.com>
247
248 * rdformat.c (rf_parse_iolist): In case of __IO_set and
249 __IO_SetRange process the ignore_case flag.
250
251 * iomodes.h: Change definition of __tmp_RIO_forset and
252 __tmp_RIO_forsetrange.
253
254 Fri Nov 4 12:04:16 1994 Per Bothner <bothner@kalessin.cygnus.com>
255
256 * concatstr.c (__concatstring): Add support for input strings
257 to overlap target.
258 * setbits.c (__setbits): Fix function name passed
259 to __cause_exception.
260
261 Wed Nov 2 05:02:59 1994 Wilfried Moser (moser@rtl.cygnus.com)
262
263 * Makefile.in (TIMEOBJS): Add new files.
264
265 * checkcycle.c (__check_cycle): New file and function for
266 CYCLE statement.
267
268 * convdurrtstime.c (__convert_duration_rtstime): New file
269 and function for conversion of DURATION (unsigned long) to
270 RtsTime format.
271
272 * delaycase.c (__delay_event): Implement processing of
273 timesupervision.
274
275 * remaintime.c (__remaintime): New file and function to
276 calculate the remaining time of a duration (used for
277 timesupervision).
278
279 * rts.h: New definitions and prototypes.
280
281 * sendbuffer.c (__send_buffer): Implement processing of
282 timesupervision.
283
284 * waitbuffer.c (__wait_buffer): Implement processing of
285 timesupervision.
286
287 * waituntil.c (__wait_until): Changed due to implementation
288 of timesupervision.
289
290 Thu Oct 6 06:41:02 1994 Wilfried Moser (moser@rtl.cygnus.com)
291
292 * wrformat.c (default_conv): Remove processing of
293 POWERSET's.
294
295 * rdformat.c (rf_parse_iolist): Remove processing of
296 POWERSET's.
297
298 * iomodes.h: Remove definition for POWERSET's.
299
300 Fri Sep 30 01:52:25 1994 Wilfried Moser (moser@rtl.cygnus.com)
301
302 * rdformat.c (rf_parse_iolist): Fix processing of BITSTRINGs.
303
304 Mon Sep 26 16:10:47 1994 Per Bothner (bothner@kalessin.cygnus.com)
305
306 * copyps.c (__pscpy): Add missing 'const'.
307
308 * wrformat.c (default_conv): Replace memcpy by explicit loop,
309 since memcpy can get mis-optimized when we have unaligned data.
310
311 * wrformat.c (__write_format): Don't alloca an extra copy of
312 the format string.
313
314 Mon Sep 26 08:54:03 1994 Wilfried Moser (moser@rtl.cygnus.com)
315
316 * wrformat.c (default_conv): Remove formating of nonprintable
317 characters (ESC-sequences wouldn't work).
318
319 Fri Sep 23 00:48:28 1994 Wilfried Moser (moser@rtl.cygnus.com)
320
321 * copyps.c (__pscpy): Fix masking out unused bits.
322
323 * fileio.h: Fix prototype.
324
325 Tue Sep 13 04:54:45 1994 Wilfried Moser (moser@rtl.cygnus.com)
326
327 * rdformat.c (__read_format): Remove end-of-input string
328 check.
329
330 Thu Sep 8 17:20:07 1994 Per Bothner (bothner@kalessin.cygnus.com)
331
332 * setbits.c (__setbits): New function, based on __setpowersetbits,
333 but with 4 instead of 5 parameters.
334 * setpsbits.c: Removed. No longer used.
335 * Makefile (PSOBJS): Update accordingly.
336
337 Mon Sep 5 08:03:46 1994 Wilfried Moser (moser@rtl.cygnus.com)
338
339 * queuelength.c (__queue_length): New file and function
340 to implement QUEUE_LENGTH built-in.
341 * Makefile.in (TASKOBJS): Add queuelength.o.
342
343 Fri Aug 26 16:27:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
344
345 * Makefile.in (INCLUDES): Add -I../../include.
346
347 Wed Aug 24 01:12:32 1994 Wilfried Moser (moser@rtl.cygnus.com)
348
349 * sendbuffer.c, waitbuffer.c, delaycase.c, printbuffer.c,
350 printevent.c: Be careful with addresses of data from the
351 application,they may be unaligned (-fpack).
352
353 Fri Aug 19 07:16:15 1994 Wilfried Moser (moser@rtl.cygnus.com)
354
355 * wrformat.c (default_conv), rdformat.c (rf_parse_iolist): Be
356 careful with addresses of data from the application, they may
357 be unaligned (-fpack).
358
359 Fri Aug 12 20:31:47 1994 Per Bothner (bothner@kalessin.cygnus.com)
360
361 * eqps.c (__eqpowerset): Calculate number of full words
362 as floor, not ceiling of bitslength/SET_WORD_SIZE.
363
364 Fri Aug 5 17:25:48 1994 Per Bothner (bothner@kalessin.cygnus.com)
365
366 * eqps.c (__eqpowerset): Revert Wilfried's fix, and fix
367 the problem in a slightly different way (which is simpler
368 and will also work for 0-length bitstrings).
369 * neps.c (__nepowerset): Simplify - just call __eqpowerset.
370
371 Fri Jul 29 04:06:56 1994 Wilfried Moser (moser@rtl.cygnus.com)
372
373 * neps.c (__nepowerset): Correct processing of powerset
374 in case of USE_CHARS defined.
375
376 Wed Jul 27 05:27:06 1994 Wilfried Moser (moser@rtl.cygnus.com)
377
378 * eqps.c (__eqpowerset): Correct processing of powerset
379 in case of USE_CHARS defined.
380
381 Mon Jun 27 01:17:09 1994 Wilfried Moser (moser@rtl.cygnus.com)
382
383 * iomodes.h: Change layout of __tmp_WIO_list that it is always
384 the same, regardless if compiled with -fpack or not.
385
386 Tue May 31 04:54:48 1994 Wilfried Moser (moser@rtl.cygnus.com)
387
388 * printbuffer.c, printevent.c, rts.h, sendbuffer.c,
389 waitbuffer.c: Finish the implementation of BUFFER's
390 and EVENT's.
391
392 Tue May 10 05:17:43 1994 Wilfried Moser (moser@rtl.cygnus.com)
393
394 * iomodes.h: Change names of __access, __association and
395 __text to __access_type, __association_type and
396 __text_type. __access is already defined in one of the
397 linux header files.
398
399 Wed May 4 15:37:22 1994 Wilfried Moser (moser@rtl.cygnus.com)
400
401 * Makefile.in (clean): Add chillrt0.o
402 * continue.c (__continue): Implement the function.
403 * delaycase.c (__delay_event): Implement the function.
404 * printbuffer.c (__print_buffer): Implement the function.
405 * printevent.c (__print_event.c): Implement the function.
406 * rts.h: Change datatypes used for EVENT's and BUFFER's.
407 * sendbuffer.c (__send_buffer): Implement the function.
408 FIXME: not completely done.
409 * waitbuffer.c (__wait_buffer): Implement the function.
410 FIXME: not completely done.
411
412 Thu Apr 28 14:39:06 1994 Wilfried Moser (moser@rtl.cygnus.com)
413
414 * Makefile.in (TASKOBJS): New variable for tasking related
415 objects files.
416 * Makefile.in (TIMEOBJS): New object file added.
417 * rts.h: Add definitions for BUFFER's and EVENT's.
418 * waituntil.c (__wait_until): New file and new function.
419 Implements the AT action.
420 * delaycase.c (__delay_event): New file and new function.
421 Implements the DELAY and DELAY CASE action. FIXME: not yet done.
422 * continue.c (__continue): New file and new function.
423 Implements the CONTINUE action. FIXME: not yet done.
424 * sendbuffer.c (__send_buffer): New file and new function.
425 Implements the SEND buffer action. FIXME: not yet done.
426 * waitbuffer.c (__wait_buffer): New file and new function.
427 Implements the RECEIVE buffer CASE action. FIXME: not yet done.
428 * printevent.c (__print_event): New file and new function.
429 Prints an event queue. FIXME: not yet done.
430 * printbuffer.c (__print_buffer): New file and new function.
431 Prints a buffer queue. FIXME: not yet done.
432
433 Fri Apr 1 10:59:55 1994 Wilfried Moser (fs_moser at rcsw47)
434
435 * wrformat.c (default_conv): Change output of characters in the
436 range 0 to 31 (control characters now printed as ^C).
437
438 Fri Apr 15 16:29:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
439
440 * Makefile.in: XTRAFLAGS is no longer need, since -Bdir now
441 implies -Idir/include.
442 (XTRAFLAGS): Don't define.
443 (ALL_CFLAGS): Don't include $(XTRAFLAGS).
444
445 Thu Apr 14 13:44:31 1994 Wilfried Moser (moser@phishhead.cygnus.com)
446
447 * Makefile.in (TIMEOBJS): New variable for time related stuff.
448 * Makefile.in (OBJS): Add TIMEOBJS.
449 * abstime.c (_abstime): New file and new function to handle
450 ABSTIME builtin.
451 * inttime.c (_inttime): New file and new function to handle
452 INTTIME builtin.
453
454 Tue Mar 29 13:11:37 1994 Wilfried Moser (fs_moser at rcsw1h)
455
456 * Makefile.in (LIBOBJS2): Add new modules rdformat.o rdstring.o
457 rdunixstd.o
458 * iomodes.h: Remove unnecessary definitions. Redefine interface to
459 READTEXT/WRITETEXT functions.
460 * rdstring.c (_readstring): Rework function.
461 * rdformat.c: Rework functionality.
462 * rdunixstd.d: New module. This is designed to implement
463 READTEXT (stdin...).
464 * wrformat.c (copy_text): Change return value of function. In case
465 of an empty string this function has failed.
466 * wrformat.c: Change formating of a NULL pointer to NULL instead
467 of 0.
468 * wrformat.c (PUT_CHARS): Change macro according to new return
469 value of function copy_text.
470
471 Sun Mar 20 21:11:35 1994 Per Bothner (bothner@kalessin.cygnus.com)
472
473 * powerset.h: Bitstrings are now allocated in units
474 of (unsigned char), rather than words.
475 * eqps.c (__eqpowerset): Optimize slighly for above change.
476
477 * setbitps.c (__setbitpowerset): Clean up parameter list.
478
479 Thu Mar 10 11:10:32 1994 Bill Cox (bill@rtl.cygnus.com)
480
481 * Makefile.in: Add standard gcc Makefile stuff. Move
482 chillcrt0 and libchill.a to all.indirect from all target.
483
484 Tue Mar 1 17:01:32 1994 Wilfried Moser (fs_moser at rcsw1h)
485
486 * iomodes.h: Add definition for POWERSET's
487 * wrunixstd.c: Change the write call to an fprintf cause a system
488 we have doesn't support write.
489 * wrformat.c: Add processing of SET's and POWERSET's
490
491 Sat Jan 29 13:32:52 1994 Bill Cox (bill@rtl.cygnus.com)
492
493 * Makefile.in: Add new files copyps.c and concatps.c.
494 * copyps.c: New function with functionality from sliceps.c,
495 * sliceps.c: Change to call copyps now from here.
496 * concatps.c: New function - call copyps from here.
497 * powerset.h: Fix CLEAR_BIT_IN_CHAR macro.
498
499 Wed Jan 26 12:30:48 1994 Mike Stump (mrs@cygnus.com)
500
501 * Makefile.in: Don't echo ranlib command.
502
503 Wed Jan 26 12:21:11 1994 Mike Stump (mrs@cygnus.com)
504
505 * Makefile.in: Make sure cross builds work. AR, and RANLIB now
506 used properly. Make sure we can reconfigure if Makefile.in
507 changes. Use GCC_FOR_TARGET, not CC to compile libchill.a.
508
509 Fri Jan 21 15:30:31 1994 Per Bothner (bothner@kalessin.cygnus.com)
510
511 * allgmem.c: Make prototype K&R-compatible.
512
513 Sat Jan 15 10:04:08 1994 Bill Cox (bill@rtl.cygnus.com)
514
515 * Makefile.in: Remove unused install code.
516 (Install will happen from devo/gcc). Add
517 rules for cleaning up.
518
519 Fri Jan 14 21:43:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
520
521 * chillrt0.c (__init_list): Renamed to _ch_init_list, to
522 avoid a conflict on the Alpha.
523
524 Tue Jan 25 13:28:15 1994 Wilfried Moser (fs_moser at rcsw1j)
525
526 * Makefile.in: clean up for cross compilation. Remove a lot of
527 functions (file-io) which are not used at the moment.
528 * iomodes.h: clean up the datatypes passed to the writetext
529 functions.
530 * unhex.c: Comment out include of gvarargs.h (not needed).
531 * rtsdummy.c: Comment out include of gvarargs.h (not needed).
532 * wrformat.c: change various procedure arguments according to the
533 new type passed by the compiler. Remove include of fcntl.h and
534 sys/stat.h (not needed).
535 * wrformat.c (default_conv): Change formatting of integers in case
536 of %O, %H, %B to unsigned. (PR-4395)
537 * wrstring.c: change various procedure arguments according to the
538 new type passed by the compiler. Remove include of fcntl.h and
539 sys/stat.h (not needed).
540 * wrtext.c: change various procedure arguments according to the
541 new type passed by the compiler.
542 * wrunixstd.c: change various procedure arguments according to the
543 new type passed by the compiler. Remove include of fcntl.h and
544 sys/stat.h (not needed).
545 * wrunixstd.c (_writeunixstd): Change the fwrite call to fprintf.
546 This is necessary due to a port to a system which does not
547 support fwrite.
548
549 Sun Jan 2 14:40:32 1994 Bill Cox (bill@cygnus.com)
550
551 * Makefile.in: Clean out obsolete .c286 suffix references.
552
553 Sat Jan 1 16:51:22 1994 Bill Cox (bill@cygnus.com)
554
555 * Makefile.in: Add dependencies on fileio.h
556
557 Sat Jan 1 12:31:22 1994 Bill Cox (bill@cygnus.com)
558
559 * Reorganize the whole directory and the Makefile. Now you
560 can recompile a single function and not have to recompile
561 a whole file full of them.
562 * eqps.c, neps.c: Fix handling of a one-word set. (PR-4077).
563
564 Thu Dec 16 10:19:00 1993 Bill Cox (bill@rtl.cygnus.com)
565
566 * fileio.c (default_conv): Changes to support all basic CHILL types.
567 Standardize function header formats.
568
569 Tue Dec 14 14:36:27 1993 Bill Cox (bill@rtl.cygnus.com)
570
571 * fileio.c (writeunixstd): Call _allocate_memory and
572 _return_memory, so we'll get appropriate exceptions.
573 * powerset.c: Ensure a space between each macro name and the
574 parameters.
575
576 Mon Nov 22 10:42:37 1993 Wilfried Moser (moser@rtl.cygnus.com)
577
578 * Makefile.in: Add functions to LIBFUNCS1
579 * chillrt0.c (main): Clear the exception stack.
580 * libchill.c (__setexceptionStack, __getexceptionStack): New
581 functions according to allow one exceptionStack per thread.
582
583 Sat Nov 20 17:45:52 1993 Per Bothner (bothner@kalessin.cygnus.com)
584
585 * libchill.c (__ch_link_handler, __ch_unlink_handler): New functions.
586
587 Fri Nov 19 14:37:12 1993 Bill Cox (bill@rtl.cygnus.com)
588
589 * Makefile.in, string.c: Add memmove function (PR-3937).
590
591 Wed Nov 17 17:07:46 1993 Bill Cox (bill@rtl.cygnus.com)
592
593 * fileio.c (_writestring): Add parameters for the source file
594 and line number where it was called, for way better error
595 messages.
596 * powerset.c: Make all length and count variables longs.
597 Allows much larger powersets.
598
599 Mon Nov 15 14:59:47 1993 Bill Cox (bill@rtl.cygnus.com)
600
601 * fileio.c (writestring): Changed interface.
602 * iomodes.h: New structures for above interface.
603 * libchill.c: Delete bunch of powerset-related cruft.
604 (cause_exception): Empty it out.
605 * powerset.c: Call correct exception causer.
606 * string.c: Rewrite string comparisons from scratch. They
607 were bad...
608
609 Sat Oct 30 14:54:39 1993 Bill Cox (bill@rtl.cygnus.com)
610
611 * Makefile.in: Change paths to executables.
612
613 Thu Oct 28 16:38:34 1993 Bill Cox (bill@rtl.cygnus.com)
614
615 * powerset.c (__inpowerset, __setbitpowerset): Correct error checking.
616 These were throwing false exceptions.
617 (__setpowersetbits): Add check for null output set ptr.
618
619 Wed Oct 27 16:45:29 1993 Bill Cox (bill@rtl.cygnus.com)
620
621 * powerset.c (__diffpowerset): Check for SET_SHORT_SIZE, not
622 SET_CHAR_SIZE twice.
623 (__ffsetpowerset, __flsetpowerset): Add code for CHAR and SHORT sets.
624 * libchill.c (cause_exception): Output a message to stderr, and
625 abort, as a default exception action.
626
627 Thu Oct 21 16:04:09 1993 Per Bothner (bothner@kalessin.cygnus.com)
628
629 * fileio.c (__write_format): Add missing increment of fstr.
630
631 Thu Sep 30 20:11:34 1993 Per Bothner (bothner@kalessin.cygnus.com)
632
633 * powerset.c (__psslice): Take length, rather than upper bound.
634
635 Sun Sep 19 23:14:57 1993 Per Bothner (bothner@kalessin.cygnus.com)
636
637 * chillrt0.c, fileio.c (_writeunixstd): Change a standard Unix file
638 from (long*) to (long). Use fwrite rather than write.
639 * fileio.c (PUT_CHARS, PUT_CHAR): New macros.
640 * fileio.c (__write_format): Use them.
641 * fileio.c (__write-format): Handle "%/" format even if
642 not io_ctrl_allowed (by emitting '\n').
643
644 Fri Sep 10 12:15:51 1993 Wilfried Moser (fs_moser at rcsw1j)
645
646 * chillrt0.c: Make stdin, stdout, stderr available to chill
647 programs. This is done by setting the apropriate file handles
648 to chill_stdin, chill_stdout, chill_stderr.
649 * fileio.c: Add a new function (_writeunixstd) to the
650 chill library. This function will be called when the compiler
651 detects a WRITETEXT action to one of the above mentioned
652 file handles.
653 * Makefile.in: Add _writeunixstd to LIBFUNCS3.
654
655 Sat Aug 21 17:17:53 1993 Bill Cox (bill@rtl.cygnus.com)
656
657 * Makefile.in: Add psset to list of powerset stuff.
658 * powerset.c: Standardize (and correct) for loops. Fix
659 comments.
660
661 Mon Jul 5 09:48:06 1993 Wilfried Moser (fs_moser at rcsw1j)
662
663 * rtltypes.h: Change layout of struct __ch_handler. The entry
664 jmp_buf is moved to the end of the structure.
665
666 Mon Jun 14 12:17:53 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
667
668 * Makefile.in: rename INSTALLDIR to libdir; remove parentdir
669 support; update definition of INSTALL
670
671 Thu Jun 10 18:14:41 1993 Wilfried Moser (moser@deneb.cygnus.com)
672
673 * libchill.c: (vector): This entry was removed. It is no
674 longer neccessary.
675 * Makefile.in: Change due to the remove of vector.
676
677 Wed Jun 9 10:39:25 1993 Wilfried Moser (moser@deneb.cygnus.com)
678
679 * chillrt0.c (main): Change processing of constructors
680 according to the new design made for tasking.
681 * libchill.c (__rts_main_loop, __rts_init): Don't do an
682 abort () there.
683
684 Mon May 31 08:24:51 1993 Ian Lance Taylor (ian@cygnus.com)
685
686 * Makefile.in (install): Create directory if necessary.
687
688 Sun May 30 15:57:05 1993 Per Bothner (bothner@cygnus.com)
689
690 * powerset.c (__eqpowerset, _newpowerset): Don't call
691 MASK_UNUSED_{CHAR,SHORT}_BITS on input operand
692 (which might be in read-only memory).
693 * powerset.c (SET_CHAR, SET_SHORT): Make unsigned.
694
695 Fri May 21 10:45:07 1993 Bill Cox (bill@rtl.cygnus.com)
696
697 * Makefile.in, chillrt0.c, fileio.c, libchill.c,
698 powerset.c, rtltypes.h: Wilfried's changes checked
699 in at Cygnus.
700
701 Tue May 18 09:21:56 1993 Bill Cox (bill@rtl.cygnus.com)
702
703 * powerset.c, Makefile.in: Add psslice routine.
704 Change function name from bitsetpowerset to
705 setpowersetbits. Drop build of I/O library
706 stuff, per Wilfried's request.
707
708 Tue May 18 07:55:25 1993 Wilfried Moser (fs_moser at rcsw1j)
709
710 * Makefile.in: clean up directory. Remove chillrt0.c
711 from libchill.a, this will be linked separately.
712 Remove librmt.a from Makefile, this is application
713 dependent.
714
715 Fri May 7 10:45:09 1993 Ian Lance Taylor (ian@cygnus.com)
716
717 * Makefile.in (tooldir): Define.
718 * configure.in: If cross-compilation, install in $(tooldir)/lib
719 rather than in $(exec_prefix)/lib.
720
721 Sat May 1 11:43:44 1993 Bill Cox (bill@rtl.cygnus.com)
722
723 * Makefile.in: Add store_output to lists.
724 * powerset.c: Add char- and short-length set handling
725 across the board.
726
727 Thu Apr 8 17:43:33 1993 Bill Cox (bill@rtl.cygnus.com)
728
729 * powerset.c (nepowerset): Return TRUE for non-equal comparison.
730 * string.c (eqstring, nestring): Call memcmp for the real work.
731
732 Mon Mar 22 23:22:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
733
734 * Makefile.in: add dvi, check and installcheck targets
735
736 Fri Mar 12 10:59:31 1993 Bill Cox (bill@rtl.cygnus.com)
737
738 * string.c (nestring): Fix return status - was completely bogus.
739
740 Fri Mar 5 18:34:15 1993 Per Bothner (bothner@rtl.cygnus.com)
741
742 * powerset.c: Re-name INT_TYPE_SIZE to SET_WORD_SIZE.
743 * powerset.c: Use SET_WORD instead of (unsigned int).
744 * powerset.c (__eqpowerset, __nepowerset): Fix masking
745 of final word to not trash memory.
746
747 Fri Mar 5 07:55:13 1993 Bill Cox (bill@rtl.cygnus.com)
748
749 * Makefile.in, powerset.c (__nepowerset): add psne for powerset
750 inequality test.
751 * string.c: fix comment.
752
753 Sat Feb 20 08:07:21 1993 Bill Cox (bill@rtl.cygnus.com)
754
755 * Makefile.in, libchill.c, powerset.c: split out powerset stuff.
756 * powerset.c: fix __ffsetpowerset and __flsetpowerset.
757
758 Fri Feb 19 11:00:10 1993 Bill Cox (bill@rtl.cygnus.com)
759
760 * Makefile.in: add psmax and psmin to LIBFUNCS1, so the
761 ffsetpowerset and flsetpowerset functions get into the library.
762
763 Sat Feb 13 15:43:21 1993 Bill Cox (bill@rtl.cygnus.com)
764
765 * Makefile.in, string.c: cleanup
766
767 Sat Feb 13 13:52:20 1993 Bill Cox (bill@rtl.cygnus.com)
768
769 * Makefile.in: Add LIBFUNC4, and loop for it. Builds
770 string-related runtime functions, adds them to libchill.a.
771
772 Wed Feb 10 09:45:29 1993 Bill Cox (bill@rtl.cygnus.com)
773
774 * rtltypes.h: added missing TExceptionDefinition.
775
776 * libchill.c: add GNU comment header, various new powerset
777 support routines. Change function declarations for K&R
778 compatibility.
779 * string.c: added - runtime string routines (relationals and
780 concat).
781
782 Tue Feb 9 16:17:35 1993 Per Bothner (bothner@rtl.cygnus.com)
783
784 * libchill.c, rtltypes.h: Replace exceptions-handling code.
785 * fileio.c: Comment out non-working pseudo-exception-handlers.
786
787 Fri Feb 5 07:38:39 1993 Fred Fish (fnf@cygnus.com)
788
789 * Makefile.in (RANLIB_TEST, INSTALL, INSTALL_PROGRAM,
790 INSTALL_DATA): Supply default definitions.
791
792 Sat Jan 30 13:57:09 1993 Per Bothner (bothner@rtl.cygnus.com)
793
794 * libchill.c: Change exception to be plain (char*).
795 (This is a simplification, at the cost of needing strcmp's.)
796 * Makefile.in: Move install actions over form ../gcc/Makefile.in.
797
798 Wed Jan 27 23:22:44 1993 Per Bothner (bothner@rtl.cygnus.com)
799
800 * libchill.c (__cause_exception): Exception is (for now)
801 (char**), rather than short.
802 Also, add (commented-out) sketch of new exception implementation.
803
804 Tue Jan 12 21:14:56 1993 Per Bothner (bothner@cygnus.com)
805
806 * libchill.c: Re-wrote bitstring/powerset code: Each chunk is
807 now a (unsigned int), rather than a (char), and bit-order
808 depends on BITS_BIG_ENDIAN, rather than being always
809 litle-endian. Other improvements here and there.
810 * libchill.c (__cardpowerset, __diffpowerset): Faster code.
811 * libchill.c (__setbitinstring): New routine, to assign
812 a single bit in a bitstring/powerset.
813 * Makefile.in (LIBFUNCS1): Add psset for __setbitinstring().
814
815 Tue Jan 12 00:10:46 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
816
817 * Makefile.in: compile all files with ALL_CFLAGS instead of CFLAGS,
818 default ALL_CFLAGS to include CFLAGS,
819 default XTRAFLAGS which is used to find the C library (like libg++),
820 added dummy install-info target for devo builds,
821
822 Wed Jan 6 08:03:46 1993 Fred Fish (fnf@cygnus.com)
823
824 * Makefile.in (libchill.a): Since libchill.a depends upon
825 chillrt0.o, don't remove chillrt0.o after adding to archive.
826 * config/mh-sysv4: Add SVR4 configuration file.
827 * Makefile.in (GCC_MAKEFILE): Define to point to gcc/chill
828 compiler Makefile, which contains the actual makefile fragments
829 to do the install, since it knows where gcc/chill is installed.
830 * Makefile.in: Add lines that configure looks for to insert
831 host, target, and site specific Makefile fragments.
832 * Makefile.in (install): New target that invokes make on the
833 gcc/chill makefile to do the actual install.
834 * configure.in (*-*-sysv4): Use mh-sysv4 as host_makefile_frag.
835
836 Sun Jan 3 16:47:25 1993 Per Bothner (bothner@cygnus.com)
837
838 * chillrt0.c: Comment out for now the non-portable
839 kludge for adding build_exceptions to the C++ initialision list.
840
841 Sat Jan 2 15:51:43 1993 Per Bothner (bothner@rtl.cygnus.com)
842
843 * New directory. Moved files from ../gcc/chillrt.
844 * configure.in: New file.
845 * Makefile.in: Modified from old Makefile to fit into standard
846 directory structure.
This page took 0.072963 seconds and 5 git commands to generate.