Skip to content
Snippets Groups Projects
  1. Jun 10, 1999
  2. Jun 09, 1999
  3. Jun 08, 1999
    • Kurt Zeilenga's avatar
      Update build system to use output of new dependency generation detection · deca38c9
      Kurt Zeilenga authored
      macros.  Proceedures for using alternative dependency generation
      "compiler" and "flags" has changed.
          Pre-configure:
              env MKDEP=mycc MKDEP_FLAGS=myccflags ./configure
          Post-configure:
              hack top.mk and run ./config.status
      deca38c9
    • Kurt Zeilenga's avatar
      OL_MKDEPEND: Round 2 · a9fca665
      Kurt Zeilenga authored
      now supports DETECTION using:
      	./configure
      	env MKDEP_FLAGS=-MM ./configure
      	env MKDEP=foo ./configure (no tests, no flags)
      	env MKDEP=foo MKDEP_FLAGS=-bar ./configure (no tests)
      Exported AC_MKDEP and AC_MKDEP_FLAGS which can no be used
      in build/*.mk
      a9fca665
  4. Jun 07, 1999
  5. May 24, 1999
  6. May 21, 1999
  7. May 07, 1999
  8. May 06, 1999
  9. Apr 08, 1999
  10. Apr 07, 1999
  11. Apr 06, 1999
  12. Mar 30, 1999
  13. Mar 18, 1999
  14. Mar 17, 1999
  15. Mar 15, 1999
  16. Mar 13, 1999
  17. Mar 10, 1999
    • Kurt Zeilenga's avatar
      Update configure to: · e2d90b3a
      Kurt Zeilenga authored
        -- fixed gethostbyaddr_r/gethostbyname_r compile warnings
        -- relocated Pthread -mt test to be before -kthread test
      e2d90b3a
  18. Mar 07, 1999
  19. Mar 03, 1999
  20. Feb 25, 1999
    • Bart Hartgers's avatar
      · e26de677
      Bart Hartgers authored
      Patch to support to determine the number of args of the
      gethostby{name,addr}_r functions.
      Contributed by Juan Carlos Gomes IT#68 (apparently).
      
      Also includes support for detecting ssleay in configure.in.
      e26de677
  21. Jan 26, 1999
    • Kurt Zeilenga's avatar
      LDBM/back-ldbm locking reworked! · bd6dfe33
      Kurt Zeilenga authored
      	back-ldbm was using a cache specific lock to protect non-reentrant
      	database routines from being reenterred.  This is inadequate.
      	Also, reentrant database systems calls were serialized unnecessarily.
      
      	Non-reentrant database calls must have a big_mutex.  Implemented
      	this within -lldbm itself.  library requires ldbm_initialize()
      	be called before any other ldbm call to initialize the big_mutex
      	and to do any other db specific initialization (ie: such as
      	required for DB2).
      
      The dbc_mutex, dbc_cv, & dbc_readers fileds of dbcache are history.
      The "reentrant_database" (REENTRANT_DATABASE) define is also axed.
      bd6dfe33
  22. Jan 02, 1999
    • Kurt Zeilenga's avatar
      Update ctime_r() argument macro to cache results and to produce · 114a0cd3
      Kurt Zeilenga authored
      one preprocessor macro instead of two.  Ran aclocal, autoconf,
      autoheader to update derived files.  Modify util-int.c to use
      CTIME_R_NARGS define and fallback to ctime() if not set.
      Made LDAP_API_FEATURE_X_OPENLDAP_REENTRANT dependent upon result.
      114a0cd3
    • Bart Hartgers's avatar
      · d0958f62
      Bart Hartgers authored
      Moved the ctime_r number of arguments check to the right file.
      d0958f62
  23. Dec 28, 1998
  24. Dec 20, 1998
  25. Dec 03, 1998
  26. Nov 22, 1998
    • Kurt Zeilenga's avatar
      Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl> · 6f92e197
      Kurt Zeilenga authored
        Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection).
        Updated autoconf to 1.12 with sed patch (don't use stock 1.12).
        aclocal.m4 is built using automake's aclocal, v1.3.
        Updated mkdep to support libtool .lo files.
      Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T
      Autoconf now checks to ensure C compiler supports ANSI C prototypes.
      Updated make files templates.
      6f92e197
  27. Oct 25, 1998
  28. Oct 21, 1998
Loading