• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12014-01-17  Lei Zhang  <thestig@google.com>
2
3	* crc32_file.c: Include config.h.
4
52013-12-12  Josh Stone  <jistone@redhat.com>
6
7	* dynamicsizehash.c (lookup): Add a shortcut around division.
8
92013-04-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
10
11	* eu-config.h (COMPAT_VERSION_NEWPROTO): New.  Twice.
12
132013-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
14
15	* system.h (LE64, BE64): Move here the definitions from
16	libdwfl/link_map.c.
17
182013-04-24  Mark Wielaard  <mjw@redhat.com>
19
20	* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
21
222012-10-09  Adam Markey  <adam@etinternational.com>
23
24	* system.h: Changed pwrite_retry, write_retry, and pread_retry to
25	handle case where not all data was read/written.
26
272012-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
28
29	* system.h (eu_static_assert): New macro.
30
312012-01-21  Ulrich Drepper  <drepper@gmail.com>
32
33	* Makefile.am (libeu_a_SOURCES): Add color.c.
34	* system.h: Declare color_argp.  Define color_enum.  Declare
35	color_* variables.
36	* color.c: New file.
37
382011-10-02  Ulrich Drepper  <drepper@gmail.com>
39
40	* system.h: Declare __cxa_demangle.
41
422011-07-09  Roland McGrath  <roland@hack.frob.com>
43
44	* sha1.c (be64_copy): New function.
45	(sha1_finish_ctx): Use it.
46	* md5.c (le64_copy): New function.
47	(md5_finish_ctx): Use it.
48	* system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
49	* md5.c (SWAP): Use LE32.
50	* sha1.c (SWAP): Use BE32.
51
522010-06-16  Roland McGrath  <roland@redhat.com>
53
54	* dynamicsizehash.h (HASHTYPE): New macro.
55	(struct): Use size_t for table sizes.
56	* dynamicsizehash.c: Likewise.  Use HASHTYPE for hash values.
57
582010-02-15  Roland McGrath  <roland@redhat.com>
59
60	* Makefile.am: Use config/eu.am for common stuff.
61
622009-08-09  Roland McGrath  <roland@redhat.com>
63
64	* eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
65
662009-01-23  Roland McGrath  <roland@redhat.com>
67
68	* eu-config.h: Add multiple inclusion protection.
69
702009-01-17  Ulrich Drepper  <drepper@redhat.com>
71
72	* system.h (ARGP_PROGRAM_VERSION_HOOK_DEF): Define.
73	(ARGP_PROGRAM_BUG_ADDRESS_DEF): Define.
74
752009-01-10  Ulrich Drepper  <drepper@redhat.com>
76
77	* eu-config.h: Remove tls_key_t, key_create, getspecific, setspecific,
78	once_define, and once_execute macros.  Use USE_LOCKS instead of
79	USE_TLS.
80
812008-08-25  Roland McGrath  <roland@redhat.com>
82
83	* eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
84	(rwlock_init, rwlock_fini, rwlock_rdlock, rwlock_wrlock, rwlock_unlock):
85	Use it.
86
872008-08-24  Roland McGrath  <roland@redhat.com>
88
89	* eu-config.h: New file.
90	* Makefile.am (noinst_HEADERS): Add it.
91
922008-02-01  Ulrich Drepper  <drepper@redhat.com>
93
94	* Makefile.am (libeu_a_SOURCES): Add sha1.c.
95	(noinst_HEADERS): Add sha1.h.
96	* sha1.c: New file.
97	* sha1.h: New file.
98
992008-01-31  Ulrich Drepper  <drepper@redhat.com>
100
101	* Makefile.am (libeu_a_SOURCES): Add md5.c.
102	(noinst_HEADERS): Add md5.h.
103	* md5.c: New file.
104	* md5.h: New file.
105
1062006-04-04  Ulrich Drepper  <drepper@redhat.com>
107
108	* Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
109
1102005-08-28  Ulrich Drepper  <drepper@redhat.com>
111
112	* system.h: Define pwrite_retry, write_retry, and pread_retry.
113
1142005-08-06  Ulrich Drepper  <drepper@redhat.com>
115
116	* Makefile.am (xmalloc_CFLAGS): Define only if !GPROF.
117
1182005-05-03  Roland McGrath  <roland@redhat.com>
119
120	* crc32_file.c: New file.
121	* Makefile.am (libeu_a_SOURCES): Add it.
122	* system.h: Declare crc32_file.
123
1242005-04-30  Ulrich Drepper  <drepper@redhat.com>
125
126	* Makefile.am: Use -ffunction-sections for xmalloc.c.
127
1282005-02-15  Ulrich Drepper  <drepper@redhat.com>
129
130	* dynamicsizehash.c (lookup): Mark val parameter as possibly unused.
131
1322005-02-06  Ulrich Drepper  <drepper@redhat.com>
133
134	* fixedsizehash.h: Mark unused parameters.  Correct CLASS and
135	const order for fshash_find.
136
137	* Makefile.am: Cleanup AM_CFLAGS handling.  Add -Wunused -Wextra.
138
1392005-02-05  Ulrich Drepper  <drepper@redhat.com>
140
141	* Makefile.am [MUDFLAP] (AM_CFLAGS): Add -fpic and -fmudflap.
142
1432004-01-17  Ulrich Drepper  <drepper@redhat.com>
144
145	* Makefile.am: Support building with mudflap.
146
1472003-09-22  Ulrich Drepper  <drepper@redhat.com>
148
149	* Makefile.am (AM_CFLAGS): Add -fpic.
150
151	* Makefile.am (noinst_HEADERS): Add list.h.
152	* list.h: New file.
153
1542003-08-11  Ulrich Drepper  <drepper@redhat.com>
155
156	* Moved to CVS archive.
157