1. 22 11月, 1998 2 次提交
  2. 19 11月, 1998 1 次提交
    • M
      · 056ba128
      Marc G. Fournier 提交于
      Updating and addign files...
      056ba128
  3. 18 11月, 1998 1 次提交
  4. 17 11月, 1998 4 次提交
  5. 15 11月, 1998 1 次提交
  6. 14 11月, 1998 5 次提交
  7. 12 11月, 1998 3 次提交
  8. 09 11月, 1998 3 次提交
  9. 07 11月, 1998 1 次提交
  10. 06 11月, 1998 3 次提交
  11. 05 11月, 1998 3 次提交
  12. 02 11月, 1998 6 次提交
  13. 31 10月, 1998 7 次提交
    • T
      Cleanup for v6.4 release. · 09634ebd
      Thomas G. Lockhart 提交于
      Make new file current.sgml to hold release info for the current release.
       Should be moved to release.sgml before filling with next release info.
      09634ebd
    • T
      Try to get only html and gif files into tarballs. · 3af9d95f
      Thomas G. Lockhart 提交于
       Was picking up subdirectories and other garbage.
      3af9d95f
    • T
      New versions for v6.4 release. · b43b8fb0
      Thomas G. Lockhart 提交于
      b43b8fb0
    • T
      Generate from installation.sgml -> installation.rtf -> ApplixWare · 8dd88a40
      Thomas G. Lockhart 提交于
       -> INSTALL with some cleanup in vi.
      8dd88a40
    • M
      · 4f4edb83
      Marc G. Fournier 提交于
      Thanks to Vince Vielhaber <vev@michvhf.com>
      
      Here is an os2 psql client, with libpq.a library
      4f4edb83
    • M
      · 58544215
      Marc G. Fournier 提交于
      oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
      58544215
    • M
      · 15d61bb4
      Marc G. Fournier 提交于
      Minor FreeBSD fixes put in place
      
      From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp>
      
      I tried snapshot(Oct30) and made some patches.
      # I think that it is confused to manage both Makefile.shlib and
      # makefiles/Makefile.*, don't you?
      
      * configure
              Now FreeBSD 2.X is not supported..., so I added its entry.
              If ELF_SYSTEM is set, gmake treat it defined even though
              it is "false".  So nothing should be set to use "ifdef".
              BSD_SHLIB etc. may have same problems.
      
      * Makefile.shlib
              As you said, FreeBSD entry is much like BSD's.
              I only added ELF_SYSTEM code.
      
      * makefiles/Makefile.freebsd
              Ifdef/else/endif can not be indented with TABs.
      15d61bb4