home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / libg++-2.6-fsf.lha / libg++-2.6 / libg++ / test-install / ChangeLog < prev    next >
Text File  |  1994-04-15  |  3KB  |  70 lines

  1. Fri Apr 15 13:25:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  2.  
  3.     * Makefile.in (COMPILE_FLAGS):  Remove obsolete XTRAFLAGS.
  4.  
  5. Tue Jun  1 16:54:46 1993  Per Bothner  (bothner@rtl.cygnus.com)
  6.  
  7.     * Makefile.in (do_main.diff):  Prefix commands by '@' to avoid
  8.     unnecessarily alarming users with what looks like error messages.
  9.  
  10. Mon Apr 19 00:25:36 1993  Per Bothner  (bothner@cygnus.com)
  11.  
  12.     * Makefile.in, configure.in:  Re-vamped configure scheme.
  13.     * Makefile.in (foo_main.diff):  Print more expressive
  14.     error message, and refer to libg++/README.
  15.  
  16. Tue Nov 17 22:20:02 1992  Per Bothner  (bothner@rtl.cygnus.com)
  17.  
  18.     * bf.cc:  Use different styles of initialization.
  19.     * bm.cc:  $#include <stdlib.h> (for exit()).
  20.  
  21. Wed Aug 12 00:37:34 1992  Per Bothner  (bothner@cygnus.com)
  22.  
  23.     * Makefile.in:  da should be libked with libg++.a, but
  24.     foo_main.run should not be (since it tests that
  25.     constructors work *without* needing libg++.a).
  26.  
  27. Thu May 14 15:13:31 1992  Per Bothner  (bothner@rtl.cygnus.com)
  28.  
  29.     * foo_main.cc, foo_diff.cc:  Change the strings naming the
  30.     two static static_foo variables to be the same, because
  31.     the language does not specify construction order.
  32.     * expected.out:  Update accordingly.
  33.     * Makefile.in:  Simplify, clean up.  Now, if you 'make test-90S',
  34.     it will test using ../libg++.a and local include files.
  35.     But ../Makefile.in when testing installation, overrides
  36.     variables so as to use installed versions.  Thus things
  37.     are more consistent and more flexible - and you can
  38.     do the test before installing, if you want to.
  39.  
  40. Sat Mar  7 19:19:49 1992  K. Richard Pixley  (rich@cygnus.com)
  41.  
  42.     * Makefile.in: make test work when "." is not in PATH.
  43.  
  44. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  45.  
  46.     * Makefile.in, configure.in: removed traces of namesubdir,
  47.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  48.       copyrights to '92, changed some from Cygnus to FSF.
  49.  
  50. Mon Jan  6 00:39:54 1992  John Gilmore  (gnu at cygnus.com)
  51.  
  52.     * foo_main.cc:  Reverse previous change.  foo_main.cc should
  53.     never see SunOS assert.h; it should get gcc's assert.h.  When
  54.     the compile fails, it means the wrong include files are in use!
  55.  
  56. Mon Jan  6 00:21:13 1992  Per Bothner  (bothner at cygnus.com)
  57.  
  58.     * foo_main.cc:  Include <stdio.h>, needed by broken SunOS assert.h.
  59.  
  60. Fri Jan  3 09:17:17 1992  John Gilmore  (gnu at cygnus.com)
  61.  
  62.     * Makefile.in:  Cope with broken Sun Make VPATH.
  63.     * Foo.cc:  Expect that Foo:init_foo() will *not* be called.
  64.     * foo_main.cc:  Add comment about __init_start lossage.
  65.     * expected.out:  Remove ``expected'' __init_start call.
  66.  
  67. Sat Dec 28 16:46:25 1991  Michael Tiemann  (tiemann at cygnus.com)
  68.  
  69.     * Makefile.in (CPP_FLAGS): Add $(srcdir).
  70.