comparison ChangeLog @ 17393:f0016636cc75

ChangeLog: whitespace cleanup Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 08 May 2013 14:32:11 -0600
parents 27b01cdea44c
children 71ec5ab03eb8
comparison
equal deleted inserted replaced
17392:27b01cdea44c 17393:f0016636cc75
1156 * modules/c-vasnprintf: New file. 1156 * modules/c-vasnprintf: New file.
1157 * lib/c-vasnprintf.c: New file. 1157 * lib/c-vasnprintf.c: New file.
1158 * lib/c-vasnprintf.h: New file. 1158 * lib/c-vasnprintf.h: New file.
1159 1159
1160 New module 'c-snprintf'. 1160 New module 'c-snprintf'.
1161 * modules/c-snprintf: New file. 1161 * modules/c-snprintf: New file.
1162 * modules/c-snprintf-tests: New file. 1162 * modules/c-snprintf-tests: New file.
1163 * lib/c-snprintf.c: New file. 1163 * lib/c-snprintf.c: New file.
1164 * lib/c-snprintf.h: New file. 1164 * lib/c-snprintf.h: New file.
1165 * tests/test-c-snprintf.c: New file. 1165 * tests/test-c-snprintf.c: New file.
1166 * tests/test-c-snprintf.sh: New file. 1166 * tests/test-c-snprintf.sh: New file.
1167 1167
1168 New module 'c-vsnprintf'. 1168 New module 'c-vsnprintf'.
1169 * modules/c-vsnprintf: New file. 1169 * modules/c-vsnprintf: New file.
1170 * modules/c-vsnprintf-tests: New file. 1170 * modules/c-vsnprintf-tests: New file.
1171 * lib/c-vsnprintf.c: New file. 1171 * lib/c-vsnprintf.c: New file.
1172 * lib/c-vsnprintf.h: New file. 1172 * lib/c-vsnprintf.h: New file.
1173 * tests/test-c-vsnprintf.c: New file. 1173 * tests/test-c-vsnprintf.c: New file.
1174 * tests/test-c-vsnprintf.sh: New file. 1174 * tests/test-c-vsnprintf.sh: New file.
1175 1175
1176 New module 'c-vasprintf'. 1176 New module 'c-vasprintf'.
1177 * modules/c-vasprintf: New file. 1177 * modules/c-vasprintf: New file.
1178 * modules/c-vasprintf-tests: New file. 1178 * modules/c-vasprintf-tests: New file.
1179 * lib/c-asprintf.c: New file. 1179 * lib/c-asprintf.c: New file.
1180 * lib/c-vasprintf.c: New file. 1180 * lib/c-vasprintf.c: New file.
1181 * lib/c-vasprintf.h: New file. 1181 * lib/c-vasprintf.h: New file.
1182 * tests/test-c-vasprintf.c +: New file. 1182 * tests/test-c-vasprintf.c +: New file.
1183 * tests/test-c-vasprintf.sh: New file. 1183 * tests/test-c-vasprintf.sh: New file.
1184 1184
1185 New module 'c-xvasprintf'. 1185 New module 'c-xvasprintf'.
1186 * modules/c-xvasprintf: New file. 1186 * modules/c-xvasprintf: New file.
1187 * modules/c-xvasprintf-tests: New file. 1187 * modules/c-xvasprintf-tests: New file.
1188 * lib/c-xasprintf.c: New file. 1188 * lib/c-xasprintf.c: New file.
1189 * lib/c-xvasprintf.c: New file. 1189 * lib/c-xvasprintf.c: New file.
1190 * lib/c-xvasprintf.h: New file. 1190 * lib/c-xvasprintf.h: New file.
1191 * tests/test-c-xvasprintf.c: New file. 1191 * tests/test-c-xvasprintf.c: New file.
1192 * tests/test-c-xvasprintf.sh: New file. 1192 * tests/test-c-xvasprintf.sh: New file.
1193 1193
1194 2012-12-18 Paul Eggert <eggert@cs.ucla.edu> 1194 2012-12-18 Paul Eggert <eggert@cs.ucla.edu>
1195 1195
1196 argp: better 'inline' 1196 argp: better 'inline'
1197 Use extern-inline module to declare extern inline functions. 1197 Use extern-inline module to declare extern inline functions.