summaryrefslogtreecommitdiff
path: root/libchill
Commit message (Collapse)AuthorAgeFilesLines
* Remove, again.Richard Henderson2002-04-161-1686/+0
| | | | From-SVN: r52386
* Remove libchillMark Mitchell2002-04-1687-11897/+0
| | | | From-SVN: r52379
* re PR other/5299 (then -> than fixes)Craig Rodrigues2002-01-113-3/+9
| | | | | | | | | | 2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org> PR other/5299 * delaycase.c (__delay_event): Fix spelling error. * waitbuffer.c: Same. From-SVN: r48778
* Makefile.in (STROBJS): Get memmove.o from configure.Richard Henderson2000-05-315-39/+143
| | | | | | | | | * Makefile.in (STROBJS): Get memmove.o from configure. * configure.in (RANLIB): Detect and substitute. (memmove): Detect and substitute. * memmove.c (memmove): Use size_t. From-SVN: r34313
* concatstr.c, exh.c: Include stdlib.h and string.h.Zack Weinberg2000-05-2911-2/+24
| | | | | | | | * concatstr.c, exh.c: Include stdlib.h and string.h. * delaycase.c, eqstr.c, memmove.c, printbuffer.c, printevent.c, sendbuffer.c, waitbuffer.c: Include string.h. From-SVN: r34255
* * basicio.c (PATH_MAX): Always provide a definition.George France2000-04-032-7/+13
| | | | From-SVN: r32876
* Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>Alan Modra1999-10-272-2/+7
| | | | | | | * Makefile.in (config.status): Fix leading whitespace. (clean): Remove libchill.a. From-SVN: r30213
* powerset.h (SET_WORD, [...]): Do not redefine based on USE_CHAR.Jeffrey A Law1999-09-025-67/+11
| | | | | | | | | * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based on USE_CHAR. (USE_CHAR): No longer define. * eqps.c ffsetclrps.c flsetclrps.c: Remove !USE_CHARS support. From-SVN: r29069
* * Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.Hans-Peter Nilsson1999-08-302-1/+5
| | | | From-SVN: r28989
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir ↵Daniel Jacobowitz1999-08-062-1/+11
| | | | | | | | | | and tooldir. * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, libdir, libsubdir and tooldir. Applied in libchill, libf2c, libiberty and libobjc From-SVN: r28569
* libchill, libf2c, libobjc:Jeff Law1999-05-193-152/+54
| | | | | | | | | | | * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. libio, libstdc++ * configure.in: Test for ${compiler_name}.exe as well. From-SVN: r27050
* configure.in (AC_PREREQ): Update to 2.13.Mumit Khan1999-03-241-82/+259
| | | | | | | | | | � * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. From-SVN: r25955
* configure.in (AC_PREREQ): Update to 2.13.Mumit Khan1999-03-242-18/+33
| | | | | | | | | | � * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. From-SVN: r25953
* Makefile.in: Fix typos in previous change.Zack Weinberg1999-01-192-2/+7
| | | | | | | * Makefile.in: Fix typos in previous change. (rtsdummy.o): Don't depend on gvarargs.h. From-SVN: r24754
* Makefile.in: Add many missing dependencies.Jeffrey A Law1999-01-172-1/+80
| | | | | | | | * Makefile.in: Add many missing dependencies. Co-Authored-By: Hans-Peter Nilsson <hp@axis.se> From-SVN: r24739
* How did these squeak through the address fixes?Jeff Law1999-01-122-2/+4
| | | | From-SVN: r24643
* More address fixes.Jeff Law1999-01-112-24/+24
| | | | From-SVN: r24618
* Fix FSF address in copyright header.Jeff Law1999-01-1183-83/+166
| | | | From-SVN: r24611
* * readrecord.c: Include <sys/types.h> for off_t.Rainer Orth1999-01-032-1/+6
| | | | From-SVN: r24467
* configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1998-11-263-41/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. From-SVN: r23892
* * configure.in: Use AC_PREREQ(2.12.1).Kaveh R. Ghazi1998-11-232-0/+5
| | | | From-SVN: r23802
* basicio.c (PATH_MAX): Define only to _POSIX_PATH_MAX if that is defined.J"orn Rennecke1998-11-202-0/+11
| | | | | | | * basicio.c (PATH_MAX): Define only to _POSIX_PATH_MAX if that is defined. Otherwise, try MAXPATHLEN. From-SVN: r23736
* * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).Kaveh R. Ghazi1998-10-223-41/+67
| | | | From-SVN: r23218
* Regenerate with autoconf-2.12.1Kaveh Ghazi1998-10-011-45/+47
| | | | From-SVN: r22715
* configure.in: This is GNU CHILL, not GNU Fortran.Ben Elliston1998-09-222-3/+7
| | | | | | | 1998-09-22 Ben Elliston <bje@cygnus.com> * configure.in: This is GNU CHILL, not GNU Fortran. From-SVN: r22538
* Makefile.in: Add dummy targets "info", "install-info", "clean-info" and "dvi".Manfred Hollstein1998-09-202-1/+6
| | | | | | | | � * Makefile.in: Add dummy targets "info", "install-info", "clean-info" and "dvi". From-SVN: r22492
* We now fully bootstrap on solaris-2.7 sparcv9.David S. Miller1998-09-133-51/+54
| | | | | | | | | | | | | | | | | | | | | | toplevel: * config.sub: Recognize sparcv9 just like sparc64. gcc/ChangeLog: * configure.in: in sparc9-sol2 config, use 'if test' not brackets. * configure: Rebuilt. * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to CM_MEDANY. (CPP_CPU_SPEC): Do not define _LP64, header files do this. (CPP_CPU_DEFAULT_SPEC): Likewise. * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right for arch64 libfuncs. gcc/java/ChangeLog: * jcf-io.c: Include string.h. libchill/ChangeLog: * configure.in: Use 'if test' not brackets. * configure: Rebuilt. From-SVN: r22404
* * Add library exception clause to the copyright notice for allJeffrey A Law1998-09-0985-0/+614
| | | | | | .c and .h files. From-SVN: r22365
* * rts.h: Update with missing code.Jeffrey A Law1998-09-082-0/+103
| | | | From-SVN: r22327
* allgmem.c: Do not include config.h anymore.Jeffrey A Law1998-09-0532-32/+9
| | | | | | | | | | | * allgmem.c: Do not include config.h anymore. * allmem.c allocate.c andps.c cardps.c cause.c copyps.c: Likewise. * diffps.c eqps.c exh.c exhstack.c ffsetclrps.c ffsetps.c: Likewise. * flsetclrps.c flsetps.c inbitstr.c inps.c leps.c ltps.c: Likewise. * neps.c notps.c orps.c retmem.c rtsdummy.c setbitps.c: Likewise. * setbits.c sliceps.c terminate.c unhex.c unhex1.c xorps.c: Likewise. From-SVN: r22285
* * Chill runtime moved into toplevel libchill.Jeff Law1998-09-0488-0/+12403
* Makefile.in Revamped due to move. Add multilib support. * configure.in: Similarly. Use autoconf. * powerset.h: Do not depend on BITS_PER_UNIT. From-SVN: r22238