blob: f4c261ab0843b15a192cb6c759f61c405c2a5954 [file] [log] [blame]
Roland McGrathb4d6f0f2008-08-25 22:55:17 +000012008-08-25 Roland McGrath <roland@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
72008-08-24 Roland McGrath <roland@redhat.com>
8
9 * eu-config.h: New file.
10 * Makefile.am (noinst_HEADERS): Add it.
11
Ulrich Drepperc54785a2008-02-01 18:05:21 +0000122008-02-01 Ulrich Drepper <drepper@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
Ulrich Drepper89759c72008-01-31 19:44:12 +0000192008-01-31 Ulrich Drepper <drepper@redhat.com>
20
21 * Makefile.am (libeu_a_SOURCES): Add md5.c.
22 (noinst_HEADERS): Add md5.h.
Ulrich Drepperc54785a2008-02-01 18:05:21 +000023 * md5.c: New file.
24 * md5.h: New file.
Ulrich Drepper89759c72008-01-31 19:44:12 +000025
Ulrich Drepperaded5302006-04-04 21:56:13 +0000262006-04-04 Ulrich Drepper <drepper@redhat.com>
27
28 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
29
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000302005-08-28 Ulrich Drepper <drepper@redhat.com>
31
32 * system.h: Define pwrite_retry, write_retry, and pread_retry.
33
Ulrich Drepper47be7952005-08-07 04:41:39 +0000342005-08-06 Ulrich Drepper <drepper@redhat.com>
35
36 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.
37
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000382005-05-03 Roland McGrath <roland@redhat.com>
39
40 * crc32_file.c: New file.
41 * Makefile.am (libeu_a_SOURCES): Add it.
42 * system.h: Declare crc32_file.
43
442005-04-30 Ulrich Drepper <drepper@redhat.com>
45
46 * Makefile.am: Use -ffunction-sections for xmalloc.c.
47
482005-02-15 Ulrich Drepper <drepper@redhat.com>
49
50 * dynamicsizehash.c (lookup): Mark val parameter as possibly unused.
51
522005-02-06 Ulrich Drepper <drepper@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
592005-02-05 Ulrich Drepper <drepper@redhat.com>
60
61 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap.
62
632004-01-17 Ulrich Drepper <drepper@redhat.com>
64
65 * Makefile.am: Support building with mudflap.
66
672003-09-22 Ulrich Drepper <drepper@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
742003-08-11 Ulrich Drepper <drepper@redhat.com>
75
76 * Moved to CVS archive.