forked from kushaldas/elfutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
105 lines (62 loc) · 2.81 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2010-06-16 Roland McGrath <[email protected]>
* dynamicsizehash.h (HASHTYPE): New macro.
(struct): Use size_t for table sizes.
* dynamicsizehash.c: Likewise. Use HASHTYPE for hash values.
2010-02-15 Roland McGrath <[email protected]>
* Makefile.am: Use config/eu.am for common stuff.
2009-08-09 Roland McGrath <[email protected]>
* eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
2009-01-23 Roland McGrath <[email protected]>
* eu-config.h: Add multiple inclusion protection.
2009-01-17 Ulrich Drepper <[email protected]>
* system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define.
(ARGP_PROGRAM_BUG_ADDRESS_DEF): Define.
2009-01-10 Ulrich Drepper <[email protected]>
* eu-config.h: Remove tls_key_t, key_create, getspecific, setspecific,
once_define, and once_execute macros. Use USE_LOCKS instead of
USE_TLS.
2008-08-25 Roland McGrath <[email protected]>
* eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
(rwlock_init, rwlock_fini, rwlock_rdlock, rwlock_wrlock, rwlock_unlock):
Use it.
2008-08-24 Roland McGrath <[email protected]>
* eu-config.h: New file.
* Makefile.am (noinst_HEADERS): Add it.
2008-02-01 Ulrich Drepper <[email protected]>
* Makefile.am (libeu_a_SOURCES): Add sha1.c.
(noinst_HEADERS): Add sha1.h.
* sha1.c: New file.
* sha1.h: New file.
2008-01-31 Ulrich Drepper <[email protected]>
* Makefile.am (libeu_a_SOURCES): Add md5.c.
(noinst_HEADERS): Add md5.h.
* md5.c: New file.
* md5.h: New file.
2006-04-04 Ulrich Drepper <[email protected]>
* Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
2005-08-28 Ulrich Drepper <[email protected]>
* system.h: Define pwrite_retry, write_retry, and pread_retry.
2005-08-06 Ulrich Drepper <[email protected]>
* Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.
2005-05-03 Roland McGrath <[email protected]>
* crc32_file.c: New file.
* Makefile.am (libeu_a_SOURCES): Add it.
* system.h: Declare crc32_file.
2005-04-30 Ulrich Drepper <[email protected]>
* Makefile.am: Use -ffunction-sections for xmalloc.c.
2005-02-15 Ulrich Drepper <[email protected]>
* dynamicsizehash.c (lookup): Mark val parameter as possibly unused.
2005-02-06 Ulrich Drepper <[email protected]>
* fixedsizehash.h: Mark unused parameters. Correct CLASS and
const order for fshash_find.
* Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
2005-02-05 Ulrich Drepper <[email protected]>
* Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap.
2004-01-17 Ulrich Drepper <[email protected]>
* Makefile.am: Support building with mudflap.
2003-09-22 Ulrich Drepper <[email protected]>
* Makefile.am (AM_CFLAGS): Add -fpic.
* Makefile.am (noinst_HEADERS): Add list.h.
* list.h: New file.
2003-08-11 Ulrich Drepper <[email protected]>
* Moved to CVS archive.