Home | History | Annotate | Download | only in lib
      1 2014-01-17  Lei Zhang  <thestig (a] google.com>
      2 
      3 	* crc32_file.c: Include config.h.
      4 
      5 2013-12-12  Josh Stone  <jistone (a] redhat.com>
      6 
      7 	* dynamicsizehash.c (lookup): Add a shortcut around division.
      8 
      9 2013-04-30  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
     10 
     11 	* eu-config.h (COMPAT_VERSION_NEWPROTO): New.  Twice.
     12 
     13 2013-04-26  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
     14 
     15 	* system.h (LE64, BE64): Move here the definitions from
     16 	libdwfl/link_map.c.
     17 
     18 2013-04-24  Mark Wielaard  <mjw (a] redhat.com>
     19 
     20 	* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
     21 
     22 2012-10-09  Adam Markey  <adam (a] etinternational.com>
     23 
     24 	* system.h: Changed pwrite_retry, write_retry, and pread_retry to
     25 	handle case where not all data was read/written.
     26 
     27 2012-10-08  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
     28 
     29 	* system.h (eu_static_assert): New macro.
     30 
     31 2012-01-21  Ulrich Drepper  <drepper (a] gmail.com>
     32 
     33 	* Makefile.am (libeu_a_SOURCES): Add color.c.
     34 	* system.h: Declare color_argp.  Define color_enum.  Declare
     35 	color_* variables.
     36 	* color.c: New file.
     37 
     38 2011-10-02  Ulrich Drepper  <drepper (a] gmail.com>
     39 
     40 	* system.h: Declare __cxa_demangle.
     41 
     42 2011-07-09  Roland McGrath  <roland (a] hack.frob.com>
     43 
     44 	* sha1.c (be64_copy): New function.
     45 	(sha1_finish_ctx): Use it.
     46 	* md5.c (le64_copy): New function.
     47 	(md5_finish_ctx): Use it.
     48 	* system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
     49 	* md5.c (SWAP): Use LE32.
     50 	* sha1.c (SWAP): Use BE32.
     51 
     52 2010-06-16  Roland McGrath  <roland (a] redhat.com>
     53 
     54 	* dynamicsizehash.h (HASHTYPE): New macro.
     55 	(struct): Use size_t for table sizes.
     56 	* dynamicsizehash.c: Likewise.  Use HASHTYPE for hash values.
     57 
     58 2010-02-15  Roland McGrath  <roland (a] redhat.com>
     59 
     60 	* Makefile.am: Use config/eu.am for common stuff.
     61 
     62 2009-08-09  Roland McGrath  <roland (a] redhat.com>
     63 
     64 	* eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
     65 
     66 2009-01-23  Roland McGrath  <roland (a] redhat.com>
     67 
     68 	* eu-config.h: Add multiple inclusion protection.
     69 
     70 2009-01-17  Ulrich Drepper  <drepper (a] redhat.com>
     71 
     72 	* system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define.
     73 	(ARGP_PROGRAM_BUG_ADDRESS_DEF): Define.
     74 
     75 2009-01-10  Ulrich Drepper  <drepper (a] redhat.com>
     76 
     77 	* eu-config.h: Remove tls_key_t, key_create, getspecific, setspecific,
     78 	once_define, and once_execute macros.  Use USE_LOCKS instead of
     79 	USE_TLS.
     80 
     81 2008-08-25  Roland McGrath  <roland (a] redhat.com>
     82 
     83 	* eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
     84 	(rwlock_init, rwlock_fini, rwlock_rdlock, rwlock_wrlock, rwlock_unlock):
     85 	Use it.
     86 
     87 2008-08-24  Roland McGrath  <roland (a] redhat.com>
     88 
     89 	* eu-config.h: New file.
     90 	* Makefile.am (noinst_HEADERS): Add it.
     91 
     92 2008-02-01  Ulrich Drepper  <drepper (a] redhat.com>
     93 
     94 	* Makefile.am (libeu_a_SOURCES): Add sha1.c.
     95 	(noinst_HEADERS): Add sha1.h.
     96 	* sha1.c: New file.
     97 	* sha1.h: New file.
     98 
     99 2008-01-31  Ulrich Drepper  <drepper (a] redhat.com>
    100 
    101 	* Makefile.am (libeu_a_SOURCES): Add md5.c.
    102 	(noinst_HEADERS): Add md5.h.
    103 	* md5.c: New file.
    104 	* md5.h: New file.
    105 
    106 2006-04-04  Ulrich Drepper  <drepper (a] redhat.com>
    107 
    108 	* Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
    109 
    110 2005-08-28  Ulrich Drepper  <drepper (a] redhat.com>
    111 
    112 	* system.h: Define pwrite_retry, write_retry, and pread_retry.
    113 
    114 2005-08-06  Ulrich Drepper  <drepper (a] redhat.com>
    115 
    116 	* Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.
    117 
    118 2005-05-03  Roland McGrath  <roland (a] redhat.com>
    119 
    120 	* crc32_file.c: New file.
    121 	* Makefile.am (libeu_a_SOURCES): Add it.
    122 	* system.h: Declare crc32_file.
    123 
    124 2005-04-30  Ulrich Drepper  <drepper (a] redhat.com>
    125 
    126 	* Makefile.am: Use -ffunction-sections for xmalloc.c.
    127 
    128 2005-02-15  Ulrich Drepper  <drepper (a] redhat.com>
    129 
    130 	* dynamicsizehash.c (lookup): Mark val parameter as possibly unused.
    131 
    132 2005-02-06  Ulrich Drepper  <drepper (a] redhat.com>
    133 
    134 	* fixedsizehash.h: Mark unused parameters.  Correct CLASS and
    135 	const order for fshash_find.
    136 
    137 	* Makefile.am: Cleanup AM_CFLAGS handling.  Add -Wunused -Wextra.
    138 
    139 2005-02-05  Ulrich Drepper  <drepper (a] redhat.com>
    140 
    141 	* Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap.
    142 
    143 2004-01-17  Ulrich Drepper  <drepper (a] redhat.com>
    144 
    145 	* Makefile.am: Support building with mudflap.
    146 
    147 2003-09-22  Ulrich Drepper  <drepper (a] redhat.com>
    148 
    149 	* Makefile.am (AM_CFLAGS): Add -fpic.
    150 
    151 	* Makefile.am (noinst_HEADERS): Add list.h.
    152 	* list.h: New file.
    153 
    154 2003-08-11  Ulrich Drepper  <drepper (a] redhat.com>
    155 
    156 	* Moved to CVS archive.
    157