Home | History | Annotate | Download | only in lib
      1 2012-01-21  Ulrich Drepper  <drepper (a] gmail.com>
      2 
      3 	* Makefile.am (libeu_a_SOURCES): Add color.c.
      4 	* system.h: Declare color_argp.  Define color_enum.  Declare
      5 	color_* variables.
      6 	* color.c: New file.
      7 
      8 2011-10-02  Ulrich Drepper  <drepper (a] gmail.com>
      9 
     10 	* system.h: Declare __cxa_demangle.
     11 
     12 2011-07-09  Roland McGrath  <roland (a] hack.frob.com>
     13 
     14 	* sha1.c (be64_copy): New function.
     15 	(sha1_finish_ctx): Use it.
     16 	* md5.c (le64_copy): New function.
     17 	(md5_finish_ctx): Use it.
     18 	* system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
     19 	* md5.c (SWAP): Use LE32.
     20 	* sha1.c (SWAP): Use BE32.
     21 
     22 2010-06-16  Roland McGrath  <roland (a] redhat.com>
     23 
     24 	* dynamicsizehash.h (HASHTYPE): New macro.
     25 	(struct): Use size_t for table sizes.
     26 	* dynamicsizehash.c: Likewise.  Use HASHTYPE for hash values.
     27 
     28 2010-02-15  Roland McGrath  <roland (a] redhat.com>
     29 
     30 	* Makefile.am: Use config/eu.am for common stuff.
     31 
     32 2009-08-09  Roland McGrath  <roland (a] redhat.com>
     33 
     34 	* eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
     35 
     36 2009-01-23  Roland McGrath  <roland (a] redhat.com>
     37 
     38 	* eu-config.h: Add multiple inclusion protection.
     39 
     40 2009-01-17  Ulrich Drepper  <drepper (a] redhat.com>
     41 
     42 	* system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define.
     43 	(ARGP_PROGRAM_BUG_ADDRESS_DEF): Define.
     44 
     45 2009-01-10  Ulrich Drepper  <drepper (a] redhat.com>
     46 
     47 	* eu-config.h: Remove tls_key_t, key_create, getspecific, setspecific,
     48 	once_define, and once_execute macros.  Use USE_LOCKS instead of
     49 	USE_TLS.
     50 
     51 2008-08-25  Roland McGrath  <roland (a] redhat.com>
     52 
     53 	* eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
     54 	(rwlock_init, rwlock_fini, rwlock_rdlock, rwlock_wrlock, rwlock_unlock):
     55 	Use it.
     56 
     57 2008-08-24  Roland McGrath  <roland (a] redhat.com>
     58 
     59 	* eu-config.h: New file.
     60 	* Makefile.am (noinst_HEADERS): Add it.
     61 
     62 2008-02-01  Ulrich Drepper  <drepper (a] redhat.com>
     63 
     64 	* Makefile.am (libeu_a_SOURCES): Add sha1.c.
     65 	(noinst_HEADERS): Add sha1.h.
     66 	* sha1.c: New file.
     67 	* sha1.h: New file.
     68 
     69 2008-01-31  Ulrich Drepper  <drepper (a] redhat.com>
     70 
     71 	* Makefile.am (libeu_a_SOURCES): Add md5.c.
     72 	(noinst_HEADERS): Add md5.h.
     73 	* md5.c: New file.
     74 	* md5.h: New file.
     75 
     76 2006-04-04  Ulrich Drepper  <drepper (a] redhat.com>
     77 
     78 	* Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
     79 
     80 2005-08-28  Ulrich Drepper  <drepper (a] redhat.com>
     81 
     82 	* system.h: Define pwrite_retry, write_retry, and pread_retry.
     83 
     84 2005-08-06  Ulrich Drepper  <drepper (a] redhat.com>
     85 
     86 	* Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.
     87 
     88 2005-05-03  Roland McGrath  <roland (a] redhat.com>
     89 
     90 	* crc32_file.c: New file.
     91 	* Makefile.am (libeu_a_SOURCES): Add it.
     92 	* system.h: Declare crc32_file.
     93 
     94 2005-04-30  Ulrich Drepper  <drepper (a] redhat.com>
     95 
     96 	* Makefile.am: Use -ffunction-sections for xmalloc.c.
     97 
     98 2005-02-15  Ulrich Drepper  <drepper (a] redhat.com>
     99 
    100 	* dynamicsizehash.c (lookup): Mark val parameter as possibly unused.
    101 
    102 2005-02-06  Ulrich Drepper  <drepper (a] redhat.com>
    103 
    104 	* fixedsizehash.h: Mark unused parameters.  Correct CLASS and
    105 	const order for fshash_find.
    106 
    107 	* Makefile.am: Cleanup AM_CFLAGS handling.  Add -Wunused -Wextra.
    108 
    109 2005-02-05  Ulrich Drepper  <drepper (a] redhat.com>
    110 
    111 	* Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap.
    112 
    113 2004-01-17  Ulrich Drepper  <drepper (a] redhat.com>
    114 
    115 	* Makefile.am: Support building with mudflap.
    116 
    117 2003-09-22  Ulrich Drepper  <drepper (a] redhat.com>
    118 
    119 	* Makefile.am (AM_CFLAGS): Add -fpic.
    120 
    121 	* Makefile.am (noinst_HEADERS): Add list.h.
    122 	* list.h: New file.
    123 
    124 2003-08-11  Ulrich Drepper  <drepper (a] redhat.com>
    125 
    126 	* Moved to CVS archive.
    127