Files
PolyORB/ChangeLog
Samuel Tardieu b37b1caf69 Check also for gnatgcc since that is what Debian use
Subversion-branch: /importfromcvs/trunk
Subversion-revision: 47008
1998-09-24 13:37:00 +00:00

558 lines
17 KiB
Plaintext

1998-09-24 Samuel Tardieu <sam@inf.enst.fr>
* support/ada.m4: Detect gnatgcc as a suitable Ada driver since
that is what the Debian distribution use.
1998-09-12 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in, configure: Fix 5712-G01. Specific naming
of a decalpha platform.
1998-09-02 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Add missing Examples/Filters/Makefile.am.
1998-09-02 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in: To build isthriob, don't compile s-stratt.adb
anymore and bind with flag -t to ignore stamp inconsistency.
Don't care about inlining and stamp inconsistency since this
executable is supposed to check whether IO are thread blocking or
not. This should be fast because it is done during configuration.
1998-09-02 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Add missing Examples/Filters/Makefile.am.
Add Garlic/s-ganase.ad[bs] to the distribution.
Add Garlic/s-gapise.ad[bs] to the distribution.
* configure.in (ISTHRBIO): Use a reliable method that works with
GNAT-inlined/GLADE-not-inlined, GNAT-not-inlined/GLADE-inlined,
both-inlined or both-non-inlined.
1998-09-01 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Remove Examples/Filters/localhost as it will not work
under Windows.
* configure.in: isthrbio may need s-stratt.{o,ali} in some
configurations (GNAT compiled without inlining and GLADE compiled
with inlining).
1998-08-31 Laurent Pautet <pautet@scapin.enst.fr>
* NEWS: Update "New ports", "New functionnalities" and "Bug fixes"
sections. Remove redundant subsections.
1998-08-06 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in, configure: Adopt a solution based on platform
letters for NT.
1998-08-04 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Document the default optimization for gnatdist, as well as
the fact that -n is no longer added onto the command line if
--with-remsh is used.
* configure.in: Use $(ADA) and $(GNATMAKE) instead of "gcc" and
"gnatmake" since the user can have selected different programs.
Use -O when compiling isthrbio.
Build s-gatcop.ads in the current Garlic subdirectory instead of
$(srcdir)/Garlic to make it work when using VPATH and multiple
architectures sharing the same source directory.
Use "rsh -n" and "remsh -n" as default choices, instead of "rsh"
and "remsh" (the "-n" is no longer added by System.Garlic.Remote
to allow use of other launchers).
1998-08-04 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in, configure: Compile each garlic unit separatly to
avoid using gnatmake -a which compiles too many files. It is less
efficient during distribution cleanup but far more efficient
during user distribution installation.
1998-08-03 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Updated for heterogeneous support.
* MANIFEST: Add Garlic/s-garloc.ad[bs] to the distribution.
* Makefile.am: Remove isthrbio and associated files when doing a
"make clean".
* configure.in: Use -m to recompile isthrbio to avoid useless
recompilations.
Use ./isthrbio in the case where the user does not have "." in her
PATH.
Do not remove ./isthrbio to allow subsequent runs of configure
without extra compilation.
Reformat the comment for --enable-thread-blocking-io to make
respect the GNU coding standards.
Remove -gnatx from default flags since its meaning has been
reversed.
Use -gnatawe since -gnatwu is included with -gnatg.
1998-08-03 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in, configure: Create a new configuration option:
--with-sanity=dir. This allows to save partition pids in a given
directory. This option helps to control non-terminating partitions
when regression tests are running. It affects s-gaplsp.ads.in.
1998-07-27 Laurent Pautet <pautet@scapin.enst.fr>
* configure, configure.in: Typo in configure.in (TCP.Non_Blocking
-> Non_Blocking).
1998-07-26 Laurent Pautet <pautet@scapin.enst.fr>
* MANIFEST: Remove some 5*files because the thread-blocking-io
mode does not depend on the system but on the gnat rts. Add
isthrbio.adb which tests the thread-blocking-io mode.
* configure.in, configure: Check whether gnat rts is thread block
io or not. This has to be done during configuration because
Makefile will be modified accordingly (NOBLTCP*). The system
dependent files will be updated during installation.
1998-06-16 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Include Garlic/linktest.adb into the distribution.
* configure.in: Set linktest depending on the presence of
--enable-debug.
1998-06-04 Laurent Pautet <pautet@scapin.enst.fr>
* MANIFEST: Remove s-rpcini.ad[bs].
1998-05-31 Samuel Tardieu <sam@inf.enst.fr>
* support/config.guess, support/config.sub: Updated from GCC
sources to detect the right libc under Linux.
* configure.in: Use local launching for Linux when not using
libc1. It looks like Linux does not crash anymore when local
launching is used with newer LinuxThreads.
1998-05-21 Laurent Pautet <pautet@scapin.enst.fr>
* MANIFEST: Add ada/rident.ads.
1998-05-12 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Updated.
1998-05-11 Laurent Pautet <pautet@scapin.enst.fr>
* MANIFEST: Remove s-painst.ad?.
1998-05-06 Laurent Pautet <pautet@scapin.enst.fr>
* configure, configure.in: Fix typo which caused incorrect update
of PROTOCOLSSOURCES.
1998-05-04 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in: New variable CP_PRESERVE which gives cp flag to
preserve the original files' owner, group, permissions, and
timestamps.
* Makefile.am, Makefile.in: See above.
1998-04-21 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: AC_GNAT_SOURCE is now in support/gnatsrc.m4.
* MANIFEST: Add Garlic/5pgtplsp.adb to distribution.
1998-04-20 Laurent Pautet <pautet@scapin.enst.fr>
* configure, configure.in, Makefile.in: Add platform Open NT.
1998-04-20 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Reinstated Garlic/s-garthi.ads, and remove
Garlic/5lgarthi.ads and Garlic/5wgarthi.ads. Add
Garlic/5wgtplsp.adb.
* configure.in: New variable TCP_PLATFORM_SOURCE which uses either
the source or the body of System.Garlic.Platform_Specific. Needed
for the Windows NT port.
1998-04-19 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Add flag -gnatx2 when using the maintainer mode to
help cross-referencing.
1998-04-12 Samuel Tardieu <sam@inf.enst.fr>
* INSTALL: Fix typo.
1998-04-09 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Remove Garlic/s-garthi.ads, and add
Garlic/5lgarthi.ads and Garlic/5wgarthi.ads.
1998-04-05 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Check for specific header files.
* INSTALL: Add a note on LinuxThreads/FSU threads issue.
1998-03-31 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Add Garlic/s-gamuin.ad[bs] and Garlic/s-ganeut.ad[bs]
to the distribution, as well as Garlic/constants.c,
Garlic/config.h.in and support/acconfig.h.
1998-03-24 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Change 2<letter>* into 5<letter>*.
* MANIFEST: Likewise.
1998-03-23 Laurent Pautet <pautet@scapin.enst.fr>
* configure.in, configure: Add some platform configurations.
1998-02-27 Samuel Tardieu <sam@inf.enst.fr>
* TODO: Remove obsolete entry concerning stubs compilation using
-gnatn (this is not a concern with the new stubs model).
Add a new entry to remember RACW extra conversions bug.
* MANIFEST: Add Garlic/zlib/trees.h.
1998-02-24 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Change aux into support to avoid a name clash on NT.
* Makefile.am (ACLOCAL_AMFLAGS): Likewise.
* configure.in: Likewise.
1998-02-19 Laurent Pautet <pautet@scapin.enst.fr>
* configure, configure.in: Remove substitution in
gnatdist.in. gnatdist.in script is not used anymore.
* MANIFEST: Remove gnatdist.in.
1998-02-18 Laurent Pautet <pautet@scapin.enst.fr>
* MANIFEST: Remove s-gafino.ad[bs]. No longer needed.
1998-02-18 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Do not test for Errno anymore since it is
available in GNAT.OS_Lib.
1998-02-17 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Update list of files for new zlib.
1998-02-12 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Correct typo.
* README: Add missing 's' to Ada Core Technologies.
1998-02-12 Laurent Guerby <guerby@gnat.com>
* configure.in: Remove -O0 for Digital Unix, no longer needed.
* configure: Ditto.
* MANIFEST: Add Garlic/DALL and Garlic/UNDALL to the distribution.
1998-02-11 Laurent Guerby <guerby@gnat.com>
* README: Fix typos.
1998-02-09 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Use new Ada macros
* prereq: Not needed anymore
1998-01-26 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Updated NEWS file
* prereq: Bumped to 980126
1998-01-19 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Add s-gartyp.adb to distribution
1998-01-02 Samuel Tardieu <sam@inf.enst.fr>
* README: Remove references to glade_version.txt
* MANIFEST: Add s-gartyp.ads to distribution
Remove references to glade_version.txt
1997-12-30 Samuel Tardieu <sam@inf.enst.fr>
* README: Updated
1997-12-18 Samuel Tardieu <sam@inf.enst.fr>
* prereq: New file containing the oldest required version of GNAT.
* configure.in: Use prereq file to check that a recent enough
version of GNAT is used.
1997-12-15 Samuel Tardieu <sam@inf.enst.fr>
* README: Add a note on "gnatdist -V".
Mention that unified diff (-u) are accepted as well when
submitting patches.
1997-12-14 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Add glade_version.txt in distribution.
1997-12-10 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Add -gnatwe flag when --enable-debug is selected
to treat warnings as errors.
1997-12-09 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Remove s-garpoi.ad[bs] from distribution.
1997-12-08 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Remove s-garcac.ad[bs] from distribution.
1997-10-31 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Notes about the new filtering interface and the streams
pool.
* MANIFEST: Add System.Garlic.Streams and
System.Garlic.Storage_Handling.
1997-10-30 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Notes about the new compilation model, the bug fixes and
the partial support of parallel compilation.
1997-10-29 Samuel Tardieu <sam@inf.enst.fr>
* MANIFEST: Remove xe-gcc.in.
1997-10-09 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Deactivate local launching on Linux.
1997-09-30 Laurent Pautet <pautet@quasimodo.enst.fr>
* NEWS: Add a note on zlib which is broken on alpha.
* configure.in, configure: Add alpha-dec-osf and fix confusion
between a/l codes.
1997-09-30 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Added note about Digital Unix port.
1997-09-23 Samuel Tardieu <sam@inf.enst.fr>
* README: Changed glade-report@act-europe.fr into report@gnat.com.
1997-09-07 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Note about light PCS.
1997-09-07 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: Note about local launching of partitions.
1997-08-12 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Added support for libtool. Removed detection of
minimal recompilation capabilities in gnatmake since they are
always present.
* ltconfig: Added libtool specific files.
* ltmain.sh: ditto.
1997-05-29 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Set -O2 even when debugging, since it can detect
initialized variables.
1997-05-07 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Added Examples/Messages/Makefile in target list.
1997-05-04 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Do not check for ssh anymore since it is never
used automatically.
1997-04-25 Laurent Pautet <pautet@inf.enst.fr>
* configure.in : get rid of RACW.
1997-04-24 Laurent Pautet <pautet@inf.enst.fr>
* INSTALL: .rhost --> .rhosts.
* README: Various modifications motivated by LG comments
before 1.02 release.
1997-04-22 Samuel Tardieu <sam@inf.enst.fr>
* README: Tell the user to include GNATDIST -v output when
reporting a GNATDIST bug.
1997-04-22 Laurent Pautet <pautet@inf.enst.fr>
* README: Reference NEWS. Acknowledge zlib usage.
* NEWS: Reformat and fix typos.
1997-04-22 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Fixed bug reported by Cyrille Comar.
1997-04-10 Samuel Tardieu <sam@inf.enst.fr>
* NEWS: New file.
1997-04-09 Samuel Tardieu <sam@zaphod.enst.fr>
* configure.in: Use zip filter by default.
1997-04-07 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Modified for automake 1.1n. Removed references to
xe-gcc*.
1997-04-02 Laurent Pautet <pautet@scapin.enst.fr>
* README: Move a paragraph (concerning T.Wolf) from user_guide.txt
to README.
1997-04-01 Samuel Tardieu <sam@zaphod.enst.fr>
* README: Fixed a bogus WWW address and add the address of ACT
Europe GLADE page.
1997-03-13 Laurent Pautet <pautet@esmeralda.enst.fr>
* configure.in: Add Examples/LightBank.
* configure: Modified (configure.in).
1997-03-21 Samuel Tardieu <sam@zaphod.enst.fr>
* aclocal.m4: Automatically generated by automake 1.1m.
* missing: New file.
1997-03-08 Laurent Pautet <pautet@inf.enst.fr>
* configure.in: Add Bank to the list of Makefiles to configure.
1997-03-07 Laurent Pautet <pautet@inf.enst.fr>
* configure.in, configure: Add --with-remsh to set the rsh command
we use.
1997-02-28 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Standard help strings for --with-filters and
--with-protocols.
1997-02-26 Laurent Pautet <pautet@lglsun11.epfl.ch>
* configure.in: Reduce the effort of a third party to
add a new filter. The third party just have to provide a
Makefile.<filter>.
1997-02-21 Laurent Pautet <pautet@quasimodo.enst.fr>
* configure.in: Add zip filtering. Z library is now included in
the release. By default, it is not installed but with
--with-filters="zip", the Z library is included in garlic library
and Z binding and filter are also included.
1997-02-14 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Use ${top_srcdir}/dir when building with VPATH
and relative $top_srcdir.
1997-02-13 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Test for non-blocking I/Os when compiling the TCP
module to avoid sometimes trying to compile a non-compilable file.
1997-02-12 Laurent Pautet <pautet@lglsun11.epfl.ch>
* README (Introduction): Typo.
1997-02-11 Laurent Pautet <pautet@inf.enst.fr>
* README (Introduction): Change references to mailing lists.
Suppress last 2 paragraphs.
1997-02-11 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Changed Linux target. Damn new config.guess!
1997-02-10 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Added cygwin32 and SNI target, even if it is not
used yet. Added support for gnatmake -s.
* config.guess, config.sub: Update to the latest version.
1997-02-06 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: In get_errno is not found in GNAT lib, then use
__get_errno instead.
1996-12-19 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Changed detection of get_errno. Should raise an
error on Linux instead of producing bad assembly code.
1996-11-28 Laurent Pautet <pautet@inf.enst.fr>
* INSTALL: Fix minor typos.
1996-11-27 Laurent Pautet <pautet@inf.enst.fr>
* INSTALL: Rewrite completely and move all non obvious stuff
in Doc/install_guide.txt.
1996-10-29 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Check for get_errno or __get_errno.
* configure: Bug in Linux configuration.
1996-10-28 Samuel Tardieu <sam@inf.enst.fr>
* COPYING: Added to the distribution.
1996-10-22 Samuel Tardieu <sam@inf.enst.fr>
* configure.in: Minor reformating.
Changed help message "--with-launching" into "--without-launching".
1996-10-21 Laurent Pautet <pautet@quasimodo.enst.fr>
* configure.in, Garlic/Makefile.am: Several new variables :
[PROTOCOLS|NON_EMBEDDED]_[SOURCES|OBJECTS]
PROTOCOLS : list of protocols
NON_EMBEDDED : do we launch partition