12012-01-21 Ulrich Drepper <drepper@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 82011-10-02 Ulrich Drepper <drepper@gmail.com> 9 10 * system.h: Declare __cxa_demangle. 11 122011-07-09 Roland McGrath <roland@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 222010-06-16 Roland McGrath <roland@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 282010-02-15 Roland McGrath <roland@redhat.com> 29 30 * Makefile.am: Use config/eu.am for common stuff. 31 322009-08-09 Roland McGrath <roland@redhat.com> 33 34 * eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros. 35 362009-01-23 Roland McGrath <roland@redhat.com> 37 38 * eu-config.h: Add multiple inclusion protection. 39 402009-01-17 Ulrich Drepper <drepper@redhat.com> 41 42 * system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define. 43 (ARGP_PROGRAM_BUG_ADDRESS_DEF): Define. 44 452009-01-10 Ulrich Drepper <drepper@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 512008-08-25 Roland McGrath <roland@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 572008-08-24 Roland McGrath <roland@redhat.com> 58 59 * eu-config.h: New file. 60 * Makefile.am (noinst_HEADERS): Add it. 61 622008-02-01 Ulrich Drepper <drepper@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 692008-01-31 Ulrich Drepper <drepper@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 762006-04-04 Ulrich Drepper <drepper@redhat.com> 77 78 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment. 79 802005-08-28 Ulrich Drepper <drepper@redhat.com> 81 82 * system.h: Define pwrite_retry, write_retry, and pread_retry. 83 842005-08-06 Ulrich Drepper <drepper@redhat.com> 85 86 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF. 87 882005-05-03 Roland McGrath <roland@redhat.com> 89 90 * crc32_file.c: New file. 91 * Makefile.am (libeu_a_SOURCES): Add it. 92 * system.h: Declare crc32_file. 93 942005-04-30 Ulrich Drepper <drepper@redhat.com> 95 96 * Makefile.am: Use -ffunction-sections for xmalloc.c. 97 982005-02-15 Ulrich Drepper <drepper@redhat.com> 99 100 * dynamicsizehash.c (lookup): Mark val parameter as possibly unused. 101 1022005-02-06 Ulrich Drepper <drepper@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 1092005-02-05 Ulrich Drepper <drepper@redhat.com> 110 111 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap. 112 1132004-01-17 Ulrich Drepper <drepper@redhat.com> 114 115 * Makefile.am: Support building with mudflap. 116 1172003-09-22 Ulrich Drepper <drepper@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 1242003-08-11 Ulrich Drepper <drepper@redhat.com> 125 126 * Moved to CVS archive. 127