/[libtool]/libtool/ChangeLog
ViewVC logotype

Diff of /libtool/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.641.2.259 by oliva, Mon Jun 4 19:32:47 2001 UTC revision 1.641.2.260 by gary, Sun Jun 24 16:48:46 2001 UTC
# Line 1  Line 1 
1    2001-05-24  Gary V. Vaughan  <gary@gnu.org>
2    
3            * configure.in:  Display a banner to remind users that this is
4            an ex-branch.
5            
6  2000-06-04  Mark Mitchell  <mark@codesourcery.com>  2000-06-04  Mark Mitchell  <mark@codesourcery.com>
7    
8          * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,          * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
# Line 82  Line 87 
87          newer config.guess in addition to older /unixware*/.  Use          newer config.guess in addition to older /unixware*/.  Use
88          compiler driver, not linker, for linking shared libraries.          compiler driver, not linker, for linking shared libraries.
89                                                    
90  2001-04-24  Gary V. Vaughan  <gvv@techie.com>  2001-04-24  Gary V. Vaughan  <gary@gnu.org>
91    
92          * ltdl.m4 (AC_C_INLINE): No longer required.          * ltdl.m4 (AC_C_INLINE): No longer required.
93          * libltdl/ltdl.c (strdup, strcmp, strchr, strrchr, memcpy, trim,          * libltdl/ltdl.c (strdup, strcmp, strchr, strrchr, memcpy, trim,
# Line 103  Line 108 
108          "output_verbose_link_cmd" to better conform to libtool naming          "output_verbose_link_cmd" to better conform to libtool naming
109          conventions.          conventions.
110    
111  2001-04-24  Gary V. Vaughan  <gvv@techie.com>  2001-04-24  Gary V. Vaughan  <gary@gnu.org>
112    
113          From Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>          From Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
114          * tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test          * tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test
# Line 115  Line 120 
120          * libltdl/ltdl.c (lt_dlexit): Quit loop if only resident modules          * libltdl/ltdl.c (lt_dlexit): Quit loop if only resident modules
121          are left.          are left.
122                    
123  2001-04-23  Gary V. Vaughan  <gvv@techie.com>  2001-04-23  Gary V. Vaughan  <gary@gnu.org>
124    
125          From Albert Chin-A-Young <china@thewrittenword.com>          From Albert Chin-A-Young <china@thewrittenword.com>
126          * ltmain.in:  `test -L' is not portable, and infact breaks uninstall          * ltmain.in:  `test -L' is not portable, and infact breaks uninstall
# Line 141  Line 146 
146          if the variable was not set with `=' earlier.  `+=' was not useful          if the variable was not set with `=' earlier.  `+=' was not useful
147          here anyway.          here anyway.
148    
149  2001-04-22  Gary V. Vaughan  <gvv@techie.com>  2001-04-22  Gary V. Vaughan  <gary@gnu.org>
150    
151          * ltdl.m4 (AC_CHECK_HEADERS): UW7 has sys/dl.h, so we must          * ltdl.m4 (AC_CHECK_HEADERS): UW7 has sys/dl.h, so we must
152          check for that here.          check for that here.
# Line 153  Line 158 
158          various releases of UnixWare and OpenServer that support it.          various releases of UnixWare and OpenServer that support it.
159          Reported by Matthew Schalit <mschalit@pacbell.net>          Reported by Matthew Schalit <mschalit@pacbell.net>
160    
161  2001-04-21  Gary V. Vaughan  <gvv@techie.com>  2001-04-21  Gary V. Vaughan  <gary@gnu.org>
162    
163          * TODO:  propose pkg-config merge.          * TODO:  propose pkg-config merge.
164    
# Line 217  Line 222 
222          * ltcf-cxx.sh (archive_expsym_cmds, osf4/osf5):  Added support          * ltcf-cxx.sh (archive_expsym_cmds, osf4/osf5):  Added support
223          for cxx under Compaq Tru64.          for cxx under Compaq Tru64.
224    
225  2001-04-08  Gary V. Vaughan  <gvv@techie.com>  2001-04-08  Gary V. Vaughan  <gary@gnu.org>
226    
227          * ltcf-c.sh (hardcode_libdir_flag_spec, osf4/osf5): Use ${wl}          * ltcf-c.sh (hardcode_libdir_flag_spec, osf4/osf5): Use ${wl}
228          to pass -rpath when compiling with gcc.          to pass -rpath when compiling with gcc.
# Line 239  Line 244 
244    
245          * ltmain.in: Improve check for valid -version-info parameter.          * ltmain.in: Improve check for valid -version-info parameter.
246    
247  2001-04-08  Gary V. Vaughan  <gvv@techie.com>  2001-04-08  Gary V. Vaughan  <gary@gnu.org>
248    
249          From Nick Hudson  <skrll@netbsd.org>          From Nick Hudson  <skrll@netbsd.org>
250          * doc/Makefile.am (libtool_TEXINFOS): Add fdl.texi so that it          * doc/Makefile.am (libtool_TEXINFOS): Add fdl.texi so that it
# Line 256  Line 261 
261          match_pattern that does pattern matching on filenames...          match_pattern that does pattern matching on filenames...
262          * libtool.m4: ...use it with NetBSD          * libtool.m4: ...use it with NetBSD
263    
264  2001-04-05  Gary V. Vaughan  <gvv@techie.com>  2001-04-05  Gary V. Vaughan  <gary@gnu.org>
265    
266          * doc/libtool.texi (Multiple dependencies): A note about the          * doc/libtool.texi (Multiple dependencies): A note about the
267          problems I've reintroduced by reverting the my patch of 2001-03-31.          problems I've reintroduced by reverting the my patch of 2001-03-31.
# Line 309  Line 314 
314          Darwin. One of them was misplaced. Added version_type case for          Darwin. One of them was misplaced. Added version_type case for
315          Rhapsody and Darwin, named "darwin".          Rhapsody and Darwin, named "darwin".
316    
317  2001-03-31  Gary V. Vaughan  <gvv@techie.com>  2001-03-31  Gary V. Vaughan  <gary@gnu.org>
318    
319          * ltmain.in: Remove the code for stripping duplicate deplibs          * ltmain.in: Remove the code for stripping duplicate deplibs
320          from libtool link lines -- duplicates are somtimes necessary          from libtool link lines -- duplicates are somtimes necessary
# Line 377  Line 382 
382    
383          * ltmain.in (clean): Automatically remove $objdir (usually '.libs').          * ltmain.in (clean): Automatically remove $objdir (usually '.libs').
384    
385  2001-03-08  Gary V. Vaughan  <gvv@techie.com>  2001-03-08  Gary V. Vaughan  <gary@gnu.org>
386    
387          * ltconfig.in (library_names_spec): Undo latin-1 spaces I pasted          * ltconfig.in (library_names_spec): Undo latin-1 spaces I pasted
388          in yesterday by mistake.          in yesterday by mistake.
389                    
390  2001-03-07  Gary V. Vaughan  <gvv@techie.com>  2001-03-07  Gary V. Vaughan  <gary@gnu.org>
391                    
392          From Tor Lillqvist <tml@iki.fi>          From Tor Lillqvist <tml@iki.fi>
393          * ltcf-c.sh, ltcf-gcj.sh (export_symbols): On Windows, if the          * ltcf-c.sh, ltcf-gcj.sh (export_symbols): On Windows, if the
# Line 404  Line 409 
409    
410          * ltcf-cxx.sh (archive_cmds) [HP-UX, GCC]: Port.          * ltcf-cxx.sh (archive_cmds) [HP-UX, GCC]: Port.
411    
412  2001-03-06  Gary Vaughan  <gvv@techie.com>  2001-03-06  Gary Vaughan  <gary@gnu.org>
413    
414          From Albert Chin-A-Young <china@thewrittenword.com>          From Albert Chin-A-Young <china@thewrittenword.com>
415          * libtool.m4: Apply missing m4 quotes that were originally applied to          * libtool.m4: Apply missing m4 quotes that were originally applied to
416          HEAD branch only.          HEAD branch only.
417                    
418  2001-03-05  Gary Vaughan  <gvv@techie.com>  2001-03-05  Gary Vaughan  <gary@gnu.org>
419    
420          * NEWS: Updated.          * NEWS: Updated.
421          * doc/libtool.texi (Thread Safety in libltdl): New node describing          * doc/libtool.texi (Thread Safety in libltdl): New node describing
# Line 469  Line 474 
474          sentences to describe how piecewise linking is done          sentences to describe how piecewise linking is done
475          for shared objects by creating reloadable object files.          for shared objects by creating reloadable object files.
476    
477  2001-02-20  Gary Vaughan  <gvv@techie.com>  2001-02-20  Gary Vaughan  <gary@gnu.org>
478    
479          * libltdl/ltdl.c (lt_dlcaller_register): dont set an unsigned          * libltdl/ltdl.c (lt_dlcaller_register): dont set an unsigned
480          type to a negative number.          type to a negative number.
# Line 522  Line 527 
527    
528          * ltcf-cxx.sh: Eliminated setting LD to $CC          * ltcf-cxx.sh: Eliminated setting LD to $CC
529    
530  2001-02-05  Gary V. Vaughan  <gvv@techie.com>  2001-02-05  Gary V. Vaughan  <gary@gnu.org>
531    
532          From Nick Hudson <skrll@netbsd.org>          From Nick Hudson <skrll@netbsd.org>
533          * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to          * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): netbsd* is able to
534          automatically load module deplibs without assistance from          automatically load module deplibs without assistance from
535          libltdl.          libltdl.
536    
537  2001-02-02  Gary V. Vaughan  <gvv@techie.com>  2001-02-02  Gary V. Vaughan  <gary@gnu.org>
538    
539          * libltdl/ltdl.c (load_deplibs): Make sure the depcount is reset,          * libltdl/ltdl.c (load_deplibs): Make sure the depcount is reset,
540          even when deplibs are not used because of the patch below.          even when deplibs are not used because of the patch below.
# Line 547  Line 552 
552    
553          * AUTHORS: added myself to the list of maintainers.          * AUTHORS: added myself to the list of maintainers.
554    
555  2001-01-31  Gary V. Vaughan  <gvv@techie.com>  2001-01-31  Gary V. Vaughan  <gary@gnu.org>
556    
557          * libltdl/ltdl.c (load_deplibs): If loading a deplib fails,          * libltdl/ltdl.c (load_deplibs): If loading a deplib fails,
558          don't sweat -- it may be a lib that is already statically linked          don't sweat -- it may be a lib that is already statically linked
# Line 592  Line 597 
597          * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.          * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
598          * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.          * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
599    
600  2001-01-07  Gary V. Vaughan  <gvv@techie.com>  2001-01-07  Gary V. Vaughan  <gary@gnu.org>
601    
602          * NEWS: Updated.          * NEWS: Updated.
603          * doc/libtool.texi (User defined module data): Updated.          * doc/libtool.texi (User defined module data): Updated.
604          * libltdl/ltdl.c (lt_dlhandle_next): New function.          * libltdl/ltdl.c (lt_dlhandle_next): New function.
605          * libltdl/ltdl.h (lt_dlhandle_next): Prototypes.          * libltdl/ltdl.h (lt_dlhandle_next): Prototypes.
606    
607  2001-01-05  Gary V. Vaughan  <gvv@techie.com>  2001-01-05  Gary V. Vaughan  <gary@gnu.org>
608    
609          * NEWS: Updated.          * NEWS: Updated.
610          * doc/libtool.texi (User defined module data):  Document it all.          * doc/libtool.texi (User defined module data):  Document it all.
# Line 617  Line 622 
622          * ltdl.h (lt_dlcaller_register, lt_dlcaller_set_data,          * ltdl.h (lt_dlcaller_register, lt_dlcaller_set_data,
623          lt_dlcaller_get_data): Prototyped.          lt_dlcaller_get_data): Prototyped.
624    
625  2000-12-23  Gary V. Vaughan  <gvv@techie.com>  2000-12-23  Gary V. Vaughan  <gary@gnu.org>
626    
627          From vvv@vsu.ru:          From vvv@vsu.ru:
628          * doc/fdl.texi (GNU Free Documentation License): contained @bye          * doc/fdl.texi (GNU Free Documentation License): contained @bye
# Line 634  Line 639 
639    
640          * libtool.m4 (OSF/1):  Revert my patch of 2000-12-16.          * libtool.m4 (OSF/1):  Revert my patch of 2000-12-16.
641    
642  2000-12-20  Gary V. Vaughan  <gvv@techie.com>  2000-12-20  Gary V. Vaughan  <gary@gnu.org>
643    
644          * libltdl/ltdl.c (lt_dlexit): Was checking for residency of the          * libltdl/ltdl.c (lt_dlexit): Was checking for residency of the
645          wrong module.          wrong module.
# Line 651  Line 656 
656          compiler on a Tru64 machine.          compiler on a Tru64 machine.
657          * ltcf-cxx.sh (OSF/1): ditto.          * ltcf-cxx.sh (OSF/1): ditto.
658    
659  2000-12-16  Gary V. Vaughan  <gvv@techie.com>  2000-12-16  Gary V. Vaughan  <gary@gnu.org>
660    
661          * ltcf-c.sh (archive_cmds): And another one.  Use test instead of          * ltcf-c.sh (archive_cmds): And another one.  Use test instead of
662          `['.          `['.
# Line 673  Line 678 
678          * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20          * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use the HPUX 10.20
679          methods to check for library dependencies on HPUX 11.          methods to check for library dependencies on HPUX 11.
680    
681  2000-12-16  Gary V. Vaughan  <gvv@techie.com>  2000-12-16  Gary V. Vaughan  <gary@gnu.org>
682    
683          * ltconfig.in (deplibs_check_method, file_magic_cmd,          * ltconfig.in (deplibs_check_method, file_magic_cmd,
684          file_magic_test_file): Arghh!  I keep forgetting that this stuff          file_magic_test_file): Arghh!  I keep forgetting that this stuff
# Line 731  Line 736 
736          * libtool.m4:  Don't depend on Autoconf internals:          * libtool.m4:  Don't depend on Autoconf internals:
737          s/ac_cv_prog_gcc/GCC/.          s/ac_cv_prog_gcc/GCC/.
738    
739  2000-11-29  Gary V. Vaughan  <gvv@techie.com>  2000-11-29  Gary V. Vaughan  <gary@gnu.org>
740    
741          * libltdl/ltdl.h (lt_dlhandle): Rename the wrapped structure          * libltdl/ltdl.h (lt_dlhandle): Rename the wrapped structure
742          to prevent nameclash when used from C++.          to prevent nameclash when used from C++.
743          * libltdl/ltdl.c: Fixed all references.          * libltdl/ltdl.c: Fixed all references.
744    
745  2000-11-25  Gary V. Vaughan  <gvv@techie.com>  2000-11-25  Gary V. Vaughan  <gary@gnu.org>
746    
747          * libltdl/ltdl.c (lt_dlopen):  Change the default search order          * libltdl/ltdl.c (lt_dlopen):  Change the default search order
748          for modules.  If the named module has no directory component,          for modules.  If the named module has no directory component,
749          always start the search with the user_search_path directories,          always start the search with the user_search_path directories,
750          and then fall back on the current directory only if that fails.          and then fall back on the current directory only if that fails.
751    
752  2000-11-20  Gary V. Vaughan  <gvv@techie.com>  2000-11-20  Gary V. Vaughan  <gary@gnu.org>
753    
754          * libltdl/Makefile.am (libltdl_la_LDFLAGS): increment the version          * libltdl/Makefile.am (libltdl_la_LDFLAGS): increment the version
755          number to reflect the breakage of binary compatibility.          number to reflect the breakage of binary compatibility.
# Line 764  Line 769 
769          * ltmain.in: Some versions of expr respond with "0" if a          * ltmain.in: Some versions of expr respond with "0" if a
770          regexp fails to match.          regexp fails to match.
771    
772  2000-11-19  Gary V. Vaughan  <gvv@techie.com>  2000-11-19  Gary V. Vaughan  <gary@gnu.org>
773    
774          * ltdl.c: Relegate non-POSIX-compliant symbols (e.g. those          * ltdl.c: Relegate non-POSIX-compliant symbols (e.g. those
775          ending in ``_t'') to deprecated #define compatibility macros.          ending in ``_t'') to deprecated #define compatibility macros.
# Line 772  Line 777 
777          and ``LT_'' prefixes are taken from the global namespace.          and ``LT_'' prefixes are taken from the global namespace.
778          * ltdl.h: ditto.          * ltdl.h: ditto.
779    
780  2000-11-17  Gary V. Vaughan  <gvv@techie.com>  2000-11-17  Gary V. Vaughan  <gary@gnu.org>
781    
782          * ltdl.c: Reformatted.          * ltdl.c: Reformatted.
783          * ltdl.h: ditto.          * ltdl.h: ditto.
784    
785  2000-11-11  Gary V. Vaughan  <gvv@techie.com>  2000-11-11  Gary V. Vaughan  <gary@gnu.org>
786    
787          * ltdl.m4, ltcf-c.sh, libtool.m4: Use $ac_ext and $ac_objext          * ltdl.m4, ltcf-c.sh, libtool.m4: Use $ac_ext and $ac_objext
788          respectively for conftest sources and objects.          respectively for conftest sources and objects.
# Line 801  Line 806 
806          (AM_DISABLE_SHARED, AM_DISABLE_STATIC, AM_PROG_LD, AM_PROG_NM):          (AM_DISABLE_SHARED, AM_DISABLE_STATIC, AM_PROG_LD, AM_PROG_NM):
807          Don't use indir when useless.  Don't add trailing `dnl' either.          Don't use indir when useless.  Don't add trailing `dnl' either.
808    
809  2000-10-30  Gary V. Vaughan  <gvv@techie.com>  2000-10-30  Gary V. Vaughan  <gary@gnu.org>
810    
811          * doc/libtool.texi:  Corrected another attack of CRLF line          * doc/libtool.texi:  Corrected another attack of CRLF line
812          endings.          endings.
# Line 827  Line 832 
832          * libtool.m4 (AC_LIBTOOL_CXX, AC_LIBTOOL_GCJ): Pass LD down to          * libtool.m4 (AC_LIBTOOL_CXX, AC_LIBTOOL_GCJ): Pass LD down to
833          ltconfig.          ltconfig.
834    
835  2000-10-02  Gary V. Vaughan  <gvv@techie.com>  2000-10-02  Gary V. Vaughan  <gary@gnu.org>
836    
837          From Bruce Korb <bkorb@cruzio.com>          From Bruce Korb <bkorb@cruzio.com>
838          * ltmain.in (execute_dlfiles): Reduce obfuscation.          * ltmain.in (execute_dlfiles): Reduce obfuscation.
# Line 842  Line 847 
847          '${OBJDUMP}'; Solaris' /bin/sh loses with `}' in cache files.          '${OBJDUMP}'; Solaris' /bin/sh loses with `}' in cache files.
848          (ac_cv_path_MAGIC_CMD): Renamed to lt_cv_path_MAGIC_CMD.          (ac_cv_path_MAGIC_CMD): Renamed to lt_cv_path_MAGIC_CMD.
849    
850  2000-09-28  Gary V. Vaughan  <gvv@techie.com>  2000-09-28  Gary V. Vaughan  <gary@gnu.org>
851    
852          * libtool.m4 (MAGIC_CMD): Don't use MAGIC, since BSD versions of          * libtool.m4 (MAGIC_CMD): Don't use MAGIC, since BSD versions of
853          the file command use this environment variable to hold the          the file command use this environment variable to hold the
# Line 863  Line 868 
868          * ltcf-cxx.sh (netbsd): Improved support.          * ltcf-cxx.sh (netbsd): Improved support.
869          * ltconfig.in (netbsd): ditto.          * ltconfig.in (netbsd): ditto.
870    
871  2000-09-15  Gary V. Vaughan  <gvv@techie.com>  2000-09-15  Gary V. Vaughan  <gary@gnu.org>
872    
873          * ltmain.in (version_type): Use "-iface" as the windows          * ltmain.in (version_type): Use "-iface" as the windows
874          versioning scheme, where iface is the number of the oldest          versioning scheme, where iface is the number of the oldest
875          interface supported.          interface supported.
876    
877  2000-09-14  Gary V. Vaughan  <gvv@techie.com>  2000-09-14  Gary V. Vaughan  <gary@gnu.org>
878    
879          From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>          From Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
880          * libtool.m4 (pw32): Initial support for pw32, assuming that          * libtool.m4 (pw32): Initial support for pw32, assuming that
# Line 1003  Line 1008 
1008          * ltconfig.in: Add back ranlib calls for static libraries if there          * ltconfig.in: Add back ranlib calls for static libraries if there
1009          is a ranlib.          is a ranlib.
1010    
1011  2000-08-31  Gary V. Vaughan  <gvv@techie.com>  2000-08-31  Gary V. Vaughan  <gary@gnu.org>
1012    
1013          sh.test was failing unnecessarily.          sh.test was failing unnecessarily.
1014    
# Line 1017  Line 1022 
1022          libtool in their own CVS repository.          libtool in their own CVS repository.
1023          Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>          Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
1024    
1025  2000-08-27  Gary V. Vaughan  <gvv@techie.com>  2000-08-27  Gary V. Vaughan  <gary@gnu.org>
1026    
1027          * ltconfig.in (with_gcc):  Make the value of this option          * ltconfig.in (with_gcc):  Make the value of this option
1028          available to the generated libtool script.          available to the generated libtool script.
# Line 1192  Line 1197 
1197          Reported by Stephan Kulow <coolo@kde.org> and Michael Matz          Reported by Stephan Kulow <coolo@kde.org> and Michael Matz
1198          <matz@ifh.de>          <matz@ifh.de>
1199    
1200  2000-05-30  Gary V. Vaughan  <gvv@techie.com>  2000-05-30  Gary V. Vaughan  <gary@gnu.org>
1201    
1202          * ltconfig.in (ORIGINAL_CONFIG_SHELL): Prevent lossage when          * ltconfig.in (ORIGINAL_CONFIG_SHELL): Prevent lossage when
1203          the echo probing code falls into this branch without setting          the echo probing code falls into this branch without setting
# Line 1203  Line 1208 
1208          * ltcf-gcj.sh (netbsd*): ditto.          * ltcf-gcj.sh (netbsd*): ditto.
1209          From Keisuke Inoue <keisuke@csl.sony.co.jp>          From Keisuke Inoue <keisuke@csl.sony.co.jp>
1210    
1211  2000-05-29  Gary V. Vaughan  <gvv@techie.com>  2000-05-29  Gary V. Vaughan  <gary@gnu.org>
1212    
1213          * libtool.m4 (netbsd*): Use -L option to file_magic_cmd as for          * libtool.m4 (netbsd*): Use -L option to file_magic_cmd as for
1214          freebsd (below).          freebsd (below).
# Line 1217  Line 1222 
1222          rather than regular files.  Adding -L tells the file program          rather than regular files.  Adding -L tells the file program
1223          to follow the symlink.          to follow the symlink.
1224    
1225  2000-05-29  Gary V. Vaughan  <gvv@techie.com>  2000-05-29  Gary V. Vaughan  <gary@gnu.org>
1226    
1227          * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).          * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,).
1228    
# Line 1235  Line 1240 
1240          * ltcf-c.sh: ditto.          * ltcf-c.sh: ditto.
1241          * ltcf-gcj.sh: ditto.          * ltcf-gcj.sh: ditto.
1242    
1243  2000-05-29  Gary V. Vaughan  <gvv@techie.com>  2000-05-29  Gary V. Vaughan  <gary@gnu.org>
1244    
1245          * ltconfig.in (echo): The following code actually prints the          * ltconfig.in (echo): The following code actually prints the
1246          double quotes -- so I removed them:          double quotes -- so I removed them:
# Line 1266  Line 1271 
1271          * tests/suffix.test: Corrected typo in error message, and improved          * tests/suffix.test: Corrected typo in error message, and improved
1272          the message.          the message.
1273    
1274  2000-05-27  Gary V. Vaughan  <gvv@techie.com>  2000-05-27  Gary V. Vaughan  <gary@gnu.org>
1275    
1276          * README-alpha: note new location of config.(guess|sub).          * README-alpha: note new location of config.(guess|sub).
1277    

Legend:
Removed from v.1.641.2.259  
changed lines
  Added in v.1.641.2.260

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26