1 2008-08-25 Roland McGrath <roland (a] redhat.com> 2 3 * eu-config.h [USE_TLS] (RWLOCK_CALL): New macro. 4 (rwlock_init, rwlock_fini, rwlock_rdlock, rwlock_wrlock, rwlock_unlock): 5 Use it. 6 7 2008-08-24 Roland McGrath <roland (a] redhat.com> 8 9 * eu-config.h: New file. 10 * Makefile.am (noinst_HEADERS): Add it. 11 12 2008-02-01 Ulrich Drepper <drepper (a] redhat.com> 13 14 * Makefile.am (libeu_a_SOURCES): Add sha1.c. 15 (noinst_HEADERS): Add sha1.h. 16 * sha1.c: New file. 17 * sha1.h: New file. 18 19 2008-01-31 Ulrich Drepper <drepper (a] redhat.com> 20 21 * Makefile.am (libeu_a_SOURCES): Add md5.c. 22 (noinst_HEADERS): Add md5.h. 23 * md5.c: New file. 24 * md5.h: New file. 25 26 2006-04-04 Ulrich Drepper <drepper (a] redhat.com> 27 28 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment. 29 30 2005-08-28 Ulrich Drepper <drepper (a] redhat.com> 31 32 * system.h: Define pwrite_retry, write_retry, and pread_retry. 33 34 2005-08-06 Ulrich Drepper <drepper (a] redhat.com> 35 36 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF. 37 38 2005-05-03 Roland McGrath <roland (a] redhat.com> 39 40 * crc32_file.c: New file. 41 * Makefile.am (libeu_a_SOURCES): Add it. 42 * system.h: Declare crc32_file. 43 44 2005-04-30 Ulrich Drepper <drepper (a] redhat.com> 45 46 * Makefile.am: Use -ffunction-sections for xmalloc.c. 47 48 2005-02-15 Ulrich Drepper <drepper (a] redhat.com> 49 50 * dynamicsizehash.c (lookup): Mark val parameter as possibly unused. 51 52 2005-02-06 Ulrich Drepper <drepper (a] redhat.com> 53 54 * fixedsizehash.h: Mark unused parameters. Correct CLASS and 55 const order for fshash_find. 56 57 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra. 58 59 2005-02-05 Ulrich Drepper <drepper (a] redhat.com> 60 61 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap. 62 63 2004-01-17 Ulrich Drepper <drepper (a] redhat.com> 64 65 * Makefile.am: Support building with mudflap. 66 67 2003-09-22 Ulrich Drepper <drepper (a] redhat.com> 68 69 * Makefile.am (AM_CFLAGS): Add -fpic. 70 71 * Makefile.am (noinst_HEADERS): Add list.h. 72 * list.h: New file. 73 74 2003-08-11 Ulrich Drepper <drepper (a] redhat.com> 75 76 * Moved to CVS archive. 77