12015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com> 2 3 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid relocation 4 overflows in some platforms. 5 62015-09-22 Mark Wielaard <mjw@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 152015-05-31 Mark Wielaard <mjw@redhat.com> 16 17 * eu-config.h (ALLOW_UNALIGNED): Define when ! CHECK_UNDEFINED. 18 192015-04-23 Max Filippov <jcmvbkbc@gmail.com> 20 21 * eu-config.h: Use SYMBOL_VERSIONING as guard. 22 232014-01-17 Lei Zhang <thestig@google.com> 24 25 * crc32_file.c: Include config.h. 26 272013-12-12 Josh Stone <jistone@redhat.com> 28 29 * dynamicsizehash.c (lookup): Add a shortcut around division. 30 312013-04-30 Jan Kratochvil <jan.kratochvil@redhat.com> 32 33 * eu-config.h (COMPAT_VERSION_NEWPROTO): New. Twice. 34 352013-04-26 Jan Kratochvil <jan.kratochvil@redhat.com> 36 37 * system.h (LE64, BE64): Move here the definitions from 38 libdwfl/link_map.c. 39 402013-04-24 Mark Wielaard <mjw@redhat.com> 41 42 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. 43 442012-10-09 Adam Markey <adam@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 492012-10-08 Jan Kratochvil <jan.kratochvil@redhat.com> 50 51 * system.h (eu_static_assert): New macro. 52 532012-01-21 Ulrich Drepper <drepper@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 602011-10-02 Ulrich Drepper <drepper@gmail.com> 61 62 * system.h: Declare __cxa_demangle. 63 642011-07-09 Roland McGrath <roland@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 742010-06-16 Roland McGrath <roland@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 802010-02-15 Roland McGrath <roland@redhat.com> 81 82 * Makefile.am: Use config/eu.am for common stuff. 83 842009-08-09 Roland McGrath <roland@redhat.com> 85 86 * eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros. 87 882009-01-23 Roland McGrath <roland@redhat.com> 89 90 * eu-config.h: Add multiple inclusion protection. 91 922009-01-17 Ulrich Drepper <drepper@redhat.com> 93 94 * system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define. 95 (ARGP_PROGRAM_BUG_ADDRESS_DEF): Define. 96 972009-01-10 Ulrich Drepper <drepper@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 1032008-08-25 Roland McGrath <roland@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 1092008-08-24 Roland McGrath <roland@redhat.com> 110 111 * eu-config.h: New file. 112 * Makefile.am (noinst_HEADERS): Add it. 113 1142008-02-01 Ulrich Drepper <drepper@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 1212008-01-31 Ulrich Drepper <drepper@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 1282006-04-04 Ulrich Drepper <drepper@redhat.com> 129 130 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment. 131 1322005-08-28 Ulrich Drepper <drepper@redhat.com> 133 134 * system.h: Define pwrite_retry, write_retry, and pread_retry. 135 1362005-08-06 Ulrich Drepper <drepper@redhat.com> 137 138 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF. 139 1402005-05-03 Roland McGrath <roland@redhat.com> 141 142 * crc32_file.c: New file. 143 * Makefile.am (libeu_a_SOURCES): Add it. 144 * system.h: Declare crc32_file. 145 1462005-04-30 Ulrich Drepper <drepper@redhat.com> 147 148 * Makefile.am: Use -ffunction-sections for xmalloc.c. 149 1502005-02-15 Ulrich Drepper <drepper@redhat.com> 151 152 * dynamicsizehash.c (lookup): Mark val parameter as possibly unused. 153 1542005-02-06 Ulrich Drepper <drepper@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 1612005-02-05 Ulrich Drepper <drepper@redhat.com> 162 163 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap. 164 1652004-01-17 Ulrich Drepper <drepper@redhat.com> 166 167 * Makefile.am: Support building with mudflap. 168 1692003-09-22 Ulrich Drepper <drepper@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 1762003-08-11 Ulrich Drepper <drepper@redhat.com> 177 178 * Moved to CVS archive. 179