]> sourceware.org Git - glibc.git/blob - ChangeLog
Update.
[glibc.git] / ChangeLog
1 1999-05-15 Ulrich Drepper <drepper@cygnus.com>
2
3 * stdlib/strtol.c: Optimize inner loop of long long versions.
4
5 * sysdeps/gnu/utmpx.h: Add needed type definitions according to
6 Unix98. Add forward declaration of struct utmp.
7
8 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
9
10 * nis/nis_getservlist.c (nis_getservlist): Use malloc instead of
11 calloc.
12
13 * nis/nis_checkpoint.c (nis_checkpoint): Fix memory leaks.
14 * nis/nis_addmember.c (nis_addmember): Fix memory leak. Test
15 memory allocation results.
16
17 1999-05-14 Mark Kettenis <kettenis@gnu.org>
18
19 * sysdeps/generic/getutmp.c: Include <string.h>
20 (getutmp): Rewrite to only copy those members that are really
21 present in `struct utmp'.
22 * sysdeps/generic/getutmpx.c: Likewise.
23
24 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
25
26 * nss/getXXbyYY.c: Add free_mem function which disposes all
27 statically allocated memory when debugging.
28 * nss/getXXent.c: Likewise.
29 * nss/nsswitch.c: Likewise.
30
31 1999-05-13 Ulrich Drepper <drepper@cygnus.com>
32
33 * sysdeps/gnu/getutmpx.c: New file.
34 * sysdeps/gnu/getutmp.c: New file.
35
36 1999-05-13 H.J. Lu <hjl@gnu.org>
37
38 * login/Versions (getutmpx): Added to GLIBC_2.1.1.
39 (getutmp): Likewise.
40
41 * sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and
42 getutmpx for login.
43
44 * sysdeps/gnu/utmpx.h (getutmp): Added.
45 (getutmpx): Likewise.
46
47 * sysdeps/generic/getutmp.c: New file.
48
49 * sysdeps/generic/getutmpx.c: New file.
50
51 1999-05-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
52
53 * glibcbug.in (BUGGLIBC): Change address to
54 libc-alpha@sourceware.cygnus.com.
55
56 1999-05-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
57
58 * resolv/arpa/nameser.h: Add C++ protectors.
59
60 1999-05-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
61
62 * iconvdata/gconv-modules: Fix alias for CP1255. Reported by
63 Elad Tsur <eladts@post.tau.ac.il>.
64
65 1999-05-11 Ulrich Drepper <drepper@cygnus.com>
66
67 * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_lazy.
68 * elf/dl-open.c (_dl_open_worker): Only relocate newly loaded objects
69 lazily if LD_BIND_NOW is not set.
70 * elf/dl-support.c (_dl_lazy): New variable.
71 (non_dynamic_init): Set _dl_lazy according to LD_BIND_NOW envvar.
72 * elf/rtld.c (_dl_lazy): new global variable.
73 ( dl_main): Remove lazy, replace it by _dl_lazy.
74
75 1999-05-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
76
77 * locale/setlocale.c (new_composite_name): Check also whether the
78 first category name differs.
79
80 1999-05-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
81
82 * sysdeps/unix/sysv/linux/ftime.c: Use the bsd implementation, not
83 the generic one.
84
85 1999-05-11 Philip Blundell <pb@nexus.co.uk>
86
87 * sysdeps/generic/bits/socket.h (struct sockaddr_storage): New
88 structure; storage suitable for any socket address.
89 * sysdeps/unix/sysv/linux/bits/socket.h (struct sockaddr_storage):
90 Likewise.
91 * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct
92 sockaddr_storage): Likewise.
93
94 * inet/netinet/in.h: Use ULONG_MAX not ~0 to test for a 64-bit
95 platform.
96
97 1999-05-10 Ulrich Drepper <drepper@cygnus.com>
98
99 * hesiod/Versions: Change _nss_hesiod_getpwuid and
100 _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
101 _nss_hesiod_getgrgid_r respectively. Fixes pr libc/1115.
102
103 1999-05-09 Mark Kettenis <kettenis@gnu.org>
104
105 * hurd/get-host.c (_hurd_get_host_config): Return an empty value
106 if the file is empty.
107
108 1999-05-07 Ulrich Drepper <drepper@cygnus.com>
109
110 * elf/do-lookup.h: Fix typo in comment.
111
112 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
113 f_bsize to help some broken programs.
114
115 * stdio-common/tst-printf.c: Add test case for last _itoa problem.
116
117 * stdio-common/vfprintf.c: Fix typo.
118
119 1999-05-06 Ulrich Drepper <drepper@cygnus.com>
120
121 * elf/link.h (struct link_map): New field l_phdr_allocated.
122 * elf/dl-load.c (_dl_map_object_from_fd): Don't depend on having
123 the program header being part of any loaded segment. If it is not
124 allocate memory and set l_phdr_allocated flag.
125 * elf/dl-close.c (_dl_close): Free l_phdr if necessary.
126
127 * nss/digits_dots.c: Correct return value interpretation of
128 inet_ntoa. Fix PR libc/1109.
129
130 1999-05-06 Zack Weinberg <zack@rabi.columbia.edu>
131
132 * sysdeps/sparc/sparc32/sparcv9/Dist: New file.
133
134 1999-05-06 Thorsten Kukuk <kukuk@suse.de>
135
136 * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
137 * stdlib/fpioconst.c: Move #endif before end of struct.
138
139 1999-05-05 Ulrich Drepper <drepper@cygnus.com>
140
141 * Versions.def (ld.so): Add GLIBC_2.1.1.
142 * elf/Makefile (routines): Add dl-origin.
143 (tests): Add origtest. Add dependencies for the program.
144 * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path,
145 _dl_platformlen, _dl_dst_count and _dl_dst_substitute.
146 * elf/dl-deps.c (expand_dst): New macro. Expand DSTs in filename.
147 (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
148 DT_AUXILIARY, and DT_FILTER filenames.
149 * elf/dl-load.c (expand_dynamic_string_token): Explode into
150 two functions and three macros.
151 (_dl_dst_count, _dl_dst_substitute): New functions.
152 * elf/dl-dst.h: New file.
153 * elf/dl-open.c (_dl_open): Take extra parameter with address of
154 caller. Pass address in args structure.
155 (dl_open_worker): Recognize and expand DSTs in filename.
156 * elf/ldsodefs.h (_dl_open): Adapt prototype.
157 * elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open.
158 (__dlopen_check): Pass caller address to dlopen_doit in args.
159 * elf/dlopendoit.c: Likewise.
160 * iconv/gconv_dl.c: Adapt call of _dl_open.
161 * nss/nsswitch.c: Likewise.
162 * elf/origtest.c: New file.
163 * sysdeps/generic/dl-origin.h: Moved to...
164 * sysdeps/generic/dl-origin.c: ...here.
165 * sysdeps/unix/sysv/linux/dl-origin.h: Moved to...
166 * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
167
168 * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case
169 with specific bases and only few bits set in second word.
170
171 * timezone/Makefile (install-others): Create target directory
172 before creating tzfiles.
173
174 1999-05-05 Thorsten Kukuk <kukuk@suse.de>
175
176 * nis/nis_file.c (readColdStartFile): Allocate memory only after
177 the file is opened successfully.
178
179 * nis/nis_table.c: Fix some memory leaks.
180
181 1999-05-04 Ulrich Drepper <drepper@cygnus.com>
182
183 * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st
184 variable.
185
186 * elf/dl-load.c (expand_dynamic_string_token): Recognize { }
187 around DST. Correctly ignore ORIGIN IN SUID binaries.
188
189 1999-05-03 Ulrich Drepper <drepper@cygnus.com>
190
191 * sysdeps/generic/strtok_r.c: Use rawmemchr instead of strchr.
192 * sysdeps/generic/strtok.c: Likewise.
193
194 * string/tester.c: Add test of rawmemchr.
195
196 * sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output
197 specification. It's not necessary.
198
199 * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
200 * elf/gen-trusted-dirs.awk: New file.
201 * elf/dl-load.c (systems_dirs): Moved into file scope. Initialize
202 from SYSTEM_DIRS macro.
203 (system_dirs_len): New variable. Contains lengths of system_dirs
204 strings.
205 (fillin_rpath): Rewrite for systems_dirs being a simple string.
206 Improve string comparisons. Change parameter trusted to be a flag.
207 Change all callers.
208 (_dt_init_paths): Improve using new format for system_dirs.
209
210 * elf/dl-load.c (expand_dynamic_string_token): Don't expand
211 $ORIGIN for SUID binaries.
212
213 * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
214
215 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
216
217 * sunrpc/Makefile: Generate dependencies for all flavors of
218 librpcsvc objects.
219 (rpcgen-cmd): Pass -Y flag here and remove it from the macro
220 invocations.
221
222 1999-05-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
223
224 * elf/dlopenold.c: Move #if down after includes to get
225 dependencies right.
226
227 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
228
229 * sysdeps/generic/bzero.c: Undefine __bzero.
230
231 1999-05-02 Ulrich Drepper <drepper@cygnus.com>
232
233 * sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header.
234 * sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise.
235 * sysdeps/unix/sysv/linux/netrose/rose.h: Likewise.
236 Patch by Craig Small <csmall@scooter.eye-net.com.au>.
237
238 * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Change fourth
239 parameter to struct gaih_servtuple *. Adapt appropriately.
240 (gaih_inet): Use alloca to allocate room for gaih_inet_serv calls.
241 This fixes a memory leak.
242 Reported by Mikolaj J. Habryn <dichro-glibcbug@rcpt.to>.
243
244 * sysdeps/unix/sysv/linux/sys/procfs.h: Remove greg_t, gregset_t,
245 and fpregset_t definition. They are defined in ucontext.h.
246
247 1999-04-14 Scott Bambrough <scottb@netwinder.org>
248
249 * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr
250 and struct ether_header must be packed on the ARM. The default
251 alignment constraints add padding to the end of the structures.
252
253 1999-04-14 Scott Bambrough <scottb@netwinder.org>
254
255 * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM. The
256 default alignment constraints add padding to the end of the
257 structure and between members.
258
259 1999-05-02 Ulrich Drepper <drepper@cygnus.com>
260
261 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
262 _dl_cache_libcmp instead of strcmp.
263
264 * sysdeps/generic/glob.c (glob_in_dir): It's no error if opendir
265 fails on a file.
266 Reported by Sergei Ivanov <svivanov@pdmi.ras.ru> [PR libc/1032].
267
268 1998-03-30 Joel Klecker <espy@debian.org>
269
270 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
271 (sysdep-others,install-bin): Add lddlibc4.
272
273 1999-05-02 H.J. Lu <hjl@gnu.org>
274
275 * timezone/zic.c (dolink): Remove the symlink destination first.
276
277 * catgets/open_catalog.c (__open_catalog): Set catalog->status
278 to "nonexisting" if failed to open the file.
279
280 1999-05-01 Ulrich Drepper <drepper@cygnus.com>
281
282 * string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and
283 gcc3.
284
285 * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg.
286 Prevent warnings from multiplication with 0x01010101 by another cast.
287
288 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
289
290 * string/bits/string2.h (memset): Revert to previous version if
291 unaligned writes are not available.
292
293 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
294
295 * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating
296 better code in presence of the asm.
297
298 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
299
300 * stdlib/fmtmsg.c (keywords): Increase array size for faster
301 indexing.
302
303 * locale/localeinfo.h (_nl_category_names): Increase array element
304 size for faster indexing.
305 * locale/setlocale.c (_nl_category_names): Adjusted.
306
307 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
308
309 * iconv/gconv_conf.c (add_alias): Remove wrong cast.
310
311 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
312
313 * sysdeps/m68k/stackinfo.h: New file.
314
315 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
316
317 * string/tester.c (test_strchrnul): New function.
318 (test_memset): Test one more special case.
319
320 * sysdeps/i386/strchrnul.S: Fix bugs which lead to wrong results in
321 25% of all cases.
322
323 * sysdeps/i386/i486/bits/string.h: Replace __uintXX_t types with
324 base types.
325
326 * string/bits/string2.h: Fix bugs I introduced in last change.
327
328 * sysdeps/i386/i486/bits/string.h (memcmp): Don't introduce partial
329 register stall.
330 Extend memset optimization.
331 Correct i686 version of memchr.
332
333 1999-04-30 Roland McGrath <roland@baalperazim.frob.com>
334
335 * sysdeps/i386/bzero.c: Add #undef __bzero.
336
337 * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if
338 EXEC_SIGTRAP was set in the incoming exec flags--that indicates the
339 exec server simulated a SIGTRAP before we even started up, so gdb is
340 already happy.
341
342 1999-04-30 Ulrich Drepper <drepper@cygnus.com>
343
344 * nss/digits_dots.c: Always initialize not_ok.
345
346 1999-04-30 09:02 -0400 Zack Weinberg <zack@rabi.columbia.edu>
347
348 * string/bits/string2.h (memset): Avoid arithmetic overflow at
349 compile time, which produces obnoxious warnings. If GCCv2 is
350 in use, map __bzero to __builtin_memset to enable that
351 optimization.
352
353 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
354
355 * string/bits/string2.h: Add more memset optimizations.
356
357 * resolv/inet_addr.c (inet_aton): Optimize switch statement away.
358
359 * resolv/inet_pton.c (inet_pton4): Little optimizations.
360 (inet_pton6): Likewise.
361
362 * nss/getXXbyYY_r.c: Include assert.h.
363 * nss/getXXbyYY.c: Likewise.
364
365 1999-04-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
366
367 * termios/tcgetsid.c (tcgetsid): Rename variable to
368 tiocgsid_does_not_work.
369
370 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
371
372 * inet/getnameinfo.c (nrl_domainname): Fix last patch.
373
374 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
375
376 * nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
377 This allows e.g. gethostbyname to accept "10.1234".
378 Reported by Alexander V. Lukyanov <lav@long.yar.ru> [PR libc/1096].
379
380 * nss/test-netdb.c (test_hosts): Add test for gethostbyname and
381 non quad IPv4 numbers.
382
383 1999-04-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
384
385 * resolv/res_hconf.c (_res_hconf_init): Remove unused variable end.
386
387 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
388
389 * argp/argp-ba.c (argp_program_bug_address): Don't initialize with 0.
390 * argp/argp-parse.c (_argp_hang): Likewise.
391 * argp/argp-pv.c (argp_program_version): Likewise.
392 * argp/argp-pvh.c (argp_program_version_hook): Likewise.
393 * inet/ether_hton.c (ether_hton, startp): Likewise.
394 * inet/ether_ntoh.c (ether_ntoh, startp): Likewise.
395 * inet/getnetgrent_r.c (setup, startp): Likewise.
396 * intl/loadmsgcat.c (_nl_msg_cat_cntr): Likewise.
397 * intl/localealias.c (string_space, string_space_act, string_space_max,
398 nmap, maxmap): Likewise.
399 * libio/iopopen.c (proc_file_chain): Likewise.
400 * libio/oldiopopen.c (old_proc_file_chain): Likewise.
401 * locale/lc-collate.c (__collate_table, __collate_extra,
402 __collate_element_hash, __collate_element_strings,
403 __collate_element_values): Likewise.
404 * malloc/mcheck.c (mcheck_used): Likewise.
405 * malloc/mtrace.c (added_atexit_handler): Likewise.
406 * malloc/set-freeres.c (already_called): Likewise.
407 * misc/getpass.c (getpass) [buf, bufsize]: Likewise.
408 * misc/syslog.c (LogStat, LogTag): Likewise.
409 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
410 * nss/getXXbyYY_r.c (startp): Likewise.
411 * posix/getopt.c (optarg, __getopt_initialized): Likewise.
412 * posix/regex.c (init_syntax_once) [done]: Likewise.
413 (debug): Likewise.
414 * string/strfry.c (init): Likewise.
415 * sunrpc/svc_run.c (svc_top): Likewise.
416 * posix/euidaccess.c (have_ids): Likewise.
417 * sysdeps/unix/sysv/linux/poll.c (must_emulate): Likewise.
418 * sysdeps/unix/sysv/linux/ttyname.c (__ttyname, namelen): Likewise.
419 * time/getdate.c (getdate_err): Likewise.
420 * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):
421 Likewise.
422 * time/tzset.c (old_tz, is_initialized): Likewise.
423
424 * inet/getnameinfo.c (nrl_domainname): Rewrite to allow initialization
425 of static data with zero.
426 * signal/allocrtsig.c (init): Likewise.
427
428 * string/Makefile (routines): Add strchrnul.
429 * string/Versions [GLIBC_2.1.1]: Add strchrnul.
430 * string/string.c: Add strchrnul prototype.
431 * include/string.h: Add __strchrnul prototype.
432 * sysdeps/generic/strchrnul.c: New file.
433 * sysdeps/i386/strchrnul.S: New file.
434 * sysdeps/i386/bits/string.c: Add strchrnul optimization.
435 * sysdeps/i386/i486/bits/string.c: Likewise.
436 * argp/argp-help.c (argp_args_usage): Use __strchrnul.
437 * inet/ether_line.c (ether_line): Likewise.
438 * nscd/nscd_conf.c (nscd_parse_file): Likewise.
439 * nss/nsswitch.c (nss_parse_file): Likewise.
440 * posix/execvp.c (execvp): Likewise.
441 * posix/fnmatch.c (internal_fnmatch): Likewise.
442 * resolv/res_hconf.c (_res_hconv_init): Likewise.
443 * resolv/res_init.c (res_init): Likewise.
444 * stdlib/fmtmsg.c (init): Likewise.
445 * stdlib/getsubopt.c (getsubopt): Likewise.
446
447 * catgets/catgets.c (catopen): Only allocate one memory block.
448 (catclose): Only one free call necessary.
449
450 * catgets/open_catalog.c (__open_catalog): Simplify handling of
451 file descriptor.
452
453 * ctype/ctype-extn.c: Make __toascii_l and __isascii_l alias instead
454 of real functions. Simplify _tolower and _toupper.
455
456 * grp/initgroups.c (compat_call): Remove unnecessary use of pointer
457 variable.
458
459 * iconv/gconv.h (struct gconv_info): Change data element from pointer
460 to array of size 0.
461 * iconv/gconv_open.c (__gconv_open): Allocate structures accordingly.
462 * iconv/gconv_close.c (__gconv_close): Don't free data.
463
464 * iconv/gconv_conf.c (add_alias): Avoid searching in tree twice to
465 insert new alias.
466
467 * iconv/gconv_db.c (add_derivation): More efficient copying. Check
468 for error while inserting in tree.
469
470 * include/time.h: Pretty print.
471
472 * inet/ruserpass.c: Rewrite use of toktab to avoid string pointers
473 in table and lots of relocations.
474 * posix/regex.c (regerror): Rewrite use of re_error_msgid to avoid
475 string pointers in table and lots of relocations.
476
477 * intl/finddomain.c: Remove definition of strchr macro.
478
479 * io/ftw.c (nftw_arr, ftw_arr): Make const.
480
481 * locale/loadlocale.c (_nl_load_locale): Optimize string copying.
482
483 * locale/localeinfo.h (_nl_category_names): Change into an array with
484 fixed width char string elements.
485 * locale/setlocale.c (_nl_category_names): Likewise.
486 (_nl_current): Make global.
487 * locale/nl_langinfo.c (nldata): Removed. Use _nl_current now.
488
489 * malloc/Makefile (distribute): Add stackinfo.h.
490 * sysdeps/generic/stackinfo.h: New file.
491 * sysdeps/i386/stackinfo.h: New file.
492 * posix/execl.c: Use stackinfo.h in optimizing alloca use.
493 * posix/execle.c: Likewise.
494 * posix/execlp.c: Likewise.
495
496 * nis/nis_table.c (__create_ib_request): Always use realloc.
497
498 * posix/execvp.c (execute): Rename to script_execute and keep only
499 code to execute using shell.
500 (execvp): Call execv directly and only fall back on script_execute.
501
502 * resolv/inet_net_pton.c (inet_net_pton_ipv4): Remove digits define
503 and always use xdigits instead.
504
505 * resolv/res_init.c (res_init): Use rawmemchr instead of strchr
506 where appropriate.
507
508 * stdlib/fpioconst.h (__tens): New declaration.
509 (struct mp_power): Remove array, add arrayoff element.
510 * stdlib/fpioconst.c: Replace definitions of _ten_p* arrays by one
511 __tens array and add in _fpioconst_pow10 offsets into __tens.
512 * stdio-common/printf_fp.c: Rewrite to use new __tens array.
513 * stdlib/strtod.c: Likewise.
514
515 * stdlib/a64l.c (a64l_table): Avoid unnecessary elements.
516
517 * stdlib/exit.c: Rewrite to use __exit_funcs being as sign for end
518 of the list.
519 * stdlib/atexit.c (__exit_funcs): Don't initialize.
520
521 * stdlib/fmtmsg.c (keywords): Make name element fixed width array.
522
523 * sunrpc/clnt_perr.c: Rewrite clnt_sperrno and auth_errmsg to use
524 a single and an array with offsets.
525
526 * sunrpc/des_soft.c (partab): Make it const.
527
528 * sunrpc/key_call.c (trytimeout, tottimeout): Make const.
529 (__key_encryptsession_pk_LOCAL): Don't initialize with 0.
530 (__key_decryptsession_pk_LOCAL): Likewise.
531 (__key_gendes_LOCAL): Likewise.
532 (MESSENGER): Mark const.
533 (key_call_private_main): Don't initialize with 0.
534 (use_keyenvoy): Don't initialize with 0.
535 (key_call): Rewrite to reverse logic of use_doors variable.
536
537 * sunrpc/netname.c (OPSYS): Define as array, not pointer.
538 (startp): Don't initialize with zero.
539
540 * sunrpc/openchild.c (_openchild): Make first argument const.
541
542 * sunrpc/pmap_rmt.c (timeout): Mark const.
543 * sunrpc/xcrypt.c (hex): Likewise.
544
545 * sysdeps/unix/sysv/linux/getcwd.c: Rewrite to allow omitting
546 initialization of global variables.
547 * sysdeps/unix/sysv/linux/getpt.c: Likewise.
548 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
549 * termios/tcgetsid.c: Likewise.
550
551 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Change
552 fxsr to osfxsr.
553
554 * time/tzfile.c (__tzfile_read): Rewrite to allocate only one memory
555 block. Add function to free memory if wanted.
556 * time/tzset.c (tzset_internal): Pass extra argument to __tzfile_read.
557
558 * wcsmbs/wcsmbsload.c (to_wc, to_mb): Correct initializers.
559
560 * wcsmbs/wmemset.c: Little code optimization.
561
562 1999-04-23 Paul Eggert <eggert@twinsun.com>
563
564 * stdlib/strtoull.c: Surround strong_alias and weak_alias with
565 ifdef _LIBC.
566
567 1999-04-28 Roland McGrath <roland@baalperazim.frob.com>
568
569 * sysdeps/mach/hurd/getdents.c (__getdirentries): Remove
570 implementation and just always fail with ENOSYS. This entry point is
571 obsolete. Add link warning to that effect.
572
573 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
574
575 * hurd/get-host.c: Include <hurd/lookup.h>.
576
577 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
578
579 * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
580 is != NULL.
581
582 1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
583
584 * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
585 ISO C9x and Unix98.
586
587 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
588
589 * libio/iofopncook.c (_IO_cookie_seek): Correct return value.
590 Patch by Peter Miller <millerp@canb.auug.org.au>.
591
592 1999-04-27 Thorsten Kukuk <kukuk@suse.de>
593
594 * sunrpc/pmap_clnt.c: Add own get_myaddress function, which
595 prefers loopback device.
596
597 1999-04-28 Ulrich Drepper <drepper@cygnus.com>
598
599 * posix/fnmatch.c (internal_fnmatch): Finish incomplete
600 no_leading_period change.
601
602 * posix/testfnm.c: More test cases.
603
604 1999-04-27 Ulrich Drepper <drepper@cygnus.com>
605
606 * include/dirent.h: Remove __getdirentries declaration, add __getdents
607 and __getdents64.
608 * sysdeps/unix/readdir.c: Use __getdents, not __getdirentries.
609 * sysdeps/unix/readdir_r.c: Likewise.
610 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
611 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
612 * sysdeps/unix/sysv/linux/getdents.c: Define __getdents, not
613 __getdirentries. Remove fourth argument.
614 * sysdeps/unix/sysv/linux/getdirentries.c: New file.
615 * sysdeps/unix/sysv/linux/getdirentries64.c: New file.
616 * sysdeps/unix/sysv/linux/Makefile [subdir=dirent] (sysdep_routines):
617 Add getdirentries and getdirentries64.
618 * sysdeps/unix/sysv/linux/Dist: Add getdirentries and getdirentries64.
619
620 * posix/fnmatch.c (internal_fnmatch): Correctly reset string
621 pointer in case of an invalid [[: expression.
622
623 * posix/testfnm.c: Add more test cases.
624
625 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
626
627 * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced
628 set, pass EXEC_SIGTRAP flag in exec RPC.
629
630 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
631
632 * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch. Take
633 extra parameter. Fix several more bugs involving wildcard and
634 ranges.
635 (fnmatch): New function. Call internal_fnmatch.
636
637 * posix/testfnm.c: More test cases.
638
639 1999-04-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
640
641 * manual/install.texi (Configuring and compiling): Explain that
642 files are changed in the source directory.
643 Closes PR libc/981.
644 (Configuring and compiling): Explain situation with PARALLELMFLAGS
645 in the source directory.
646
647 1999-04-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
648
649 * locale/programs/ld-ctype.c: Spelling fixes.
650 (ctype_finish): Fix argument of error message format.
651 * locale/programs/ld-messages.c: Spelling fixes.
652 * locale/programs/ld-monetary.c: Spelling fixes.
653 * locale/programs/ld-time.c (time_finish): Make sure that name and
654 format of era_entries are adjacent.
655 (time_output): Reduce the size of the io vector.
656
657 1999-04-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
658
659 * manual/filesys.texi (Attribute Meanings): Move a misplaced
660 paragraph.
661
662 1999-04-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
663
664 * locale/programs/ld-collate.c (collate_output): Convert
665 undefined_offset to an array index. Fix computation of other
666 endian extra table.
667
668 1999-04-26 Roland McGrath <roland@baalperazim.frob.com>
669
670 * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file,
671 return success with empty value.
672
673 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
674
675 * posix/fnmatch.c: Include string.h also for glibc.
676 (fnmatch, case '?'): Optimize if cascades a bit.
677 (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set.
678
679 * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
680
681 1999-04-24 Ulrich Drepper <drepper@cygnus.com>
682
683 * iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
684 * iconv/gconv_int.h: Declare UTF16 functions.
685 * iconv/gconv_simple.c: Add UTF16 conversion functions.
686
687 1999-04-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
688
689 * posix/wordexp.c (parse_param): Fix type of offset to allow it to
690 be used correctly as parameter for parse_dollars/parse_tilde.
691
692 1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
693
694 * manual/conf.texi (Utility Limits): Remove duplicate description
695 of BC_DIM_MAX.
696
697 1999-04-19 Ulrich Drepper <drepper@cygnus.com>
698
699 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
700 outbufend for dst==NULL.
701
702 1999-04-18 Ulrich Drepper <drepper@cygnus.com>
703
704 * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend
705 for dst==NULL.
706 Fixes PR libc/1084.
707
708 * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR.
709 Fixes PR libc/1083.
710
711 1999-04-18 Thorsten Kukuk <kukuk@suse.de>
712
713 * sunrpc/Makefile: Remove special handling of bootparam.x,
714 add rpcsvc/bootparam.h to headers.
715 * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility.
716 * sunrpc/rpcsvc/bootparam.x: Renamed to...
717 * sunrpc/rpcsvc/bootparam_prot.x: ...this.
718
719 1999-04-18 Ulrich Drepper <drepper@cygnus.com>
720
721 * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to
722 detect and handle invalid descriptors.
723
724 1999-04-17 Thorsten Kukuk <kukuk@suse.de>
725
726 * timezone/zic.c (dolink): Append complete path not only filename
727 to ../ list.
728
729 1999-04-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
730
731 * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
732
733 1999-04-17 Ulrich Drepper <drepper@cygnus.com>
734
735 * iconvdata/gconv-modules: Rename CP874 to IBM874.
736 * iconvdata/Makefile: Likewise.
737 * iconvdata/cp874.h: Removed.
738 * iconvdata/cp874.c: Renamed to...
739 * iconvdata/ibm874.c: ...this.
740
741 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
742
743 * sysdeps/unix/sysv/linux/bits/types.h: Correct
744 signed/unsigned-ness of blkcnt and fsblkcnt.
745 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
746 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
747
748 * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
749 SOL_AAL, and SOL_IRDA.
750
751 1999-04-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
752
753 * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero. Don't
754 include "linux_fsinfo.h".
755 Based on a patch by H.J. Lu <hjl@gnu.org>.
756
757 1999-04-16 Thorsten Kukuk <kukuk@suse.de>
758
759 * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
760
761 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
762
763 * nscd/cache.c (prune_cache): Only disable file checking for
764 future if the file does not exist.
765 Update file_mtime if cache was flushed.
766
767 1999-04-15 David S. Miller <davem@redhat.com>
768
769 * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
770 * sysdeps/sparc/sparc32/strcpy.S: Likewise.
771
772 1999-04-15 Scott Bambrough <scottb@netwinder.org>
773
774 * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
775 compilation of file.
776
777 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
778
779 * Versions.def: Add GLIBC_2.1.1 to libpthread.
780
781 * iconvdata/Makefile (modules): Add KOI8-U.
782 (distribute): Add koi8-u.c.
783 (gen-8bit-gap-modules): Add koi8-u.
784 * iconvdata/gconv-modules: Add KOI8-U entries.
785 * iconvdata/koi8-u.c: New file.
786
787 1999-04-13 Thorsten Kukuk <kukuk@suse.de>
788
789 * sunrpc/auth_des.c: 64bit fixes, security fixes.
790 * sunrpc/auth_none.c: Pretty print.
791 * sunrpc/auth_unix.c: Likewise.
792 * sunrpc/authdes_prot.c: Likewise.
793 * sunrpc/authuxprot.c: Likewise.
794 * sunrpc/bindrsvprt.c: Likewise.
795 * sunrpc/clnt_gen.c: Likewise.
796 * sunrpc/rpc/xdr.h: Likewise.
797 * sunrpc/rpc/auth_des.h: Add rpc_timeval struct.
798 * sunrpc/rpc_cmsg.c: Don't use *long pointers.
799 * sunrpc/rtime.c: Use new rpc_timeval.
800 * sunrpc/svc_authux.c: Don't use *long pointers.
801 * sunrpc/svcauth_des.c: Likewise + security fixes.
802 * sunrpc/xdr_mem.c: Don't use *long pointers.
803 * sunrpc/xdr_rec.c: Likewise.
804 * sunrpc/xdr_sizeof.c: Likewise.
805 * sunrpc/xdr_stdio.c: Likewise.
806
807 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
808
809 * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup
810 so that it is redone for each sending.
811
812 1999-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
813
814 * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
815
816 1999-04-15 Ulrich Drepper <drepper@cygnus.com>
817
818 * iconv/gconv_db.c (__gconv_find_transform): If conversion is
819 known to not exist don't try to load shared objects.
820 Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
821
822 * nscd/cache.c (prune_cache): The table might not be unused. In
823 this case do nothing.
824
825 * catgets/gencat.c (read_input_file): Don't drop white spaces
826 between number/identifier and string.
827 Patch by Dima Barsky <dima@pwd.hp.com>.
828 If no white space at all follows number/identifier remove existing
829 message with the number/identifier.
830
831 1999-04-14 H.J. Lu <hjl@gnu.org>
832
833 * sunrpc/clnt_udp.c (is_network_up): New function.
834 (clntudp_call): Call is_network_up () to check if any network
835 interface is up in case of timeout.
836
837 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
838
839 * wctype/test_wcfuncs.c: New file, tests towlower and towupper.
840 * wctype/Makefile (tests): Add test_wcfuncs.
841
842 1999-04-14 Jakub Jelinek <jj@ultra.linux.cz>
843
844 * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
845 architectures.
846 * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
847 instead of CFLAGS.
848 * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
849 instead of CFLAGS. For gnulib and string directories use
850 -Wa,-Av9a gcc ASFLAGS.
851 * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
852 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
853 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
854 * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
855 the same way as sparc-*.
856
857 1999-04-14 Ulrich Drepper <drepper@cygnus.com>
858
859 * locale/programs/locfile.c (locfile_read): Fix typo.
860 Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
861
862 1999-04-14 Scott Bambrough <scottb@netwinder.org>
863
864 * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
865 restarted after being interrupted by a signal. The parameters on
866 the stack were corrupted by the signal handler.
867
868 * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
869 restarted after being interrupted by a signal. The parameters on
870 the stack were corrupted by the signal handler.
871
872 1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
873
874 * wctype/wcfuncs.c (towlower): Use __ctype_tolower.
875 Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
876
877 1999-04-12 Tim Waugh <tim@cyberelk.demon.co.uk>
878
879 * posix/wordexp-test.c: In field-splitting test cases where
880 subshells were involved, unset IFS first: some shells (ash) use
881 IFS even when no expansion is performed.
882
883 1999-04-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
884
885 * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
886 the real end of the chunk, not some random point inbetween.
887 (_IO_obstack_xsputn): Likewise. Actually copy the data into the
888 obstack when growing. Use fast version of obstack_blank when
889 shrinking.
890 (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
891 allocating the vtable pointer.
892 (_IO_obstack_vprintf): Adjust for above change and avoid
893 unnecessary casts. Use fast version of obstack_blank when
894 shrinking.
895 Fixes PR libc/1075.
896
897 1999-04-12 Ulrich Drepper <drepper@cygnus.com>
898
899 * iconvdata/gconv-modules: Fix typo. Add UJIS alias.
900 Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
901
902 1999-04-11 Tim Waugh <tim@cyberelk.demon.co.uk>
903
904 * posix/wordexp.c (wordexp): Fix a leak when an invalid character
905 is seen, as well as fixing semantics. Don't reset the word count
906 to zero when an invalid character is seen, but leave it as it was
907 (this makes a difference with WRDE_APPEND).
908
909 * posix/wordexp-test.c: More test cases.
910
911 * posix/wordexp.c (parse_param): In words like ${var#pattern},
912 always expand pattern when it is needed. Also, handle quoting in
913 pattern properly.
914
915 1999-04-12 Philip Blundell <philb@gnu.org>
916
917 * elf/elf.h: Update ARM definitions to match current gas2.
918
919 * sysdeps/arm/bits/endian.h: Support big endian operation.
920
921 * sysdeps/unix/sysv/linux/arm/ioperm.c (_outw, _outb, _outl):
922 Don't bother range checking the port number.
923
924 * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
925
926 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Include
927 the syscall name in assembler output for ease of debugging.
928
929 * sysdeps/unix/sysv/linux/arm/sigaction.c: Don't rely on undefined
930 compiler behaviour.
931 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: New file.
932 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = signal]
933 (sysdep_routines): Add sigrestorer.
934
935 * string/tester.c (test_strcpy): Add new tests for unaligned
936 arguments.
937 * sysdeps/arm/bits/string.h: Delete inline implementations of
938 strcpy and stpcpy.
939
940 1999-04-11 Ulrich Drepper <drepper@cygnus.com>
941
942 * libio/Makefile (CPPFLAGS-.o): Don't define IO_DEBUG.
943
944 1999-04-10 Mark Kettenis <kettenis@gnu.org>
945
946 * sysdeps/mach/hurd/Dist: Add clk_tck.c.
947
948 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
949
950 * iconvdata/Makefile (modules): Add TIS-620.
951 (distribute): Add tis-620.c.
952 (gen-8bit-gap-modules): tis-620.
953 * iconvdata/tis-620.c: New file.
954 * iconvdata/gconv-modules: Add TIS-620 entries.
955
956 * iconvdata/asmo_449.c: Correct comment.
957
958 1999-04-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
959
960 * manual/install.texi (Configuring and compiling): Comment out
961 description of --disable-static since this doesn't work currently
962 (see change by Ulrich Drepper on 1998-12-07 for configure.in).
963
964 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
965
966 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
967 use binary search.
968 Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
969
970 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
971
972 * scripts/test-installation.pl (installation_problem): Skip
973 libnss1_* libraries from glibc-compat add-on.
974
975 1999-04-07 H.J. Lu <hjl@gnu.org>
976
977 * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
978 libstdc++ 2.7.2.
979 * posix/Versions (__waitpid): Likewise.
980
981 1999-04-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
982
983 * manual/install.texi (Reporting Bugs): Add section about reported
984 bugs and correct email address of glibcbug script.
985
986 1999-04-01 Thorsten Kukuk <kukuk@suse.de>
987
988 * sunrpc/Versions: Add new xdr functions to GLIBC_2.1.1
989 * sunrpc/xdr.c: Add xdr_hyper, xdr_u_hyper, xdr_longlong_t and
990 xdr_u_longlong_t. Based on patch from Dan Shechter
991 <damageboy@isdn.net.il>.
992 * sunrpc/xdr_intXX_t.c: Implement xdr_int64_t, xdr_uint64_t
993 * sunrpc/rpc/xdr.h: Add prototypes for new xdr functions.
994
995 * nis/nis_lookup.c (nis_lookup): Don't overwrite RPC error code.
996
997 1999-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
998
999 * sysdeps/unix/sysv/linux/getdents.c (__getdirentries): Return
1000 directly if getdents returns with error set.
1001
1002 1999-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1003
1004 * locale/langinfo.h (THOUSEP): Rename second occurence of
1005 THOUSANDS_SEP to THOUSEP.
1006 Reported by Roman Belenov <roman@nstl.nnov.ru>.
1007
1008 1999-04-05 Roland McGrath <roland@baalperazim.frob.com>
1009
1010 * hurd/STATUS: File removed. Moved items that are still relevant into
1011 TODO list in hurd source.
1012
1013 1999-03-26 Mark Kettenis <kettenis@gnu.org>
1014
1015 * sysdeps/mach/hurd/bits/time.h: New file.
1016 * sysdeps/mach/hurd/getrusage.c: New file.
1017 * sysdeps/mach/hurd/clk_tck.c: New file.
1018 * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
1019 * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
1020 (sysdep_routines): Add clk_tck.
1021 * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
1022 implemented.
1023
1024 1999-04-02 Ulrich Drepper <drepper@cygnus.com>
1025
1026 * misc/syslog.c (closelog_internal): Do not reset LogTag here.
1027 (closelog): But instead here.
1028 Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
1029
1030 1999-04-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1031
1032 * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
1033 the source directory. Fixes PR libc/1059.
1034
1035 1999-04-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1036
1037 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
1038 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
1039
1040 1999-04-01 Ulrich Drepper <drepper@cygnus.com>
1041
1042 * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
1043 * iconvdata/testdata/ISO-8859-14: New file.
1044 * iconvdata/testdata/ISO-8859-14..UTF8: New file.
1045 * iconvdata/testdata/ISO-8859-15: New file.
1046 * iconvdata/testdata/ISO-8859-15..UTF8: New file.
1047
1048 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
1049
1050 * iconvdata/testdata/CP1258: New file.
1051 * iconvdata/testdata/CP1258..UTF8: New file.
1052 * iconvdata/TESTS: Add CP1258 entry.
1053
1054 * iconvdata/cp874.h (to_ucs4): Add Euro sign.
1055
1056 * timezone/africa: Update from tzdata1999d.
1057 * timezone/europe: Likewise.
1058 * timezone/northamerica: Likewise.
1059
1060 1999-03-31 Mark Kettenis <kettenis@gnu.org>
1061
1062 * login/programs/pt_chown.c (main): Save effective user ID before
1063 dropping priviliges and use this to check if the program is
1064 properly installed.
1065
1066 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
1067
1068 * iconvdata/testdata/CP1254: Update for charmap changes.
1069 * iconvdata/testdata/CP1254..UTF8: Likewise.
1070 * iconvdata/testdata/CP1255: Likewise.
1071 * iconvdata/testdata/CP1255..UTF8: Likewise.
1072 * iconvdata/testdata/CP1256: Likewise.
1073 * iconvdata/testdata/CP1256..UTF8: Likewise.
1074 * iconvdata/testdata/CP1257: Likewise.
1075 * iconvdata/testdata/CP1257..UTF8: Likewise.
1076
1077 * iconvdata/Makefile (distribute): Remove cp1258.h.
1078 (gen-8bit-gap-modules): Add cp1258.
1079 * iconvdata/cp1258.h: Removed.
1080
1081 1999-03-30 Ulrich Drepper <drepper@cygnus.com>
1082
1083 * timezone/tst-timezone.c (tests): Add more cases.
1084 (check_tzvars): Mark errors clearer.
1085 (main): Likewise.
1086
1087 1999-03-30 20:59 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>
1088
1089 * login/programs/pt_chown.c: Drop privileges if invoked with
1090 arguments. Don't close the master pty.
1091
1092 1999-03-30 Ulrich Drepper <drepper@cygnus.com>
1093
1094 * time/tzfile.c (__tzfile_read): Process transitions from the rear.
1095 Minor optimization.
1096
1097 1999-03-29 Ulrich Drepper <drepper@cygnus.com>
1098
1099 * elf/rtld.c (process_envvars): Do not automatically prevent lazy
1100 relocation for SUID binaries.
1101
1102 1999-03-29 Paul Eggert <eggert@twinsun.com>
1103
1104 * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
1105 while in child process.
1106
1107 1999-03-29 Jakub Jelinek <jj@ultra.linux.cz>
1108
1109 * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
1110 * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
1111 * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
1112 * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
1113 * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
1114
1115 * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
1116 * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
1117 * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
1118 * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
1119 * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
1120 * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
1121 * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
1122 * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
1123 * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
1124 * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
1125 * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
1126 * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
1127 * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
1128 * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
1129 * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
1130 * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
1131 * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
1132 * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
1133 * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
1134 * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
1135 * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
1136 * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
1137 * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
1138 * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
1139 * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
1140 * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
1141
1142 * sysdeps/sparc/sparc32/bcopy.c: New file.
1143 * sysdeps/sparc/sparc32/bzero.c: New file.
1144 * sysdeps/sparc/sparc32/memchr.S: New file.
1145 * sysdeps/sparc/sparc32/memcpy.S: New file.
1146 * sysdeps/sparc/sparc32/memmove.c: New file.
1147 * sysdeps/sparc/sparc32/memset.S: New file.
1148 * sysdeps/sparc/sparc32/stpcpy.S: New file.
1149 * sysdeps/sparc/sparc32/strchr.S: New file.
1150 * sysdeps/sparc/sparc32/strrchr.c: New file.
1151 * sysdeps/sparc/sparc32/strcpy.S: New file.
1152 * sysdeps/sparc/sparc32/strlen.S: New file.
1153 * sysdeps/sparc/sparc32/strcat.S: New file.
1154 * sysdeps/sparc/sparc32/strcmp.S: New file.
1155
1156 * sysdeps/sparc/sparc64/bcopy.c: New file.
1157 * sysdeps/sparc/sparc64/bzero.c: New file.
1158 * sysdeps/sparc/sparc64/memchr.S: New file.
1159 * sysdeps/sparc/sparc64/memcmp.S: New file.
1160 * sysdeps/sparc/sparc64/memcpy.S: New file.
1161 * sysdeps/sparc/sparc64/memset.S: New file.
1162 * sysdeps/sparc/sparc64/stpcpy.S: New file.
1163 * sysdeps/sparc/sparc64/strcat.S: New file.
1164 * sysdeps/sparc/sparc64/strchr.S: New file.
1165 * sysdeps/sparc/sparc64/strcmp.S: New file.
1166 * sysdeps/sparc/sparc64/strcpy.S: New file.
1167 * sysdeps/sparc/sparc64/strcspn.S: New file.
1168 * sysdeps/sparc/sparc64/strlen.S: New file.
1169 * sysdeps/sparc/sparc64/strncpy.S: New file.
1170 * sysdeps/sparc/sparc64/strpbrk.S: New file.
1171 * sysdeps/sparc/sparc64/strrchr.c: New file.
1172 * sysdeps/sparc/sparc64/strspn.S: New file.
1173 * sysdeps/sparc/sparc64/stpncpy.S: New file.
1174 * sysdeps/sparc/sparc64/strncmp.S: New file.
1175
1176 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
1177 Append -fPIC, don't replace.
1178
1179 * configure.in: Recognize sparcv8plus / sparcv9.
1180
1181 1999-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1182
1183 * malloc/obstack.h (obstack_free): Explicitly convert __obj to
1184 char * to avoid C++ warning.
1185 Patch by yasushi@cs.washington.edu [PR libc/1035].
1186
1187 1999-03-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1188
1189 * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
1190 declared in stdlib.h, correct return value of mkstemp.
1191 Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
1192
1193 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
1194 from Linux 2.2.5.
1195
1196 1999-03-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1197
1198 * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
1199 C++ warning.
1200
1201 * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
1202 inline functions. Closes PR libc/1049.
1203
1204 1999-03-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1205
1206 * timezone/README: Update from tzdata1999c and tzcode1999c.
1207
1208 * timezone/africa: Update from tzdata1999c.
1209 * timezone/antarctica: Likewise.
1210 * timezone/asia: Likewise.
1211 * timezone/australasia: Likewise.
1212 * timezone/europe: Likewise.
1213 * timezone/northamerica: Likewise.
1214 * timezone/southamerica: Likewise.
1215 * timezone/zone.tab: Likewise.
1216
1217 * timezone/zic.c: Update from tzcode1999c.
1218
1219 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1220
1221 * Makerules: Add $(common-objpfx)Versions.all to common-generated
1222 outside of ifndef avoid-generated.
1223
1224 * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
1225 in iofdopen.c.
1226 * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
1227 iofopen.c.
1228 * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
1229 in iofclose.c.
1230 * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
1231 _IO_old_file_seekoff): Bring over recent changes in fileops.c.
1232
1233 1999-03-26 Mark Kettenis <kettenis@gnu.org>
1234
1235 * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
1236 if we build the profiled library.
1237
1238 1999-03-26 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1239
1240 * math/Makefile (gmp-objs): Add inlines. Reported by Andreas
1241 Jaeger <aj@arthur.rhein-neckar.de>
1242
1243 1999-03-25 Roland McGrath <roland@yaumatei.ai.mit.edu>
1244
1245 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
1246 (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
1247 This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
1248
1249 1999-03-24 Roland McGrath <roland@baalperazim.frob.com>
1250
1251 * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
1252 works properly in subdirs.
1253
1254 1999-03-23 Roland McGrath <roland@baalperazim.frob.com>
1255
1256 * sysdeps/mach/hurd/Makefile: Undo last change.
1257 [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
1258 [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
1259
1260 * mach/Machrules (+preinit, +postinit, +interp,
1261 LDFLAGS-$(interface.so)): Variables removed. Interface libraries get
1262 linked just like other shared libraries.
1263 (interface.so): Fix typo in defn, so it works.
1264 ($(objpfx)$(interface.so)): Make it depend on libc.so.
1265
1266 1999-03-21 Roland McGrath <roland@baalperazim.frob.com>
1267
1268 * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
1269 $(link-rpcuserlibs).
1270
1271 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1272
1273 * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
1274 $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
1275 targets if not building shared libraries.
1276
1277 1999-03-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1278
1279 * configure.in: Also look in $PATH when searching for
1280 install-info. Remove autoconf bug workaround and require autoconf
1281 2.13.
1282
1283 1999-03-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1284
1285 * db/Makefile: Don't try to install shared library link if not
1286 building with shared libs.
1287
1288 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1289
1290 * rt/Makefile: Link against static library if no shared lib is
1291 available.
1292
1293 * localedata/Makefile: The shells scripts implementing the test
1294 require the dynamic linker which is not available with
1295 --disable-shared. Skip the test if --disable-shared is given.
1296
1297 * linuxthreads/Makefile: Link test against static libpthread if no
1298 shared lib is available.
1299
1300 * iconvdata/Makefile (tests): Run iconv-test only if we're
1301 building shared libraries.
1302 * elf/Makefile (tests): Likewise for elf tests.
1303
1304 * posix/Makefile: The test frameworks globtest and wordexp-test
1305 require the dynamic linker which is not available with
1306 --disable-shared. Skip the test if --disable-shared is given.
1307
1308 * grp/Makefile (otherlibs): For static nss build link against
1309 necessary libs.
1310
1311 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1312
1313 * debug/Makefile (install-bin): Install and build catchsegv only
1314 if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR
1315 libc/965].
1316
1317 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1318
1319 * time/tzfile.c (__tzfile_read): Handle the case where there are
1320 transitions but no DST.
1321
1322 1999-03-20 Roland McGrath <roland@baalperazim.frob.com>
1323
1324 * mach/Machrules (extra-libs-others): Add $(interface-library) here
1325 too, so it gets built in the others pass rather than the lib pass.
1326 This is necessary since the RPC libraries need to be linked against
1327 libc.
1328
1329 1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
1330
1331 * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
1332 _itoa_word decl.
1333
1334 * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
1335 ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
1336 ($(link-rpcuserlibs)): New static pattern rule; link intermediate
1337 versions of lib{mach,hurd}user.so without reference to libc.so,
1338 then link libc.so against that to get deps and symbol versions, then
1339 finally link real lib*user.so against libc.so.
1340
1341 * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
1342 Support whole-file locking (only) by using the file_lock RPC. This
1343 has very wrong semantics, but is better than nothing for the time
1344 being. (Correct POSIX.1 locking will require new RPCs in the Hurd
1345 protocols that will be somewhat hairy to specify.)
1346
1347 1999-03-17 Mark Kettenis <kettenis@gnu.org>
1348
1349 * sysdeps/mach/hurd/ptsname.c: New file.
1350
1351 1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1352
1353 * timezone/asia: Fix rule in Asia/Nicosia entry.
1354
1355 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1356
1357 * manual/getopt.texi (Using Getopt): Explain "::" in option
1358 string. Reported by Yuri Niyazov <yuricake@geocities.com>.
1359
1360 1999-03-18 Thorsten Kukuk <kukuk@suse.de>
1361
1362 * sunrpc/clnt_unix.c: Fix creation of parameters for
1363 sendmsg/recvmsg on non intel platforms.
1364 * sunrpc/svc_unix.c: Likewise.
1365
1366 1999-03-18 Philip Blundell <philb@gnu.org>
1367
1368 * sysdeps/unix/sysv/linux/arm/getgroups.c: New file. Use the i386
1369 implementation.
1370
1371 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1372
1373 * timezone/africa: Update from tzdata1999b.
1374 * timezone/asia: Likewise.
1375 * timezone/australasia: Likewise.
1376 * timezone/europe: Likewise.
1377 * timezone/northamerica: Likewise.
1378 * timezone/southamerica: Likewise.
1379 * timezone/zone.tab: Likewise.
1380
1381 * timezone/README: Mention tzdata1999b.
1382
1383 1999-03-17 Ulrich Drepper <drepper@cygnus.com>
1384
1385 * sysdeps/generic/segfault.c (write_strsignal): New function.
1386 (catch_segfault): Use it instead of calling strsignal.
1387
1388 1999-03-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1389
1390 * iconv/gconv.c (__gconv): Change type of last_start to unsigned
1391 char to avoid warning.
1392
1393 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
1394
1395 * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
1396
1397 * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
1398 outbuf to unsigned char to avoid warning.
1399
1400 1999-03-11 David S. Miller <davem@redhat.com>
1401
1402 * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
1403 masks.
1404 * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
1405
1406 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
1407
1408 * iconv/gconv.h (gconv_fct): Change parameter from `char' to
1409 `unsigned char'.
1410 (gconv_step_data): Likewise.
1411 * iconv/gconv_int.h (__gconv): Likewise.
1412 (__BUILINT_TRANS): Likewise.
1413 * iconv/gconv.c (__gconv): Likewise.
1414 * iconv/iconv.c (iconv): Add casts for call of __gconv.
1415 * iconv/skeleton.c: Change local parameters and variable from `char' to
1416 `unsigned char'. Remove casts from calls into modules.
1417 * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
1418 `char' to `unsigned char'.
1419 * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
1420 * wcsmbs/mbrtowc.c: Likewise.
1421 * wcsmbs/mbsnrtowcs.c: Likewise.
1422 * wcsmbs/mbsrtowcs.c: Likewise.
1423 * wcsmbs/wcrtomb.c: Likewise.
1424 * wcsmbs/wcsnrtombs.c: Likewise.
1425 * wcsmbs/wcsrtombs.c: Likewise.
1426 * wcsmbs/wctob.c: Likewise.
1427
1428 1999-03-15 Mark Kettenis <kettenis@gnu.org>
1429
1430 * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
1431 __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
1432 __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
1433 __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
1434 __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
1435 __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
1436
1437 1999-03-15 Mark Kettenis <kettenis@gnu.org>
1438
1439 * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
1440 _hurd_select if TIMEMOUT is -1.
1441
1442 1999-03-15 Mark Kettenis <kettenis@gnu.org>
1443
1444 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
1445
1446 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
1447
1448 * elf/dl-load.c: Compute rtld_search_dir array size correctly.
1449 Reported by Yasushi Saito <yasushi@cs.washington.edu>.
1450
1451 1999-03-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1452
1453 * manual/libc.texinfo: Undo last change for now.
1454
1455 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
1456
1457 * intl/locale.alias: Add entries for Croatian.
1458 Patch by Tomislav Vujec <tvujec@CARNet.hr>.
1459
1460 1999-03-13 Mark Kettenis <kettenis@gnu.org>
1461
1462 * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
1463 if the opened master pty really is a pty. `isatty' checks for
1464 tty-ness and a pty is not a tty. Return ENOENT instead of ENFILE
1465 if we are out of pty's.
1466
1467 1999-03-13 Mark Kettenis <kettenis@gnu.org>
1468
1469 * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
1470 opened file is closed on exec.
1471 * login/utmp_daemon.c (setutent_daemon): Likewise for the just
1472 opened socket.
1473
1474 1999-03-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1475
1476 * manual/llio.texi (File Position Primitive): Reformat @end
1477 command. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
1478
1479 1999-03-14 Ulrich Drepper <drepper@cygnus.com>
1480
1481 * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
1482 entry is found.
1483 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1484 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1485
1486 * locale/programs/localedef.c (main): Initialize `cat' to please
1487 the compiler.
1488
1489 1999-03-14 Roland McGrath <roland@baalperazim.frob.com>
1490
1491 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
1492 check for root-owned symlinks and reject them too.
1493
1494 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1495
1496 * stdio-common/printf_fphex.c: Move to ...
1497 * sysdeps/generic/printf_fphex.c: ... here. Fix exponent of
1498 extended precision number.
1499 * sysdeps/m68k/printf_fphex.c: New file.
1500
1501 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1502
1503 * manual/stdio.texi: Fix typos.
1504
1505 1999-03-09 Ulrich Drepper <drepper@cygnus.com>
1506
1507 * version.h (VERSION): Bump to 2.1.1.
1508
1509 1999-03-09 Thorsten Kukuk <kukuk@suse.de>
1510
1511 * nis/ypclnt.c: Try only twice to connect to NIS server.
1512
1513 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
1514
1515 * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
1516
1517 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1518
1519 * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
1520 (DENORM_EXP): New define. Use it as the exponent for a denormal.
1521 * stdlib/strtold.c: Moved to ...
1522 * sysdeps/generic/strtold.c: ... here.
1523 * sysdeps/m68k/strtold.c: New file.
1524
1525 1999-03-09 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1526
1527 * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
1528 point if the precision is zero, even if the mantissa is non-zero.
1529
1530 1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
1531
1532 * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
1533 arguments into the request message buffer inside `send_rpc'
1534 subfunction. We must repeat the marshalling when retrying the RPC
1535 after a SIGTTOU delivery.
1536
1537 * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
1538 path when there is no ctty port.
1539 * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
1540 Move sigstate check inside loop so we recheck after handling a signal.
1541
1542 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1543
1544 * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
1545 O_EXLOCK are BSD extensions.
1546 Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
1547
1548 1999-03-08 Ulrich Drepper <drepper@cygnus.com>
1549
1550 * manual/signal.texi (Termination in Handler): Correct example.
1551 Install default handler before reraising the signal.
1552 Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
1553
1554 1999-03-08 Roland McGrath <roland@baalperazim.frob.com>
1555
1556 * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
1557 null, in which case send an empty string.
1558
1559 1999-03-02 Mark Kettenis <kettenis@gnu.org>
1560
1561 * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
1562 backward compatibility EH functions to be linked when using
1563 gcc-2.8.1. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1564
1565 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1566
1567 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
1568 /dev/pts status may change during runtime.
1569
1570 1999-03-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1571
1572 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
1573 change. /dev/pts status can change during runtime.
1574
1575 1999-03-07 Thorsten Kukuk <kukuk@suse.de>
1576
1577 * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
1578 poll reports error.
1579 * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
1580 add some more sanity checks.
1581 * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
1582 parser prototype.
1583
1584 1999-03-05 Thorsten Kukuk <kukuk@suse.de>
1585
1586 * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
1587 change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
1588 * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
1589 * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
1590 * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
1591 for x_getint32.
1592 * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
1593 * nis/nis_print.c: Fix ctime argument for platforms where
1594 sizeof (time_t) != sizeof (int).
1595
1596 1999-03-07 Mark Kettenis <kettenis@gnu.org>
1597
1598 * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
1599 CLOCKS_PER_SEC instead of CLK_TCK.
1600
1601 1999-03-05 Ulrich Drepper <drepper@cygnus.com>
1602
1603 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
1604 whether /dev/pts is available.
1605 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
1606 dev_pts_available.
1607
1608 * posix/globtest.sh: Make common_objpfx path absolute and and db2
1609 and hesiod directory to library path [PR libc/1007].
1610
1611 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1612
1613 * resolv/inet_addr.c (inet_aton): Don't allow componets >
1614 255. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
1615
1616 1999-03-05 Geoff Keating <geoffk@ozemail.com.au>
1617
1618 * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
1619 DT_PLTGOT has already been relocated.
1620 (__elf_machine_fixup_plt): Likewise.
1621 Minor cleanups.
1622
1623 1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
1624
1625 * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
1626
1627 1999-03-03 Ulrich Drepper <drepper@cygnus.com>
1628
1629 * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
1630 and fold string to uppercase [PR libc/1005].
1631
1632 1999-03-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1633
1634 * elf/dl-load.c (lose): Fix return type.
1635
1636 1999-03-03 Roland McGrath <roland@baalperazim.frob.com>
1637
1638 * sysdeps/mach/hurd/bits/fcntl.h
1639 [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
1640 * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
1641 set O_NOTRANS as well.
1642 (__hurd_file_name_lookup_retry): At successful end of lookup,
1643 if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
1644 it is a translated node not owned by root.
1645 (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
1646 on the file name passed to LOOKUP.
1647
1648 1999-03-02 Ulrich Drepper <drepper@cygnus.com>
1649
1650 * manual/time.texi (High Resolution Timer): Correct computation in
1651 example. Reported by jjf@devel.cemsys.com.
1652
1653 1999-03-02 Philip Blundell <pb@nexus.co.uk>
1654
1655 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
1656 entry is already relocated.
1657
1658 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1659
1660 * resolv/res_hconf.c (parse_line): Skip empty lines. Bug reported
1661 by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
1662
1663 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1664
1665 * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
1666 uc_link which is the right name according to Unix98.
1667 Reported by Craig Metz [PR libc/1001].
1668 * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
1669 * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
1670 * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
1671 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
1672 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
1673 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
1674
1675 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1676
1677 * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
1678 @ifinfo.
1679
1680 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1681
1682 * iconvdata/Makefile: Always include iconv-rules, but disable rule
1683 to regenerate it if avoid-generated.
1684
1685 * Makeconfig: Always include sys-dirs, but disable rule to
1686 regenerate it when avoid-generated.
1687
1688 * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
1689 rule to generate sysd-syscalls.
1690
1691 * elf/Makefile (generated): Remove $(objpfx) from names.
1692
1693 1999-02-28 Mark Kettenis <kettenis@gnu.org>
1694
1695 * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
1696 actual length if the adress length is smaller than the input
1697 value. Change type of *LEN paramater to socklen_t.
1698 * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
1699 * sysdeps/mach/hurd/accept.c (accept): Likewise.
1700 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
1701 * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
1702 paramater to socklen_t.
1703
1704 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
1705
1706 * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
1707 msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
1708 with the RPC.
1709
1710 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
1711
1712 * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
1713 __get_phys_pages): Cast &HBI to silence warning.
1714
1715 * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
1716 * hurd/hurdchdir.c: New file.
1717 * hurd/hurdfchdir.c: New file.
1718 * sysdeps/mach/hurd/chroot.c: Call
1719 _hurd_change_directory_port_from_name to do the work.
1720 * sysdeps/mach/hurd/chdir.c: Likewise.
1721 * sysdeps/mach/hurd/fchdir.c: Call
1722 _hurd_change_directory_port_from_fd to do the work.
1723 * hurd/fchroot.c: Likewise.
1724 * hurd/hurd.h: Declare them.
1725
1726 1999-02-27 Ulrich Drepper <drepper@cygnus.com>
1727
1728 * elf/dl-load.c (lose): Add more comments to explain the `why'.
1729 (_dl_map_object): Remove redundant test.
1730
1731 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
1732
1733 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
1734 try to _hurd_port_free a lower-numbered descriptor that was not in any
1735 fd_set.
1736
1737 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1738
1739 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
1740 declaration for ____wcstod_l_internal.
1741
1742 * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
1743 __strtod_internal prototype.
1744 * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
1745 (____strtold_l_internal): Add prototype declaration.
1746 (__strtold_l): Call correct function.
1747
1748 1999-02-24 Ulrich Drepper <drepper@cygnus.com>
1749
1750 * elf/elf.h: Add 32bit HPPA definitions.
1751
1752 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1753
1754 * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
1755 non-checked heap is restored when malloc checking was requested by
1756 the user.
1757 (struct malloc_state): Add using_malloc_checking.
1758 (MALLOC_STATE_VERSION): Increment minor.
1759 (using_malloc_checking, disallow_malloc_check): New variables.
1760 (__malloc_check_init): Use them.
1761 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
1762 that it can the chunk is properly instrumented when malloc
1763 checking is enabled. Set the new using_malloc_checking field.
1764 (malloc_hook_ini): Correct signature when _LIBC is not defined.
1765
1766 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1767
1768 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
1769 (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
1770 time.
1771
1772 * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
1773 Don't call elf_get_dynamic_info and _dl_setup_hash a second time
1774 if ld.so is the main program.
1775
1776 1999-02-23 Ulrich Drepper <drepper@cygnus.com>
1777
1778 * stdio-common/vfprintf.c (vfprintf): If precision or width is too
1779 large for work_buffer, allocate new buffer.
1780 (printf_unknown): Likewise. [PR libc/988]
1781
1782 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
1783
1784 * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
1785 instead of stat and fstat.
1786 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1787
1788 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1789
1790 * elf/dl-error.c (_dl_signal_cerror): New function.
1791 (_dl_signal_error): Don't call receiver function.
1792 * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
1793 instead of _dl_signal_error when reporting references to undefined
1794 symbols or versions.
1795 (_dl_lookup_versioned_symbol): Likewise.
1796 (_dl_lookup_versioned_symbol_skip): Likewise.
1797 * elf/dl-version.c (match_symbol): Likewise.
1798
1799 * elf/ldsodefs.h: Declare _dl_signal_cerror.
1800
1801 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
1802
1803 * misc/getttyent.c (getttyent): Release lock on stream later to
1804 also protect global variable zapchar.
1805
1806 * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
1807 __times [PR libc/990].
1808
1809 1999-02-21 David S. Miller <davem@redhat.com>
1810
1811 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
1812 parentheses in Feb 2 changes.
1813 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
1814
1815 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1816
1817 * sysdeps/generic/glob.c (glob): Save previous errno.
1818
1819 1999-02-21 Ulrich Drepper <drepper@cygnus.com>
1820
1821 * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
1822 lookup functions if it is too small.
1823
1824 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
1825
1826 * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
1827 for tracing to the scope lists.
1828 * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
1829 DT_SYMTAB is always available according to ELF spec.
1830
1831 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
1832 call test whether there is any scope left.
1833 (_dl_lookup_versioned_symbol_skip): Likewise.
1834
1835 * elf/Makefile (distribute): Add do-lookup.h.
1836 * elf/do-lookup.h: New file. Split out from dl-lookup.c.
1837 * elf/dl-lookup.c: Move do_lookup function in separate file and
1838 include the file twice, for handling versioning and without it.
1839
1840 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
1841 entry is already relocated.
1842 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
1843 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
1844 * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
1845 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1846 Likewise.
1847 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
1848 Likewise.
1849 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
1850 Likewise.
1851
1852 * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
1853 load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
1854 DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
1855 (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
1856 rel and rela relocations can both happen and skip one test if this
1857 is not possible.
1858 (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
1859 appropriately.
1860 * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
1861 already relocated.
1862 * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
1863 relocated.
1864 * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
1865 (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
1866 (_dl_map_object): DT_STRTAB entry is already relocated.
1867 * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
1868 already relocated.
1869 * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
1870 relocated.
1871 * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
1872 DT_VERSYM entries are already relocated.
1873 (profile_fixup): Likewise.
1874 * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace
1875 all users.
1876 (match_symbol): DT_STRTAB entry is already relocated.
1877 (_dl_check_map_versions): Likewise. Also fo DT_VERSYM.
1878 * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
1879 relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated.
1880 * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
1881 (find_needed): DT_STRTAB entry is already relocated.
1882 (dl_main): Pass extra argument to elf_get_dynamic_info.
1883 DT_STRTAB entry is already relocated.
1884 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
1885 DT_PLTGOT entries are already relocated.
1886 (elf_machine_rela): Likewise for DT_SYMTAB.
1887 * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
1888 relocated.
1889 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1890 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
1891 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
1892 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
1893 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
1894 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
1895 (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
1896 * sysdeps/mips/mips64/dl-machine.h: Likewise.
1897
1898 * grp/initgroups.c (initgroups): If function in current module was
1899 successful don't stop but continue to process to get all the groups.
1900
1901 * elf/dl-load.c (_dl_map_object_from_fd): Use global
1902 _dl_pf_to_proot array to convert p_flags value.
1903 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1904
1905 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
1906 loop to clear `info'.
1907
1908 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
1909 do the work and don't use inline assembler.
1910
1911 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
1912
1913 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
1914 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
1915 noreturn, and prevent it from being inlined.
1916 Define LOSE appropriately.
1917 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
1918 Optimize decoding of p_flags for certain platforms.
1919
1920 1999-02-19 Philip Blundell <pb@nexus.co.uk>
1921
1922 * Makeconfig (link-libc): When doing a static link, make sure that
1923 libgcc.a is included both before and after libc.a.
1924
1925 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
1926
1927 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
1928 sp_warn, sp_inact, sp_expire and sp_flag.
1929
1930 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
1931
1932 * elf/link.h (link_map): Add l_dev and l_ino.
1933 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
1934 loaded shared object with all loaded objects. Initialize l_ino
1935 and l_dev in case it's new.
1936 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
1937 object.
1938 * elf/Makefile: Compile and run new test.
1939 * elf/multiload.c: New file.
1940
1941 * nss/nsswitch.h (service_user): Change name field from const char *
1942 to char[0].
1943 (name_database_entry): Likewise.
1944 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
1945 for change of `service_user'.
1946 (nss_getline): Adjust memory allocation for change of
1947 `name_database_entry'.
1948
1949 * catgets/catgets.c: Correctly handle NLSPATH from environment
1950 [PR libc/980].
1951
1952 * io/Makefile (routines): Add lock64.
1953 * io/Versions: Add lockf64 for GLIBC_2.1.1.
1954 * sysdeps/generic/lockf64.c: New file.
1955
1956 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
1957
1958 * string/bits/string2.h: Only use strncmp optimization if count
1959 argument is constant.
1960
1961 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
1962
1963 * sysdeps/mach/hurd/revoke.c: New file.
1964
1965 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
1966
1967 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
1968 int to avoid warning about `ISO C restricts enumerator values to
1969 range of `int''.
1970
1971 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1972
1973 * elf/dlfcn.h: Fix typo.
1974 * sysdeps/generic/bits/dlfcn.h: Likewise.
1975 * sysdeps/mips/bits/dlfcn.h: Likewise.
1976
1977 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
1978
1979 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
1980 for the case N == 0.
1981
1982 * db2/Makefile (distribute): Add LICENSE.
1983
1984 1999-02-03 Jeff Bailey <jbailey@nisa.net>
1985
1986 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
1987 generated files.
1988
1989 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
1990
1991 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
1992
1993 * time/mktime.c: Use ISO C form for function definitions and
1994 remove unnecessary prototypes.
1995
1996 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
1997
1998 * time/time.h: Avoid unneccesary #ifdef.
1999
2000 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
2001
2002 * stdio-common/_itoa.c (_itoa): Correct parameters to
2003 udiv_qrnnd_preinv.
2004
2005 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2006
2007 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
2008 before (e.g. in glob.h).
2009 Closes PR libc/959.
2010
2011 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2012
2013 * sysdeps/mips/fpu_control.h: Fix typo.
2014 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
2015 Remove __setfpucw.
2016
2017 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
2018
2019 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
2020 the "unused" ends of the sockets. Let pipes be bidirectional.
2021
2022 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
2023
2024 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
2025 invalid ai_flags.
2026
2027 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2028
2029 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
2030 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
2031
2032 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
2033 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
2034
2035 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
2036
2037 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
2038
2039 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2040
2041 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
2042 check for priority mask.
2043
2044 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
2045
2046 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
2047 Reported by Craig Metz <cmetz@inner.net> .
2048
2049 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2050
2051 * stdio-common/Makefile (tests): tllformat added.
2052
2053 * stdio-common/tllformat.c: New program, based on tiformat.c with
2054 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2055
2056 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2057
2058 * posix/test-vfork.c: Fix exit status test.
2059
2060 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2061
2062 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
2063 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
2064
2065 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2066
2067 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
2068 of separare explicit comparisons.
2069
2070 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2071
2072 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
2073 defined.
2074
2075 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
2076 defined.
2077
2078 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
2079
2080 * po/el.po: Update from translation team.
2081
2082 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2083
2084 * intl/locale.alias: Fix slovenian entry [PR libc/948].
2085
2086 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2087
2088 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
2089 * inet/ruserpass.c: Likewise.
2090 * locale/programs/stringtrans.c: Likewise.
2091 * locale/programs/localedef.c: Likewise.
2092 * nscd/grpcache.c: Likewise.
2093 * nss/nss_files/files-XXX.c: Likewise.
2094 * stdlib/canonicalize.c: Likewise.
2095 * sysdeps/posix/sigwait.c: Likewise.
2096
2097 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2098
2099 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
2100 even on 64 bit platforms.
2101
2102 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
2103 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
2104
2105 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
2106
2107 * intl/dcgettext.c: Include locale.h is available.
2108
2109 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
2110
2111 * po/nl.po: Update from translation team.
2112
2113 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
2114
2115 * Makefile: Allow calling goals for po subdir.
2116
2117 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
2118 signal definitions.
2119
2120 * po/el.po: New file.
2121
2122 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2123
2124 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
2125 when processing DT_SYMBOLIC objects.
2126
2127 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2128
2129 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
2130 program headers without PT_PHDR only require that they are
2131 contained within one of the loaded segments. Don't use assert,
2132 since that would be a bug in the object, not the dynamic linker.
2133
2134 1999-02-08 Richard Henderson <rth@cygnus.com>
2135
2136 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
2137 restore all call-clobbered fp regs.
2138
2139 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
2140
2141 * po/cs.po: New file.
2142
2143 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
2144 SUID binaries.
2145
2146 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
2147
2148 * signal/signal.h: Don't declare __libc_allocate_rtsig.
2149 * include/signal.h: Declare __libc_allocate_rtsig here.
2150
2151 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
2152 point functions, not do_lookup since the later can be called more
2153 than once.
2154
2155 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
2156
2157 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
2158 macro, so that architectures which need to add some special
2159 offset to stack pointer can share this file.
2160
2161 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
2162 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
2163 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
2164 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
2165
2166 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
2167 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
2168 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
2169 between sparc32 and sparc64.
2170
2171 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
2172 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
2173 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
2174 between sparc32 and sparc64.
2175
2176 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
2177 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
2178 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
2179 between sparc32 and sparc64.
2180
2181 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
2182 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
2183 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
2184 between sparc32 and sparc64.
2185
2186 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
2187
2188 * Versions.def: New version GLIBC_2.1.1 for libc.
2189 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
2190 * stdlib/labs.c: Moved to...
2191 * sysdeps/generic/labs.c: ...here.
2192 * stdlib/llabs.c: Moved to...
2193 * sysdeps/generic/llabs.c: ...here.
2194 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
2195 header. Declare _Exit.
2196 * sysdeps/generic/_exit.c: Add alias _Exit.
2197 * sysdeps/mach/hurd/_exit.c: Likewise.
2198 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
2199 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
2200 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
2201 * sysdeps/unix/_exit.c: Likewise.
2202 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
2203 imaxdiv and imaxabs. Declare lldiv_t if necessary.
2204 * sysdeps/wordsize-64/inttypes.h: Likewise.
2205 * sysdeps/wordsize-32/llabs.c: New file.
2206 * sysdeps/wordsize-32/lldiv.c: New file.
2207 * sysdeps/wordsize-64/labs.c: New file.
2208 * sysdeps/wordsize-64/ldiv.c: New file.
2209 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
2210 * manual/startup.texi: Document _Exit.
2211
2212 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2213
2214 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
2215
2216 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
2217
2218 * Versions.def: Add versions for ld.so.
2219 * csu/Versions: Remove __libc_stack_end here.
2220 * elf/Versions: Split libc definitions in libc and ld.so definitions.
2221 * elf/Makefile (ld-map): Change to ld.so.map.
2222 * scripts/versions.awk: Recognize dot in library names.
2223
2224 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
2225 Don't use __tolower and __toupper in inline functions.
2226 Add optimizing macros for tolower and toupper.
2227 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
2228 (_toupper): Don't use __toupper.
2229 * ctype/ctype.c (tolower): Don't use __tolower.
2230 (toupper): Don't use toupper.
2231
2232 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
2233
2234 * resolv/Versions (libresolv): Export __ns_name_unpack and
2235 __ns_name_ntop.
2236 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
2237 make it global. Change all users. Similar for ns_name_ntop.
2238 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
2239 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
2240 directly to detect too small buffer.
2241 * resolv/nss_dns/dns-network.c: Likewise.
2242
2243 * stdio-common/Makefile (tests): Add scanf12.
2244 * stdio-common/scanf12.c: New file.
2245 * stdio-common/scanf12.input: New file.
2246 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
2247 floating-point correctly if the number is invalid.
2248
2249 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
2250 functions.
2251 * stdio-common/printf_fp.c: Likewise.
2252 * stdio-common/printf_fphex.c: Likewise.
2253 * stdio-common/vfprintf.c: Likewise.
2254
2255
2256 See ChangeLog.9 for earlier changes.
This page took 0.142014 seconds and 5 git commands to generate.