]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
d1c2a14c
UD
12000-05-07 Mark Kettenis <kettenis@gnu.org>
2
3 * nss/nss_db/db-open.c: Cleanup and add comments. Pretty print.
4 Remove duplicate <errno.h> include. Remove inclusion of
5 <libintl.h> and "nsswitch.h".
6 (set_cloexec_flag): New function, broken out of dbopen.
7 (dbopen): Changed return type to `enum
8 nss_status'. Mostly rewritten to make sure that we do not report
9 NSS_STATUS_SUCCESS if something went wrong. Remove unnecessary casts.
10 (internal_setent): Change return type to nss_status.
11 Document, and make sure that the function
12 behaves accordingly. Make dynamically loading the database
13 library really thread-safe and return NSS_STATUS_UNAVAIL if it
14 failed.
15 (db_cursor): Return ENOMEM is memory allocation failed. Remove
16 unecessary casts.
17 * nss/nss_db/dummy-db.h: Add copyright notice. Improve
18 documentation.
19 (struct dbc24, struct dbc27): Use DBT type in parameter lists for
20 c_get function member.
21 * nss/nss_db/nss_db.h: Add and tweak some comments.
22 (DBT): Move typedef before NSS_DBC typedef.
23 (NSS_DBC, NSS_DB): Use DBT in function member parameter lists.
24
93414bb9
UD
252000-05-07 H.J. Lu <hjl@gnu.org>
26
27 * csu/initfini.c: Moved to ....
28 * sysdeps/generic/initfini.c: ...here.
29
30 * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).
31
c63b67bd
UD
322000-05-07 Ulrich Drepper <drepper@redhat.com>
33
639c6286
UD
34 * manual/resource.texi: Document POSIX scheduling functions.
35 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
36
6ac52e83
UD
37 * inet/rcmd.c (rcmd_af): errno is not set if read returns without
38 reading anything. Reported by Andries.Brouwer@cwi.nl.
39
74a0513d
UD
40 * sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
41 for x since promotion in comparison might leads to unexpected
42 results. Reported by Dan Pop <Dan.Pop@cern.ch>.
43
c63b67bd
UD
44 * iconv/Makefile (tests): Add tst-iconv1.
45 * iconv/tst-iconv1.c: New file.
1336419e
UD
46 * iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
47 empty input buffer over full output buffer.
fc08075d
UD
48 (ucs4_internal_loop): Likewise.
49 (ucs4_internal_loop_unaligned): Likewise.
50 (internal_ucs4le_loop): Likewise.
51 (internal_ucs4le_loop_unaligned): Likewise.
52 (ucs4le_internal_loop): Likewise.
53 (ucs4le_internal_loop_unaligned): Likewise.
c63b67bd
UD
54 Reported by yaoz@nih.gov.
55
45eca4d1
UD
562000-05-06 Bruno Haible <haible@clisp.cons.org>
57
58 * iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
59 returned != __GCONV_OK, there is nothing to clean up.
60
612000-05-06 Bruno Haible <haible@clisp.cons.org>
62
63 * intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
64 OUTPUT_CHARSET environment variables.
65
662000-05-06 Andreas Jaeger <aj@suse.de>
67
68 * sysdeps/generic/dl-cache.h (struct file_entry_new): New.
69 (struct cache_file_new): New.
70 (struct file_entry): New (moved from cache.c).
71 (struct cache_file): New (moved from cache.c).
72
73 * sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
74 from _dl_load_cache_lookup.
75 (_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
76 the different cache formats.
77 New variable cache_new for new format.
78
79 * elf/ldconfig.h: Change according to changes in cache.c and
80 ldconfig.c; remove cache_libcmp; add opt_format.
81
82 * elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
83 stuff that's defined in those headers.
84 Add hwcap to struct lib_entry.
85 (opt_format): New variable to select cache format.
86 (options): Add format parameter.
87 (is_hwcap): New function.
88 (path_hwcap): New function.
89 (parse_opt): Handle new format parameter.
90 (search_dir): Handle hwcap, search also subdirectories with hwcap.
91
92 * elf/cache.c (_GNU_SOURCE): Removed. Not needed anymore since
93 ldconfig is part of glibc.
94 Include dl-cache.h and remove stuff that's defined there.
95 (struct cache_entry): Add new member hwcap.
96 (print_entry): Print hwcap, cleanup a bit.
97 (print_cache): Print new and old formats.
98 (compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
99 (save_cache): Save new and old formats.
100 (add_to_cache): Handle hwcap.
101
102 * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
103 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
104 * sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
105 * sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
106 * sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
107 * sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.
108
1092000-05-05 Bruno Haible <haible@clisp.cons.org>
110
111 * intl/dcigettext.c (alignof): New macro.
112 (_nl_find_msg): Use it instead of __alignof__. Pass correct output
113 buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
114 freemem_size to 0.
115
1162000-05-05 Bruno Haible <haible@clisp.cons.org>
117
118 * intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
119 return value.
120
f0a7f742
UD
1212000-05-06 Ulrich Drepper <drepper@redhat.com>
122
123 * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
124 (mempcpy): Correct typo is parameter list.
125
badd9b02
AJ
1262000-05-06 Andreas Jaeger <aj@suse.de>
127
128 * sysdeps/i386/fpu/bits/mathinline.h: Disable some inline
129 functions unless -ffast-math is given to gcc.
130
d02b1569
UD
1312000-05-06 Ulrich Drepper <drepper@redhat.com>
132
133 * po/ko.po: Update from translation team.
134
3c38e028
UD
1352000-05-05 Ulrich Drepper <drepper@redhat.com>
136
137 * sysdeps/unix/sysv/aix/linux/errnoconv.c: Moved to...
138 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: ...here.
139 * sysdeps/unix/sysv/aix/linux/statconv.c: Moved to...
140 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: ...here.
141 * sysdeps/unix/sysv/aix/linux/direntconv.c: Moved to...
142 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: ...here.
143
144 * sysdeps/unix/sysv/aix/linux/linux-errno.h: Removed.
145 * sysdeps/unix/sysv/aix/linux/linux-stat.h: Removed
146 * sysdeps/unix/sysv/aix/linux/linux-dirent.h: Removed.
147
148 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: New file.
149 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: New file.
150 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: New file.
151 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: New file.
152
fda4deac 153 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: New file.
3c38e028
UD
154 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: New file.
155
f1d86a93
UD
1562000-05-05 Jes Sorensen <jes@linuxcare.com>
157
158 * sysdeps/unix/sysv/linux/ia64/sysdep.h: New file.
159 * sysdeps/unix/sysv/linux/ia64/syscall.S: New file.
160
161 * sysdeps/unix/sysv/linux/ia64/bits/types.h: New file.
162 * sysdeps/unix/sysv/linux/ia64/bits/endian.h: New file.
163
164 * sysdeps/ia64/Implies: New file.
165 * sysdeps/ia64/Versions: New file. Declare _dl_symbol_address.
166 * sysdeps/ia64/Makefile: New file.
167 * sysdeps/ia64/gmp-mparam.h: New file,
168
169 * sysdeps/ia64/elf/start.S: New file.
170
171 * sysdeps/ia64/bits/fenv.h: New file.
172
1732000-05-05 David Mosberger-Tang <davidm@hpl.hp.com>
174
175 * sysdeps/unix/sysv/linux/ia64/sysdep.S: New file.
176
1772000-04-26 Jes Sorensen <Jes.Sorensen@cern.ch>
178
179 * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: New file. The
180 ia64 has 64 bit .hash entries just as the Alpha.
181
1822000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch>
183
184 * sysdeps/ia64/memprof.h: New file. Provide GETSP() macro.
185
1862000-04-17 Jes Sorensen <Jes.Sorensen@cern.ch>
187
188 * sysdeps/ia64/fpu/fclrexcpt.c: New file.
189 * sysdeps/ia64/fpu/fedisblxcpt.c: New file.
190 * sysdeps/ia64/fpu/feenablxcpt.c: New file.
191 * sysdeps/ia64/fpu/fegetenv.c: New file.
192 * sysdeps/ia64/fpu/fegetexcept.c: New file.
193 * sysdeps/ia64/fpu/fegetround.c: New file.
194 * sysdeps/ia64/fpu/feholdexcpt.c: New file.
195 * sysdeps/ia64/fpu/fesetenv.c: New file.
196 * sysdeps/ia64/fpu/fesetround.c: New file.
197 * sysdeps/ia64/fpu/feupdateenv.c: New file.
198 * sysdeps/ia64/fpu/fgetexcptflg.c: New file.
199 * sysdeps/ia64/fpu/fraiseexcpt.c: New file.
200 * sysdeps/ia64/fpu/fsetexcptflg.c: New file.
201 * sysdeps/ia64/fpu/ftestexcept.c: New file.
202
621d9092
AJ
2032000-05-05 Andreas Jaeger <aj@suse.de>
204
205 * misc/tst-tsearch.c (main): Correct type for initstate argument.
206
0b630168
AJ
207 * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
208 (_dl_string_hwcap): New, does nothing.
209
f1d86a93 210 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New.
0b630168
AJ
211 (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
212 (_dl_string_hwcap): New function, converts from string to hwcap
213 encoding.
f1d86a93
UD
214 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
215 (_DL_HWCAP_COUNT): New.
0b630168
AJ
216 (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
217 (_dl_string_hwcap): New function, converts from string to hwcap
218 encoding.
f1d86a93
UD
219 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
220 (_DL_HWCAP_COUNT): New.
0b630168
AJ
221 (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
222 (_dl_string_hwcap): New function, converts from string to hwcap
223 encoding.
f1d86a93 224
c0282c06
UD
2252000-05-05 Ulrich Drepper <drepper@redhat.com>
226
c77ec56d
UD
227 * elf/Makefile (distribute): Add dl-lookupcfg.h.
228 * sysdeps/ia64/Dist: New file.
229
c0282c06
UD
230 * elf/dl-load.c (_dl_map_object_from_fd): Little of computation of
231 parameter to mprotect and for variable assignments.
232
2332000-05-03 Jes Sorensen <jes@linuxcare.com>
234
235 * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Check the
236 validity of map before dereferencing it.
237
238 * elf/dl-reloc.c (RESOLVE_MAP): Define.
239
2402000-05-02 Jes Sorensen <jes@linuxcare.com>
241
242 * elf/dl-runtime.c (fixup): Add the value returned in the symbol
243 lookup to the arguments to elf_machine_fixup_plt().
244
245 * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add Link_map
246 of the symbol being resolved to input argument list and make the
247 function return the pointer to the reloc.
248
249 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Change
250 return valuie to lookup_t and return the value.
251 * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
252 * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
253 * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
254 * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
255 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
256 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
257
258 * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Likewise.
259 Make it an inline function returning value after calling
260 __elf_machine_fixup_plt().
261
262 * elf/dl-sym.c (_dl_vsym): Use DL_SYMBOL_ADDRESS() to obtain the
263 symbol address.
264
265 * elf/dl-symbol.c (_dl_symbol_value): Use LOOKUP_VALUE_ADDRESS to
266 obtain the symbol address.
267
268 * sysdeps/generic/ldsodefs.h: Add generic DL_SYMBOL_ADDRESS() macro
269 depending on the definition of ELF_FUNCTION_PTR_IS_SPECIAL.
270
271 * sysdeps/ia64/dl-machine.h: Add DL_SYMBOL_ADDRESS() macro calling
272 _dl_symbol_address() - this way DL_SYMBOL_ADDRESS() turns into an
273 inline on non ia64.
274
2752000-04-28 Jes Sorensen <jes@linuxcare.com>
276
277 * elf/dl-runtime.c (fixup): Use the portable macros to get the
278 symbol address of an object.
279
280 * elf/dl-runtime.c (fixup-profile): Use the portable macros to get
281 the symbol address of an object.
282
283 * elf/dl-libc.c (struct do_dlsym_args): Change loadbase to a lookup_t.
284 * elf/dl-lookup.c (_dl_lookup_symbol): Likewise.
285 (_dl_lookup_symbol_skip): Likewise.
286 (_dl_lookup_versioned_symbol): Likewise.
287 (_dl_lookup_versioned_symbol_skip): Likewise.
288
2892000-04-27 Jes Sorensen <jes@linuxcare.com>
290
291 * elf/rtld.c (_dl_start): Get the function pointer return address
292 via _dl_start_address for architectures that need a function
293 pointer descriptor rather than just a pointer (ia64).
294
295 * sysdeps/generic/dl-lookupcfg.h: New file.
296 * sysdeps/ia64/dl-lookupcfg.h: New file.
297 * sysdeps/ia64/dl-machine.h: New file.
298 * sysdeps/ia64/dl-symaddr.c: New file.
299 * sysdeps/ia64/dl-fptr.c: New file.
300
301 * elf/elf.h: Add IA-64 specific definitions.
302
61d357ca
UD
3032000-05-04 Jakub Jelinek <jakub@redhat.com>
304
305 * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
306 end of enum.
307
3082000-05-04 Jakub Jelinek <jakub@redhat.com>
309
310 * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
311 happy.
312
5a59a3a5
GK
3132000-04-11 Geoff Keating <geoffk@cygnus.com>
314
315 * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
316 symbol. Call _dl_init rather than the old way.
317
6c51aa64
UD
3182000-05-04 Ulrich Drepper <drepper@redhat.com>
319
320 * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to
321 test for pointer in range of DSO address space.
322
68843294
AJ
3232000-05-04 Andreas Jaeger <aj@suse.de>
324
6c51aa64 325 * nscd/pwdcache.c (addpwbyname): Initialize oldeuid to silence GCC.
68843294 326
17c389fc
UD
3272000-05-03 Ulrich Drepper <drepper@redhat.com>
328
229c86ea
UD
329 * locale/findlocale.c (_nl_find_locale): Add new parameter to
330 calls of _nl_make_l10nflist.
331
17c389fc
UD
332 * libio/stdio.h: Make fseeko and ftello prototypes available is
333 __USE_LARGEFILE. Patch by Paul Eggert <eggert@twinsun.com>.
334
335 * sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
336 real unsetenv implementation from 1999-07-29 [PR libc/1714].
337
3382000-05-03 Bruno Haible <haible@clisp.cons.org>
339
340 * intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
341 before calling tfind.
342
3432000-03-05 Jakub Jelinek <jakub@redhat.com>
344
345 * resolv/resolv.h (res_querydomain): Remove redefinition to
346 __res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).
347
3482000-05-03 Ulrich Drepper <drepper@redhat.com>
349
350 * po/gl.po: Update from translation team.
351
352 * manual/intro.texi (Program Basics): Change section title.
353 * manual/process.texi: Fix reference.
354 (Executing a File): Add reference exec in other section.
355 * manual/signal.texi: Fix reference.
356 * manual/startup.texi: Document syscall function.
357 Patches by Bryan Henderson <bryanh@giraffe-data.com>.
358
3592000-04-29 Bruno Haible <haible@clisp.cons.org>
360
361 * intl/libintl.h (bind_textdomain_codeset): New declaration.
362 * intl/bindtextdom.c (set_binding_values): New function.
363 (bindtextdomain): Call it.
364 (bind_textdomain_codeset): New function.
365 * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
366 (free_mem): Free each binding's codeset.
367 * intl/gettextP.h (struct binding): Add codeset field.
368 (_nl_find_domain): Add domainbinding argument.
369 * intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
370 Pass it to _nl_make_l10nflist.
371 * intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
372 (_nl_make_l10nflist): Add domainbinding argument.
373 * intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
374 * intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
375 codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
376 locale_charset().
377 * manual/message.texi: New node "Charset conversion in gettext".
378
3792000-04-30 Bruno Haible <haible@clisp.cons.org>
380
381 * catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
382 appropriate. Handle possible __read error.
383
3842000-04-29 Bruno Haible <haible@clisp.cons.org>
385
386 * intl/gettextP.h (__builtin_expect): Define as empty if not a
387 compiler builtin.
388 * intl/loadinfo.h (__builtin_expect): Likewise.
389 * intl/dcigettext.c (dcigettext, _nl_find_msg): Use
390 __builtin_expect where appropriate.
391 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
392 * intl/localealias.c (extend_alias_table): Return an error indicator.
393 (read_alias_file): Bail out if extend_alias_table fails.
394
3952000-04-29 Bruno Haible <haible@clisp.cons.org>
396
397 * intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
398 * intl/localealias.c: Likewise.
399
4002000-05-01 Bruno Haible <haible@clisp.cons.org>
401
402 * intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
403 Initialize domain->plural and domain->nplurals even if there is no
404 nullentry.
405
4062000-05-01 Bruno Haible <haible@clisp.cons.org>
407
408 * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
409 value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
410 In case of failure, goto converted.
411
4122000-05-01 Bruno Haible <haible@clisp.cons.org>
413
414 * wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
415 * iconv/gconv_int.h (norm_add_slashes): Move to here.
416 * intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
417 __gconv_open.
418
4192000-04-29 Bruno Haible <haible@clisp.cons.org>
420
421 * intl/dcigettext.c (transcmp): Compare the domains as well.
422 (dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
423 not before.
424 * intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
425 <errno.h>.
426
160016c9
UD
4272000-05-03 Ulrich Drepper <drepper@redhat.com>
428
429 * string/bits/string2.h: Declare __strdup and __strndup if necessary.
430 Reported by Bruno Haible.
431
4322000-04-29 Bruno Haible <haible@clisp.cons.org>
433
434 * manual/arith.texi: Remove @w from @itemize.
435
20d49639
AJ
4362000-05-02 Andreas Jaeger <aj@suse.de>
437
75cabb04
AJ
438 * conform/data/tar.h-data: Add some checks for specific values.
439
440 * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS
441 and RAND_MAX.
442
443 * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
444 FOPEN_MAX.
445
446 * conform/data/netinet/in.h-data: Add exact checks for the values
447 fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN.
448
449 * conform/data/float.h-data: Add some minimal values.
450
20d49639
AJ
451 * conform/conformtest.pl: Test for macros with string constants,
452 check for minimum and maximum values.
453 Add limits.h to headers.
454
455 * conform/data/cpio.h-data: Test for value of MAGIC.
456
457 * conform/data/limits.h-data: New file.
458
741befc8
AJ
4592000-04-30 Bruno Haible <haible@clisp.cons.org>
460
461 * math/Makefile (headers): Add bits/fenvinline.h.
462
09411686
UD
4632000-05-01 Ulrich Drepper <drepper@redhat.com>
464
0f50c8d3
UD
465 * sysdeps/unix/sysv/aix/linux/linux-dirent.h: New file.
466 * sysdeps/unix/sysv/aix/linux/direntconv.c: New file.
467
09411686
UD
468 * posix/Versions: Change posix_spawnattr_getdefault and
469 posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
470 and posix_spawnattr_setsigdefault respectively.
471 * posix/spawn.h: Likewise.
472 * posix/spawnattr_getdefault.h: Likewise.
473 * posix/spawnattr_setdefault.h: Likewise.
782af2c0 474 * conform/data/spawn.h-data: Likewise.
09411686 475
2c1efeaf
AJ
4762000-05-01 Andreas Jaeger <aj@suse.de>
477
478 * nscd/nscd.c: Include <grp.h> for setgroups prototype.
479
e52236e5
UD
4802000-04-30 Ulrich Drepper <drepper@redhat.com>
481
4b9a6d7c
UD
482 * manual/sysinfo.texi: Document getdomainname, setdomainname
483 and sysctl.
e52236e5
UD
484 * manual/string.texi: Fix typo.
485 * manual/terminal.texi: Document gtty and stty.
486 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
487
93b1a554
UD
4882000-04-30 Andreas Jaeger <aj@suse.de>
489
490 * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
491 accordance with Austin Draft.
492
01ed6c51
UD
4932000-04-30 Ulrich Drepper <drepper@redhat.com>
494
c3880fbd
UD
495 * catgets/gencat.c (read_input_file): Use isblank and not isspace
496 to recognize second character in comment line.
497
edecfcda
UD
498 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to
499 ENOBUFS if we are out of memory.
500
01ed6c51
UD
501 * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Make
502 available if __USE_XOPEN2K.
503 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
504 * sysdeps/unix/common/bits/fcntl.h: Likewise.
505 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
506 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
507 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
508 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
509 * sysdeps/unix/sysv/aix/bits/fcntl.h: Likewise.
510 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
511
adcf0e4a
UD
5122000-04-29 Ulrich Drepper <drepper@redhat.com>
513
514 * iconv/iconv_prog.c (main): Handle input file name "-" correctly.
515 Recognize option -s, -c, and -l.
516
5172000-04-20 Thorsten Kukuk <kukuk@suse.de>
518
519 * nscd/nscd.c: Start new session for nscd, drop privilegs
520 to configured user if requested and no -S parameter are used.
521 * nscd/nscd.conf: Add new option "server-user".
522 * nscd/nscd_conf.c: Add support for new "server-user" option.
523 * nscd/nscd.h: Add declaration for server_user variable.
524 Based on patch by Chris Wing <wingc@engin.umich.edu>
525
5262000-04-29 Mark Kettenis <kettenis@gnu.org>
527
528 * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining
529 that changing the __restore and __restore_rt signal return code
530 will break GDB.
531
5322000-04-29 Mark Kettenis <kettenis@gnu.org>
533
534 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include
535 <sys/user.h>.
536
5372000-04-29 Mark Kettenis <kettenis@gnu.org>
538
539 * conform/data/ucontext.h-data: Allow ss_* instead of SS_*.
540
d2dc3fc9
UD
5412000-04-29 Ulrich Drepper <drepper@redhat.com>
542
9d4d69b8
UD
543 * conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
544 sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
545 arpa/inet.h.
546 * conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
547 SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
548 S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
549 S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
550 S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
551 POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
552 POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
553 posix_fallocate, and posix_madvise.
554 * conform/data/netdb.h-data: New file.
555 * conform/data/pthread.h-data: Add pthread_barrier_t,
556 pthread_barrierattr_t, pthread_barrier_destroy,
557 pthread_barrier_init, pthread_barrier_wait,
558 pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
559 pthread_barrierattr_init, pthread_barrierattr_setpshared,
560 pthread_condattr_getclock, pthread_condattr_setclock,
561 pthread_getcpuclockid, pthread_mutex_timedlock,
562 pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
563 pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
564 pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
565 * conform/data/sched.h-data: Add sched_ss_low_priority,
566 sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
567 SCHED_SPORADIC.
568 * conform/data/semaphore.h-data: Add sem_timedwait.
569 * conform/data/signal.h-data: Add SIGIO.
570 * conform/data/spawn.h-data: New file.
571 * conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
572 * conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
573 CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
574 Fix typo in gmtime_r definition.
575 * conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
576 _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
577 _POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
578 _POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
579 _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
580 _XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
581 _POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
582 _POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
583 _SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
584 _SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
585 _SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
586 _SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
587 _SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
588 _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
589 _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
590 _SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
591 _SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
592 _SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
593 _SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
594 _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid. Fix
595 typo in off_t definition.
596 * conform/data/net/if.h-data: New file.
597 * conform/data/netinet/in.h-data: New file.
598 * conform/data/netinet/tcp.h-data: New file.
599 * conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
600 POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
601 POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
602 POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
603 posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
604 and posix_typed_mem_open.
605 * conform/data/sys/socket.h-data: New file.
606 * conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
607 * conform/data/sys/types.h-data: Add pthread_barrier_t,
608 pthread_barrierattr_t, and pthread_spinlock_t.
609 * conform/data/sys/un.h-data: New file.
610 * conform/data/sys/utsname.h-data: New file.
611
612 * include/netdb.h (__gethostbyaddr_r): Fix types of first and second
613 parameter.
614 * inet/gethstbyad.c (gethostbyname): Likewise.
615 * inet/gethstbyad_t.c (gethostbyname_r): Likewise.
616 * inet/getipnodebyad.c (getipnodebyad): Likewise.
617 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
618 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
619 Likewise.
620 * nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
621 * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
622 * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
623 * nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
624 * resolv/gethnamaddr.c (gethostbyname): Likewise.
625 * resolv/netdb.h (struct hostent): Fix type of h_length member.
626 (gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
627 and second parameter.
628
d2dc3fc9
UD
629 * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
630 == NULL.
631
9d4d69b8
UD
6322000-04-29 Andreas Jaeger <aj@suse.de>
633
634 * conform/data/arpa/inet.h-data: New file.
635
cffad2ae
AJ
6362000-04-28 Geoff Clare <gwc@unisoft.com>
637
638 * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
639 path passed to ftw() or nftw() is an empty string.
640 Closes PR libc/1710.
641
0a55a284
UD
6422000-04-27 Ulrich Drepper <drepper@redhat.com>
643
d4134450
UD
644 * localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
645 (do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
646 * localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
647 * localedata/tst-mbswcs4.c: New file.
648 * localedata/tst-mbswcs5.c: New file.
649
a7f91846
UD
650 * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
651 == NULL. Little optimization.
652
653 * elf/dl-init.c (_dl_init): Correct typo (DT_PREINIT_ARRAY not
654 DT_PREINIT_ARRAYSZ).
655 Reported by Jes Sorensen <Jes.Sorensen@cern.ch>.
656
0a55a284
UD
657 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups): Handle
658 overflows in conversion from ASCII.
659
6602000-04-26 Jakub Jelinek <jakub@redhat.com>
661
662 * Makeconfig (full_config_sysdirs): Renamed from full-config-sysdirs.
663 * Makerules (full_config_sysdirs): Likewise.
664 * MakeTAGS (full_config_sysdirs): Likewise.
665
6662000-04-26 Jakub Jelinek <jakub@redhat.com>
667
668 * .cvsignore: Remove linuxthreads.
669 * po/.cvsignore: Remove *.pot.
670 * posix/glob/.cvsignore: Removed.
671 * sysdeps/unix/bsd/osf/.cvsignore: Removed.
672
6732000-04-25 Andreas Jaeger <aj@suse.de>
674
675 * conform/Makefile (distribute): Also distribute contents of
676 subdirectories.
677
678 * Makerules (no_deps): Remove abi-versions.h.
679
680 * nis/nis_print_group_entry.c: Include alloca.h for alloca prototype.
681
6822000-04-25 Jakub Jelinek <jakub@redhat.com>
683
684 * sysdeps/sparc/sparc64/elf/Dist: Remove.
685 * sysdeps/sparc/sparc64/elf/crtbegin.S: Remove.
686 * sysdeps/sparc/sparc64/elf/crtbeginS.S: Remove.
687 * sysdeps/sparc/sparc64/elf/crtend.S: Remove.
688 * sysdeps/sparc/sparc64/elf/crtendS.S: Remove.
689 * sysdeps/sparc/sparc64/elf/Makefile: Don't build crtbegin/crtend
690 objects.
691
6922000-04-25 Thorsten Kukuk <kukuk@suse.de>
693
694 * nscd/grpcache.c: Fix gr_name pointer [PR/1702].
695
8651d8a2 6962000-04-23 Bruno Haible <haible@clisp.cons.org>
0a55a284
UD
697
698 * intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
699 * intl/l10nflist.c: Likewise.
700
8651d8a2 7012000-04-23 Bruno Haible <haible@clisp.cons.org>
0a55a284
UD
702
703 * intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
704 __libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
705 * intl/textdomain.c [!_LIBC]: Likewise.
706 * intl/dcigettext.c [!_LIBC]: Define __libc_rwlock_define_initialized,
707 __libc_rwlock_rdlock, __libc_rwlock_unlock as empty.
708 * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
709 syntax error.
710
8651d8a2 7112000-04-23 Bruno Haible <haible@clisp.cons.org>
0a55a284
UD
712
713 * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
714 character set conversion also in the case the translation was found
8651d8a2
UD
715 after a hash collision or through binary search. Store the maximum
716 index together with the converted message. Use iconv() when available.
0a55a284
UD
717 In case of out of memory during conversion, return the unconverted
718 translated string, not NULL.
719
0e4ee106
UD
7202000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch>
721
722 * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
723 to avoid name clashes with the ia32 linker.
724
7252000-04-25 Jakub Jelinek <jakub@redhat.com>
726
727 * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
728 handling.
729
3300816c
UD
7302000-04-27 Ulrich Drepper <drepper@redhat.com>
731
0e4ee106
UD
732 * manual/string.texi: Document strcasestr, strchrnul, strtoimax,
733 strtoumax, strfry, and memfrob.
734 * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
735 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
736
3300816c
UD
737 * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
738 if this function is available.
739
740 * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
741 all values.
742
159a2a51
AJ
7432000-04-27 Jakub Jelinek <jakub@redhat.com>
744
745 * nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
746
3c5adb76
UD
7472000-04-27 Ulrich Drepper <drepper@redhat.com>
748
749 * localedata/Makefile (test-srcs); Add tst-mbswcs3.
750 Add rule to build tst-mbswcs3 before running tst-mbswcs.sh.
751 * localedata/tst-mbswcs.sh: Run tst-mbswcs3.
752 * localedata/tst-mbswcs3.c: New file.
753
316518d6
UD
7542000-04-26 Ulrich Drepper <drepper@redhat.com>
755
1da6cab2
UD
756 * wcsmbs/mbsnrtowcs.c: Correctly compute number of converted
757 characters. Don't handle incomplete characters as errors.
758 * wcsmbs/mbsrtowcs.c: Don't handle incomplete characters as errors.
759 * localedata/Makefile (test-srcs): Add tst-mbswcs2.
760 Add rule to build tst-mbswcs2 before running tst-mbswcs.sh.
761 * localedata/tst-mbswcs.sh: Run tst-mbswcs2.
762 * localedata/tst-mbswcs2.c: New file.
763
316518d6
UD
764 * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
765 stored character in state in UNPACK_BYTES macro.
766 * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work. Correct
767 test for available characters, handle result of BODY code correctly.
768 * localedata/Makefile (test-srcs): Add tst-mbswcs1.
769 (distribute): Add tst-mbswcs.sh.
770 Add rule to run tst-mbswcs.sh.
771 * localedata/tst-mbswcs.sh: New file.
772 * localedata/tst-mbswcs1.c: New file.
773
7742000-04-26 Jakub Jelinek <jakub@redhat.com>
775
776 * nis/nis_callback.c (__nis_create_callback): Do failed memory
777 allocation fixups centrally, fix __builtin_expect call, return NULL
778 on failure, not NIS_NOMEMORY.
779
7802000-04-27 Bruno Haible <haible@clisp.cons.org>
fff1a600
AJ
781
782 * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
783
784 * intl/loadinfo.h (internal_function): Define if not already defined.
785
7862000-04-27 Andreas Jaeger <aj@suse.de>
787
788 * intl/libintl.h: Fix typo, reported by Bruno Haible
3300816c 789 <haible@clisp.cons.org>.
fff1a600 790
d472655c
UD
7912000-04-25 Ulrich Drepper <drepper@redhat.com>
792
793 * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not
794 setting the state to GMON_PROF_BUSY.
795
20b02a2e 7962000-04-24 Ulrich Drepper <drepper@redhat.com>
128e2b0f
UD
797
798 * elf/dl-profile.c (_dl_start_profile): define all variables which
799 do not have to be global as local variables.
20b02a2e 800
6d5728c8
UD
801 * nis/nis_callback.c (__nis_create_callback): Partially undo last
802 patch. Keep needed tests for failed memory allocation.
803
655ab929
UD
804 * elf/dl-reloc.c (_dl_relocate_object): Add one more
805 __builtin_expect saying that we don't normally expect to profile.
806
20b02a2e
UD
807 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add
808 __builtin_expect where desirable.
809
d52b6462
UD
8102000-04-23 Ulrich Drepper <drepper@redhat.com>
811
812 * manual/Makefile (chapters): Add syslog.
813 * manual/syslog.texi: New file.
814 * manual/math.texi: Fix references.
815 * manual/terminal.texi: Likewise.
816 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
817
8182000-04-18 Jakub Jelinek <jakub@redhat.com>
819
820 * posix/sys/wait.h: Define __WAIT_STATUS and the like either if
821 stdlib.h was not included or __USE_XOPEN not defined.
822
bcad2c29
UD
8232000-04-23 Ulrich Drepper <drepper@redhat.com>
824
4ded1f08 825 * nss/Makefile (libnss_db-dbs): Remove stray backslash.
bcad2c29
UD
826 Patch by Zack Weinberg <zack@wolery.cumb.org>.
827
ef52edfc
UD
8282000-04-22 Ulrich Drepper <drepper@redhat.com>
829
b1184fcd
UD
830 * manual/examples/subopt.c (mount_opts): Add missing terminating
831 entry.
832 Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
833
ef52edfc
UD
834 * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
835 * libio/ftello.c: Likewise.
836 * libio/ftello64.c: Likewise.
837 * libio/ioftell.c: Likewise.
838 * sysdeps/generic/memrchr.c: Likewise.
839 * sysdeps/posix/libc_fatal.c: Likewise.
840 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
841 * misc/fstab.c: Include <string.h> for strcmp prototype.
842 * sysdeps/generic/ldsodefs.h: Likewise.
843 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
844 Patch by Kurt Roeckx <Q@ping.be>.
845
846 * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
847 Remove db-open. Change all uses.
848 (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
849
8502000-04-21 Jakub Jelinek <jakub@redhat.com>
851
852 * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
853 * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
854 * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
855 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
856 with .set noat/at to shut up warnings.
857 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
858 * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
859 compilation if __NR_pciconfig_iobase is not defined.
860 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
861 Add alias.
862
4fcfc4c6
UD
8632000-04-21 Ulrich Drepper <drepper@redhat.com>
864
3566d33c
UD
865 * manual/sysinfo.texi: Fix typo.
866 * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
867 Replace "high precision time" with "high accuracy clock".
868 Fix language.
869 Patches by Bryan Henderson <bryanh@giraffe-data.com>.
870
54eb84d0
UD
871 * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
872 * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
873 instead of malloc.
874 * nis/nis_subr.c: Use __builtin_expect.
875 * nis/ypclnt.c: Likewise.
876 * nis/nis_getservlist.c: Likewise.
877 * nis/nis_creategroup.c: Likewise.
878
4fcfc4c6
UD
879 * nis/nis_callback.c (__nis_create_callback): Check result of
880 memory allocation. Fix memory leaks. Use __builtin_expect.
881 (__nis_destroy_callback): Fix memory leaks.
882
4f263528
AJ
8832000-04-21 Andreas Jaeger <aj@suse.de>
884
885 * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
886 * sysdeps/mips/mips64/add_n.S: Likewise.
887 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
888 * sysdeps/mips/mips64/lshift.S: Likewise.
889 * sysdeps/mips/mips64/mul_1.S: Likewise.
890 * sysdeps/mips/mips64/rshift.S: Likewise.
891 * sysdeps/mips/mips64/setjmp.S: Likewise.
892 * sysdeps/mips/mips64/sub_n.S: Likewise.
abd8a0b5
AJ
893 * sysdeps/mips/mips64/submul_1.S: Likewise
894 * sysdeps/unix/mips/sysdep.S: Likewise.
4f263528
AJ
895
896 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
897 and update comment. The strtab from _dl_relocate_object can be
898 used.
899
a711dd4b
UD
9002000-04-21 Ulrich Drepper <drepper@redhat.com>
901
902 * iconv/iconv.c (iconv): Add __builtin_expect where useful.
903 * iconv/iconv_close.c (iconv_close): Likewise.
904 * iconv/iconv_open.c (iconv_open): Likewise.
905
906 * grp/putgrent.c (putgrent): Unlock steam if fprintf failed. Add
907 __builtin_expect where useful.
908
909 * grp/initgroups.c (initgroups): Test for result of memory
910 allocation and punt if it fails.
911
912 * dirent/scandir.c (scandir): Add __builtin_expect where useful.
913 * grp/fgetgrent.c (fgetfrent): Likewise.
914 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
915
761df3a7
UD
9162000-04-21 Jakub Jelinek <jakub@redhat.com>
917
918 * libio/vasprintf.c: Include string.h to get memcpy prototype.
919
978ce92b
UD
9202000-04-20 Ulrich Drepper <drepper@redhat.com>
921
376b8b3d
UD
922 * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
923 don't search for NUL byte to decrement counter.
924 Reported by Ulrich.Brink@sap.com.
925
4a069c33
UD
926 * iconv/gconv_simple.c: Define separate functions to convert from
927 UCS4/UCS4-LE to the internal encoding.
928 * iconv/gconv_builtin.h: Use separate functions to convert from
929 UCS4/UCS4-LE to the internal encoding.
930 * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
931 __gconv_transform_ucs4le_internal.
932
933 * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
934 output buffer overflow. Reported by Ulrich.Brink@sap.com.
935
978ce92b
UD
936 * iconv/skeleton.c: Add some more __builtin_expect.
937 * iconv/loop.c: Likewise.
938
460e040a
UD
9392000-03-08 H.J. Lu <hjl@gnu.org>
940
941 * posix/regex.c (regex_compile): Correctly handle "\{" when
942 the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
943
d879eb85
UD
9442000-04-20 Ulrich Drepper <drepper@redhat.com>
945
946 * manual/stdio.texi: Give advise about handling error when using
947 stream functions.
948 Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
949
a0edd63e
UD
9502000-04-19 Jakub Jelinek <jakub@redhat.com>
951
952 * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
953 field to nelems * sizeof (uint32_t).
954 * locale/programs/ld-address.c (address_output): Align word fields
955 properly.
956 * locale/programs/ld-monetary.c (monetary_output): Likewise.
957 Don't restart idx pointers to idx end at the duo_int_curr_symbol
958 field.
959 Avoid giving arbitrary garbage in the crncystr field.
960 Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
961 uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
962 fields.
963 * locale/programs/ld-numeric.c (numeric_output): Likewise.
964 Don't restart idx pointers to idx end at the decimal_point_wc field.
965 * locale/programs/ld-time.c (time_output): week_1stday should be
966 word, not byte. Align it properly.
967
9682000-04-19 H.J. Lu <hjl@gnu.org>
969
970 * csu/gmon-start.c (_start): Declared as "extern void".
971 (etext): Likewise.
972
9732000-04-18 Andreas Jaeger <aj@suse.de>
974
975 * manual/install.texi (Running make install): Don't mention utmpd
976 anymore.
977
9782000-04-18 Andreas Jaeger <aj@suse.de>
979
980 * linuxthreads/Versions: Use ld instead of ld.so.
981
982 * elf/Makefile (ld-map): Use ld.map.
983
984 * Versions.def: Use ld instead of ld.so.
985 * elf/Versions: Likewise.
986 * sysdeps/mach/hurd/Versions: Likewise.
987
8b07d6a8
AJ
9882000-04-20 Andreas Jaeger <aj@suse.de>
989
990 * elf/rtld.c (print_statistics): Move ifndef further up.
991 (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
992 (dl_main): Likewise.
993
74f99822
UD
9942000-04-18 Ulrich Drepper <drepper@redhat.com>
995
69173865
UD
996 * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
997 * gmon/Versions: Move moncontrol to GLIBC_2.2.
998
17ef6f59
UD
999 * po/cs.po: Update from translation team.
1000
22b0607b
UD
1001 * sysdeps/generic/updwtmp.c: Remove daemon support.
1002
92da46fc
UD
1003 * login/Makefile (routines): Remove utmp_daemon.
1004
bd4ebb90 1005 * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
9434de89 1006 * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
acda7090
UD
1007 * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
1008 * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
1009
dc911631
UD
1010 * elf/rtld.c: Display statitics option also if hp timing is not
1011 available.
1012
74f99822
UD
1013 * login/programs/connection.c: Removed.
1014 * login/programs/database.c Removed.
1015 * login/programs/error.c: Removed.
1016 * login/programs/request.c: Removed.
1017 * login/programs/xtmp.c: Removed.
1018 * login/programs/xtmp.h: Removed.
1019 * login/Makefile: Remove rules for utmpd.
1020 * login/README.utmpd: Removed.
33c50f10
UD
1021 * login/utmp_daemon.c: Removed.
1022 * login/getutent_r.c: Remove references to daemon functions.
1023 * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
1024 declaration.
74f99822 1025
d1891b39
AJ
10262000-04-18 Andreas Jaeger <aj@suse.de>
1027
69a79602
AJ
1028 * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
1029 2.2 for libnsl, libresolv, librt, libnss_*.
1030
b034c2b1
AJ
1031 * elf/rtld.c (process_dl_debug): Remove obsolete comment.
1032
d1891b39
AJ
1033 * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
1034
dc32d4fe
UD
10352000-04-18 Ulrich Drepper <drepper@redhat.com>
1036
ed7abbd0
UD
1037 * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
1038 * sysdeps/unix/sysv/aix/getegid.c: Likewise.
dc32d4fe
UD
1039 * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
1040 * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
1041 * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
1042 * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
1043 * sysdeps/unix/sysv/aix/setregid.c: Likewise.
1044 * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
1045 * sysdeps/unix/sysv/aix/setgid.c: Likewise.
1046 * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
1047 * sysdeps/unix/sysv/aix/setegid.c: Likewise.
1048 * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
1049 * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
1050 it here.
1051 * sysdeps/unix/sysv/aix/msync.c: New file.
1052 * sysdeps/unix/sysv/aix/msgsnd.c: New file.
1053 * sysdeps/unix/sysv/aix/net/if.h: New file.
1054 * sysdeps/unix/sysv/aix/pipe.c: New file.
1055 * sysdeps/unix/sysv/aix/poll.c: New file.
1056 * sysdeps/unix/sysv/aix/rename.c: New file.
1057 * sysdeps/unix/sysv/aix/rmdir.c: New file.
1058 * sysdeps/unix/sysv/aix/select.c: New file.
1059 * sysdeps/unix/sysv/aix/semctl.c: New file.
1060 * sysdeps/unix/sysv/aix/semget.c: New file.
1061 * sysdeps/unix/sysv/aix/semop.c: New file.
1062 * sysdeps/unix/sysv/aix/sendto.c: New file.
1063 * sysdeps/unix/sysv/aix/setgroups.c: New file.
1064 * sysdeps/unix/sysv/aix/setpgid.c: New file.
1065 * sysdeps/unix/sysv/aix/setpgrp.c: New file.
1066 * sysdeps/unix/sysv/aix/setpriority.c: New file.
1067 * sysdeps/unix/sysv/aix/setrlimit.c: New file.
1068 * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
1069 * sysdeps/unix/sysv/aix/setsid.c: New file.
1070 * sysdeps/unix/sysv/aix/setsockopt.c: New file.
1071 * sysdeps/unix/sysv/aix/shmat.c: New file.
1072 * sysdeps/unix/sysv/aix/shmctl.c: New file.
1073 * sysdeps/unix/sysv/aix/shmdt.c: New file.
1074 * sysdeps/unix/sysv/aix/shmget.c: New file.
1075 * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
1076 * sysdeps/unix/sysv/aix/sigstack.c: New file.
1077 * sysdeps/unix/sysv/aix/socket.c: New file.
1078 * sysdeps/unix/sysv/aix/socketpair.c: New file.
1079 * sysdeps/unix/sysv/aix/speed.c: New file.
1080 * sysdeps/unix/sysv/aix/symlink.c: New file.
1081 * sysdeps/unix/sysv/aix/sync.c: New file.
1082 * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
1083 * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
1084 * sysdeps/unix/sysv/aix/times.c: New file.
1085 * sysdeps/unix/sysv/aix/ulimit.c: New file.
1086 * sysdeps/unix/sysv/aix/umask.c: New file.
1087 * sysdeps/unix/sysv/aix/unlink.c: New file.
1088 * sysdeps/unix/sysv/aix/ustat.c: New file.
1089 * sysdeps/unix/sysv/aix/utimes.c: New file.
1090
1531e094
AJ
10912000-04-18 Andreas Jaeger <aj@suse.de>
1092
18be3f69
AJ
1093 * manual/startup.texi (Environment Access): Fix putenv prototype
1094 according to recent changes.
1095 Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
1096 PR libc/1692.
1097
1531e094
AJ
1098 * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
1099 needed.
1100
cd43f797
UD
11012000-04-18 Ulrich Drepper <drepper@redhat.com>
1102
1103 * posix/Makefile (tests): Add tst-getaddrinfo.
1104 * posix/tst-getaddrinfo.c: New file.
1105
5732c4df
UD
11062000-04-17 Ulrich Drepper <drepper@redhat.com>
1107
dbacafe5
UD
1108 * manual/sysinfo.texi: Document that umount2 is not widely available.
1109
5732c4df
UD
1110 * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
1111 signal timing is not really implemented.
1112
11132000-04-17 Andreas Jaeger <aj@suse.de>
1114
1115 * elf/rtld.c (process_dl_debug): Mention statistics in help message.
1116
11172000-04-17 Jakub Jelinek <jakub@redhat.com>
1118
1119 * Makefile (install): Use slibdir and libdir instead of inst_slibdir
1120 and inst_libdir.
1121
faf2289f
UD
11222000-04-17 Ulrich Drepper <drepper@redhat.com>
1123
1124 * manual/intro.texi: Change reference from System Information to
1125 System Management.
1126 * manual/users.texi: Likewise.
1127 * manual/conf.texi: Likewise.
1128 * manual/sysinfo.texi: Document mount, umount, and umount2.
1129 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
1130
11312000-04-17 Jakub Jelinek <jakub@redhat.com>
1132
1133 * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
1134 Create wnumstr as well as numstr to support wide character output
1135 correctly.
1136
11372000-04-15 Jakub Jelinek <jakub@redhat.com>
1138
1139 * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
1140 modification and move it...
1141 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
1142 Add -melf64_sparc switch to $(LD) on sparc64-linux.
1143 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
1144 switch to $(LD) on sparc-linux.
1145
11462000-04-17 Thorsten Kukuk <kukuk@suse.de>
1147
1148 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
cd43f797 1149 and setresuid from sysdep_routines.
faf2289f 1150
171b7cf1
UD
11512000-04-17 Ulrich Drepper <drepper@redhat.com>
1152
5ce8f203
UD
1153 * manual/Makefile (chapters): Add resource.
1154
1155 * manual/time.texi: Move section on resources to...
faf2289f
UD
1156 * manual/resource.texi: ...here. New file. Document ulimit, vlimit,
1157 and vtimes.
5ce8f203
UD
1158 * manual/setjmp.texi: Adjust back reference.
1159 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
1160
171b7cf1
UD
1161 * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
1162 definition.
1163 * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
1164 * sysdeps/unix/sysv/aix/kill.c: Add copyright.
1165 * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
1166 * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
1167 * sysdeps/unix/sysv/aix/execve.c: Add copyright.
1168 * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
1169 * sysdeps/unix/sysv/aix/close.c: Add copyright.
1170 * sysdeps/unix/sysv/aix/brk.c: Add copyright.
1171 * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
1172 * sysdeps/unix/sysv/aix/access.c: Add copyright.
1173 * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
1174 * sysdeps/unix/sysv/aix/Implies: New file.
1175 * sysdeps/unix/sysv/aix/Versions: New file.
1176 * sysdeps/unix/sysv/aix/bind.c: New file.
1177 * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
1178 * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
1179 * sysdeps/unix/sysv/aix/bits/poll.h: New file.
1180 * sysdeps/unix/sysv/aix/bits/termios.h: New file.
1181 * sysdeps/unix/sysv/aix/chdir.c: New file.
1182 * sysdeps/unix/sysv/aix/chmod.c: New file.
1183 * sysdeps/unix/sysv/aix/chroot.c: New file.
1184 * sysdeps/unix/sysv/aix/creat.c: New file.
1185 * sysdeps/unix/sysv/aix/dl-close.c: New file.
1186 * sysdeps/unix/sysv/aix/dl-open.c: New file.
1187 * sysdeps/unix/sysv/aix/dl-sym.c: New file.
1188 * sysdeps/unix/sysv/aix/fchdir.c: New file.
1189 * sysdeps/unix/sysv/aix/fchmod.c: New file.
1190 * sysdeps/unix/sysv/aix/getgroups.c: New file.
1191 * sysdeps/unix/sysv/aix/gethostname.c: New file.
1192 * sysdeps/unix/sysv/aix/getpriority.c: New file.
1193 * sysdeps/unix/sysv/aix/getrlimit.c: New file.
1194 * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
1195 * sysdeps/unix/sysv/aix/getrusage.c: New file.
1196 * sysdeps/unix/sysv/aix/link.c: New file.
1197 * sysdeps/unix/sysv/aix/madvise.c: New file.
1198 * sysdeps/unix/sysv/aix/mkdir.c: New file.
1199 * sysdeps/unix/sysv/aix/mknod.c: New file.
1200 * sysdeps/unix/sysv/aix/mprotect.c: New file.
1201 * sysdeps/unix/sysv/aix/msgctl.c: New file.
1202 * sysdeps/unix/sysv/aix/msgget.c: New file.
1203 * sysdeps/unix/sysv/aix/msgrcv.c: New file.
1204
42eb5242
AJ
12052000-04-17 Andreas Jaeger <aj@suse.de>
1206
b0a62805
AJ
1207 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
1208 as suggested by Ulrich Drepper.
1209 (__dl_runtime_resolve): Remove unused variable, initialize sym
1210 directly.
1211 (RTLD_START): Document OFFSET_GP_GOT.
1212 (OFFSET_GP_GOT): New magic value.
1213 (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
1214 (elf_machine_got_rel): Only declare strtab if needed.
716c75c4
AJ
1215 (elf_machine_relplt): Removed, it's not needed.
1216 (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
b0a62805 1217
42eb5242
AJ
1218 * sysdeps/mips/add_n.S: Add newline at EOF.
1219 * sysdeps/mips/rshift.S: Likewise.
1220 * sysdeps/mips/mul_1.S: Likewise.
1221 * sysdeps/mips/lshift.S: Likewise.
1222 * sysdeps/mips/addmul_1.S: Likewise.
1223
e3265f5b
UD
12242000-04-17 Ulrich Drepper <drepper@redhat.com>
1225
b99a3e9a
UD
1226 * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
1227
dc051821
UD
1228 * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
1229 * elf/dl-lookup.c: Likewise.
1230 * elf/dl-init.c (_dl_init): Likewise.
1231 * elf/dl-fini.c (_dl_fini): Likewise.
1232 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
1233 * elf/dl-close.c (_dl_close): Likewise.
1234 * elf/rtld.c (_dl_start_final): Likewise.
466a0ec9 1235
e3265f5b
UD
1236 * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
1237
29094e48
UD
12382000-04-15 Ulrich Drepper <drepper@redhat.com>
1239
c269fdb4
UD
1240 * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
1241 only fall back on using Linux.
1242
145b8413
UD
1243 * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
1244 Before testing versions check that we actually loaded the object
1245 and whether we are in trace mode. If not loaded during tracing don't
1246 test versions in this object.
1247 (_dl_check_all_versions): Take new parameter and pass to
1248 _dl_check_map_versions.
1249 * sysdeps/generic/ldsodefs.h: Update prototypes for
1250 _dl_check_all_versions and _dl_check_map_versions.
1251 * elf/rtld.c (struct version_check_args): Add dotrace.
1252 (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
1253 (dl_main): Pass info about trace mode to version_check_doit.
1254 * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
1255 _dl_check_all_versions.
1256
1257 * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
1258 and getutmpx.
1259 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
1260
29094e48
UD
1261 * manual/argp.texi: Document index parameter of argp_parse.
1262 Fix typo.
1263 Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
1264
afdda55a
UD
12652000-04-14 Andreas Jaeger <aj@suse.de>
1266
1267 * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
1268 SHMFS_SUPER_MAGIC. Remove definition of SHMFS_SUPER_MAGIC.
1269
1270 * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
1271
a5a6f926
UD
12722000-04-15 Ulrich Drepper <drepper@redhat.com>
1273
150f740a
UD
1274 * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
1275 compat_symbol call for old adjtime.
1276
1277 * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
ef187474
UD
1278 function interface. Patch by Richard Henderson <rth@cygnus.com>.
1279
a5a6f926
UD
1280 * posix/Makefile (headers): Add spawn.h.
1281 (distribute): Add spawn_int.h.
1282 (routines): Add spawn_faction_init, spawn_faction_destroy,
1283 spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
1284 spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
1285 spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
1286 spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
1287 * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
1288 posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
1289 posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
1290 posix_spawnattr_init, posix_spawnattr_destroy,
1291 posix_spawnattr_getdefault, posix_spawnattr_setdefault,
1292 posix_spawnattr_getflags, posix_spawnattr_setflags,
1293 posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
1294 and posix_spawnp.
1295 * posix/spawn.c: New file.
1296 * posix/spawn.h: New file.
1297 * posix/spawn_faction_addclose.c: New file.
1298 * posix/spawn_faction_adddup2.c: New file.
1299 * posix/spawn_faction_addopen.c: New file.
1300 * posix/spawn_faction_destroy.c: New file.
1301 * posix/spawn_faction_init.c: New file.
1302 * posix/spawn_int.h: New file.
1303 * posix/spawnattr_destroy.c: New file.
1304 * posix/spawnattr_getdefault.c: New file.
1305 * posix/spawnattr_getflags.c: New file.
1306 * posix/spawnattr_getpgroup.c: New file.
1307 * posix/spawnattr_getschedparam.c: New file.
1308 * posix/spawnattr_getschedpolicy.c: New file.
1309 * posix/spawnattr_getsigmask.c: New file.
1310 * posix/spawnattr_init.c: New file.
1311 * posix/spawnattr_setdefault.c: New file.
1312 * posix/spawnattr_setflags.c: New file.
1313 * posix/spawnattr_setpgroup.c: New file.
1314 * posix/spawnattr_setschedparam.c: New file.
1315 * posix/spawnattr_setschedpolicy.c: New file.
1316 * posix/spawnattr_setsigmask.c: New file.
1317 * posix/spawni.c: New file.
1318 * posix/spawnp.c: New file.
1319
1320 * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
1321 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
1322
0758ea0c
UD
13232000-04-14 Ulrich Drepper <drepper@redhat.com>
1324
1325 * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
1326 * malloc/malloc.c: Implement posix_memalign for glibc.
1327 * include/stdlib.h: Add prototype for __posix_memalign.
1328 * stdlib/stdlib.h: Add prototype for posix_memalign.
1329
12d3e579
AJ
13302000-04-14 Andreas Jaeger <aj@suse.de>
1331
fe81e988
AJ
1332 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
1333 symidx correctly.
c84956c7 1334 (elf_machine_got_rel): Cast sym correctly.
fe81e988 1335
30c2f3c4 1336 * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
90bf0e07
AJ
1337 * sysdeps/mips/addmul_1.S: Likewise.
1338 * sysdeps/mips/lshift.S: Likewise.
1339 * sysdeps/mips/mul_1.S: Likewise.
1340 * sysdeps/mips/rshift.S: Likewise.
1341 * sysdeps/mips/sub_n.S: Likewise.
1342 * sysdeps/mips/submul_1.S: Likewise.
fe81e988 1343
c8c73ac3
AJ
1344 * stdlib/stdlib.h: Fix typo in comment.
1345
d0a5dae4
AJ
1346 * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
1347 2.2 for libdl, ld and libm.
1348
12d3e579
AJ
1349 * sysdeps/generic/madvise.c: Fix typos.
1350
1351 * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
1352
1353 * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
1354
1355 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
1356 warnings.
1357
bb8e0116
UD
13582000-04-14 Ulrich Drepper <drepper@redhat.com>
1359
1360 * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
1361 * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
1362 Make old name weak alias.
1363 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
1364 * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
1365 Make old name weak alias.
1366 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
1367
1368 * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
1369 posix_fallocate, and posix_fallocate64.
1370 * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
1371 posix_fallocate, and posix_fallocate64.
1372 * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
1373 posix_fallocate, and posix_fallocate64.
1374 * sysdeps/generic/fadvise.c: New file.
1375 * sysdeps/generic/fadvise64.c: New file.
1376 * sysdeps/generic/fallocate.c: New file.
1377 * sysdeps/generic/fallocate64.c: New file.
1378 * sysdeps/posix/fallocate.c: New file.
1379 * sysdeps/posix/fallocate64.c: New file.
1380 * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
1381 POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
1382 POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
1383 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
1384 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
1385 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
1386 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1387 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1388 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1389
1390 * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
1391 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1392
8f6f7a31
UD
13932000-04-13 Ulrich Drepper <drepper@redhat.com>
1394
1395 * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
1396 * misc/sys/mman.h (posix_madvise): Add prototype.
1397 * sysdeps/generic/madvise.c (madvise): Renamed to __madvise. Make
1398 old name and posix_madvise weak aliases.
1399 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1400 * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
1401 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
1402 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
1403 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1404 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
1405 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1406
490a9ab7
AJ
14072000-04-13 Andreas Jaeger <aj@suse.de>
1408
1409 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
1410 versioning.
0fc95464 1411 (elf_machine_got_rel): Only add runtime display if needed.
68e1ab18 1412 (elf_machine_got_rel): Handle symbol versioning.
490a9ab7 1413
382e7b29
AJ
14142000-04-13 Andreas Jaeger <aj@suse.de>
1415
44a202c0 1416 * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
ab718a79 1417
382e7b29
AJ
1418 * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
1419 default.
1420
1421 * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
1422 with some applications.
1423 Patches by Ralf Baechle <ralf@uni-koblenz.de>.
1424
1425 * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
1426 * sysdeps/mips/bsd-_setjmp.S: Likewise.
1427 * sysdeps/mips/setjmp.S: Likewise.
44a202c0
AJ
1428
1429 * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
8f6f7a31 1430
3737ff12
UD
14312000-04-13 Ulrich Drepper <drepper@redhat.com>
1432
1433 * posix/globtest.sh: Work around inconsistency with expanding ~/
1434 in shell (PR libc/1690). Reported by patsmith@pobox.com.
1435
aee46704
UD
14362000-04-12 Ulrich Drepper <drepper@redhat.com>
1437
b3ae0650
UD
1438 * posix/getconf.c: Add support for many more POSIX options.
1439 * sysdeps/posix/sysconf.c: Likewise.
1440 * sysdeps/generic/bits/confname.h: Add many more POSIX options.
1441 * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
1442 _POSIX_SHELL.
1443 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
1444 * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
1445 CLOCK_PROCESS_CPUTIME_ID. Add define CLOCK_MONOTONIC and
1446 CLOCK_THREAD_CPUTIME_ID.
1447 * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
1448 CLOCK_PROCESS_CPUTIME_ID.
1449 * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
1450 __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID. Handle
1451 CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
1452 * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
1453
aa780bab
UD
1454 * malloc/Makefile (tests): Add tst-calloc.
1455 * malloc/tst-calloc.c: New file.
1456
c49b2a4e
UD
1457 * sysdeps/arm/libm-test-ulps: New file.
1458
13f536d4
UD
1459 * malloc/malloc.c: Undo all of today's changes.
1460
92d2e18f
UD
1461 * locale/programs/locale.c (show_info): Don't try to look into
1462 data for LC_ALL (there is none).
1463
3ea1b82e
UD
1464 * malloc/malloc.c (cALLOc): Clear only what the user asked for and
1465 avoid writing over boundary.
1466 Patch by Greg McGary <gkm@eng.ascend.com>.
1467
aee46704
UD
1468 * sysdeps/arm/memprof.h: New file.
1469
4a199526
UD
14702000-04-12 Andreas Jaeger <aj@suse.de>
1471
1472 * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
1473
1474 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
1475 for memmem declaration.
1476
da240c6b
UD
14772000-04-12 Ulrich Drepper <drepper@redhat.com>
1478
4a199526
UD
1479 * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
1480 to -1.
1481 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
1482
a4dec43d
UD
1483 * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
1484 mode is invalid.
1485 * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
1486 Patch by Bart Veer <bartv@redhat.com>.
1487
da240c6b
UD
1488 * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
1489 function interface.
1490
bfe42f05
AJ
14912000-04-11 Andreas Jaeger <aj@suse.de>
1492
1493 * sysdeps/mips/dl-machine.h: Update some comments.
1494 (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
1495
e7c036b3
UD
14962000-04-11 Ulrich Drepper <drepper@redhat.com>
1497
8a31d742
UD
1498 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
1499 _POSIX_SHARED_MEMORY_OBJECTS.
1500
ca99b8a0
UD
1501 * rt/Makefile (tests): Add tst-shm.
1502 Add rules to generate tst-shm.
1503 * rt/tst-shm.c: New file.
1504
fb125e0c
UD
1505 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
1506 for descriptor.
1507
a63be9f7
UD
1508 * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
1509 * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
1510 * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
1511 * sysdeps/generic/shm_open.c: New file.
1512 * sysdeps/generic/shm_unlink.c: New file.
1513 * sysdeps/unix/sysv/linux/shm_open.c: New file.
1514 * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
1515 * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
1516 __endmntent, __getmntent_r, __setmntent, and __statfs.
1517
25728f03
UD
1518 * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
1519 fragmentation by allocating new memory at the end instead of
1520 reallocating.
1521
e7c036b3
UD
1522 * posix/globtest.sh: Fix last change.
1523
15242000-04-10 Philip Blundell <philb@gnu.org>
1525
1526 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
1527 IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
1528 IPV6_DROP_MEMBERSHIP.
1529 * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
1530 Likewise.
1531
15322000-04-11 Ulrich Drepper <drepper@redhat.com>
1533
1534 * elf/readlib (process_file): Close streams in case of an error.
1535
15362000-04-09 Andreas Jaeger <aj@suse.de>
1537
1538 * elf/readlib.c (process_file): Check if file is big enough to
1539 contain aout and ELF headers.
1540 Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
1541
15422000-04-10 Jes Sorensen <Jes.Sorensen@cern.ch>
1543
1544 * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
1545
15462000-04-11 Ulrich Drepper <drepper@redhat.com>
1547
1548 * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
1549 stream unbuffered.
1550 * rt/Makefile (tests): Add tst-clock.
1551 Add rules to build tst-clock.
1552 * rt/tst-clock.c: New file.
1553 * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
1554 about initialization of nsec.
1555 * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
1556 about initialization of freq. Set retval to zero if successful.
1557 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
1558
6689a188
UD
15592000-04-10 Ulrich Drepper <drepper@redhat.com>
1560
1561 * Versions.def (librt): Add GLIBC_2.2.
1562 * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
1563 clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
1564 timer_getoverr, timer_gettime, and timer_settime.
1565 * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
1566 clock_settime, timer_create, timer_delete, timer_getoverrun,
1567 timer_gettime, and timer_settime.
1568 * sysdeps/generic/clock_getcpuclockid.c: New file.
1569 * sysdeps/generic/get_clockfreq.c: New file.
1570 * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
1571 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
1572 * sysdeps/mach/hurd/i386/bits/time.h: New file.
1573 * sysdeps/unix/i386/i586/clock_getres.c: New file.
1574 * sysdeps/unix/i386/i586/clock_gettime.c: New file.
1575 * sysdeps/unix/i386/i686/Implies: New file.
1576 * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
1577 * time/Makefile (routines): Move clock_getres, clock_gettime,
1578 clock_settime, timer_create, timer_delete, timer_getoverr,
1579 timer_gettime, and timer_settime to rt/Makefile.
1580 * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
1581 clock_settime, timer_create, timer_delete, timer_getoverrun,
1582 timer_gettime, and timer_settime.
094f72c6 1583 * time/time.h: Define pid_t. Add prototype for clock_getcpuclockid.
6689a188
UD
1584
1585 * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility. Use __const__
1586 and not const as attribute name.
1587
25ee87d6
UD
15882000-04-10 Thorsten Kukuk <kukuk@suse.de>
1589
1590 * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
1591
3b690639
UD
15922000-04-10 Andreas Schwab <schwab@suse.de>
1593
1594 * posix/globtest.sh: Skip tests that depend on unreadable
1595 directories if run as root.
1596
e79af11c
UD
15972000-04-10 Ulrich Drepper <drepper@redhat.com>
1598
1599 * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
1600 for correct range. From code by Kaz Kylheku <kaz@ashi.footprints.net>.
1601
8956ac9e
UD
16022000-04-09 Ulrich Drepper <drepper@redhat.com>
1603
13fa3676
UD
1604 * sysdeps/unix/clock_gettime.c: New file.
1605 * sysdeps/unix/clock_settime.c: New file.
1606 * sysdeps/posix/clock_getres.c: New file.
1607
1a8de3e4
UD
1608 * conform/data/ftw.h-data: Add allow-header sys/stat.h.
1609
4186c9f4
UD
1610 * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
1611 lseek call be passing in a buffer which never allow a successful
1612 first getdents syscall if not at leas the initial entry can be
1613 stored in the user buffer.
1614
8956ac9e
UD
1615 * localedata/Makefile: Add rules to clean up directories created by
1616 new strfmon tests.
1617
16182000-04-09 Geoff Clare <gwc@unisoft.com>
1619
1620 * localedata/tst-fmon.data: Added new tests for strfmon()
1621 using test locales with all combinations of cs_precedes,
1622 sign_posn and sep_by_space.
1623 * localedata/tst-fmon.sh: Updated to support the new tests.
1624 * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
1625 the localedef source for the new strfmon() test locale.
1626 * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
1627 * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
1628 * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
1629 * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
1630 * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
1631 * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
1632 * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
1633 * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
1634 * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
1635 * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
1636 * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
1637 * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
1638 * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
1639 * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
1640
1641 * stdlib/strfmon.c: Correct problems with missing or extra
1642 spaces for unusual combinations of sign_posn and sep_by_space.
1643 Improved left-precision alignment code.
1644
fe9d16a5
UD
16452000-04-07 Andreas Jaeger <aj@suse.de>
1646
1647 * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
1648
ddf0c536
AJ
16492000-04-10 Andreas Jaeger <aj@suse.de>
1650
1651 * intl/Makefile: Don't run do-gettext-test when cross-compiling.
1652
fd1b5c0f
UD
16532000-04-09 Ulrich Drepper <drepper@redhat.com>
1654
1655 Implement handling of restartable conversion functions according to
1656 ISO C.
1657 * iconv/gconv.h (__gconv_fct): Add additional parameter.
1658 * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
1659 * iconv/gconv.c: Pass additional parameter to conversion function.
1660 * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
1661 (internal_ucs4le_loop_single): New function.
1662 (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
1663 (__gconv_transform_internal_ascii): Likewise.
1664 (__gconv_transform_internal_utf8): Likewise.
1665 (__gconv_transform_utf8_internal): Likewise.
1666 (__gconv_transform_ucs2_internal): Likewise.
1667 (__gconv_transform_internal_ucs2): Likewise.
1668 (__gconv_transform_ucs2reverse_internal): Likewise.
1669 (__gconv_transform_internal_ucs2reverse): Likewise.
1670 (internal_ucs4le_loop_unaligned): Before return
1671 __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
1672 a valid character. Otherwise return __GCONV_ILLEGAL_INPUT.
1673 (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
1674 * iconv/loop.c: Fit in definition of function to convert one character
1675 for processing of left-over bytes from the state object.
1676 * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
1677 inend to match names in loop functions.
1678 (RESET_INPUT_BUFFER): Change apprpriately.
1679 (gconv): If needed, call function to process bytes from the state
1680 object. Similar at the end: store left over bytes if input is
1681 incomplete.
1682 Take extra argument and add new argument to all calls of the
1683 conversion function.
1684 * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
1685 information in the state object to not conflict with length count.
1686 * iconvdata/iso-2022-jp.c: Likewise.
1687 * iconvdata/iso-2022-kr.c: Likewise.
1688 * iconvdata/unicode.c: Adjust for change change in parameters of
1689 skeleton function.
1690 * iconvdata/utf-16.c: Likewise.
1691 * libio/iofwide.c: Add new parameter to all calls of conversion
1692 function.
1693 * wcsmbs/btowc.c: Likewise.
1694 * wcsmbs/mbrtowc.c: Likewise.
1695 * wcsmbs/mbsnrtowcs.c: Likewise.
1696 * wcsmbs/mbsrtowcs.c: Likewise.
1697 * wcsmbs/wcrtomb.c: Likewise.
1698 * wcsmbs/wcsnrtombs.c: Likewise.
1699 * wcsmbs/wcsrtombs.c: Likewise.
1700 * wcsmbs/wctob.c: Likewise.
1701
1702 * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
1703 MAX_NEEDED_INPUT.
1704
22804455
AJ
17052000-04-07 Andreas Jaeger <aj@suse.de>
1706
1707 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
1708 newer kernels.
1709
aa831d6d
UD
17102000-04-07 Ulrich Drepper <drepper@redhat.com>
1711
1712 * wcsmbs/wchar.h (__mbstate_t): Rename elements. Make __value
1713 element a union to allow byte access.
1714 * iconvdata/iso-2022-cn.c: Adjust for change of element name in
1715 mbstate_t.
1716 * iconvdata/iso-2022-jp.c: Likewise.
1717 * iconvdata/iso-2022-kr.c: Likewise.
404ee5fc
UD
1718 * wcsmbs/mbsinit.c: Likewise.
1719 * stdlib/mblen.c: Likewise.
b837918e 1720 * stdio-common/printf-parse.h: Likewise.
aa831d6d 1721
a0dc5206
UD
17222000-04-06 Ulrich Drepper <drepper@redhat.com>
1723
f11b9da6
UD
1724 * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
1725 kernel does not allow relative seeks on descriptors associated
1726 with directories. Go back to get the position in the directory
1727 every time we enter the function. Return -1 and set errno if one
1728 entry could be read from the kernel but does not fit into the
1729 buffer passed in by the user.
1730
a0dc5206
UD
1731 * locale/programs/charmap.c (charmap_new_char): Add parameter step.
1732 Support ..(2).. ellipsis.
1733 (parse_charmap): Recognize ..(2).. etc and pass step down.
1734 Correctly generate names for UCS4 characters.
1735
1736 * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
1737 (ctype_finish): We know the wide character value for <SP>,
1738 don't search.
1739 (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
1740 (charclass_ucs4_ellipsis): Likewise.
1741 (read_translit_ignore_entry): Store ellipsis step.
1742 (ctype_read): Recognize ..(2).. etc and pass step down.
1743
1744 * locale/programs/linereader.c (lr_token): When seeing comment
1745 character ignore only rest of line in sources but stop at escaped
1746 newline.
1747 Recognize ..(2).. and ....(2).....
1748
1749 * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
1750 and tok_ellipsis4_2.
1751
372f94ba
UD
17522000-04-06 Andreas Jaeger <aj@suse.de>
1753
1754 * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
1755 removed, remove it here also.
1756 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
1757 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1758 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
1759 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1760
17612000-04-06 Jakub Jelinek <jakub@redhat.com>
1762
1763 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
1764 include bits/sigcontext.h.
1765 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
1766
723faa38
UD
17672000-04-06 Ulrich Drepper <drepper@redhat.com>
1768
5943f0bc
UD
1769 * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
1770 collation symbol definition. Value in quivalence definition must
1771 be defined, don't check that it is not.
1772
723faa38
UD
1773 * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
1774 values as character names.
1775
1776 * locale/programs/ld-ctype.c (get_character): Handle missing
1777 repertoire map correctly.
1778
a1303dc8
UD
17792000-04-05 Cristian Gafton <gafton@redhat.com>
1780
1781 * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
1782 because it is used in generic code.
1783 * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
1784 * wcsmbs/wcwidth.h: Declare __ctype32_b.
1785 * intl/gettext.c: Include <locale.h>.
1786 * intl/ngettext.c: Likewise.
1787
17882000-04-05 Jakub Jelinek <jakub@redhat.com>
1789
1790 * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
1791 socklen_t type for size.
1792 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
1793 init function interface.
1794 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
1795 * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
1796 sys/ucontext.h.
1797 (__jmp_buf): Declare the whole type structure here, don't use
1798 ucontext.
1799
2a0ff6ff
UD
18002000-04-05 Ulrich Drepper <drepper@redhat.com>
1801
a1303dc8
UD
1802 * iconv/skeleton.c (put16u): Fix typo.
1803 Reported by Bruno Haible <haible@ilog.fr>.
1804
2a0ff6ff
UD
1805 * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
1806 * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
1807 * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
1808 * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
1809 * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
1810 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
1811
1812 * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
1813 * Makefile (distribute): Add abi-versions.awk and
1814 firstversions.awk.
1815 Patches by Torsten Duwe <duwe@caldera.de>.
1816
5560eac7
UD
18172000-04-05 Andreas Schwab <schwab@suse.de>
1818
1819 * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
1820
a6dd65cd
AS
18212000-04-05 Andreas Schwab <schwab@suse.de>
1822
1823 * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
1824 entry point, used on Hurd.
1825
7d4de961
UD
18262000-04-04 Andreas Jaeger <aj@suse.de>
1827
1828 * intl/Makefile: Only run the gettext test with shared libraries.
1829
f0d872e9
UD
18302000-03-16 Mark Kettenis <kettenis@gnu.org>
1831
1832 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
1833 Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
1834
7499a22a
RM
18352000-04-05 Roland McGrath <roland@baalperazim.frob.com>
1836
1837 * Makeconfig: Undo last change.
1838 * configure.in: If --disable-shared was given, don't set VERSIONING,
1839 don't define DO_VERSIONING, and don't give scare warning for no
1840 versioning.
1841 * configure: Regenerated.
1842
2c57ff21
RM
18432000-04-04 Roland McGrath <roland@baalperazim.frob.com>
1844
1845 * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
1846
09847c8d
UD
18472000-04-04 Andreas Jaeger <aj@suse.de>
1848
1849 * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
1850
3aaad0b6
UD
18512000-04-04 Ulrich Drepper <drepper@redhat.com>
1852
736d0841
UD
1853 * elf/dl-runtime.c (fixup): Correct handling of symbols marked
1854 STV_HIDDEN and STV_INTERNAL during lookup.
1855 (profile_fixup): Likewise.
1856 * elf/dl-reloc.c (RESOLVE): Likewise.
1857
3aaad0b6
UD
1858 * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
1859 unaligned so that it compiles for system which need unaligned
1860 access handling.
1861
0b7219cc
UD
18622000-04-04 Andreas Schwab <schwab@suse.de>
1863
1864 * elf/cache.c (print_entry): Only look at the type field when
1865 printing the type.
1866
18672000-04-04 Andreas Schwab <schwab@suse.de>
1868
1869 * iconvdata/big5.c (BODY): Fix typo.
1870
658943b9
AS
18712000-04-04 Andreas Schwab <schwab@suse.de>
1872
1873 * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
1874 function interface. Remove unused _dl_start_user entry point.
1875
bd457114
UD
18762000-04-03 Andreas Jaeger <aj@suse.de>
1877
1878 * include/arpa/inet.h (__inet_aton): Add protoype.
1879
41aefe41
UD
18802000-04-01 Andreas Jaeger <aj@suse.de>
1881
1882 * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
1883
1884 * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
1885 * sysdeps/mach/mips/thread_state.h: Likewise.
1886
1887 * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
1888 * sysdeps/generic/fegetenv.c: Likewise.
1889 * sysdeps/generic/fesetenv.c: Likewise.
1890 * sysdeps/generic/feupdateenv.c: Likewise.
1891 * sysdeps/generic/fraiseexcpt.c: Likewise.
1892 * sysdeps/generic/fsetexcptflg.c: Likewise.
1893 * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
1894 * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
1895 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
1896 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
1897
18982000-04-02 H.J. Lu <hjl@gnu.org>
1899
1900 * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
1901
ad085e8a
UD
19022000-04-03 Ulrich Drepper <drepper@redhat.com>
1903
839be784
UD
1904 * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
1905 (add_name_to_object): Add cast in malloc call.
1906 (fillin_rpath): Optimize loop to initialize ->status a bit.
1907
f9b798ba
UD
1908 * sysdeps/i386/dl-machine.h: Undo last change.
1909 * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
1910 Restore %edx register after call here.
1911
ad085e8a
UD
1912 * sysdeps/arm/atomicity.h: New file.
1913 Contributed by Jesper Skov <jskov@redhat.com>.
1914
c6d80202
RM
19152000-04-03 Roland McGrath <roland@baalperazim.frob.com>
1916
ca5becb0
RM
1917 * Makeconfig (preprocess-versions): Undo last change.
1918 Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
1919
c6d80202
RM
1920 * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
1921 here, before we might move the stack.
1922 (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
1923 (init1): And not here.
1924
1925 * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
1926 change, to restore argc value in call-clobbered register after
1927 RTLD_START_SPECIAL_INIT, which will contain a call.
1928
1929 * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
1930 allocating and initializing L->l_initfini.
1931
1932 * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
1933
152e7964
UD
19342000-04-03 Ulrich Drepper <drepper@redhat.com>
1935
1936 * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
1937 RUNPATH, RPATH, and LD_LIBRARY_PATH.
1938 (open_path): Change type of fourth parameter. Make pointer to array
1939 of pointers. Create variable dirs with original type.
1940 Track whether any directory for the object exists and if not,
1941 change *DIRSP to (void*) -1 to signal there is no such search path.
1942 (_dl_map_object): Change all calls of open_path.
1943 Rewrite decompose_rpath calls.
1944
42ba2c11
UD
19452000-03-31 Andreas Schwab <schwab@suse.de>
1946
1947 * string/strfry.c: Declare STATE as array of char instead of int
1948 and do not initialize it (done by initstate_r). Pass correct
1949 size.
1950
0a63529d
UD
19512000-04-03 Ulrich Drepper <drepper@redhat.com>
1952
42ba2c11
UD
1953 * sysdeps/generic/ldsodefs.h: Fix typo in comment.
1954
0a63529d
UD
1955 * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
1956 instruction out of the code.
1957
cf197e41
UD
19582000-04-02 Ulrich Drepper <drepper@redhat.com>
1959
1960 * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
1961 element at this position.
1962
1963 * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
1964 * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
1965 l_reldeps elements.
1966 * elf/dl-lookup.c (add_dependency): New function.
1967 (_dl_lookup_symbol): Use it whenever symbol was found in a global,
1968 dynamically loaded object.
1969 (_dl_lookup_symbol_skip): Likewise.
1970 (_dl_lookup_versioned_symbol): Likewise.
1971 (_dl_lookup_versioned_symbol_skip): Likewise.
1972 * elf/dl-open.c: Don't define _dl_load_lock here...
1973 * elf/rtld.c: ...but here...
1974 * elf/dl-support.c: ...and here.
1975 * elf/dl-close.c (_dl_close): Close also dependent objects introduce
1976 through relocation.
1977 * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
1978 relocations.
1979 * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
1980 anymore.
1981 * dlfcn/glrefmain.c: Add one more debug message.
1982
1983 * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
1984 command line.
1985 * Makerules (sysd-versions): Use ( ) instead of { }.
1986
1987 * elf/dl-load.c: Use __builtin_expect to signal that compiler should
1988 optimize for the non-debugging case.
1989 * elf/dl-lookup.c: Likewise.
1990 * sysdeps/generic/libc-start.c: Likewise.
1991
e1724cd7
RM
19922000-04-02 Roland McGrath <roland@baalperazim.frob.com>
1993
5879ee9f
RM
1994 * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
1995 (init1): Don't initialize __environ here, since init already does it.
1996 (first_init): New function, broken out of _init.
1997 (_hurd_stack_setup): Use it.
1998 [SHARED] (_dl_init_first): New function, renamed from old _init.
1999 (init1) [SHARED]: Don't call posixland_init here.
2000 (posixland_init): Take ENVP arg, so signature is usual for initializer.
2001 [SHARED] (_init): Define as alias for posixland_init.
2002 [! SHARED] (__libc_first_init): Define as alias for posixland_init.
2003 * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
2004 RTLD_START_SPECIAL_INIT before calling initializers.
2005 (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
2006 * sysdeps/mach/hurd/i386/dl-machine.h: New file.
2007 * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
2008 * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
2009
e1724cd7
RM
2010 * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
2011 since we define the function with the name `tmpfile'.
2012
2013 * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
2014 * hurd/Versions: Likewise.
2015
e10b8512
UD
20162000-04-02 Ulrich Drepper <drepper@redhat.com>
2017
e1724cd7 2018 * elf/dl-runtime.c (fixup): Fix typo in comment.
d8655fd7 2019
e1724cd7 2020 * resolv/netdb.h (getnameinfo): All length parameters are of type
e10b8512
UD
2021 socklen_t.
2022 * inet/getnameinfo.c: Likewise.
2023
0adb8e47
UD
20242000-04-01 Ulrich Drepper <drepper@redhat.com>
2025
750f9af6
UD
2026 * posix/unistd.h (socklen_t): Define if it has not yet happened.
2027 (gethostname): Change type of second parameter to socklen_t.
2028 * include/unistd.h (__gethostname): Change type of second
2029 parameter to socklen_t.
2030 * sysdeps/generic/gethostname.c (__gethostname): Likewise.
2031 * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
2032 * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
2033 * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
2034 Likewise.
2035 * sysdeps/unix/sysv/linux/gethostname.c: Removed.
2036 * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
2037 Allow definition elsewhere.
2038 * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
2039 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2040 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
2041 * sysdeps/generic/bits/types.h: Define __socklen_t.
2042 * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
2043 * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
2044 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2045 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2046 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2047 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
2048 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
2049
ad483238
UD
2050 * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
2051 (inet_lnaof): Likewise.
2052 (inet_netof): Likewise.
2053 (inet_network): Likewise.
2054 (inet_aton): Likewise.
2055 (inet_makeaddr): Change parameter types to in_addr_t.
2056 (inet_neta): Likewise.
2057 (inet_ntop): Change type of last parameter to socklen_t.
2058 (inet_aton): Only make available if __USE_MISC.
2059 (inet_neta): Likewise.
2060 (inet_net_ntop): Likewise.
2061 (inet_net_pton): Likewise.
2062 (inet_nsap_ntoa): Likewise.
2063
2064 * inet/in.h: Define in_port_t type.
2065 Define in_addr_t type.
2066 (struct in_addr): Use in_addr_t in definition.
2067 (IN_CLASSA): Use cast to in_addr_t.
2068 (IN_CLASSB): Likewise.
2069 (IN_CLASSC): Likewise.
2070 (IN_CLASSD): Likewise.
2071 (IN_EXPERIMENTAL): Likewise.
2072 (IN_BADCLASS): Likewise.
2073 (INADDR_ANY): Likewise.
2074 (INADDR_BROADCAST): Likewise.
2075 (INADDR_NONE): Likewise.
2076 (INADDR_LOOPBACK): Likewise.
2077 (INADDR_UNSPEC_GROUP): Likewise.
2078 (INADDR_ALLHOSTS_GROUP): Likewise.
2079 (INADDR_ALLRTRS_GROUP): Likewise.
2080 (INADDR_MAX_LOCAL_GROUP): Likewise.
2081 (struct sockaddr_in): Use in_port_t for sin_port element.
2082 (struct sockaddr_in6): Use in_port_t for sin6_port element.
2083 Use uint8_t instead of u_int8_t.
2084
2085 * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
2086 Call __inet_aton instead of inet_aton.
2087 (__inet_aton): Renamed from inet_aton. Add weak alias under old name.
2088
2089 * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
2090 (innetgr): Likewise.
2091 (struct addrinfo): Use socklen_t for ai_addrlen element.
2092
2093 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
2094 IPV6_RECVERR): New defines.
2095
9b48fa9b
UD
2096 * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
2097 * inet/getnetbyad.c: Likewise.
2098 * inet/getnetbyad_r.c: Likewise.
2099 * nis/nss_nis/nis-network.c: Likewise.
2100 * nis/nssplus_nis/nisplus-network.c: Likewise.
2101 * nss/nss_files/files-network.c: Likewise.
2102 * resolv/netdb.h: Define uint32_t if not already happened.
2103 Include bits/netdb.h. Remove definition of struct netent.
2104 Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
2105 * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
2106 * sysdeps/generic/bits/netdb.h: New file.
2107 * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
2108
4380ef5e
UD
2109 * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
2110 (tests): Add glrefmain.
2111 Add rules to build modules and run tests. Ignore result of glrefmain
2112 for now since it fails.
2113 * dlfcn/glrefmain.c: New file.
2114 * dlfcn/glreflib1.c: New file.
2115 * dlfcn/glreflib2.c: New file.
2116
2117 * test-skeleton.c: Include <string.h> for strsignal prototype.
2118
289e8e7e
UD
2119 * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
2120 to be missing.
2121
0adb8e47
UD
2122 * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
2123 former init-first.h. Initialize __libc_multiple_libcs.
2124
c0c2af07
UD
21252000-03-31 Ulrich Drepper <drepper@redhat.com>
2126
c1db8b0d
UD
2127 * iconv/skeleton.c: Define access macros with u suffix. Adjust
2128 #if expression for use of unaligned function to the one used in
2129 the definition of these functions.
6674e127 2130 * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
c1db8b0d
UD
2131 * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
2132 (internal_ucs4le_loop_unaligned): New function.
2133
c0c2af07
UD
2134 * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
2135 (tests): Add order.
2136 (module-names): Add dep1, dep2, dep3, and dep4.
2137 Add dependencies for dep* modules and order.
2138 Define rule for order.out which checks the result.
2139 * elf/dep1.c: New file.
2140 * elf/dep2.c: New file.
2141 * elf/dep3.c: New file.
2142 * elf/dep4.c: New file.
2143 * elf/order.c: New file.
2144
e1724cd7 2145 * elf/dl-init.c: Fix typo in comment.
c0c2af07 2146
ad08a5b6
AJ
21472000-03-31 Andreas Jaeger <aj@suse.de>
2148
2149 * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
2150 init function interface.
2151 * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
2152
e7960df5
AJ
21532000-03-31 Andreas Jaeger <aj@suse.de>
2154
36d04330
AJ
2155 * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
2156 * sysdeps/mips/fpu/fegetenv.c: Likewise.
2157 * sysdeps/mips/fpu/feupdateenv.c: Likewise.
2158 * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
2159 * sysdeps/mips/fpu/fesetenv.c: Likewise.
2160
88fdf42f 2161 * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
e1724cd7 2162 anymore, update comment.
88fdf42f 2163
e7960df5
AJ
2164 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
2165
2166 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
2167 SHLIB_COMPAT - the struct is always needed.
2168
9ad04ff7
UD
21692000-03-31 Ulrich Drepper <drepper@redhat.com>
2170
2171 * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
2172 * elf/dl-support.c: Define _dl_starting_up.
2173
924c3f59
UD
21742000-03-30 Ulrich Drepper <drepper@redhat.com>
2175
9ad04ff7 2176 * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
7688db91
UD
2177 * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
2178
9ad04ff7 2179 * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
7688db91 2180
d7926ed9
UD
2181 * elf/Makefile (dl-routines): Remove preinit.
2182 * elf/Versions: Remove _dl_preinit.
2183 * elf/dl-preinit.c: Removed. Move content into...
2184 * elf/dl-init.c: ...here.
758cb061 2185 * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
d7926ed9 2186
924c3f59 2187 * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
9ad04ff7 2188 elements.
924c3f59 2189
9e9e0532
UD
21902000-03-29 Geoff Clare <gwc@unisoft.com>
2191
2192 * stdlib/strfmon.c: Corrected problems with the code that
2193 sets default values for [np]_sep_by_space and
2194 [np]_sign_posn; also the new positive/negative alignment
2195 code from the previous patch was not quite right for
2196 [np]_sign_posn = 0.
2197
2198 * localedata/tst-fmon.data: Changes corresponding to the
2199 two sets of fixes made to stdlib/strfmon.c.
2200
b5567b2a
UD
22012000-03-29 Jes Sorensen <jes@pcatls01.cern.ch>
2202
2203 * malloc/malloc.c: Declare bit flags UL so that they will not
2204 default to int size when being inverted.
2205
22062000-03-29 Andreas Jaeger <aj@suse.de>
2207
2208 * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
2209 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2210
22112000-03-29 Andreas Jaeger <aj@suse.de>,
c1db8b0d 2212 Ralf Baechle <ralf@uni-koblenz.de>
b5567b2a
UD
2213
2214 * Makeconfig: Introduce new variable SHARED to mark code used in
2215 the shared library.
2216 * elf/dl-close.c: Use it instead of PIC.
2217 * elf/dl-load.c: Likewise.
2218 * elf/dl-open.c: Likewise.
2219 * hurd/geteuids.c: Likewise.
2220 * include/libc-symbols.h: Likewise.
2221 * include/shlib-compat.h: Likewise.
2222 * libio/freopen.c: Likewise.
2223 * linuxthreads/cancel.c: Likewise.
2224 * linuxthreads/pthread.c: Likewise.
2225 * linuxthreads/wrapsyscall.c: Likewise.
2226 * nss/nsswitch.c: Likewise.
2227 * stdio-common/vfprintf.c: Likewise.
2228 * sysdeps/arm/init-first.c: Likewise.
2229 * sysdeps/i386/init-first.c: Likewise
2230 * sysdeps/generic/init-first.c: Likewise.
2231 * sysdeps/generic/libc-start.c: Likewise.
2232 * sysdeps/mips/init-first.c: Likewise.
2233 * sysdeps/powerpc/elf/libc-start.c: Likewise.
2234 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
2235 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2236 * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
2237 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
2238
2239 * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
2240
b86120ed
UD
22412000-03-29 Andreas Jaeger <aj@suse.de>
2242
2243 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
2244 Use D_PTR to access relocated entries in l_info.
2245 (elf_machine_rela): Likewise.
2246
2247 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
2248 Likewise.
2249 (elf_machine_rela): Likewise.
2250
2251 * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
2252 Likewise.
2253 (__elf_machine_fixup_plt): Likewise.
2254 (__process_machine_rela): Likewise.
2255
2256 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
2257 (elf_machine_rela): Likewise.
2258
2259 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
2260 (elf_machine_rel): Likewise.
2261
2262 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
2263 (elf_machine_fixup_plt): Likewise.
2264 (elf_machine_rela): Likewise.
2265
22662000-03-29 Andreas Jaeger <aj@suse.de>
2267
2268 * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
2269 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
2270 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
2271 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
2272 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
2273 * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
2274 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
2275 * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
2276 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
2277 * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
2278 * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
2279 * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
2280 * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
2281 * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
2282 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2283
2284 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
2285 macros, remove K&R prototypes.
2286
05c54d4c
UD
22872000-03-30 Ulrich Drepper <drepper@redhat.com>
2288
2289 * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
2290 Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
2291 (PR libc/1677).
2292
7f4e0e58
UD
22932000-03-30 Andreas Jaeger <aj@suse.de>
2294
2295 * misc/sys/cdefs.h: Remove K&R support.
2296
fdf64555
UD
22972000-03-30 Ulrich Drepper <drepper@redhat.com>
2298
2299 * iconv/skeleton.c: Avoid compiling unaligned versions in some
2300 with size of dynamic sectionmore cases.
2301 * iconv/loop.c: Likewise.
2302
99a7e065
UD
23032000-03-29 Bruno Haible <haible@clisp.cons.org>
2304
2305 * iconv/loop.c (put16): Remove __const. Fix access index.
2306 (put32): Remove __const. Use uint32_t instead of uint16_t.
2307 * iconv/skeleton.c: Likewise.
2308
9a95cd1c
RM
23092000-03-30 Roland McGrath <roland@baalperazim.frob.com>
2310
2311 * mach/Versions (libc: GLIBC_2.0)
2312 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
2313 __vm_allocate on this.
2314 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
2315 mutex- and spinlock-related symbols on this.
2316 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
2317 New version set. Lock-related symbols go here instead in this case.
2318 * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
2319 _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
2320 cthread_getspecific, cthread_setspecific, __libc_getspecific.
2321 * hurd/Versions
2322 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
2323 Put them here instead.
2324 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
2325 New version set. Those cthreads symbols go here instead in this case.
2326 * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
2327
dacc8ffa
UD
23282000-03-30 Ulrich Drepper <drepper@redhat.com>
2329
841288ec
UD
2330 * elf/dl-init.c (_dl_init): We don't need to call constructors
2331 recursively. Fold _dl_init_rec in _dl_init and optimize a bit more.
2332
dacc8ffa
UD
2333 Implement dynamic determination of constructor/destructor order in
2334 the dynamic linker.
2335 * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
2336 (GLIBC_2.2): Add _dl_init.
2337 * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
2338 r_duplist is not anymore allocated separately. l_initfini is and
2339 therefore free it if necessary.
2340 * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
2341 malloc block. Otherwise allocate l_initfini list only.
2342 Put dependencies for the object in l_initfini list.
2343 Sort dependencies for the object to be loaded topologically.
2344 * elf/dl-fini.c: Before running the destructors sort the topologically.
2345 * elf/dl-init.c (_dl_init): Renamed from _dl_init_next. Rewrite to
2346 call constructors instead of iterating over the pointers. Get list of
2347 objects for which to run constructors from l_initfini element. Accept
2348 argc, argv, and env as parameters and pass them to the constructors.
2349 * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
2350 with size of dynamic section.
2351 * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
2352 _dl_init_next and calling constructors ourself.
2353 * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
2354 Take argc, argv, and env as parameters and pass them to the
2355 constructors. Rewrite to call all constructors and not iterate over
2356 the pointers.
2357 * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry. Don't
2358 precompute l_initcount and l_preinitcount.
2359 * elf/link.h (struct link_map): Add l_ldnum member.
2360 Make l_phdr_allocated part of the bitfield. Remove l_runcount,
2361 l_initcount, and l_preinitcount. Add l_initfini.
2362 * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
2363 one for _dl_init.
2364 * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
2365 function interface.
2366 * sysdeps/unix/sysv/linux/init-first.h: Removed.
2367 * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
2368 * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
2369 SYSDEP_CALL_INIT. Make _init a strong alias of init. The calling
2370 conventions now match.
2371
2372 * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
2373 effect for shared objects. Don't emit message and call only for
2374 static library.
2375
38e986ec
UD
23762000-03-29 Ulrich Drepper <drepper@redhat.com>
2377
2378 * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
2379 CSA_Z243.4-1985-1..UCS2.
2380 * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
2381 ISO-8859-10..UCS2.
2382
689993b2
AJ
23832000-03-29 Andreas Jaeger <aj@suse.de>
2384
dab715b9
AJ
2385 * include/unistd.h: Remove duplicate entry for __rmdir.
2386 Remove declaration of __mkdir since __mkdir is declared in
2387 sys/stat.h.
2388
56fbd811
AJ
2389 * manual/creature.texi (Feature Test Macros): Fix typo, reported
2390 by Michael Deutschmann <michael@talamasca.ocis.net>.
2391
689993b2
AJ
2392 * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
2393 * sysdeps/mips/fpu/fegetenv.c: Likewise.
2394 * sysdeps/mips/fpu/fesetenv.c: Likewise.
2395 * sysdeps/mips/fpu/feupdateenv.c: Likewise.
2396 * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
2397
300583a7
UD
23982000-03-28 Andreas Jaeger <aj@suse.de>
2399
2400 * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
2401 declaration, the prototype is defined via bits/mathcalls.h.
2402 (__sincosf): Likewise.
2403 (__sincosl): Likewise.
2404 (ldexp): Likewise.
2405 (ldexpf): Likewise.
2406 (ldexpl): Likewise.
2407 (__finite): Likewise.
10685cd0 2408 (__inline_mathcodeNP): New macro without prototype
300583a7 2409 declarations.
10685cd0
AJ
2410 (__inline_mathcodeNP2): Likewise.
2411 (__inline_mathcodeNP3): Likewise.
2412 (__inline_mathcodeNP_): Likewise.
2413 (__inline_mathcodeNP2_): Likewise.
2414 (__inline_mathcodeNP3_): Likewise.
2415 (__inline_mathopNP): Likewise.
2416 (__inline_mathop_declNP): Likewise.
2417 (__inline_mathop_declNP_): Likewise.
300583a7
UD
2418 (__inline_mathcode_): Use __inline_mathcodeNP_.
2419 (__inline_mathcode2_): Use __inline_mathcodeNP2_.
2420 (__inline_mathcode3_): Use __inline_mathcodeNP3_.
2421 (__inline_mathop_decl_): Use __inline_mathop_declNP__.
2422 (__expm1l): Don't define prototype, the prototype is defined via
2423 bits/mathcalls.h.
2424 (exp): Likewise.
2425 (__expl): Likewise.
2426 (tan): Likewise.
2427 (atan2): Likewise.
2428 (__atan2l): Likewise.
2429 (fmod): Likewise.
2430 (pow): Likewise.
10685cd0
AJ
2431 (fabsf): Likewise.
2432 (fabsl): Likewise.
2433 (__fabsl): Likewise.
300583a7
UD
2434 (asin): Likewise.
2435 (acos): Likewise.
2436 (sinh): Likewise.
2437 (cosh): Likewise.
2438 (tanh): Likewise.
2439 (floor): Likewise.
2440 (ceil): Likewise.
2441 (expm1): Likewise.
2442 (log1p): Likewise.
2443 (asinh): Likewise.
2444 (acosh): Likewise.
2445 (atanh): Likewise.
2446 (hypot): Likewise.
2447 (logb): Likewise.
2448 (fma): Likewise.
2449 (drem): Likewise.
2450 (sqrt): Likewise.
2451 (__sqrtl): Likewise.
2452 (sin): Likewise.
2453 (cos): Likewise.
2454 (atan): Likewise.
2455 (log): Likewise.
2456 (log10): Likewise.
2457 (asinh): Likewise.
2458 (log2): Likewise.
2459 (rint): Likewise.
2460
77e1d15a
UD
24612000-03-28 Ulrich Drepper <drepper@redhat.com>
2462
d2b9a50e
UD
2463 * Makerules: If make variable md5 is defined to yes after
2464 generating dependencies generate MD5 sum for the object.
2465
9dfa9a5a
UD
2466 * iconv/gconv_builtin.h: Fix length in transformation definition
2467 for UNICODEBIG.
2468
77e1d15a
UD
2469 * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
2470
2471 * iconv/loop.c: Define get16, get32, put16, and put32 macros to
2472 allow as well reading from/writing to unaligned addresses on machines
2473 which don't support this in hardware. Use FCTNAME macro to define
2474 function name. Include the file a second time for platforms which
2475 need special unaligned handling.
2476 * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
2477 to access potentially unaligned addresses. These macros are intended
2478 to be used only outside the loops.
2479 (unaligned): New definition. In case the machine can handle unaligned
2480 access define as zero. Otherwise as a variable which is initialized
2481 as nonzero in case the buffer passed in at runtime is unaligned with
2482 respect to the character set encoding involved.
2483 Call aligned or unaligned looop functions according to unaligned
2484 variable.
2485 * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
2486 of direct casting pointer to potentially handle unaligned memory
2487 accesses.
2488 * iconvdata/8bit-generic.c: Likewise.
2489 * iconvdata/ansi_x3.110.c: Likewise.
2490 * iconvdata/big5.c: Likewise.
2491 * iconvdata/euc-cn.c: Likewise.
2492 * iconvdata/euc-jp.c: Likewise.
2493 * iconvdata/euc-kr.c: Likewise.
2494 * iconvdata/euc-tw.c: Likewise.
2495 * iconvdata/gbk.c: Likewise.
2496 * iconvdata/iso-2022-cn.c: Likewise.
2497 * iconvdata/iso-2022-jp.c: Likewise.
2498 * iconvdata/iso-2022-kr.c: Likewise.
2499 * iconvdata/iso646.c: Likewise.
2500 * iconvdata/iso_6937-2.c: Likewise.
2501 * iconvdata/iso_6937.c: Likewise.
2502 * iconvdata/johab.c: Likewise.
2503 * iconvdata/sjis.c: Likewise.
2504 * iconvdata/t.61.c: Likewise.
2505 * iconvdata/uhc.c: Likewise.
2506 * iconvdata/unicode.c: Likewise.
2507 * iconvdata/utf-16.c: Likewise.
2508
2509 * locale/programs/simple-hash.c: Little optimizations. Remove K&R
2510 prototypes.
2511
2512 * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
2513 * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
2514 public.
2515 * malloc/mcheck.h (mcheck_check_all): Declare.
2516
2517 * stdio-common/Makefile (tests): Add tst-obprintf.
2518
26c400e6
RM
25192000-03-28 Roland McGrath <roland@baalperazim.frob.com>
2520
2521 * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
2522 Declare pthread_sigmask.
2523
2524 * csu/version.c: Add 2000 to copyright years.
2525 Remove Emacs local variables section.
2526
428bcea4
UD
25272000-03-23 Bruno Haible <haible@clisp.cons.org>
2528
2529 * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
2530 __gconv_transform_internal_ucs2little): Remove declarations.
2531 * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
2532 __gconv_transform_internal_ucs2): Never need to bswap_16.
2533 (__gconv_transform_ucs2reverse_internal,
2534 __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
2535
58dc1d49
RM
25362000-03-27 Roland McGrath <roland@baalperazim.frob.com>
2537
65b4f10b
RM
2538 * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
2539 obsoleting version not being defined at all, in which case the
2540 result is always true.
2541
58dc1d49
RM
2542 * Makeconfig (preprocess-versions): New canned sequence for running
2543 cpp on shlib-versions and the like.
2544 (soversions.i): Use it.
2545 * Makerules (Versions.all, sysd-versions): Use it to preprocess the
2546 Versions.def and Versions files.
2547
670066c3
UD
25482000-03-27 Ulrich Drepper <drepper@redhat.com>
2549
22d5fbfe
UD
2550 * stdio-common/tst-obprintf.c (main): Add another check to see
2551 obstack_printf handling all possible beginnings of the block
2552 inside an obstack chunk.
2553
670066c3
UD
2554 * locale/programs/localedef.c: Use __malloc_initialize_hook to
2555 install mcheck handler.
2556
2557 * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
2558 handling problem.
22d5fbfe 2559
3e5155f8
RM
25602000-03-27 Roland McGrath <roland@baalperazim.frob.com>
2561
9010d7f8
RM
2562 * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
2563
3e5155f8
RM
2564 * include/shlib-compat.h: Conditionalize <abi-versions.h> include
2565 on [HAVE_ELF && DO_VERSIONING].
2566
0c04b91e
UD
25672000-03-27 Ulrich Drepper <drepper@redhat.com>
2568
2569 * stdio-common/tst-obprintf.c: New file.
2570
8e605e78
UD
25712000-03-26 Ulrich Drepper <drepper@redhat.com>
2572
9202ffe3
UD
2573 * libio/genops.c (_IO_default_xsputn): Little optimization. Call
2574 _IO_OVERFLOW directly instead through __overflow.
2575
30e0f9c3
UD
2576 * locale/programs/localedef.c (construct_output_path): If path
2577 contains a / compute the end of the directory name correctly.
2578
8e605e78
UD
2579 * include/features.h: Undef and document __USE_XOPEN2K.
2580
2581 * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
2582 whenever a function is called. Initiated by calling mcheck_pedantic
2583 instead of mcheck.
2584 * malloc/mcheck.h: Declare mcheck_pedantic.
2585 * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
2586 * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
2587 for now.
2588
4c63ebaa
UD
25892000-03-26 Roland McGrath <roland@baalperazim.frob.com>
2590
16710d58
RM
2591 * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
2592 * dlfcn/dlopenold.c: Likewise.
2593 * nss/getXXbyYY_r.c: Likewise.
2594 * nss/getXXent_r.c: Likewise.
2595 * hurd/hurdinit.c: Likewise.
2596 * hurd/compat-20.c: Likewise.
2597 * libio/oldiofopen.c: Likewise.
2598 * libio/oldiofclose.c: Likewise.
2599 * libio/oldiofdopen.c: Likewise.
2600 * libio/oldfileops.c: Likewise.
2601 * libio/oldstdfiles.c: Likewise.
2602 * libio/oldiofsetpos.c: Likewise.
2603 * libio/oldiofgetpos.c: Likewise.
2604 * libio/oldiofgetpos64.c: Likewise.
2605 * libio/oldiofsetpos64.c: Likewise.
2606 * libio/oldiopopen.c: Likewise.
2607 * libio/oldpclose.c: Likewise.
2608 * libio/oldtmpfile.c: Likewise.
2609 * libio/freopen.c (freopen): Likewise.
2610 * libio/iofclose.c (_IO_new_fclose): Likewise.
2611
54f6cbb3
RM
2612 * sysdeps/mach/sys/reboot.h: Include <features.h>.
2613 (reboot): Declare it.
2614
1c479f72
RM
2615 * libio/Makefile (headers): Add bits/stdio-lock.h here.
2616
2617 * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
2618
a7ca88b8
RM
2619 * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
2620
4c63ebaa
UD
2621 * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
2622 __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
2623 We need this for the sbrk decl, which can be included without Unix98.
2624
c7e41631
UD
26252000-03-20 Richard Henderson <rth@cygnus.com>
2626
2627 * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
2628 argument to yperr2nss is an int, not size_t.
2629 * posix/regex.c (print_partial_compiled_pattern): Cast all
2630 ptrdiff_t to long for printing.
2631 (print_compiled_pattern): Use Z for printing size_t.
2632 * posix/testfnm.c (tests): Avoid trigraphs.
2633 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2634 Use a C comment, not an assembly comment.
2635
2636 * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
2637 of __ASSUME_32BITUIDS.
2638
6d2e234a
UD
26392000-03-26 Ulrich Drepper <drepper@redhat.com>
2640
2641 * libio/iofopncook.c: Remove K&R prototypes.
2642
2e6f096f
RM
26432000-03-26 Roland McGrath <roland@baalperazim.frob.com>
2644
2645 * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
2646 an initial value of 1024 instead of RLIM_INFINITY.
2647
2648 * Versions.def (libmachuser, libhurduser): Remove these sections,
2649 since these libraries do not presently use symbol versions.
2650
2651 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
2652 is RLIM_INFINITY, return -1 instead.
2653
4fcddf8e
UD
26542000-03-24 Andreas Jaeger <aj@suse.de>
2655
2656 * Makefile (postclean): Added soversions.i.
2657
26582000-03-24 Scott Bambrough <scottb@netwinder.org>
2659
2660 * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
2661 _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
2662 and _FPU_IEEE. Change _FPU_RESERVED.
2663
26642000-03-24 Scott Bambrough <scottb@netwinder.org>
2665
2666 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
2667
26682000-03-24 Roland McGrath <roland@baalperazim.frob.com>
2669
2670 * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
2671 (gaih_inet): Remove unused duplicate variable.
2672
2673 * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
2674 Don't use __libc_sa_len, which only exists for Linux. Just handle
2675 AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
2676 only flavors supported by this function anyway.
2677
26782000-03-24 Geoff Clare <gwc@unisoft.com>
2679
2680 * stdlib/strfmon.c: corrected problems with missing signs and
2681 missing or extra spaces; allow for sign strings longer than
2682 one character; add padding to ensure positive and negative
2683 formats are aligned when a left precision is used.
2684
26852000-03-26 Ulrich Drepper <drepper@redhat.com>
2686
2687 * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
2688 Patch by John Mizel <John.Mizel@msdw.com>.
2689
0efadcd9
UD
26902000-03-25 Ulrich Drepper <drepper@redhat.com>
2691
2692 * manual/install.texi: Remove references to crypt add-on.
2693
9e3438be
RM
26942000-03-25 Roland McGrath <roland@baalperazim.frob.com>
2695
2696 * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
2697 section while taking the _hurd_rlimit_lock.
2698 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2699
4f173e2c
RM
27002000-03-24 Roland McGrath <roland@baalperazim.frob.com>
2701
6a08db09
RM
2702 * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
2703 using $(LN_S).
2704
4f173e2c
RM
2705 * sysdeps/mach/hurd/if_index.c: New file.
2706
2707 * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
2708 * sysdeps/gnu/net/if.h: here.
2709 (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
2710 * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
2711 * sysdeps/generic/net/if.h: New file. Declares just the standard
2712 functions and `struct if_nameindex' type.
2713 * socket/Makefile (headers): Add net/if.h here.
2714 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
2715 * sysdeps/mach/hurd/Dist: Remove it here.
2716 * sysdeps/unix/sysv/linux/Dist: And here.
2717 * sysdeps/generic/if_index.c: Include <net/if.h>.
2718
e63721a4
AJ
27192000-03-24 Andreas Jaeger <aj@suse.de>
2720
2721 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
2722 access relocated entries in l_info.
2723 (elf_machine_got_rel): Likewise.
2724 (elf_machine_runtime_setup): Likewise.
2725 * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
2726 (elf_machine_runtime_setup): Likewise.
2727 (__dl_runtime_resolve): Likewise.
2728
383052e9
UD
27292000-03-23 Ulrich Drepper <drepper@redhat.com>
2730
2731 * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
2732 * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
2733 according to RFC 2553.
2734 * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
2735 * inet/getnameinfo.c: Likewise.
2736 Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
2737
c0bc5f7b
UD
27382000-03-23 Bruno Haible <haible@clisp.cons.org>
2739
2740 * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
2741 Remove no-op pointer increment.
2742
7392ce9b
UD
27432000-03-23 Andreas Jaeger <aj@suse.de>
2744
2745 * stdio-common/tst-cookie.c (cookieseek): Change prototype to
2746 follow change for libio.h from 2000-03-10.
2747
a42195db
UD
27482000-03-23 Andreas Jaeger <aj@suse.de>
2749
2750 * elf/dl-addr.c: Adjust include paths for ldsodefs location
2751 change.
2752 * elf/dl-debug.c: Likewise.
2753 * elf/dl-deps.c: Likewise.
2754 * elf/dl-error.c: Likewise.
2755 * elf/dl-fini.c: Likewise.
2756 * elf/dl-init.c: Likewise.
2757 * elf/dl-load.c: Likewise.
2758 * elf/dl-lookup.c: Likewise.
2759 * elf/dl-minimal.c: Likewise.
2760 * elf/dl-object.c: Likewise.
2761 * elf/dl-open.c: Likewise.
2762 * elf/dl-preinit.c: Likewise.
2763 * elf/dl-profile.c: Likewise.
2764 * elf/dl-profstub.c: Likewise.
2765 * elf/dl-reloc.c: Likewise.
2766 * elf/dl-runtime.c: Likewise.
2767 * elf/dl-support.c: Likewise.
2768 * elf/dl-symbol.c: Likewise.
2769 * elf/dl-version.c: Likewise.
2770 * elf/rtld.c: Likewise.
2771 * elf/sprof.c: Likewise.
2772 * sysdeps/generic/dl-cache.c: Likewise.
2773 * sysdeps/generic/dl-origin.c: Likewise.
2774 * sysdeps/generic/dl-sysdep.c: Likewise.
2775 * sysdeps/generic/elf/backtracesyms.c: Likewise.
2776 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
2777 * sysdeps/generic/libc-start.c: Likewise.
2778 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
2779 * sysdeps/powerpc/dl-machine.c: Likewise.
2780 * sysdeps/powerpc/elf/libc-start.c: Likewise.
2781 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2782 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2783 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
2784
2785 * elf/ldsodefs.h: Move file to ...
2786 * sysdeps/generic/ldsodefs.h: ... here.
2787
2788 * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
7392ce9b 2789
a42195db
UD
2790 * sysdeps/mips/elf/ldsodefs.h: New file.
2791
2792 * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
2793 entries in l_info.
2794 (_dl_check_map_versions): Likewise.
2795 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
2796 * elf/dl-load.c (_dl_init_paths): Likewise.
2797 (_dl_map_object): Likewise.
2798 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
2799 (elf_get_dynamic_info): Likewise.
2800 * elf/do-lookup.h (FCT): Likewise.
2801 * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
2802 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
2803 * elf/dl-addr.c (_dl_addr): Likewise.
2804 * elf/dl-runtime.c (profile_fixup): Likewise.
2805 (fixup): Likewise.
2806 * elf/dl-init.c (_dl_init_next): Likewise.
2807 * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
2808 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
2809 (DISTINGUISH_LIB_VERSIONS): Likewise.
2810 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
2811 (elf_machine_rel): Likewise.
2812
2813 * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
2814 for writable dynamic section.
2815
922809a2
UD
28162000-03-22 Ulrich Drepper <drepper@redhat.com>
2817
2818 * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
2819 large enough. Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
2820
28212000-03-22 Andreas Jaeger <aj@suse.de>
2822
2823 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
2824 from latest Linux kernel.
2825
0ddd06d1
AJ
28262000-03-21 Andreas Jaeger <aj@suse.de>
2827
2828 * Versions.def: Add version 2.1.4.
2829
1ab1ea76
UD
28302000-03-21 Ulrich Drepper <drepper@redhat.com>
2831
2832 * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
2833 * libio/oldiofopen.c: Likewise.
2834 * libio/oldiofclose.c: Likewise.
ef7dddd0 2835 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
1ab1ea76 2836
42f76b6b
RM
28372000-03-22 Roland McGrath <roland@baalperazim.frob.com>
2838
2839 * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
2840 indicating the first version set to obsolete the conditionalized code.
2ae13e20 2841 (compat_symbol): New macro.
42f76b6b
RM
2842 * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
2843 rhs be the ABI_* macro for the subsuming version. Assign increasing
2844 integer values to the ABI_* macros for supported versions.
2ae13e20
RM
2845 * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
2846 compat_symbol macro.
42f76b6b 2847
cb162e13
UD
28482000-03-21 Ulrich Drepper <drepper@redhat.com>
2849
101edd3f
UD
2850 * nscd/connections.c (nscd_run): Pretty print.
2851 * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
2852
bafb8ee9
UD
2853 * manual/charset.texi: Fix typos. Rephrase.
2854 * manual/process.texi: Likewise.
2855 * manual/signal.texi: Likewise.
2856 Patches by Mike Coleman <mkc@kc.net>.
2857
fd091d3f
UD
2858 * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
2859 versions.
2860 * libio/iofdopen.c: Likewise.
2861 * libio/iofgetpos.c: Likewise.
2862 * libio/iofgetpos64.c: Likewise.
2863 * libio/iofopen.c: Likewise.
2864 * libio/iofsetpos.c: Likewise.
2865 * libio/iofsetpos64.c: Likewise.
2866 * libio/iopopen.c: Likewise.
2867 * libio/oldiofopen.c: Likewise.
2868 * libio/pclose.c: Likewise.
2869 * sysdeps/gnu/siglist.c: Likewise.
2870 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
2871
cb162e13
UD
2872 * include/shlib-compat.h (versioned_symbol): Give preprocessor the
2873 chance to expand VERSION_##lib##_##version.
2874
0bf98029
UD
2875 * libio/fileops.c: Use new macros from shlib-compat.h to define
2876 versions.
2877 * libio/iofclose.c: Likewise.
2878 * libio/oldiofclose.c: Likewise.
75836bc8 2879 Patch by Roland McGrath <roland@frob.com>.
0bf98029 2880
54021487
UD
28812000-03-21 Jakub Jelinek <jakub@redhat.com>
2882
2883 * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
2884 Lay out struct sigcontext according to what really gets passed on
2885 the stack.
2886 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
2887 (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
2888 (prgregset_t, prfpregset_t): Define to elf_* types.
2889 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
2890 Define to correct value.
2891 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
2892 sigcontext.
2893 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
2894
39c57122
RM
28952000-03-21 Roland McGrath <roland@baalperazim.frob.com>
2896
2897 * scripts/firstversions.awk: Allow multiple version sets in the
2898 "earliest version" specification, meaning that version sets in the
2899 gaps between listed versions should be folded into the earliest later
2900 version that is explicitly listed.
2901 * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
2902 we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
2903
bc4831b9
UD
29042000-03-21 Ulrich Drepper <drepper@redhat.com>
2905
8d617a71
UD
2906 * iconv/gconv_builtin.c: Include <endian.h>.
2907 * iconv/gconv_builtin.h: Add UCS-BE aliases.
2908 Add UCS-4LE transformation. Define UNICODEBIG and UNICODELITTLE
2909 according to current platform.
2910 * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
2911 __gconv_transform_internal_ucs2reverse, and
2912 __gconv_transform_internal_ucs4le.
2913 * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
2914 __gconv_transform_ucs2reverse_internal and
2915 __gconv_transform_internal_ucs2reverse.
2916 * iconvdata/Makefile (modules): Add UNICODE.
2917 (distribute): Add unicode.c.
2918 * iconvdata/gconv-modules: Add definitions for UNICODE module.
2919 * iconvdata/unicode.c: New file.
2920
2921 * iconvdata/utf-16.c: Rewrite code to emit BOM. Correct code to
2922 determine byte order of input and convert accordingly.
2923
bc4831b9
UD
2924 * iconvdata/utf-16.c (gconv_init): Fix typo.
2925
7e836977
UD
29262000-03-20 Ulrich Drepper <drepper@redhat.com>
2927
6abcde8e
UD
2928 * iconvdata/gconv-modules: Fix typo.
2929
b0c766dd 2930 * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
62d999dc
UD
2931 more messages.
2932
7e836977
UD
2933 * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
2934
db840914
UD
29352000-03-16 Thorsten Kukuk <kukuk@suse.de>
2936
2937 * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
2938
4159e387
UD
29392000-03-20 Ulrich Drepper <drepper@redhat.com>
2940
2941 * misc/Makefile (routines): Add mincore.
2942
29432000-03-20 Andreas Jaeger <aj@suse.de>
2944
2945 * sysdeps/generic/mincore.c: New stub file.
2946
2947 * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
2948 from latest Linux kernel.
2949
db766e12
UD
29502000-03-20 Ulrich Drepper <drepper@redhat.com>
2951
2952 * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
2953 _SC_GETPW_R_SIZE_MAX.
2954
cf9e0cbc
RH
29552000-03-20 Richard Henderson <rth@cygnus.com>
2956
db766e12 2957 * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
cf9e0cbc
RH
2958 in GLIBC_2.1.4.
2959
c069bb98
RH
29602000-03-20 Richard Henderson <rth@cygnus.com>
2961
b7434f82
RH
2962 * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
2963 of arithmetic instructions.
2964
2965 * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
2966 with the fpcr. Protect from INV exception.
2967 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
2968 * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
2969 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
2970
2971 * sysdeps/alpha/fpu/s_copysign.c: New.
2972 * sysdeps/alpha/fpu/s_copysignf.c: New.
2973 * sysdeps/alpha/fpu/s_fabs.c: New.
2974 * sysdeps/alpha/fpu/s_fabsf.c: New.
2975 * sysdeps/alpha/fpu/s_rint.c: New.
2976 * sysdeps/alpha/fpu/s_rintf.c: New.
2977
45159f00
RH
2978 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
2979
c069bb98
RH
2980 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2981 Kill sethae.
2982 * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
2983 * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
2984 Use physical addresses not KSEG addresses.
2985 (io_system): Add PYXIS.
2986 (io): Remove hae.reg, sys, hae_shift.
2987 (stb_mb, stw_mb, stl_mb, __sethae): New.
2988 (inline_outb, inline_outw, inline_outl): Don't set hae.
2989 (inline_inb, inline_inw, inline_inl): Likewise.
2990 (dense_sethae): New null function.
2991 (struct cpuinfo_data): New.
2992 (process_cpuinfo): Use local and stack variables, not static.
2993 Move readlink check here from init_iosys.
2994 (init_iosys): Use __pciconfig_iobase first. Know SX and LX as PYXIS.
2995 (_iopl): Simplify.
2996 (_hae_shift): Calculate it here.
2997 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
2998 add pciconfig_iobase.
2999
d3564d01
RM
30002000-03-20 Roland McGrath <roland@baalperazim.frob.com>
3001
5d431a3e
RM
3002 * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
3003 * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
3004
d3564d01
RM
3005 * scripts/versions.awk: Fixed version renaming code to distinguish
3006 libraries properly.
3007
41a173e1
UD
30082000-03-19 Ulrich Drepper <drepper@redhat.com>
3009
a6a478e9
UD
3010 * include/stdlib.h: Add prototype for __cxa_atexit.
3011
41a173e1
UD
3012 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
3013 _SLOWDOWN flags. Patch by Jim Blandy <jimb@cygnus.com>.
3014
30152000-03-17 Cristian Gafton <gafton@redhat.com>
3016
3017 * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
3018 existing rtld-installed-name.
3019 ($(rtld-installed-name)): Request libc-$(version) be installed too.
3020 replace existing rtld-installed-name using $(symbolic-link-prog).
3021
30222000-03-17 Roland McGrath <roland@baalperazim.frob.com>
3023
3024 * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
3025 (insert_value, handle_ellipsis, collate_read): Replace %zu in format
3026 strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
3027 but not the former.
3028
30292000-03-19 Ulrich Drepper <drepper@redhat.com>
3030
3031 * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
3032 glob64. Since there is no glob64 in the LFS proposal applications
3033 can assume that glob handles LFS situations. glob64 is only needed
3034 if alternative filesystem functions are used.
3035
30362000-03-19 Geoff Clare <gwc@unisoft.com>
3037
3038 * sysdeps/generic/glob.c: Correct gl_pathc value returned
3039 when GLOB_DOOFFS is set; correct handling of patterns
3040 containing escaped wildcards (and no unescaped ones);
3041 GLOB_ERR flag was being ignored in some situations.
3042
3043 * posix/globtest.c, posix/globtest.sh: Updated to include
3044 tests for the problems fixed by the above changes to glob.c.
3045
3046 * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
3047
361742ed
RM
30482000-03-19 Roland McGrath <roland@baalperazim.frob.com>
3049
af260314
RM
3050 * Makeconfig (soversion.i): Use only first match for each lib.
3051
0ecdeb26
RM
3052 * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
3053
c95527a1
RM
3054 * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
3055 rather than $(sysd-dirs-done) to protect these rules.
3056
3c132532
RM
3057 * Makerules (version-renames.def): Target removed.
3058 (Versions.all): Depend on soversions.i directly and parse it.
3059
ba7e89ec
RM
3060 * Makeconfig (soversions.i): New target, input-reading parts of
3061 soversions.mk generation moved here; result is a canonicalized
3062 list "LIB VERSION [SET]" for this configuration.
3063 (soversions.mk): Use that as input. Don't emit map-firstversions.
3064 * Makerules (version-renames.def): New target, generated from
3065 soversions.i with contents that was in $(map-firstversions).
3066 (Versions.all): Don't depend on soversions.mk, depend on
3067 version-renames.def instead; just cat it into the input.
3068
6b3c3a35
RM
3069 * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
3070 for $(map-firstversions), which better handles it being empty.
3071
361742ed
RM
3072 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
3073 supported version for libc 0.2.90.libio to GLIBC_2.2.
3074
3075 * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
3076 and use it to emit new variable `map-firstversions'.
3077 * scripts/firstversions.awk: New file.
3078 * Makerules (Versions.all): Use scripts/firstversions.awk and
3079 the $(map-firstversions) value to generate a modified versions list
3080 that includes renames in "A = B" syntax for each version set earlier
3081 than the "earliest symbol version" named in shlib-versions.
3082 * scripts/versions.awk: Recognize "A = B" lines in the input to mean
3083 rename version set A to B in the output to the intermediate file.
3084 * scripts/abi-versions.awk: New file.
3085 * Makerules (abi-versions.h): New target, generated by that script.
3086 [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
3087 * include/shlib-compat.h: New file, uses that generated header.
3088
a5733c28
RM
30892000-03-18 Roland McGrath <roland@baalperazim.frob.com>
3090
88268852
RM
3091 * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
3092 after stripping # comments, and then run it through cpp.
3093 This allows things like "%ifdef FOO" based on config.h settings.
3094 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
3095
a5733c28
RM
3096 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
3097 and other errors that indicate a pseudo-receive happened, grok through
3098 the message buffer for port rights that need references fixed up.
3099
f5ef7558
UD
31002000-03-16 Andreas Jaeger <aj@suse.de>
3101
3102 * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
3103
3104 * sysdeps/unix/sysv/linux/madvise.c: Remove.
3105
3106 * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
3107 from latest Linux kernel.
3108 * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
3109
4ede8b06
UD
3110 * misc/sys/mman.h: Add prototype for mincore.
3111
b9b178ac
UD
31122000-03-17 Ulrich Drepper <drepper@redhat.com>
3113
3114 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
3115 entry for GLIBC_2.0 version of setrlimit.
3116 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
3117
3b965a7d
UD
31182000-03-16 Thorsten Kukuk <kukuk@suse.de>
3119
3120 * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
3121 * nis/nss_compat/compat-initgroups.c: Likewise.
3122 * nis/nss_nis/nis-initgroups.c: Likewise.
3123 * nis/nss_nis/nis-netgrp.c: Likewise.
3124 * nis/nss_nis/nis-proto.c: Likewise.
3125 * nis/nss_nis/nis-rpc.c: Likewise.
3126 * nis/nss_nis/nis-service.c: Likewise.
3127 * nis/ypclnt.c: Likewise.
a5733c28 3128
96888079
UD
31292000-03-16 Andreas Jaeger <aj@suse.de>
3130
3131 * manual/Makefile: MAKEINFO is set to `:' from configure if it
3b965a7d 3132 doesn't exist, correct checks. Fixes PR libc/1649.
96888079 3133
5c7b0fb2
UD
31342000-03-16 Thorsten Kukuk <kukuk@suse.de>
3135
3136 * nscd/hstcache.c: Restore correct UID.
3137 * nscd/pwdcache.c: Likewise.
3138 Patch from Gabor Gombas <gombasg@inf.elte.hu>.
3139
da28fa2a
RM
31402000-03-17 Roland McGrath <roland@baalperazim.frob.com>
3141
4ae18693
RM
3142 * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
3143 macros for register names, in line with 2000-03-14 linux change.
3144
da28fa2a
RM
3145 * sysdeps/mach/sched_yield.c: New file.
3146
31472000-03-13 Roland McGrath <roland@baalperazim.frob.com>
3148
3149 * sysdeps/generic/lockfile.c: Include <stdio.h>
3150 (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
3151 case <libio.h> defined them.
3152 (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
3153 from __internal_*.
3154 (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
3155 ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
3156
3157 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
3158 for more pleasing parse error.
3159
19cf43be
UD
31602000-03-16 Ulrich Drepper <drepper@redhat.com>
3161
0db0e149
UD
3162 * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
3163 memory for eras.
3164 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
3165
da28fa2a 3166 * elf/Makefile: Add rules to compile and run constload1 test.
19cf43be
UD
3167 * elf/constload1.c: New file.
3168 * elf/constload2.c: New file.
3169 * elf/constload3.c: New file.
3170
a96206f4
UD
31712000-03-15 Ulrich Drepper <drepper@redhat.com>
3172
3173 * sysdeps/posix/open64.c: Make __open64 weak alias.
3174 * sysdeps/posix/pread64.c: Make __pread64 weak alias.
3175 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3176 * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
3177 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3178 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
3179 * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
3180 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3181 * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
3182 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3183 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
3184
04366d5f
UD
31852000-03-14 Ulrich Drepper <drepper@redhat.com>
3186
3187 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
3188 Nautilus. Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
3189
f0d872e9
UD
31902000-03-16 Mark Kettenis <kettenis@gnu.org>
3191
3192 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
3193 Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
3194
5d141597
UD
31952000-03-08 Andreas Jaeger <aj@suse.de>
3196
3197 * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
3198
9658516a
UD
31992000-03-14 Ulrich Drepper <drepper@redhat.com>
3200
5d141597
UD
3201 * timezone/africa: Update from tzdata2000d.
3202 * timezone/asia: Likewise.
3203 * timezone/australasia: Likewise.
3204 * timezone/europe: Likewise.
3205 * timezone/northamerica: Likewise.
3206 * timezone/southamerica: Likewise.
3207
3208 * po/fr.po: Update from translation team.
3209 * po/de.po: Likewise.
3210
d9cb1a7d
UD
3211 * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
3212 last parameter. Move code to add map to global scope from here...
3213 * elf/dl-open.c (dl_open_worker): ...here.
3214 * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
3215 * elf/rtld.c: Adjust call to _dl_map_object_deps.
3216
36388ac4
UD
3217 * locale/programs/ld-collate.c (collate_read): Fix warning.
3218
6213a055
UD
3219 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
3220 values and macros for register names.
3221
9658516a
UD
3222 * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
3223 returned by seek cookie function is -1.
3224
f1a53402
UD
32252000-03-14 Andreas Jaeger <aj@suse.de>
3226
3227 * locale/localeconv.c (localeconv): Fix typo.
3228 Reported by Andre Charbonneau <andrec@corel.com>.
3229
0aece08d
UD
32302000-03-14 Ulrich Drepper <drepper@redhat.com>
3231
3232 * iconv/skeleton.c: Increment __invocation_counter in inner loop
3233 since modules depend on it counting the number of times the conversion
3234 function got called.
3235
3236 * iconv/gconv_open.c: Optimize loop to setup step data structure.
3237
3238 * iconv/gconv.h: Pretty print.
3239
32402000-03-04 Ulrich Drepper <drepper@redhat.com>
3241
3242 * posix/wordexp-test.c: Correct one of the tests added in the last
3243 change. Really get the root passwd entry to check again ~root.
3244
d1d62b53
AJ
32452000-03-10 Andreas Jaeger <aj@suse.de>
3246
3247 * manual/filesys.texi (Working Directory): Fix last patch.
3248 Patch by Martin Buchholz <martin@xemacs.org>.
3249
0aa9fad6
AJ
32502000-03-10 Andreas Jaeger <aj@suse.de>
3251
3252 * manual/creature.texi (Feature Test Macros): Fix language.
3253
b4e54243
RM
32542000-03-10 Roland McGrath <roland@baalperazim.frob.com>
3255
3256 * mach/devstream.c (devstream_write, devstream_read): New functions.
3257 (input, output): Functions removed.
3258 (mach_open_devstream): Use devstream_{read,write} as cookie functions,
3259 using only the vanilla fopencookie interface.
3260
3261 * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
3262 as macro for __io_functions.
3263 (funcsio): Use cookie_io_functions_t type name.
3264 (fopenport): Renamed from __fopenport. Rewrite to call fopencookie.
3265
3266 * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
3267 fopencookie.
3268 (fopencookie): Use it.
3269 * libio/libio.h: Declare _IO_cookie_init.
3270 * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
3271 _IO_cookie_init.
3272
3273 * libio/libio.h (__io_seek_fn): Fix second argument type
3274 to be a pointer, in line with the manual and the old stdio.
3275 * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
3276
3277 * sysdeps/generic/bits/stdio-lock.h: New file.
3278 This is a stub with #error, but that's better than no file at all.
3279
d10c8b66
AJ
32802000-03-09 Martin Buchholz <martin@xemacs.org>
3281
b4e54243
RM
3282 * sysdeps/unix/sysv/linux/alpha/syscall.S:
3283 * manual/message.texi (Using gettextized software):
d10c8b66 3284 * manual/message.texi (Message Translation): Doc Fixes.
b4e54243
RM
3285 * manual/filesys.texi (File Size):
3286 * manual/charset.texi (glibc iconv Implementation):
3287 * locale/programs/ld-collate.c (collate_output):
d10c8b66
AJ
3288 * iconv/gconv_db.c (find_derivation):
3289 * manual/install.texi:
3290 * manual/search.texi (Hash Search Function):
b4e54243 3291 * manual/stdio.texi (Output Conversion Syntax):
d10c8b66
AJ
3292 * FAQ.in:
3293 * config.h.in:
3294 * sysdeps/generic/dl-sysdep.c:
3295 Doc Fixes. `allows to' is not correct English.
3296
3297 * elf/rtld.c: Doc fixes.
3298 * manual/creature.texi (Feature Test Macros): Doc fixes.
3299 * manual/memory.texi (Hooks for Malloc): Doc Fixes.
3300
3301 * manual/filesys.texi (Working Directory): Check for ERANGE to
3302 avoid infloop.
3303
f25da8d0
RM
33042000-02-23 Roland McGrath <roland@baalperazim.frob.com>
3305
3306 * string/argz-stringify.c (__argz_stringify): Fix loop termination
3307 conditions so as not to clobber the final '\0' when there is only one
3308 element in the vector.
3309
07760b35
RM
33102000-03-09 Roland McGrath <roland@baalperazim.frob.com>
3311
3312 * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
3313 broken by 2000-02-27 change.
3314
3315 * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
3316
224a12bc
RM
33172000-02-23 Roland McGrath <roland@baalperazim.frob.com>
3318
3319 * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
3320 argument type, for 2000-02-22 change in signal/signal.h declaration.
3321
9ab47461
RM
33222000-03-09 Roland McGrath <roland@baalperazim.frob.com>
3323
224a12bc
RM
3324 * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
3325 to getdirentries64 (no __), since the Linux implementation
3326 has no __ name, and there is no declaration for the __ name.
3327
3328 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
3329
3330 * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
3331 sed regexp so as not to break directory names including /../ within.
3332
3333 * sysdeps/unix/bsd/bits/waitflags.h: File removed.
3334 The sysdeps/generic file is right for BSD. This file was in fact the
3335 Hurd file, but the only difference was the WNOREAP flag that was never
3336 actually implemented or used anywhere.
3337
9ab47461
RM
3338 * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
3339 since AC_PATH_PROG already does it for us.
3340 (PERL): Rewrite check added in 2000-02-29 change for syntactic
3341 correctness and sh portability. I replaced the broken check
3342 with a more sensible implementation of the apparently intended
3343 semantics, which might still be questionable. Using expr causes
3344 a non-numeric value for `perl -V:apiversion` to be accepted,
3345 refusing to use only a perl that reports a number less than 5;
3346 on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
3347 * configure: Regenerated.
3348
93773779
AJ
33492000-03-08 Andreas Jaeger <aj@suse.de>
3350
3351 * manual/crypt.texi: Fix paths.
3352
d92c02e8
AJ
33532000-03-07 Andreas Jaeger <aj@suse.de>
3354
3355 * resolv/netdb.h: The descriptions of rresvport and rresvport_af
3356 were swapped.
3357 Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
3358 libc/1636.
3359
8f95ad1c
AJ
33602000-03-06 Andreas Jaeger <aj@suse.de>
3361
5d141597
UD
3362 * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
3363 in __sgn1l, otherwise g++ fails to parse this.
3364 Reported by Sean Chen <sean.chen@turbolinux.com>.
8f95ad1c 3365
8ed1e7d5
GK
33662000-03-03 Geoff Keating <geoffk@cygnus.com>
3367
3368 * configure.in: Compute sizeof-long-double.
3369 * configure: Regenerated.
3370 * config.make.in: Make sizeof-long-double available to sub-makes.
3371
706546ff
UD
33722000-03-03 Ulrich Drepper <drepper@cygnus.com>
3373
3374 * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
3375 call.
3376
b11f5954
GK
33772000-03-03 Geoff Keating <geoffk@cygnus.com>
3378
3379 * Makeconfig (rpath-dirs): Add crypt.
3380 (all-subdirs): Remove md5crypt.
3381 * crypt/sysdeps/unix/crypt.c: Move to crypt/.
3382 * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
3383 * sysdeps/generic/crypt-entry.c: Delete.
3384 * crypt/sysdeps/unix/crypt.h: Move to crypt/.
3385 * sysdeps/generic/crypt.h: Delete.
3386 * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
3387 * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
3388 * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
3389 * sysdeps/generic/des_impl.c: Delete.
3390 * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
3391 * crypt/sysdeps: Delete.
3392 * crypt/crypt_util.c: Don't use `patchlevel.h'.
3393 * md5-crypt/Versions: Move to crypt/.
3394 * md5-crypt/md5-crypt.c: Move to crypt/.
3395 * md5-crypt/md5.c: Move to crypt/.
3396 * md5-crypt/md5c-test.c: Move to crypt/.
3397 * md5-crypt/md5test.c: Move to crypt/.
3398 * md5-crypt: Delete.
3399 * crypt/Makefile: Adjust for new structure.
3400
e3d53b06
UD
34012000-03-03 Paul Eggert <eggert@twinsun.com>
3402
3403 * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
3404 define to 1 if not defined.
3405
c88c8399
UD
34062000-03-03 Andreas Jaeger <aj@suse.de>
3407
3408 * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
3409
34102000-03-03 Andreas Jaeger <aj@suse.de>
3411
3412 * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
3413 cases.
3414 (xdr_int64_t): Correctly handle lower half.
3415 Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
3416
bdd5fccd
UD
34172000-03-03 Ulrich Drepper <drepper@cygnus.com>
3418
3419 * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
3420 call.
3421
2f1afc88
UD
34222000-03-02 Andreas Jaeger <aj@suse.de>
3423
3424 * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
3425 2.3.43.
3426
6500dff6
UD
34272000-03-02 Andreas Jaeger <aj@suse.de>
3428
3429 * resolv/Makefile (headers): Add arpa/nameser_compat.h.
3430
fc304e02
UD
34312000-03-01 Andreas Jaeger <aj@suse.de>
3432
3433 * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
3434 (tests): Added tst-getdate.
3435
3436 * time/tst-getdate.c: New file.
3437
3438 * time/datemsk: New file, needed for tst-getdate.
3439
ecb06196
UD
34402000-02-29 Cristian Gafton <gafton@redhat.com>
3441
3442 * configure.in (CCVERSION): Require at least veersion 5 of perl API.
3443
3fd759d1
UD
34442000-02-17 H.J. Lu <hjl@gnu.org>
3445
3446 * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
3447
3448 * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
3449 available.
3450 (svcudp_recv): Set up message with the new "xp_pad" field for
3451 IP_PKTINFO.
3452 (svcudp_reply): Support IP_PKTINFO if available.
3453
06b54322
AJ
34542000-03-01 Andreas Jaeger <aj@suse.de>
3455
3456 * time/getdate.c (check_mday): Fix check for february.
3457 Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
3458 <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
3459
901a5bd7
AJ
34602000-03-02 Andreas Jaeger <aj@suse.de>
3461
3462 * posix/unistd.h: __THROW has to precede __attribute__, otherwise
3463 g++ fails to parse this.
3464 Reported by Sean Chen <sean.chen@turbolinux.com>.
3465
07e0f7ad
UD
34662000-02-28 Ulrich Drepper <drepper@redhat.com>
3467
6df9984c
UD
3468 * io/creat.c: Moved to...
3469 * sysdeps/generic/creat.c: ...here.
3470 * io/creat64.c: Moved to...
3471 * sysdeps/generic/creat64.c: ...here.
522dc855
UD
3472 * io/lockf.c: Moved to...
3473 * sysdeps/generic/lockf.c: ...here.
6df9984c 3474
6d7496e8 3475 * crypt/crypt.texi: Moved to...
07e0f7ad 3476 * manual/crypt.texi: ...here.
6d7496e8
UD
3477 * crypt/examples/genpass.c: Moved to...
3478 * manual/examples/genpass.c: ...here.
3479 * crypt/examples/mygenpass.c: Moved to...
3480 * manual/examples/mygenpass.c: ...here.
3481 * crypt/examples/testpass.c: Moved to...
3482 * manual/examples/testpass.c: ...here.
3483
3484 * manual/Makefile (chapters): Add crypt.
3485 * manual/conf.texi: Add usual header for not-last chapter.
3486 * manual/crypt.texi: Add special header for last chapter.
07e0f7ad 3487
63f791d3
GK
34882000-02-28 Geoff Keating <geoffk@cygnus.com>
3489
3490 * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
3491 * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
3492 complain if there is no crypt add-on.
3493 * crypt/configure: Removed.
6d7496e8 3494
63f791d3
GK
3495 * crypt/crypt.texi: Update documentation of US export restrictions
3496 to match the 14 Jan 2000 regulations.
3497
34982000-02-28 Geoff Keating <geoffk@cygnus.com>
3499
3500 * crypt: New subdirectory, merged in from the crypt add-on.
3501
a808d541
UD
35022000-02-28 Ulrich Drepper <drepper@redhat.com>
3503
108c6efa 3504 * include/unistd.h: Add __rmdir and __mkdir prototypes.
9b51f431 3505
d59e49d8 3506
108c6efa 3507See ChangeLog.10 for earlier changes.
This page took 0.428921 seconds and 5 git commands to generate.