blob: 089747aa00e12aa5713b913408ad747f84e1f06b [file] [log] [blame]
Roland McGrath22359e22010-02-15 15:57:03 -080012010-02-15 Roland McGrath <roland@redhat.com>
2
3 * Makefile.am: Use config/eu.am for common stuff.
4
Roland McGrathebfb6482009-08-09 15:40:52 -070052009-08-09 Roland McGrath <roland@redhat.com>
6
7 * eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
8
Roland McGrathe74f9112009-01-23 17:11:04 -080092009-01-23 Roland McGrath <roland@redhat.com>
10
11 * eu-config.h: Add multiple inclusion protection.
12
Ulrich Drepperfdc93e12009-01-17 11:47:10 -0800132009-01-17 Ulrich Drepper <drepper@redhat.com>
14
15 * system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define.
16 (ARGP_PROGRAM_BUG_ADDRESS_DEF): Define.
17
Ulrich Drepper7e678fa2009-01-10 18:02:05 -0800182009-01-10 Ulrich Drepper <drepper@redhat.com>
19
20 * eu-config.h: Remove tls_key_t, key_create, getspecific, setspecific,
21 once_define, and once_execute macros. Use USE_LOCKS instead of
22 USE_TLS.
23
Roland McGrathb4d6f0f2008-08-25 22:55:17 +0000242008-08-25 Roland McGrath <roland@redhat.com>
25
26 * eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
27 (rwlock_init, rwlock_fini, rwlock_rdlock, rwlock_wrlock, rwlock_unlock):
28 Use it.
29
302008-08-24 Roland McGrath <roland@redhat.com>
31
32 * eu-config.h: New file.
33 * Makefile.am (noinst_HEADERS): Add it.
34
Ulrich Drepperc54785a2008-02-01 18:05:21 +0000352008-02-01 Ulrich Drepper <drepper@redhat.com>
36
37 * Makefile.am (libeu_a_SOURCES): Add sha1.c.
38 (noinst_HEADERS): Add sha1.h.
39 * sha1.c: New file.
40 * sha1.h: New file.
41
Ulrich Drepper89759c72008-01-31 19:44:12 +0000422008-01-31 Ulrich Drepper <drepper@redhat.com>
43
44 * Makefile.am (libeu_a_SOURCES): Add md5.c.
45 (noinst_HEADERS): Add md5.h.
Ulrich Drepperc54785a2008-02-01 18:05:21 +000046 * md5.c: New file.
47 * md5.h: New file.
Ulrich Drepper89759c72008-01-31 19:44:12 +000048
Ulrich Drepperaded5302006-04-04 21:56:13 +0000492006-04-04 Ulrich Drepper <drepper@redhat.com>
50
51 * Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
52
Ulrich Drepperfbe998a2005-08-29 16:27:10 +0000532005-08-28 Ulrich Drepper <drepper@redhat.com>
54
55 * system.h: Define pwrite_retry, write_retry, and pread_retry.
56
Ulrich Drepper47be7952005-08-07 04:41:39 +0000572005-08-06 Ulrich Drepper <drepper@redhat.com>
58
59 * Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.
60
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000612005-05-03 Roland McGrath <roland@redhat.com>
62
63 * crc32_file.c: New file.
64 * Makefile.am (libeu_a_SOURCES): Add it.
65 * system.h: Declare crc32_file.
66
672005-04-30 Ulrich Drepper <drepper@redhat.com>
68
69 * Makefile.am: Use -ffunction-sections for xmalloc.c.
70
712005-02-15 Ulrich Drepper <drepper@redhat.com>
72
73 * dynamicsizehash.c (lookup): Mark val parameter as possibly unused.
74
752005-02-06 Ulrich Drepper <drepper@redhat.com>
76
77 * fixedsizehash.h: Mark unused parameters. Correct CLASS and
78 const order for fshash_find.
79
80 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
81
822005-02-05 Ulrich Drepper <drepper@redhat.com>
83
84 * Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap.
85
862004-01-17 Ulrich Drepper <drepper@redhat.com>
87
88 * Makefile.am: Support building with mudflap.
89
902003-09-22 Ulrich Drepper <drepper@redhat.com>
91
92 * Makefile.am (AM_CFLAGS): Add -fpic.
93
94 * Makefile.am (noinst_HEADERS): Add list.h.
95 * list.h: New file.
96
972003-08-11 Ulrich Drepper <drepper@redhat.com>
98
99 * Moved to CVS archive.