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