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