Skip to content
  1. Nov 02, 2004
    • Richard Levitte's avatar
      Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH · ffd0f93f
      Richard Levitte authored
      and friends may be entirely useless.  In such a case, LD_PRELOAD is
      the answer, at least on platforms using LD_LIBRARY_PATH.  There might
      be other variables to set on other platforms, please fill us in...
      
      For now, we only do this with the tests, so they won't fail for silly
      reasons like getting dynamically linked to older installed libraries
      rather than the newly built ones...
      
      PR: 960
      ffd0f93f
  2. Nov 01, 2004
  3. Oct 25, 2004
  4. Oct 21, 2004
  5. Oct 14, 2004
  6. Oct 04, 2004
  7. Oct 01, 2004
  8. Sep 28, 2004
  9. Sep 27, 2004
  10. Sep 24, 2004
  11. Sep 23, 2004
    • Richard Levitte's avatar
      Import changed files from LPlib. The changes are logged as follows · bb09fd2b
      Richard Levitte authored
      for LPdir_unix.c in LPlib.  For the other files, only the last log
      entry applies.
      
      ----------------------------
      revision 1.11
      date: 2004/09/23 22:07:22;  author: _cvs_levitte;  state: Exp;  lines: +20 -6
      Define my own macro LP_ENTRY_SIZE to express the size of my own
      buffering of directory entries, and make it depend on whichever comes
      first of PATH_MAX and NAME_MAX.  As a fallback, make sure it's set to
      255 if neither PATH_MAX or NAME_MAX were defined.  Also, if the size
      given from PATH_MAX or NAME_MAX is less than 255, force LP_ENTRY_SIZE
      to be 255.
      
      It makes no harm whatsoever if LP_ENTRY_SIZE is larger than the
      maximum local path name limit.  It does make a lot of harm if
      LP_ENTRY_SIZE is smaller.  255 seemed like a fairly acceptable default
      when nothing else is available.
      ----------------------------
      revision 1.10
      date: 2004/08/26 13:36:05;  author: _cvs_levitte;  state: Exp;  lines: +13 -13
      License correction.  I am not REGENTS, just...
      bb09fd2b
  12. Sep 19, 2004
  13. Sep 18, 2004
  14. Sep 15, 2004
  15. Sep 13, 2004
  16. Sep 12, 2004
  17. Sep 10, 2004
  18. Sep 09, 2004
  19. Sep 08, 2004
  20. Sep 07, 2004
  21. Sep 06, 2004
  22. Aug 29, 2004