summaryrefslogtreecommitdiff
path: root/libchill
Commit message (Collapse)AuthorAgeFilesLines
* * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine basedlaw1999-09-025-67/+11
| | | | | | | | | on USE_CHAR. (USE_CHAR): No longer define. * eqps.c ffsetclrps.c flsetclrps.c: Remove !USE_CHARS support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29069 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.law1999-08-302-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28989 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,law1999-08-072-1/+11
| | | | | | | | libdir, libsubdir and tooldir. Applied in libchill, libf2c, libiberty and libobjc git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28569 138bc75d-0d04-0410-961f-82ee72b054a4
* libchill, libf2c, libobjc:law1999-05-203-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27050 138bc75d-0d04-0410-961f-82ee72b054a4
* law1999-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25955 138bc75d-0d04-0410-961f-82ee72b054a4
* law1999-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25953 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Fix typos in previous change.zack1999-01-192-2/+7
| | | | | | | (rtsdummy.o): Don't depend on gvarargs.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24754 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Add many missing dependencies.law1999-01-182-1/+80
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24739 138bc75d-0d04-0410-961f-82ee72b054a4
* How did these squeak through the address fixes?law1999-01-122-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24643 138bc75d-0d04-0410-961f-82ee72b054a4
* More address fixes.law1999-01-112-24/+24
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24618 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix FSF address in copyright header.law1999-01-1183-83/+166
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24611 138bc75d-0d04-0410-961f-82ee72b054a4
* * readrecord.c: Include <sys/types.h> for off_t.law1999-01-032-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24467 138bc75d-0d04-0410-961f-82ee72b054a4
* ./ChangeLog:manfred1998-11-263-41/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23892 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use AC_PREREQ(2.12.1).ghazi1998-11-232-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23802 138bc75d-0d04-0410-961f-82ee72b054a4
* * basicio.c (PATH_MAX): Define only to _POSIX_PATH_MAX if that isamylaar1998-11-202-0/+11
| | | | | | | defined. Otherwise, try MAXPATHLEN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23736 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use AC_CONFIG_AUX_DIR($topsrcdir).ghazi1998-10-223-41/+67
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23218 138bc75d-0d04-0410-961f-82ee72b054a4
* Regenerate with autoconf-2.12.1ghazi1998-10-011-45/+47
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22715 138bc75d-0d04-0410-961f-82ee72b054a4
* 1998-09-22 Ben Elliston <bje@cygnus.com>bje1998-09-212-3/+7
| | | | | | | * configure.in: This is GNU CHILL, not GNU Fortran. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22538 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-09-202-1/+6
| | | | | | | | * Makefile.in: Add dummy targets "info", "install-info", "clean-info" and "dvi". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22492 138bc75d-0d04-0410-961f-82ee72b054a4
* We now fully bootstrap on solaris-2.7 sparcv9.davem1998-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22404 138bc75d-0d04-0410-961f-82ee72b054a4
* * Add library exception clause to the copyright notice for alllaw1998-09-0985-0/+614
| | | | | | | .c and .h files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22365 138bc75d-0d04-0410-961f-82ee72b054a4
* * rts.h: Update with missing code.law1998-09-082-0/+103
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22327 138bc75d-0d04-0410-961f-82ee72b054a4
* * allgmem.c: Do not include config.h anymore.law1998-09-0632-32/+9
| | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22285 138bc75d-0d04-0410-961f-82ee72b054a4
* * Chill runtime moved into toplevel libchill.law1998-09-0588-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22238 138bc75d-0d04-0410-961f-82ee72b054a4