Update.
[platform/upstream/glibc.git] / ChangeLog
1 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
2
3         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
4         for Hurd.  Patch by Mark Kettenis.
5
6 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
7
8          * mach/Machrules (+preinit, +postinit): Define these variables to
9          empty because libhurduser and libmachuser don't need startup
10          files.
11
12 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
13
14          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
15          instead of a raw bitmask.
16
17 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18
19         * Makeconfig (rpath-dirs): New variable.
20         (rpath-link): Use it.
21         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
22         (db-objpfx): Removed.
23         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
24         * md5-crypt/Makefile: Likewise.
25         * sysdeps/mach/hurd/Makefile: Likewise.
26
27         * Makeconfig (move-if-change): New variable.
28         * iconvdata/Makefile (move-if-change): Removed.
29         * manual/Makefile (move-if-change): Set only if undefined, use
30         local script by default.
31         * sunrpc/Makefile (move-if-change): Removed.
32         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
33         $(move-if-change).
34
35          * elf/Makefile: Remove all references to obsolete file
36          $(objpfx)rtldtbl.h.
37          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
38
39 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
40
41         * elf/dl-close.c (_dl_close): Add debugging message.
42
43 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
44
45         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
46         to get Linux version and not gcc version.
47         Reported by Alan Curry <pacman@cqc.com>.
48
49 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
50
51         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
52         pointers - return unknown error message instead.
53         Reported by Alan Curry <pacman@cqc.com>.
54
55 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
56
57         * iconvdata/Makefile (modules, sed-generated-headers,
58         perl-generated-headers): ibm424.h is perl generated.  Make
59         necessary modifications to compile without perl.
60
61 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
62
63         * hesiod/hesiod.c (read_config_file): Fix typo.
64
65 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
66
67         * version.h: Bump VERSION.
68
69         * csu/Makefile (distribute): Add munch-tmpl.c.
70
71 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
72
73         * nis/nis_defaults.c: Fix buffer problems and typos.
74
75 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
76
77         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
78         Patch by Fred Fish.
79
80 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
81
82         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
83         overwriting bugs.
84
85         * libio/strops.c (_IO_str_underflow): Read newly available
86         character from buffer as unsigned.
87
88 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
89
90         * catgets/Makefile (distribute): Add xopen-msg.h.
91         (generated): Add de.msg and de.cat.
92         (tests): Add do-gencat-test.
93         (do-gencat-test): New goal.  Run gencat on a generated msg file.
94         * catgets/xopen-msg.h: New file.
95
96 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
97
98         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
99         functions.  Optimize filename creation a bit.
100
101 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
102
103         * stdlib/random_r.c: Help gcc to optimize the code.
104         Patch by Joe Keane <jgk@jgk.org>.
105
106 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
107
108         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
109         tsearch calls.
110
111 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
112
113         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
114         it.
115
116 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
117
118         * wcsmbs/wcsnrtombs.c: Correct computation of result.
119         * wcsmbs/wcsrtombs.c: Likewise.
120
121         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
122         * wcsmbs/wcsmbs-tst1.c: New file.
123
124         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
125
126         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
127         as 1.
128
129         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
130         weak.
131
132 1998-05-21  Philip Blundell  <philb@gnu.org>
133
134         * sysdeps/arm/fpu_control.h: Replace stub file with real
135         implementation.
136         * sysdeps/arm/fpu/bits/fenv.h: New file.
137         * sysdeps/arm/fpu/fesetround.c: Likewise.
138         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
139         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
140         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
141         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
142         * sysdeps/arm/fpu/fegetenv.c: Likewise.
143         * sysdeps/arm/fpu/fesetenv.c: Likewise.
144
145 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
146
147         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
148         read instead of mmap.
149
150 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
151
152         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
153         directly instead of include_next.  Add missing semicolons.
154         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
155         Add missing semicolons.
156
157 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
158
159         * iconvdata/gconv-modules: Add more aliases to please java
160         environments.
161
162 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
163
164         * stdio-common/vfprintf.c (process_arg): Fix typo.
165
166         * iconvdata/TESTS: New tests for EUC-KR.
167
168         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
169         * iconvdata/testdata/EUC-KR: New file.
170
171 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
172
173         * math/libm-test.c (hypot_test): Fix a typo.
174
175 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
176
177         * stdio-common/vfprintf.c: When precision is specified for %ls or
178         %S handle it correctly.
179
180 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
181
182         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
183         the" in one line - fixed it.
184         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
185         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
186         * posix/unistd.h: Likewise
187
188 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
189
190         * Makeconfig (rpath-link): Add resolvobjdir.
191         (resolvobjdir): New variable.
192         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
193
194 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
195
196         * elf/dl-close.c: Call shared object terminators at the right time.
197         Patch by Philippe Troin <phil@fifi.org>.
198
199 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
200
201         * Make-dist (+tsrcs): Also add *.map for every member of
202         $(extra-libs).
203
204         * Makefile (distribute): Don't distribute scripts/printsources and
205         scripts/=__ify.  Distribute FAQ.in.
206         (rpm/%): Don't pass subdirs to sub-make.
207
208         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
209         instead of $(no_deps).
210
211 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
212
213         * sysdeps/generic/setenv.c: Protect against GNU C extension.
214         (KNOWN_VALUE, STORE_VALUE): Do it right.
215         (setenv): Remove unused variable.
216
217 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
218
219         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
220         (CFLAGS-zdump.c): Add $(tz-cflags).
221
222         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
223         return type.
224
225 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
226
227         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
228         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
229         if use_localtime.
230         * time/tzset.c: Update prototype of __tzfile_compute.
231         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
232         tm_zone and tm_offset here if __use_tzfile.
233
234 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
235
236         * Makerules: Install libc.a even if there are no object file.
237
238 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
239
240         * Makerules (do-makelib): Don't force creating library from
241         scratch, to avoid wasting time and space and to get correct
242         behaviour if $(subdirs) is incomplete.
243
244 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
245
246         * Makerules (do-stamp): Make it work when building in source
247         directory.
248
249 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
250
251         * elf/dl-load.c: Rename option and variable from ignore-rpath to
252         inhibit-rpath.
253         * elf/dl-support.c: Likewise.
254         * elf/ldsodefs.h: Likewise.
255         * elf/rtld.c: Likewise.
256         * iconvdata/run-iconv-test.sh: Likewise.
257
258 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
259
260         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
261         variable using the value.
262         * elf/ldsodefs.h: Declare _dl_ignore_path.
263         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
264         object against list in _dl_ignore_path and ignore RPATH if on the list.
265         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
266         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
267         to make sure we get the correct helper libraries loaded.
268
269         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
270         "RPATH" string in call to fillin_rpath instead.
271         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
272
273 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
274
275         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
276         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
277
278 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
279
280         * manual/terminal.texi (I/O Queues): Fix typo.
281
282         * manual/stdio.texi (Closing Streams): Fix grammar.
283
284         * manual/arith.texi (Absolute Value): Correct typo.
285         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
286
287 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
288
289         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
290         LD_PROFILE_OUTPUT in SUID binaries.
291         * intl/dcgettext.c: In SUID binaries don't let language part of
292         locale value contain path elements.
293         * intl/explodename.h: Define new function _nl_find_language.
294         * intl/loadinfo.h: Declare _nl_find_language.
295         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
296         language part it drop the value is path element is contained.
297
298         * locale/setlocale.c: Fix typo.
299
300 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
301
302         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
303
304         * sysdeps/arm/strlen.S: Support both big and little endian processors.
305
306         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
307         log, not a byte-count.
308
309         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
310         a.out compatibility.
311
312 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
313
314         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
315         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
316         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
317         * posix/unistd.h: Likewise.
318         * math/math.h: Likewise.
319         * manual/users.texi (Manipulating the Database): Likewise.
320         * manual/signal.texi (Job Control Signals): Likewise.
321         * manual/message.texi (The gencat program): Likewise.
322         * manual/filesys.texi (Hard Links): Likewise.
323         * manual/math.texi (SVID Random): Likewise.
324         * manual/llio.texi (Waiting for I/O): Likewise.
325         * manual/io.texi (File Name Errors): Likewise.
326         * manual/conf.texi (String Parameters): Likewise.
327         * manual/arith.texi (Infinity): Likewise.
328         * malloc/malloc.c: Likewise.
329         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
330         * csu/Makefile: Likewise.
331
332 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
333
334         * manual/memory.texi: Add back accidently removed line.
335
336 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
337
338         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
339         (timeout_handler): New function.
340         (LOCK_FILE, UNLOCK_FILE): New macros.
341         Implement file locking with timeout.
342         (getutent_r_file, internal_getut_r, getutline_r_file,
343         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
344         locking.
345
346 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
347
348         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
349         directory.
350
351 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
352
353         * rpm/Makefile: Delete inclusion of version.mk.
354
355 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
356
357         * libc.map: Add all libio functions needed libstdc++ with version
358         2.0, sort entries.
359
360 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
361
362         * iconvdata/Makefile (generated): Add *.stmp files.
363
364 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
365
366         * timezone/Makefile (testdata, build-testdata): New variables, use
367         them in rules for test data.
368         ($(objpfx)tst-timezone.out): Depend on test data.
369         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
370         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
371         New rules to build test data.
372         (tst-timezone-ENV): Pass TZDIR to point to test data.
373
374 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
375
376         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
377         (the designation sequence is disturbing).
378
379 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
380
381         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
382         * sunrpc/xdr_rec.c: Likewise.
383
384 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
385
386         * posix/Makefile (tests): Add runptests.
387         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
388         (before-compile): Add ptestcases.h.
389         (ptestscases.h): Add rule to generate from PTESTS.
390         * posix/runptests.c: New file.
391         * posix/PTESTS: New file.
392         * posix/PTESTS2C.sed: New file.
393
394 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
395
396         * iconv/loop.c: Let user add code to use and set paramaters.
397
398         * iconvdata/iso-2022-kr.c: Correct to-loop.
399
400         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
401         point to output buffer.
402
403         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
404         hanja.
405
406         * iconvdata/TESTS: Add ISO-2022-KR test.
407         * iconvdata/testdata/ISO-2022-KR: New file.
408
409 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
410
411         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
412         and internal_use.
413         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
414         and internal_use.
415         * wcsmbs/btowc.c: Likewise.
416         * wcsmbs/mbrtowcs.c: Likewise.
417         * wcsmbs/mbsnrtowcs.c: Likewise.
418         * wcsmbs/mbsrtowcs.c: Likewise.
419         * wcsmbs/wcrtomb.c: Likewise.
420         * wcsmbs/wcsnrtombs.c: Likewise.
421         * wcsmbs/wcsrtombs.c: Likewise.
422         * wcsmbs/wctob.c: Likewise.
423         * iconv/skeleton.c: Increment invocation_counter.
424         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
425         sequence first.
426
427         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
428         * iconvdata/iso-2022-jp.c: Likewise.
429         * iconvdata/iso646.c: Likewise.
430
431         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
432
433 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
434
435         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
436
437         * sysdeps/generic/setenv.c (setenv): Remove optimization for
438         overwriting existing values if it fits.
439
440 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
441
442         * posix/wordexp-test.c: Avoid duplicate messages.
443
444         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
445         tsearch.  Correctly interpret values returned by those functions.
446         (unsetenv): Store pointer to string, not pointer to string pointer.
447
448         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
449         DST information and offset in them.
450         * time/tzset.c (__tz_convert): Pass extra parameters to
451         __tzfile_compute.  Compute equivalent values for use of tz_rules.
452
453 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
454
455         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
456         stamp files to avoid unnecessary recompilation.
457         (gen-8bit-gap-table): Likewise.
458         (move-if-change): New variable.
459         (all generated .h rules): Change to be .stmp rules.
460         (%.h): New rule; depend on %.stmp; no commands.
461         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
462         gen-8bit-gap-1.sh.
463
464 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
465
466         * Makerules (libc-map): Deleted.
467         (load-map-file): Set to the appropriate compiler switch, not
468         just the file name.  If libfoo-map is not set, look for a
469         libfoo.map in the current directory and $(..).
470         (map-file): New variable, contains just the mapfile name.
471         (build-shlib): Adjust for new value of load-map-file.
472         (libc.so): Correct dependencies.
473
474         * extra-lib.mk: Correct shlib dependencies since libfoo-map
475         may not be set anymore.
476
477         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
478         Delete libdl-map.  Tweak ld.so link rule to work with changed
479         variable settings in Makerules.
480         * iconvdata/Makefile: Tweak build-module to work with changed
481         variable settings in Makerules.
482
483         * db/Makefile: Delete libdb-map.
484         * hesiod/Makefile: Delete libnss_hesiod-map.
485         * linuxthreads/Makefile: Delete libpthread-map.
486         * locale/Makefile: Delete libBrokenLocale-map.
487         * login/Makefile: Delete libutil-map.
488         * math/Makefile: Delete libm-map.
489         * md5-crypt/Makefile: Delete libcrypt-map.
490         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
491         libnss_nisplus-map, and libnss_compat-map.
492         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
493         libnss_ldap-map.
494         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
495         * rt/Makefile: Delete librt-map.
496
497 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
498
499         * configure.in: Instead of substituting `yes' or `no' for whether
500         --no-whole-archive is available, set @no_whole_archive@ to the
501         appropriate gcc switch or the empty string.  Likewise for
502         -fno-exceptions.
503         * config.make.in: Replace have-no-whole-archive with
504         no-whole-archive and have-no-exceptions with no-exceptions.
505         * Makerules: Delete stanzas setting no-whole-archive and
506         no-exceptions.
507
508         * sunrpc/Makefile: Use move-if-change to update generated .h
509         and .c files.
510
511 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
512
513         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
514         of strchr loop.
515
516 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
517
518         * time/tzfile.c (__tzfile_read): Remove unused variable info.
519         (__tzfile_compute): Likewise.
520
521 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
522
523         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
524         defines from Linux 2.1.102.
525
526 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
527
528         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
529
530 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
531
532         * inet/netinet/in.h: Add defines for multicast.
533         Reported by Jeremy Hall <jhall@UU.NET>.
534
535         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
536         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
537         and unsetenv.  Optimize _LIBC case.
538         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
539         Define functions with leading __.
540
541         * time/tzfile.c: Correct handling of global variables daylight,
542         timezone, and tzname.
543         * time/tzset.c: Likewise.
544         * timezone/Makefile (tests): Add tst-timezone.
545         * timezone/tst-timezone.c: New file.
546
547 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
548
549         * timezone/asia: Update from tzdata1998d.
550         * timezone/australasia: Likewise.
551         * timezone/europe: Likewise.
552
553 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
554
555         * string/string.h: Don't use the optimized versions for the string
556         functions if optimizing for space.
557
558         * stdlib/tst-strtod.c: Add test for -0.0.
559
560         * io/ftwtest-sh: Prevent tests from being run by root.
561
562         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
563         last addition.  Patch by wkpark@chem.skku.ac.kr.
564
565 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
566
567         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
568         table.
569
570 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
571
572         * iconvdata/gen-8bit.sh: New file.
573         * iconvdata/gen-8bit-gap.sh: New file.
574         * iconvdata/gen-8bit-gap-1.sh: New file.
575         * iconvdata/Makefile (generate-8bit-table): Use shell script
576         instead of writing the commands directly.
577         (generate-8bit-gap-table): Likewise.
578         ($(objpfx)iso8859-7jp.h): Likewise.
579         (generated headers): Depend on shell script instead of Makefile.
580         (before-compile): Add $(perl-generated-headers) only if perl is
581         available.
582         (headers): Depend on $(perl-generated-headers) only if perl is
583         available.
584         (sed-generated-headers): Remove iso8859-7jp.h.
585
586 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
587
588         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
589         (/): Removed.
590
591 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
592
593         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
594         formed charset names to getfct.  Let user override charset
595         selection by mention charset in locale name.
596
597 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
598
599         * posix/glob.c: Move to ...
600         * sysdeps/generic/glob.c: ...here.
601         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
602         elements.
603         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
604         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
605         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
606         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
607         subdir.
608         * libc.map [GLIBC_2.1]: Add glob and globfree.
609
610 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
611
612         * sunrpc/Makefile (generated): Restore old list.
613
614 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
615
616         * rt/Makefile (tests): Define only if we have a thread library.
617
618         * nis/ypclnt.c: Add: #include <errno.h>.
619
620 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
621
622         * configure.in: Define and substitute RELEASE as well as
623         VERSION.
624         * config.make.in: Add RELEASE and VERSION to be substituted.
625         * Makeconfig: Delete all references to version.mk.
626         * Make-dist: Likewise.
627         * MakeTAGS: Likewise.
628         * elf/Makefile: Likewise.
629
630 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
631
632         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
633         yp_get_default_domain.
634
635 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
636
637         * sysdeps/posix/profil.c (__profil): Don't define act and timer
638         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
639
640 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
641
642         * malloc/malloc.c: Fix for NO_THREADS case.
643
644 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
645
646         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
647         Remove statfs and fstatfs.
648         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
649         and pwrite as EXTRA.
650         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
651
652 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
653
654         * libc.map: Add capget and capset.
655
656 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
657
658         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
659         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
660         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
661         and Matt McLean <keys@brio.yikes.com>.
662
663 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
664
665         * misc/Makefile (tests): Add tst-mntent.
666         * misc/tst-mntent.c: New file.
667
668 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
669
670         * autolock.sh: Removed.
671         * manual/move-if-change: Removed.
672
673         * scripts: New directory.
674         * =__ify: Moved to scripts.
675         * config.guess: Likewise.
676         * config.sub: Likewise.
677         * gen-FAQ.pl: Likewise.
678         * install-sh: Likewise.
679         * mkinstalldirs: Likewise.
680         * move-if-change: Likewise.
681         * printsources: Likewise.
682         * rellns.sh: Likewise.
683         * test-installation.pl: Likewise.
684
685         * configure.in: Look in scripts for config.guess, config.sub,
686         install-sh.
687         * Makefile: Distribute all above files in their
688         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
689         * manual/Makefile: Find mkinstalldirs and move-if-change in
690         $(..)scripts.  Drop them from distribute.  Minor cleanups.
691         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
692         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
693         * timezone/Makefile: Find rellns-sh in scripts.
694
695 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
696
697         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
698         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
699
700 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
701
702         * Makefile (+subdir-inits): Delete variable.
703         (+init_subdirs): Likewise.
704         (aux): Likewise.
705         (before-compile): Likewise.
706         (libc-init): Delete stanza.
707         (version-info.h): Delete rule and associated variable.
708         (distribute): Don't distribute moved files.
709         * Makerules (interp-obj): It lives in elf now.  Only use it
710         if $(elf) is set.  Delete rule to build it.
711         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
712         version.o and version-info.h.  Minor cleanups.
713         (routines): Add libc-init, sysdep, version.
714         (generated): Add version-info.h.
715         * elf/Makefile: Build interp.os.
716
717         * interp.c: Moved to elf.
718         * set-init.c: Moved to csu.
719         * munch-init.c: Likewise.
720         * munch.awk: Likewise.
721         * version.c: Likewise.
722
723         * Rules: Unconfuse syntax highlighting with a fake comment.
724
725 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
726
727         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
728         syscalls.
729
730 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
731
732         * iconvdata/Makefile (generated): Set to *-generated-headers
733         plus gconv-modules.
734         (tests): Set to iconv-test.
735         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
736         * posix/Makefile (generated): Set to wordexp-test-result*.
737         * sunrpc/Makefile (generated): Remove rpcsvc/*.
738         (generated-dirs): Add rpcsvc.
739         * libio/Makefile: Clean up.
740
741 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
742
743         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
744         * Makerules: Likewise.
745         (+depfiles): Also add sysdep-others.
746         * Rules: Likewise.
747         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
748         * iconvdata/Makefile (distribute): Add TESTS.
749         * localedata/Makefile (repertoires): Rename to repertoiremaps.
750         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
751         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
752         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
753         sysdep-others, not others.
754         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
755         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
756
757 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
758
759         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
760         cost_hi and cost_lo.
761         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
762         Cost parameter and set cost_lo to INT_MAX.
763         (add_module): Take new parameter and use it to initialize cost_lo.
764         (read_conf_file): Count modules being loaded and use counter for
765         new parameter to add_module.
766         * iconv/gconv_db.c (find_derivation): When look for cost examine
767         cost_hi and cost_lo.
768
769 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
770
771         * string/bits/string2.h: Don't use unsigned char * unless really
772         necessary since this disturbs C++.
773         * sysdeps/i386/i486/bits/string.h: Likewise.
774         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
775
776 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
777
778         * malloc/malloc.c (top_check): Fix last change.
779
780 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
781
782         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
783         Patch by Matt McLean <keys@brio.yikes.com>.
784
785 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
786
787         * Makerules (lib): Put back dependency on lib-noranlib.
788         ($(subdirs-stamps)): Remove dependency on stamp.* again.
789
790 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
791
792         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
793         test in __pow2 implementation.
794
795 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
796
797         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
798         Still need *FLAGS-.o because we still sometimes build .o files.
799         * db2/Makefile: Don't build libndbm.a if !build-static.
800
801 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
802
803         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
804
805 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
806
807         * configure.in: New test for broken gcc on PowerPC.
808         * sysdeps/powerpc/atomicity.h: Use result of test.
809         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
810
811         * math/libm-test.c: Update many of the epsilon to match actual
812         performance.
813
814         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
815         * sysdeps/libm-ieee754/e_expf.c: Likewise.
816         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
817         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
818
819         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
820
821         * sysdeps/powerpc/elf/libc-start.c: New file.
822         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
823         * sysdeps/powerpc/elf/start.c: Delete.
824
825         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
826         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
827
828         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
829         few patches.
830
831 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
832
833         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
834         test for integer.
835
836         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
837         * sysdeps/libm-i387/e_powl.S: Likewise.
838
839 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
840
841         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
842         (malloc_check, free_check, realloc_check, memalign_check): Use
843         them to improve overrun checking.  Overruns of a single byte and
844         corruption of the top chunk are now detected much more reliably.
845
846 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
847
848         * math/libm-test.c (pow_test): Add test for special value from PR
849         libc/590.
850
851 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
852
853         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
854         including linux/errno.h.
855
856 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
857
858         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
859         Use correct types.
860         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
861         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
862
863 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
864
865         * Makerules (elide-routines.*): Fix assignments.
866         (do-makelib): Fix typo.
867         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
868         makefile.
869
870 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
871
872         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
873         $(objpfx)sysd-dirs): Move them...
874         * Makeconfig: ... here.
875         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
876         (stubs): Fix circular depedency.
877         (do-makelib): Clean up.
878         (lib): Don't depend on lib-noranlib.
879         ($(objpfx)stamp.oS): Remove special case for empty
880         static-only-routines.
881         (elide-routines.o): Add $(static-only-routines).
882         (elide-routines$o): Define this instead of elide-routines.$o.
883         * manual/Makefile (stubs): Fix circular dependency.
884
885 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
886
887         * libio/Makefile (routines): Remove duplicate oldiofclose.
888
889 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
890
891         * string/strcoll.c: Use uint32_t instead of u_int32_t.
892
893 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
894
895         * libio/stdio.h: Fix typo in __REDIRECT.
896         * io/sys/stat.h: Likewise.
897         Reported by Myles Uyema <myles@uyema.nws.net>.
898
899 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
900
901         * locale/programs/localedef.c (options): Fix help message.
902
903 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
904
905         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
906         relocations.  Patch by Joe Keane <jgk@jgk.org>.
907
908 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
909
910         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
911         ptmalloc_unlock_all, but re-initializes the mutexes instead.
912         (ptmalloc_init): Use new function in thread_at_fork call.
913         (thread_atfork_static): Likewise.
914         Suggested by Wolfram Gloger and Xavier Leroy.
915
916 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
917
918         * signal/signal.h: Move definitions of struct sigstack and
919         struct sigaltstack into separate file and include it.
920         * sysdeps/generic/bits/sigstack.h: New file.
921         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
922         * signal/Makefile (headers): Add bits/sigstack.h.
923
924 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
925
926         * elf/rtld.c (dl_main): Fix check for number of references to
927         interpreter object.
928
929 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
930
931         * elf/rtld.c (dl_main): Check has_interp after executing platform
932         specific code.
933
934 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
935
936         * iconvdata/run-iconv-test.sh: Fix typo.
937
938 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
939
940         * Makerules (+depfiles): Add depfiles for $(tests-static).
941         Simplified.
942
943 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
944
945         * manual/terminal.texi (Special Characters): Fix description of
946         c_cc indexes.
947
948 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
949
950         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
951         array.
952         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
953         of c_cc array.
954
955 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
956
957         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
958
959 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
960
961         * intl/locale.alias: Update russian entry.
962
963 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
964
965         * Makerules (static-only-routines): Reimplement in terms of
966         elide-routines.os.
967         (shared-only-routines): Reimplement in terms of
968         elide-routines.X [where X is all object-suffixes except .os].
969
970         (stubs): Create stubs file inside the subdir.
971         (common-mostlyclean): Remove stubs file from inside the subdir.
972         * Makefile (subdir-stubs): Look for stubs files inside the
973         subdirs.
974         * manual/Makefile (stubs): Create dummy stubs file inside the
975         subdir.
976
977 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
978
979         Build speed improvement: make ar less of a bottleneck.
980
981         * Makerules (stamp$o): Just record the object list for later
982         use.
983         (libc_foo.a): New rule, depends on subdir stamp files; builds
984         and ranlibs the library from the lists saved in those files.
985
986         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
987         (subdirs-stamp-o): Likewise.
988
989         (ar-symtab-name): Delete variable.
990         (lib%.a): Delete target.
991         (libc_foo.a(bar.%)): Delete target.
992         (libc_foo.a($(ar-symtab-name))): Delete target.
993
994         (objects objs): Just depend on libobjs and extra-objs.
995         (libobjs): Depend on the stamp files, not the objects.
996         (extra-objs): New target, just depends on the extra-objs list.
997
998         (CREATE_ARFLAGS): Kill the `ar S' hack.
999
1000         * config.make.in (have-ar-S): Deleted.
1001         * configure.in: Delete test for `ar S'.  Add test to determine
1002         whether ranlib does anything useful.
1003
1004 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1005
1006         * inet/tst-ether_aton.c: Include <stdio.h>.
1007
1008 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1009
1010         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1011
1012         * locale/Makefile (distribute): Add programs/repertoire.h.
1013         (localedef-modules): Add repertoire.
1014         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1015         * locale/programs/repertoire.c: New file.
1016         * locale/programs/repertoire.h: New file.
1017         * locale/programs/charmap.c: Starting fixing character set handling
1018         to handle multi-byte encodings.
1019         * locale/programs/charset.c: Likewise.
1020         * locale/programs/charset.h: Likewise.
1021         * locale/programs/ld-collate.c: Likewise.
1022         * locale/programs/ld-ctype.c: Likewise.
1023         * locale/programs/linereader.c: Likewise.
1024         * locale/programs/localedef.c: Likewise.
1025         * locale/programs/locfile-kw.gperf: Likewise.
1026         * locale/programs/locfile-kw.h: Likewise.
1027         * locale/programs/locfile-token.h: Likewise.
1028         * locale/programs/locfile.h: Likewise.
1029         * locale/programs/stringtrans.c: Likewise.
1030
1031         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1032         path, extended with "/locales/".
1033
1034 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1035
1036         * sysdeps/arm/memset.S: Fix off by one error.
1037
1038         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1039         __syscall_error rather than syscall_error directly.
1040
1041 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1042
1043         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1044         mmap() syscall for ARM.
1045
1046         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1047         binaries.
1048
1049 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1050
1051         * locale/programs/localedef.c: Recognize repertoire-map option.
1052
1053 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1054
1055         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1056         converting non-hex numbers.
1057         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1058
1059 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1060
1061         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1062         check overflow.
1063         * resolv/Makefile (tests): New, add tst-aton.
1064         * resolv/tst-aton.c: New file.
1065
1066 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1067
1068         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1069         semicolon.
1070
1071 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1072
1073         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1074         by letting the later modify the variable computing the total directly.
1075         * wcsmbs/mbsrtowcs.c: Likewise.
1076         * wcsmbs/wcsnrtombs.c: Likewise.
1077         * wcsmbs/wcsrtombs.c: Likewise.
1078
1079         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1080         it is not used.
1081         * wcsmbs/wctoc.c: Likewise.
1082
1083         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1084         * wcsmbs/wcsrtombs.c: Likewise.
1085
1086         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1087
1088 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1089
1090         * iconv/skeleton.c: Correct counting of actually converted
1091         characters.
1092
1093         * intl/localealias.c (read_alias_file): Use unsigned char for
1094         local variables.  Remove unused variable tp.
1095         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1096         for type of codeset.  For loosing Solaris systems.
1097         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1098         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1099         len if not needed.
1100         Patches by Jim Meyering.
1101
1102         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1103         wcsrtombs must put it into initial state.
1104
1105 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1106
1107         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1108         argument of bswap_XX macro.
1109
1110 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1111
1112         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1113         variable name.
1114
1115 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1116
1117         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1118         semun and use stdarg macros to get the value.
1119         * sysdeps/generic/semctl.c: Don't use union semun.
1120
1121         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1122
1123         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1124
1125         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1126         strings.h.
1127
1128         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1129         defines grouping.
1130
1131         * intl/hash-string.h: Don't include values.h.
1132
1133         * inet/Makefile (tests): Add tst-ether_aton.
1134         * inet/tst-ether_aton.c: New file.
1135
1136         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1137         in hex conversion.
1138         * inet/ether_aton.c (ether_aton): Declare result variable static.
1139         Reported by ahyung@unixg.ubc.ca.
1140
1141         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1142         Define macro _SEM_SEMUN_UNDEFINED instead.
1143         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1144
1145         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1146         * stdio-common/Makefile (tests): Add tst-wc-printf.
1147
1148 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1149
1150         * manual/stdio.texi (Variable Arguments Output): Correct variable
1151         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1152
1153 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1154
1155         * intl/dcgettext.c: Remove unneeded definition of
1156         internal_function.
1157
1158 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1159
1160         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1161         instead of do-iconv-test.
1162         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1163         empty.
1164
1165 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1166
1167         * string/string.h: Fix feature test.
1168
1169 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1170
1171         * iconvdata/iso646.c (BODY): Don't use character constants that
1172         depend on signedness of char.
1173
1174 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1175
1176         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1177         (sysdep_routines): Add s_pread64 and s_pwrite64.
1178
1179 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1180
1181         * iconvdata/Makefile (distribute): Remove generated .h files.
1182         * iconvdata/koi8-r.h: Removed.
1183         * iconvdata/latin-greek-1.h: Removed.
1184         * iconvdata/latin-greek.h: Removed.
1185
1186         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1187         * iconvdata/KOI-8: Likewise.
1188         * iconvdata/KOI-8..UTF8: Likewise.
1189         * iconvdata/KOI8-R: Likewise.
1190         * iconvdata/KOI8-R..UTF8: Likewise.
1191
1192 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1193
1194         * streams/Makefile (headers): Add sys/stropts.h.
1195         * streams/sys/stropts.h: New file.
1196
1197 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1198
1199         * sysdeps/unix/sysv/linux/ttyname.c,
1200         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1201         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1202
1203 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1204
1205         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1206         argument of _itoa_word.
1207
1208 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1209
1210         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1211         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1212         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1213         sigprocmask, resp., instead of EXTRA.
1214
1215         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1216         s_pread64 and s_pwrite64.
1217
1218 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1219
1220         * iconvdata/Makefile: Correct rules to generate gap table.
1221         * iconvdata/gap.pl: Simplify.
1222
1223         * iconvdata/TESTS: Name new tests.
1224         * iconvdata/testdata/CP1250: New file.
1225         * iconvdata/testdata/CP1250..UTF8: New file.
1226         * iconvdata/testdata/CP1251: New file.
1227         * iconvdata/testdata/CP1251..UTF8: New file.
1228         * iconvdata/testdata/CP1252: New file.
1229         * iconvdata/testdata/CP1252..UTF8: New file.
1230         * iconvdata/testdata/CP1253: New file.
1231         * iconvdata/testdata/CP1253..UTF8: New file.
1232         * iconvdata/testdata/CP1254: New file.
1233         * iconvdata/testdata/CP1254..UTF8: New file.
1234         * iconvdata/testdata/CP1255: New file.
1235         * iconvdata/testdata/CP1255..UTF8: New file.
1236         * iconvdata/testdata/CP1256: New file.
1237         * iconvdata/testdata/CP1256..UTF8: New file.
1238         * iconvdata/testdata/CP1257: New file.
1239         * iconvdata/testdata/CP1257..UTF8: New file.
1240
1241 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1242
1243         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1244         * iconvdata/iso-2022-kr.c: New file.
1245
1246         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1247         and ISO-2022-KR.
1248
1249 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1250
1251         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1252         iso8859-8 and iso8859-10.
1253         * iconvdata/iso8859-5.c: Change to use gap method.
1254         * iconvdata/iso8859-7.c: Likewise.
1255         * iconvdata/iso8859-8.c: Likewise.
1256         * iconvdata/iso8859-10.c: Likewise.
1257
1258         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1259         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1260         end of the loop.
1261         * iconvdata/iso-2022-jp.c: New file.
1262
1263         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1264         * iconvdata/ksc5601.h: Unify function interfaces.
1265         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1266         * iconvdata/uhc.c: Likewise.
1267
1268         * iconvdata/gb2312.h: Use correct types.
1269
1270         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1271         size elements of data.
1272
1273 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1274
1275         * string/tst-svc.expect: Adapt for change in .input.
1276         * string/tst-svc.input: More tests.
1277
1278 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
1279
1280         * iconvdata/Makefile: Add rules for new modules.
1281         * iconvdata/gconv-modules: Likewise.
1282         * iconvdata/cp737.c: New file.
1283         * iconvdata/cp737.h: New file.
1284         * iconvdata/cp775.c: New file.
1285         * iconvdata/cp775.h: New file.
1286         * iconvdata/cp874.c: New file.
1287         * iconvdata/cp874.h: New file.
1288
1289 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
1290
1291         * iconvdata/Makefile: Create target directory before generating
1292         headers.
1293
1294 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1295
1296         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1297         __USER_LABEL_PREFIX__.
1298         (__ASMNAME, __ASMNAME2): New macros.
1299
1300 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1301
1302         * elf/dl-load.c: Include sys/param.h for MAX.
1303
1304 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
1305
1306         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
1307         __ftruncate the strong symbol, and add weak alias.
1308         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1309
1310 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1311
1312         * termios/cfsetspeed.c: Make code cleaner and add missing const.
1313         Patch by Joe Keane <jgk@jgk.org>.
1314
1315         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
1316         free()ing.
1317
1318 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
1319
1320         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
1321         Patch by Thomas Bushnell, n/BSG.
1322
1323 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1324
1325         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
1326
1327 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1328
1329         * iconvdata/Makefile: Put generated headers in build directory.
1330
1331 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
1332
1333         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
1334         strsep as current directory.
1335
1336         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
1337         Java.  Add definitions for unicodelittle implementation.
1338         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
1339         * iconv/gconv_simple.c: Define unicodelittle functions.
1340
1341         * iconv/iconv_prog.c: Make program print information about position
1342         of illegal character in input.
1343
1344         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
1345         comparison of charset name.
1346         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
1347         * iconvdata/ebcdic-at-de-a.c: Likewise.
1348         * iconvdata/ebcdic-at-de.c: Likewise.
1349         * iconvdata/ebcdic-ca-fr.c: Likewise.
1350         * iconvdata/euccn.c: Likewise.
1351         * iconvdata/eucjp.c: Likewise.
1352         * iconvdata/euckr.c: Likewise.
1353         * iconvdata/euctw.c: Likewise.
1354         * iconvdata/hp-roman8.c: Likewise.
1355         * iconvdata/iso6937.c: Likewise.
1356         * iconvdata/iso8859-1.c: Likewise.
1357         * iconvdata/iso8859-10.c: Likewise.
1358         * iconvdata/iso8859-2.c: Likewise.
1359         * iconvdata/iso8859-3.c: Likewise.
1360         * iconvdata/iso8859-4.c: Likewise.
1361         * iconvdata/iso8859-5.c: Likewise.
1362         * iconvdata/iso8859-6.c: Likewise.
1363         * iconvdata/iso8859-7.c: Likewise.
1364         * iconvdata/iso8859-8.c: Likewise.
1365         * iconvdata/iso8859-9.c: Likewise.
1366         * iconvdata/johab.c: Likewise.
1367         * iconvdata/koi-8.c: Likewise.
1368         * iconvdata/koi8-r.c: Likewise.
1369         * iconvdata/latin-greek-1.c: Likewise.
1370         * iconvdata/latin-greek.c: Likewise.
1371         * iconvdata/sjis.c: Likewise.
1372         * iconvdata/t61.c: Likewise.
1373         * iconvdata/uhc.c: Likewise.
1374
1375         * iconvdata/iso646.c: Add support for more ISO 646 variants.
1376         * iconvdata/TESTS: Add tests for ISO646 module.
1377         * iconvdata/gconv-modules: Add new modules.
1378         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
1379         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
1380         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
1381         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
1382         * iconvdata/testdate/DIN_66003: Likewise.
1383         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
1384         * iconvdata/testdate/DS_2089: Likewise.
1385         * iconvdata/testdate/DS_2089..UTF8: Likewise.
1386         * iconvdata/testdate/ES: Likewise.
1387         * iconvdata/testdate/ES..UTF8: Likewise.
1388         * iconvdata/testdate/ES2: Likewise.
1389         * iconvdata/testdate/ES2..UTF8: Likewise.
1390         * iconvdata/testdate/GB_1988-80: Likewise.
1391         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
1392         * iconvdata/testdate/IT: Likewise.
1393         * iconvdata/testdate/IT..UTF8: Likewise.
1394         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
1395         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
1396         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
1397         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
1398         * iconvdata/testdate/JUS_I.B1.002: Likewise.
1399         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
1400         * iconvdata/testdate/KSC5636: Likewise.
1401         * iconvdata/testdate/KSC5636..UTF8: Likewise.
1402         * iconvdata/testdate/MSZ_7795.3: Likewise.
1403         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
1404         * iconvdata/testdate/NC_NC00-10: Likewise.
1405         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
1406         * iconvdata/testdate/NF_Z_62-010: Likewise.
1407         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
1408         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
1409         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
1410         * iconvdata/testdate/NS_4551-1: Likewise.
1411         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
1412         * iconvdata/testdate/NS_4551-2: Likewise.
1413         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
1414         * iconvdata/testdate/PT: Likewise.
1415         * iconvdata/testdate/PT..UTF8: Likewise.
1416         * iconvdata/testdate/PT2: Likewise.
1417         * iconvdata/testdate/PT2..UTF8: Likewise.
1418         * iconvdata/testdate/SEN_850200_B: Likewise.
1419         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
1420         * iconvdata/testdate/SEN_850200_C: Likewise.
1421         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
1422
1423         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
1424         * iconvdata/cns11643l1.h: Likewise.
1425         * iconvdata/latin-greek-1.h: Likewise.
1426         * iconvdata/latin-greek.h: Likewise.
1427         * iconvdata/koi8-r.h: Likewise.
1428         * iconvdata/jis0212.h: Likewise.
1429         * iconvdata/gb2312.h: Likewise.
1430         * iconvdata/ksc5601.h: Likewise.
1431
1432         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
1433
1434         * iconvdata/Makefile: Add rules for lots of more modules.
1435         * iconvdata/cp1250.c: New file.
1436         * iconvdata/cp1251.c: New file.
1437         * iconvdata/cp1252.c: New file.
1438         * iconvdata/cp1253.c: New file.
1439         * iconvdata/cp1254.c: New file.
1440         * iconvdata/cp1255.c: New file.
1441         * iconvdata/cp1256.c: New file.
1442         * iconvdata/cp1257.c: New file.
1443         * iconvdata/ebcdic-dk-no-a.c: New file.
1444         * iconvdata/ebcdic-dk-no.c: New file.
1445         * iconvdata/ebcdic-es-a.c: New file.
1446         * iconvdata/ebcdic-es-s.c: New file.
1447         * iconvdata/ebcdic-es.c: New file.
1448         * iconvdata/ebcdic-fi-se-a.c: New file.
1449         * iconvdata/ebcdic-fi-se.c: New file.
1450         * iconvdata/ebcdic-fr.c: New file.
1451         * iconvdata/ebcdic-is-friss.c: New file.
1452         * iconvdata/ebcdic-it.c: New file.
1453         * iconvdata/ebcdic-pt.c: New file.
1454         * iconvdata/ebcdic-uk.c: New file.
1455         * iconvdata/ebcdic-us.c: New file.
1456         * iconvdata/ibm037.c: New file.
1457         * iconvdata/ibm038.c: New file.
1458         * iconvdata/ibm1004.c: New file.
1459         * iconvdata/ibm1026.c: New file.
1460         * iconvdata/ibm1047.c: New file.
1461         * iconvdata/ibm256.c: New file.
1462         * iconvdata/ibm273.c: New file.
1463         * iconvdata/ibm274.c: New file.
1464         * iconvdata/ibm275.c: New file.
1465         * iconvdata/ibm277.c: New file.
1466         * iconvdata/ibm278.c: New file.
1467         * iconvdata/ibm280.c: New file.
1468         * iconvdata/ibm281.c: New file.
1469         * iconvdata/ibm284.c: New file.
1470         * iconvdata/ibm285.c: New file.
1471         * iconvdata/ibm290.c: New file.
1472         * iconvdata/ibm297.c: New file.
1473         * iconvdata/ibm420.c: New file.
1474         * iconvdata/ibm423.c: New file.
1475         * iconvdata/ibm424.c: New file.
1476         * iconvdata/ibm437.c: New file.
1477         * iconvdata/ibm500.c: New file.
1478         * iconvdata/ibm850.c: New file.
1479         * iconvdata/ibm851.c: New file.
1480         * iconvdata/ibm852.c: New file.
1481         * iconvdata/ibm855.c: New file.
1482         * iconvdata/ibm857.c: New file.
1483         * iconvdata/ibm860.c: New file.
1484         * iconvdata/ibm861.c: New file.
1485         * iconvdata/ibm862.c: New file.
1486         * iconvdata/ibm863.c: New file.
1487         * iconvdata/ibm864.c: New file.
1488         * iconvdata/ibm865.c: New file.
1489         * iconvdata/ibm868.c: New file.
1490         * iconvdata/ibm869.c: New file.
1491         * iconvdata/ibm870.c: New file.
1492         * iconvdata/ibm871.c: New file.
1493         * iconvdata/ibm875.c: New file.
1494         * iconvdata/ibm880.c: New file.
1495         * iconvdata/ibm891.c: New file.
1496         * iconvdata/ibm903.c: New file.
1497         * iconvdata/ibm904.c: New file.
1498         * iconvdata/ibm905.c: New file.
1499         * iconvdata/ibm918.c: New file.
1500
1501         * locale/iso-4217.def: Update.
1502         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
1503
1504         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
1505         formats.
1506
1507 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1508
1509         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
1510         LD_LIBRARY_PATH.
1511
1512 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1513
1514         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
1515         * Makefile: Likewise.
1516         * posix/Makefile: Likewise.
1517         * sysdeps/mach/hurd/Makefile: Likewise.
1518
1519 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1520
1521         * sysdeps/mach/hurd/bits/dirent.h: New file.
1522         * sysdeps/mach/hurd/readdir64.c: New file.
1523         * sysdeps/mach/hurd/readdir64_r.c: New file.
1524
1525 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1526
1527         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
1528         dprintf): Synchronize declarations with libio/stdio.h.
1529
1530 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1531
1532         * elf/dlerror.c (dlerror): Don't assume that
1533         __libc_internal_tsd_get is defined.  __libc_getspecific is already
1534         well-protected, so just use it directly.
1535
1536 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1537
1538         * io/ftw.h (ftw): Fix typo.
1539
1540 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1541
1542         * sysdeps/gnu/utmp_file.c: Fix typo.
1543
1544 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1545
1546         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
1547         one part of a test fails move on to the next test.
1548
1549 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
1550
1551         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1552
1553 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1554
1555         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
1556         as pointers, not signed integers.
1557
1558 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1559
1560         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1561
1562 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1563
1564         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
1565         asm symbol name of functions.
1566         * include/features.h: Kill redundant test.
1567
1568         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
1569         * io/ftw.h: Likewise.
1570         * io/sys/stat.h: Likewise.
1571         * io/sys/statfs.h: Likewise.
1572         * io/sys/statvfs.h: Likewise.
1573         * libio/stdio.h: Likewise.
1574         * resource/sys/resource.h: Likewise.
1575         * rt/aio.h: Likewise.
1576
1577         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
1578          __FAVOR_BSD.
1579         * signal/signal.h: Use new macros for BSD vs. SysV signal().
1580
1581         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
1582         a dummy library.
1583         * misc/bsd-compat.c: Removed.
1584
1585 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
1586
1587         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
1588         function declaration.
1589         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
1590         and use them in conversion function.
1591         * iconvdata/Makefile (modules): Re-add ISO6446.
1592         * iconvdata/TEST: Add tests for ASCII variants.
1593         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
1594         * iconvdata/testdata/ANSI_X3.4-1968: New file.
1595         * iconvdata/testdata/BS_4730: New file.
1596         * iconvdata/testdata/BS_4730..UTF8: New file.
1597
1598 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
1599
1600         * iconv/gconv.h (struct gconv_step): Add element stateful.
1601         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
1602         to zero for all internal conversions.
1603         * iconv/skeleton.c: Initialize stateful depending on whether or not
1604         RESET_STATE is defined to one or zero respectively.
1605         * stdlib/mblen.c: Use stateful element of currently selected
1606         converter for result if S is NULL.
1607         * stdlib/mbtowc.c: Likewise.
1608         * stdlib/wctomb.c: Likewise.
1609
1610 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
1611
1612         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
1613
1614         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
1615
1616         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
1617         character in comparison with uint32_t.
1618         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
1619         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
1620         Optimize BODY a bit.
1621
1622         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
1623         be defined.
1624
1625         * iconv/skeleton.c: Also reset converted counter in case of an error.
1626         Call reset function using correct value for output buffer start.
1627
1628         * iconvdata/Makefile: Re-enable tests.
1629
1630         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
1631         value for to-conversion.
1632
1633         * iconvdata/TESTS: Add new third column.
1634         * iconvdata/run-iconv-test.sh: Add support for charsets which are
1635         not ASCII based.
1636         * iconvdata/testdata/suntzus: New file.
1637
1638         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
1639         while reading.  Correctly used base.  Little optimization.
1640         (__strtoul_internal): Likewise.
1641
1642         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
1643         was wrong.  Use explicit variable.
1644
1645 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1646
1647         * configure.in: Check for awk.
1648         * config.make.in: Add AWK to be substituted.
1649
1650         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
1651         * manual/users.texi: Fix typo exposed by above rewrite.
1652
1653         * Makefile: Invoke awk using AWK variable.
1654         * csu/Makefile: Likewise.
1655         * elf/Makefile: Likewise.
1656         * mach/Makefile: Likewise.
1657         * manual/Makefile: Likewise.
1658         * sysdeps/gnu/Makefile: Likewise.
1659         * sysdeps/mach/hurd/Makefile: Likewise.
1660         * sysdeps/unix/Makefile: Likewise.
1661         * timezone/Makefile: Likewise.
1662
1663 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
1664
1665         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
1666         array index translation.
1667         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
1668         these are defined.
1669
1670         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
1671
1672         * sysdeps/mach/hurd/errlist.c: New file.
1673         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
1674         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
1675         semantics, so rename it.
1676
1677 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1678
1679         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
1680         conversions.
1681
1682 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
1683
1684         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
1685         * wcsmbs/wcsnrtombs.c: Likewise.
1686
1687 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
1688
1689         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
1690
1691         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
1692
1693         * time/strftime.c (my_strftime): Initialize pad variable in
1694         declaration.
1695
1696         * iconvdata/big5.c: Don't use character constants in comparisons
1697         with unsigned value.
1698
1699 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
1700
1701         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
1702         __libc_siglongjmp to GLIBC_2.1.
1703
1704         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
1705         __strerror_r.
1706
1707         * iconv/Makefile: Don't run tests now.
1708
1709         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
1710         with correct output buffer.
1711
1712         Major rewrite of the low-level gconv functionality.
1713         * iconv/gconv.c: Rewritten.
1714         * iconv/gconv.h: Likewise.
1715         * iconv/gconv_builtin.c: Likewise.
1716         * iconv/gconv_builtin.h: Likewise.
1717         * iconv/gconv_conf.c: Likewise.
1718         * iconv/gconv_int.h: Likewise.
1719         * iconv/gconv_open.c: Likewise.
1720         * iconv/gconv_simple.c: Likewise.
1721         * iconv/iconv.c: Likewise.
1722         * iconvdata/8bit-gap.c: Likewise.
1723         * iconvdata/8bit-generic.c: Likewise.
1724         * iconvdata/Makefile: Likewise.
1725         * iconvdata/big5.c: Likewise.
1726         * iconvdata/cns11643.c: Likewise.
1727         * iconvdata/cns11643.h: Likewise.
1728         * iconvdata/cns11643l1.c: Likewise.
1729         * iconvdata/cns11643l1.h: Likewise.
1730         * iconvdata/ebcdic-at-de-a.c: Likewise.
1731         * iconvdata/ebcdic-at-de.c: Likewise.
1732         * iconvdata/ebcdic-ca-fr.c: Likewise.
1733         * iconvdata/euccn.c: Likewise.
1734         * iconvdata/eucjp.c: Likewise.
1735         * iconvdata/euckr.c: Likewise.
1736         * iconvdata/euctw.c: Likewise.
1737         * iconvdata/gb2312.c: Likewise.
1738         * iconvdata/gb2312.h: Likewise.
1739         * iconvdata/hp-roman8.c: Likewise.
1740         * iconvdata/iso646.c: Likewise.
1741         * iconvdata/iso6937.c: Likewise.
1742         * iconvdata/iso8859-1.c: Likewise.
1743         * iconvdata/iso8859-10.c: Likewise.
1744         * iconvdata/iso8859-2.c: Likewise.
1745         * iconvdata/iso8859-3.c: Likewise.
1746         * iconvdata/iso8859-4.c: Likewise.
1747         * iconvdata/iso8859-5.c: Likewise.
1748         * iconvdata/iso8859-6.c: Likewise.
1749         * iconvdata/iso8859-7.c: Likewise.
1750         * iconvdata/iso8859-8.c: Likewise.
1751         * iconvdata/iso8859-9.c: Likewise.
1752         * iconvdata/jis0201.c: Likewise.
1753         * iconvdata/jis0201.h: Likewise.
1754         * iconvdata/jis0208.c: Likewise.
1755         * iconvdata/jis0208.h: Likewise.
1756         * iconvdata/jis0212.c: Likewise.
1757         * iconvdata/jis0212.h: Likewise.
1758         * iconvdata/johab.c: Likewise.
1759         * iconvdata/koi-8.c: Likewise.
1760         * iconvdata/koi8-r.c: Likewise.
1761         * iconvdata/ksc5601.c: Likewise.
1762         * iconvdata/ksc5601.h: Likewise.
1763         * iconvdata/latin-greek-1.c: Likewise.
1764         * iconvdata/latin-greek.c: Likewise.
1765         * iconvdata/run-iconv-test.sh: Likewise.
1766         * iconvdata/sjis.c: Likewise.
1767         * iconvdata/t61.c: Likewise.
1768         * iconvdata/uhc.c: Likewise.
1769         * wcsmbs/btowc.c: Likewise.
1770         * wcsmbs/mbrtowc.c: Likewise.
1771         * wcsmbs/mbsnrtowcs.c: Likewise.
1772         * wcsmbs/mbsrtowcs.c: Likewise.
1773         * wcsmbs/wcrtomb.c: Likewise.
1774         * wcsmbs/wcsmbsload.c: Likewise.
1775         * wcsmbs/wcsnrtombs.c: Likewise.
1776         * wcsmbs/wcsrtombs.c: Likewise.
1777         * wcsmbs/wctob.c: Likewise.
1778         * iconv/loop.c: New file.
1779         * iconv/skeleton.c: New file.
1780
1781         * stdlib/mblen.c: Handle empty input string correctly.
1782         * stdlib/mbtowc.c: Likewise.
1783
1784         * posix/getopt.c: Various cleanups.
1785
1786         * sysdeps/arm/bits/setjmp.h: Add copyright text.
1787         * sysdeps/i386/bits/setjmp.h: Likewise.
1788         * sysdeps/m68k/bits/setjmp.h: Likewise.
1789         * sysdeps/powerpc/bits/setjmp.h: Likewise.
1790         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
1791
1792         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
1793         and make longjmp weak alias.
1794
1795 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
1796
1797         * iconv/Makefile (routines): Only include gconv_dl if building for
1798         an ELF system - dynamic linking is not available on a.out.
1799         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
1800         due to above check.
1801         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
1802         routines from gconv_dl.
1803
1804 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
1805
1806         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
1807         we can compile without libio.
1808
1809 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
1810
1811         * sysdeps/mach/hurd/Subdirs: Remove login.
1812
1813 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
1814
1815         * db2/compat.h: Include <errno.h>, to make sure we get the
1816         definition of EFTYPE before we define it ourselves.
1817
1818 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
1819
1820         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
1821         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
1822         Fix typo to allow inclusion from sys/ioctl.h again.
1823
1824 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1825
1826         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
1827
1828 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1829
1830         * libc.map: Export __strerror_r.  Remove _strerror_internal.
1831
1832 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1833
1834         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
1835         Also undefine __strcasestr.
1836
1837 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1838
1839         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
1840         aliases do not work with global variables due to copy relocations.
1841
1842 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
1843
1844         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
1845
1846 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
1847
1848         * signal/sighold.c: Include stddef.h for NULL definition.
1849         * signal/sigrelse.c: Likewise.
1850         * sysdeps/posix/sigignore.c: Likewise.
1851         * sysdeps/posix/sigset.c: Likewise.
1852         * sysdeps/posix/waitid.c: Likewise.
1853         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
1854         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
1855         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1856         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
1857         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1858
1859 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
1860
1861         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
1862         * login/getutent.c (getutxent): Remove alias.
1863         * login/getutent_r.c (setutxent, pututxline, endutxent):
1864         Remove aliases.
1865         * login/getutid.c (getutxid): Remove alias.
1866         * login/getutline.c (getutxline): Remove alias.
1867         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
1868         __getutid, __getutline and __pututline.
1869         * login/utmpx.h: Moved to ...
1870         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
1871         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
1872         and updwtmpx.
1873         * login/updwtmp.c: Moved to ...
1874         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
1875         allowing file name transformation.
1876         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
1877         additional file name transformation.
1878         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
1879         * login/utmp_file.c: Moved to ...
1880         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
1881         Generalized by allowing file name transformation.  Do not
1882         print error message.  Library functions should not print them.
1883         Reported by Jim Meyering.
1884         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
1885         with additional file name transformation.
1886         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
1887         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
1888         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
1889         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
1890         and bits/utmpx.h.
1891         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
1892         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
1893         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
1894         Define if __USE_GNU.
1895         * sysdeps/generic/setutxent.c: New file.
1896         * sysdeps/generic/getutxent.c: New file.
1897         * sysdeps/generic/endutxent.c: New file.
1898         * sysdeps/generic/getutxid.c: New file.
1899         * sysdeps/generic/getutxline.c: New file.
1900         * sysdeps/generic/pututxline.c: New file.
1901         * sysdeps/generic/utmpxname.c: New file.
1902         * sysdeps/generic/updwtmpx.c: New file.
1903         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
1904         * sysdeps/generic/bits/utmpx.h: Remove.
1905
1906 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
1907
1908         * posix/wordexp-test.c (main): Initialize ifs element of ts for
1909         ~root test.
1910
1911 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
1912
1913         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
1914
1915 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
1916
1917         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
1918         variable using _G_stat64.
1919         * libio/fileops.c: Remove macro definition of fstat, it is in the
1920         global header.
1921         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1922
1923 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
1924
1925         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
1926         <willy@odie.barnet.ac.uk>.
1927
1928 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
1929
1930         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
1931         required by IPv6 Basic API.
1932         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
1933         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
1934         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
1935         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
1936
1937 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
1938
1939         Don't name internal representation since it might be different from
1940         the external form (namely on little endian machines).
1941         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
1942         UCS4 into references to INTERNAL.
1943         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
1944         Add endianess support to UCS functions.  Change references to
1945         UCS4 into references to INTERNAL.
1946         * iconv/gconv_int.h: Change references to UCS4 into references to
1947         INTERNAL.
1948         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
1949         * iconvdata/gconv-modules: Change accordingly.
1950         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
1951
1952         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
1953         overflow.
1954         * iconvdata/8bit-gap.c: Likewise.
1955         * iconvdata/8bit-generic.c: Likewise.
1956         * iconvdata/big5.c: Likewise.
1957         * iconvdata/euccn.c: Likewise.
1958         * iconvdata/eucjp.c: Likewise.
1959         * iconvdata/euckr.c: Likewise.
1960         * iconvdata/euctw.c: Likewise.
1961         * iconvdata/iso646.c: Likewise.
1962         * iconvdata/iso6937.c: Likewise.
1963         * iconvdata/iso8859-1.c: Likewise.
1964         * iconvdata/johab.c: Likewise.
1965         * iconvdata/sjis.c: Likewise.
1966         * iconvdata/t61.c: Likewise.
1967         * iconvdata/uhc.c: Likewise.
1968
1969         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
1970         * iconvdata/8bit-generic.c: Likewise.
1971
1972         * iconvdata/TESTS: Add more tests.
1973
1974         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
1975
1976 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
1977
1978         * iconvdata/Makefile: Better rules to run tests.
1979
1980         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
1981         * iconvdata/testdata/ISO-8859-10: Likewise.
1982         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
1983         * iconvdata/testdata/ISO-8859-2: Likewise.
1984         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
1985         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
1986         * iconvdata/testdata/ISO-8859-3: Likewise.
1987         * iconvdata/testdata/ISO-8859-4: Likewise.
1988         * iconvdata/testdata/ISO-8859-5: Likewise.
1989         * iconvdata/testdata/ISO-8859-6: Likewise.
1990         * iconvdata/testdata/ISO-8859-7: Likewise.
1991         * iconvdata/testdata/ISO-8859-8: Likewise.
1992         * iconvdata/testdata/ISO-8859-9: Likewise.
1993
1994 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
1995
1996         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
1997         intermediate result (if available).
1998
1999         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2000         last change.
2001
2002         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2003         (distribute): Add run-iconv-test.sh and testdata/*.
2004
2005         * stdlib/testmb.c (main): Simplify mbc array handling.
2006
2007 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2008
2009         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2010         return value on overflow.
2011
2012 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2013
2014         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2015         bits.
2016
2017 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2018
2019         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2020         of non-standard function setbuffer.
2021
2022 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2023
2024         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2025
2026 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2027
2028         * iconvdata/Makefile: Add rules to run tests.
2029         * iconvdata/TESTS: New file.
2030         * iconvdata/run-iconv-test.sh: New file.
2031         * iconvdata/testdata/ISO-8859-1: New file.
2032
2033         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2034         not stdout.
2035
2036 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2037
2038         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2039         counter element of step.
2040
2041         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2042
2043         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2044         termination test.
2045         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2046         ACTUALLY.
2047         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2048
2049 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2050
2051         * Makefile: Include makeconfig before defining rule to regenerate
2052         configure files.
2053
2054         * configure.in: Remove restriction on compiling without static
2055         libs.
2056
2057 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2058
2059         * test-skeleton.c: Provide hook for initializing code before the fork.
2060         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2061         removed.
2062
2063         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2064         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2065         * libio/libioP.h: Adopt _IO_cleanup prototype.
2066
2067         * stdlib/Makefile (tests): Add test-canon2.
2068         * stdlib/test-canon2.c: New file.
2069         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2070         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2071         symlink sequences.
2072         (__realpath): Make real function which checks RESOLVED parameter for
2073         not being NULL.
2074
2075 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2076
2077         * catgets/open_catalog.c (__open_catalog): Fix problems with
2078         reading non-files.  Always close file.
2079         Reported by Cristian Gafton <gafton@redhat.com>.
2080
2081         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2082
2083 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2084
2085         * libc.map: Add various low-level I/O functions.
2086
2087 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2088
2089         * string/Makefile (routines): Remove strerror_r.
2090         * string/strerror_r.c: Removed.
2091         * string/strerror.c: Call __strerror_r for doing the real work.
2092         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2093         add weak alias strerror_r.
2094         * sysdeps/mach/_strerror.c: Likewise.
2095         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2096         * elf/dl-error.c (_dl_signal_error): Likewise.
2097         * elf/dl-profile.c (_dl_start_profile): Likewise.
2098         * gmon/gmon.c (write_gmon): Likewise.
2099         * stdio-common/perror.c: Likewise.
2100         * stdio-common/vfprintf.c: Likewise.
2101
2102 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2103
2104         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2105         (sysdep_headers): Add netatalk/at.h.
2106
2107 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2108
2109         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2110         Formatting fixes.
2111
2112 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2113
2114         * posix/regex.c: Rename __re_syntax_options back to
2115         re_syntax_options, aliases do not work with global variables due
2116         to copy relocations.
2117         (regex_compile): Use syntax parameter instead of
2118         re_syntax_options.
2119
2120 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2121
2122         * configure.in: Document that enable-force-install is default.
2123
2124 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2125
2126         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2127         all needed 36 bits.
2128         * sysdeps/posix/mkstemp.c: Likewise.
2129
2130 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2131
2132         * iconvdata/8bit-gap.c: Simplify step data handling.
2133         * iconvdata/8bit-generic.c: Likewise.
2134         * iconvdata/big5.c: Likewise.
2135         * iconvdata/euccn.c: Likewise.
2136         * iconvdata/eucjp.c: Likewise.
2137         * iconvdata/euckr.c: Likewise.
2138         * iconvdata/euctw.c: Likewise.
2139         * iconvdata/iso6937.c: Likewise.
2140         * iconvdata/iso8859-1.c: Likewise.
2141         * iconvdata/jis0208.h: Likewise.
2142         * iconvdata/jis0212.c: Likewise.
2143         * iconvdata/jis0212.h: Likewise.
2144         * iconvdata/johab.c: Likewise.
2145         * iconvdata/ksc5601.h: Likewise.
2146         * iconvdata/sjis.c: Likewise.
2147         * iconvdata/t61.c: Likewise.
2148         * iconvdata/uhc.c: Likewise.
2149
2150 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2151
2152         * manual/texinfo.texi: Updated from last version.
2153
2154 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2155
2156         * iconvdata/cns11643.c: New file.
2157         * iconvdata/cns11643.h: New file.
2158         * iconvdata/cns11643l1.c: New file.
2159         * iconvdata/cns11643l1.h: New file.
2160         * iconvdata/euctw.c: New file.
2161         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2162         * iconvdata/gconv-modules: Likewise.
2163
2164         * iconvdata/eucjp.c: Several bug fixes and improvements.
2165         * iconvdata/gb2312.h: Likewise.
2166         * iconvdata/jis0201.h: Likewise.
2167         * iconvdata/jis0208.h: Likewise.
2168         * iconvdata/jis0212.h: Likewise.
2169
2170 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2171
2172         * iconvdata/eucjp.c: New file.
2173         * iconvdata/euccn.c: New file.
2174         * iconvdata/gb2312.h: New file.
2175         * iconvdata/gb2312.c: New file.
2176         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2177         * iconvdata/gconv-modules: Likewise.
2178
2179         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2180
2181 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2182
2183         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2184         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2185         Patch by Mark Hatle <fray@kernel.crashing.org>.
2186
2187 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2188
2189         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2190         comment.
2191         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2192         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2193
2194 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2195
2196         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2197
2198         * iconvdata/Makefile: Add rules for big5 conversion.
2199         * iconvdata/gconv-modules: Likewise.
2200         * iconvdata/big5.c: New file.
2201
2202         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2203         Patch by Jim Meyering.
2204
2205 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2206
2207         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2208
2209         * rt/lio_listio.c: Correct total counter handling.
2210
2211         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2212         from request queue.
2213
2214         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2215         of signal on exit even more.
2216
2217         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2218         instead of call to pthread_cond_init.
2219         * rt/lio_listio.c (lio_listio): Likewise.
2220         * rt/lio_listio64.c (lio_listio64): Likewise.
2221
2222         * nis/nis_findserv.c: Include sys/socket.h.
2223
2224 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2225
2226         * Makeconfig (rtobjdir): New variable.
2227         (rpath-link): Add rtobjdir and thread directory, if available.
2228
2229         * test-skeleton.c: Add support to remove temporary files.
2230         Always define test_dir.  Improve message about expected signal.
2231
2232         * rt/Makefile (tests): Add tst-aio.
2233         Add rules for tst-aio to be linked with librt and thread library.
2234         * rt/aio_misc.c: Correct fundamental bugs.
2235         * rt/aio_suspend.c: Correct bug in test for available request.
2236         Initialize conditional variable.
2237         * rt/lio_listio.c: Initialize conditional variable.
2238         * rt/lio_listio64.c: Likewise.
2239         * rt/tst-aio.c: New file.
2240
2241         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2242         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2243         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2244         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2245         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2246         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2247         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2248
2249 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2250
2251         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2252
2253 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2254
2255         * elf/dl-load.c (open_path): Use correct name for test whether
2256         directory in load path exists.
2257
2258         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2259         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2260         Patches by Tom Rini <trini@kernel.crashing.org>.
2261
2262         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2263         * wcsmbs/wcstod_l.c: Likewise.
2264         * wcsmbs/wcstold_l.c: Likewise.
2265
2266         * include/byteswap.h: New file.
2267
2268         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2269         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2270
2271         * inet/getnameinfo.c (getnameinfo): Change parameter to match
2272         declaration.  Patch by Richard Henderson.
2273
2274 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2275
2276         * manual/process.texi (SIGCHLD example): Save errno.
2277
2278 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2279
2280         * posix/regex.c: Define regerror really as __regerror.
2281         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2282         regerror and regfree.
2283
2284         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2285         * stdlib/strtod_l.c: Likewise.
2286         * stdlib/strtold_l.c: Likewise.
2287
2288         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2289
2290         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2291
2292         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2293         Patch by Christian Gafton.
2294
2295 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
2296
2297         * manual/socket.texi (Interface Naming): Correct @deftypefun line
2298         for if_indextoname.
2299
2300 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2301
2302         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
2303
2304         * manual/socket.texi (Interface Naming): Fix typo.
2305
2306 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2307
2308         * manual/examples/filesrv.c (main): Remove filename first.
2309
2310         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
2311         ?F_UNIX.
2312
2313         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
2314         instead of PF_UNIX.
2315
2316         * manual/examples/filecli.c (main): Use AF_LOCAL
2317         instead of AF_UNIX.
2318
2319 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2320
2321         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
2322         signgam weak alias.
2323         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
2324         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2325         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2326         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
2327         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2328         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2329
2330         * login/utmp_daemon.c (open_socket): Use __connect not connect.
2331
2332 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2333
2334         * configure.in: Add new option --enable-force-install.  Substitute
2335         force_install.
2336         * config.make.in (force-install): Set from configure.
2337         * Makerules (force-install): New phony target.
2338         * Makeconfig (+force): New variable.
2339         * Makefile: Use it in dependency list of installation targets.
2340         * db/Makefile: Likewise.
2341         * db2/Makefile: Likewise.
2342         * elf/Makefile: Likewise.
2343         * hurd/Makefile: Likewise.
2344         * iconv/Makefile: Likewise.
2345         * iconvdata/Makefile: Likewise.
2346         * intl/Makefile: Likewise.
2347         * localedata/Makefile: Likewise.
2348         * login/Makefile: Likewise.
2349         * po/Makefile: Likewise.
2350         * sunrpc/Makefile: Likewise.
2351         * sysdeps/mach/hurd/Makefile: Likewise.
2352         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
2353         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2354         * timezone/Makefile: Likewise.
2355
2356 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2357
2358         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
2359         alloc_size.  Pass return value of getcwd syscall to realloc.
2360
2361 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2362
2363         * manual/socket.texi: Spelling fixes.
2364
2365 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2366
2367         * elf/dl-load.c (print_search_path): Remove unused variable.
2368
2369 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
2370
2371         * login/utmp_file.c: use __ftruncate not ftruncate.
2372         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
2373         for system call and make ftruncate weak alias.
2374         * posix/unistd.h: Add prototype for __ftruncate.
2375         * login/utmp_daemon.c (open_socket): Use __socket not socket.
2376         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
2377         instead of snprintf and readv.
2378         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
2379         snprintf.
2380         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
2381         directly.
2382
2383 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
2384
2385         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
2386         * iconv/gconv_db.c: Use __ protected regex functions.
2387         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
2388         * posix/getopt_init.c: Use __getpid not getpid.
2389         * posix/regex.c: Rename all global functions to start with __ and
2390         make old names weak aliases.
2391         * posix/regex.h: Adopt prototypes for this.
2392         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
2393         a weak alias and use __getcwd instead of getcwd.
2394         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
2395         * stdlib/strtod.c: Use __btowc instead of btowc.
2396         * stdlib/strtol.c: Likewise.
2397         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
2398         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
2399         and sys_errlist are weak.
2400         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
2401         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
2402         * wcsmbs/mbsnrtowcs.c: Likewise.
2403         * wcsmbs/mbsrtowcs.c: Likewise.
2404         * wcsmbs/wcsnrtombs.c: Likewise.
2405         * wcsmbs/wcsrtombs.c: Likewise.
2406         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
2407         weak alias.
2408         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
2409         * wctype/wctype.c: Define function as __wctype and make wctype
2410         weak alias.
2411         * wctype/wctype.h: Declare __wctype.
2412
2413 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
2414
2415         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
2416
2417 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2418
2419         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
2420         stat64.
2421         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
2422         functions.
2423         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
2424         for __llseek.
2425         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2426         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
2427         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
2428         make it a weak alias.
2429         * posix/unistd.h: Declare __lseek64.
2430
2431         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
2432         (_IO_file_stat): Fix typo.
2433         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
2434         block size from the file.  Use __mempcpy if _LIBC.
2435
2436 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
2437
2438         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
2439         * wcsmbs/mbrtowc.c: Likewise.
2440         * wcsmbs/mbsnrtowcs.c: Likewise.
2441         * wcsmbs/mbsrtowcs.c: Likewise.
2442         * wcsmbs/wcrtomb.c: Likewise.
2443         * wcsmbs/wcsnrtombs.c: Likewise.
2444         * wcsmbs/wcsrtombs.c: Likewise.
2445         * wcsmbs/wctob.c: Likewise.
2446
2447         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
2448         position of next output character correctly.
2449         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
2450
2451         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
2452
2453         * stdlib/strtod.c: Don't use mbtowc.
2454
2455 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
2456
2457         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
2458         what we want is smaller than a buffer.
2459
2460 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
2461
2462         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
2463         this function.
2464
2465 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
2466
2467         * configure.in: Recognize --with-headers flag and determine
2468         commandline options to be used in compilation.
2469         * Makeconfig (+includes): Use $(sysincludes).
2470         * config.make.in (sysincludes): Define from SYSINCLUDES.
2471         * glibcbug.in: Use SYSINCLUDES information.
2472         Patches by Zack Weinberg.
2473
2474 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2475
2476         * glibcbug.in: On linux, report version of kernel headers seen
2477         by compiler.
2478
2479 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
2480
2481         * libc.map: Add __asprintf to GLIBC_2.1.
2482         * elf/dlerror.c: Use __asprintf, not asprintf.
2483         * libio/stdio.h: Declare __asprintf.
2484         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
2485         a weak alias.
2486
2487         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
2488         to avoid inclusion from libc_pic.a.
2489
2490         * elf/dl-runtime.c: Undo last patch.
2491
2492         * stdlib/strtod.c: Don't use mbtowc, use btowc.
2493
2494         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
2495         as default, use NULL.
2496
2497 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2498
2499         * resolv/Makefile: Include ../Makeconfig - needed for building
2500         static NSS module.
2501
2502 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2503
2504         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
2505         static-nss since we don't want hesiod in the static NSS.
2506
2507         * nss/Makefile: Build only nss_files as static.
2508
2509         * nss/function.def: Remove support for service db.
2510
2511 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
2512
2513         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
2514
2515 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
2516
2517         * posix/wordexp-test.c: Make IFS per test-case.
2518
2519 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2520
2521         * glibcbug.in: Report version of gcc in use.  Remove unused variable
2522         ENVIRONMENT.
2523
2524 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
2525
2526         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
2527         `-print-file-name' to find as and ld.
2528
2529 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
2530
2531         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
2532         template is wrong.  Remove unused varaible `ignored'.
2533
2534 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2535
2536         * libc.map: Export __libc_sa_len.
2537
2538         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
2539
2540 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
2541
2542         * iconv/gconv.c: Take care for NULL arguments.
2543         * iconv/gconv_dl.c: Make find_func function global.
2544         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
2545         Add prototypes for ASCII conversion functions.
2546         * iconv/gconv_simple.c: Add ASCII conversion functions.
2547         * locale/C-ctype.c: Correct charset name.
2548
2549         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
2550         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
2551         wcsmbsload.
2552         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
2553         * wcsmbs/mbrtowc.c: Likewise.
2554         * wcsmbs/mbsnrtowcs.c: Likewise.
2555         * wcsmbs/mbsrtowcs.c: Likewise.
2556         * wcsmbs/wcrtomb.c: Likewise.
2557         * wcsmbs/wcsnrtombs.c: Likewise.
2558         * wcsmbs/wcsrtombs.c: Likewise.
2559         * wcsmbs/wctob.c: Likewise.
2560         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
2561         prototypes for wmemr*.
2562         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
2563         * wcsmbs/wcsnlen.c: New file.
2564         * wcsmbs/wcsmbsload.c: New file.
2565         * wcsmbs/wcsmbsload.h: New file.
2566
2567         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
2568
2569         * manual/install.texi: Describe some more critical points.
2570
2571         * string/string.h: Add prototype for __strnlen.
2572         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
2573
2574         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
2575         much less predictable names.
2576         * sysdeps/posix/mkstemp.c: Likewise.
2577
2578 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2579
2580         * manual/libc.texinfo (Top): Change "file namespace" to "local
2581         namespace".
2582
2583         * manual/socket.texi: Change file namespace to local namespace.
2584         (Out-of-Band Data): Remove unneeded variable link.
2585         (Host Address Functions): Use uint32_t consequently and add a
2586         number of clarifications for IPv4/IPv6, classless addresses.
2587         (Internet Namespace): Added some paragraphs about IPv6.
2588         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
2589
2590 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
2591
2592         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
2593
2594         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
2595         (NI_NUMERICHOST, et al.): Tidy up and add comments.
2596         (AI_NUMERICHOST): Define.
2597         (getnodebyname): New prototype.
2598         (AI_V4MAPPED, et al.): New constants.
2599
2600         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
2601         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
2602         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
2603         for socket.
2604         * sysdeps/unix/sysv/linux/sa_len.c: New file.
2605         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
2606
2607         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
2608
2609         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
2610         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
2611         * socket/Makefile (headers): Add bits/sockunion.h.
2612         * socket/sys/socket.h: Include <bits/sockunion.h>
2613         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
2614         <sys/socket.h>, to avoid getting sockaddr_union defined.
2615         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
2616         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2617         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
2618
2619         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
2620         (2.2.x kernels won't have it).
2621
2622 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
2623
2624         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
2625         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
2626         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
2627         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
2628
2629 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
2630
2631         * manual/socket.texi (Socket Addresses): Fix a typo.
2632         (Interface Naming): New section.
2633
2634 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2635
2636         * configure.in: Check for CC using $ac_tool_prefix, to handle
2637         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
2638         * config.make.in: Add MIG to be substituted.
2639         * mach/Machrules: Don't define MIG variable.
2640
2641         Patch by Gordon Matzigkeit <gord@profitpress.com>.
2642
2643 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
2644
2645         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
2646         strdupa to copy rpath.
2647
2648 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2649
2650         * configure.in: Fix gcc version check.
2651
2652         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
2653         confusing.
2654
2655 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
2656
2657         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
2658         of ptsname_r.
2659
2660         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
2661         like ttyname_r.
2662         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
2663         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
2664         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
2665         of __ptsname_r accordingly.
2666         * login/openpty.c (openpty): Likewise.
2667
2668 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
2669
2670         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
2671
2672 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2673
2674         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
2675
2676         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
2677
2678 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2679
2680         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
2681         return value for better error checking.
2682
2683 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
2684
2685         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
2686         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
2687
2688         * elf/elf.h (EM_SPARC64): Remove.
2689         (EM_SPARC32PLUS, EM_SPARCV9): Add.
2690         (HWCAP_SPARC_V9): Add.
2691
2692         * elf/ldsodefs.h (_dl_hwcap): Declare.
2693         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
2694         Weaken so dlopen from static progies works.
2695         (WEAKADDR): New macro.
2696         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
2697         (LD_SO_PRELOAD): New macro.
2698         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
2699         (elf_machine_rela): Weaken _dl_rtld_map.
2700
2701         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
2702         to __clone, and remove the later's alias.
2703         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
2704
2705         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
2706         the kernel's structure.
2707
2708         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
2709         Sparc needs a custom value of __KERNEL_NCCS.
2710
2711 1998-04-06  Richard Henderson  <rth@cygnus.com>
2712
2713         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
2714
2715         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
2716         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2717
2718 1998-04-06  Richard Henderson  <rth@cygnus.com>
2719
2720         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
2721         as the buffer is not properly aligned.
2722         Reported by Juan Cespedes <cespedes@debian.org>.
2723
2724 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2725
2726         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
2727         instead of AF_FILE.
2728
2729 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
2730
2731         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
2732         and wc*tomb* functions.
2733
2734 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
2735
2736         * sysdeps/unix/start.c: Fix typo.
2737
2738 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
2739
2740         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
2741
2742 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
2743
2744         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
2745         expressions and using array variables.
2746         * sysdeps/libm-ieee754/e_asin.c: Likewise.
2747         * sysdeps/libm-ieee754/e_j0.c: Likewise.
2748         * sysdeps/libm-ieee754/e_j1.c: Likewise.
2749         * sysdeps/libm-ieee754/e_log.c: Likewise.
2750         * sysdeps/libm-ieee754/e_pow.c: Likewise.
2751         * sysdeps/libm-ieee754/k_cos.c: Likewise.
2752         * sysdeps/libm-ieee754/k_sin.c: Likewise.
2753         * sysdeps/libm-ieee754/k_tan.c: Likewise.
2754         * sysdeps/libm-ieee754/s_atan.c: Likewise.
2755         * sysdeps/libm-ieee754/s_erf.c: Likewise.
2756         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
2757         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
2758         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
2759
2760 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
2761
2762         * iconv/gconv.c: Rewrite of the low-level of gconv.
2763         * iconv/gconv.h: Likewise.
2764         * iconv/gconv_builtin.h: Likewise.
2765         * iconv/gconv_close.c: Likewise.
2766         * iconv/gconv_db.: Likewise.
2767         * iconv/gconv_dl.c: Likewise.
2768         * iconv/gconv_int.h: Likewise.
2769         * iconv/gconv_open.c: Likewise.
2770         * iconv/gconv_simple.c: Likewise.
2771         * iconvdata/8bit-gap.c: Adapt for rewrite.
2772         * iconvdata/8bit-generic.c: Likewise.
2773         * iconvdata/euckr.c: Likewise.
2774         * iconvdata/iso646.c: Likewise.
2775         * iconvdata/iso6937.c: Likewise.
2776         * iconvdata/iso8859-1.c: Likewise.
2777         * iconvdata/johab.c: Likewise.
2778         * iconvdata/sjis.c: Likewise.
2779         * iconvdata/t61.c: Likewise.
2780         * iconvdata/uhc.c: Likewise.
2781
2782 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
2783
2784         * iconv/gconv_int.h: New file.  Internal header.
2785         * iconv/Makefile (distribute): Add gconv_int.h.
2786         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
2787         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
2788         * iconv/gconv_close.c: Likewise.
2789         * iconv/gconv_conf.c: Likewise.
2790         * iconv/gconv_db.c: Likewise.
2791         * iconv/gconv_dl.c: Likewise.
2792         * iconv/gconv_int.h: Likewise.
2793         * iconv/gconv_open.c: Likewise.
2794         * iconv/iconv.c: Likewise.
2795         * iconv/iconv_close.c: Likewise.
2796         * iconv/iconv_open.c: Likewise.
2797         * iconv/iconv_prog.c: Likewise.
2798
2799 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
2800
2801         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
2802         missing braces.
2803
2804 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2805
2806         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
2807
2808 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
2809
2810         Based on patch from Pat Beirne:
2811         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
2812         PIC and non-PIC now.  Correctly negate error number.
2813         (errno): Use `%' not `@' in .type directives.
2814
2815 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
2816
2817         * sysdeps/i386/strtok.S: Change to use single exit point.
2818         * sysdeps/i386/i686/strtok.S: Likewise.
2819
2820 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2821
2822         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
2823         default.
2824
2825 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2826
2827         * Makerules (installed-libcs): Fix typo.
2828
2829 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2830
2831         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
2832         (UHC-routines): Remove ksc5601.
2833
2834 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
2835
2836         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
2837         introduced in last change.
2838
2839 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
2840
2841         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
2842         before 2.1.92.
2843
2844 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2845
2846         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
2847
2848         * stdlib/isomac.c: Use -isystem instead of -I for system include
2849         dir.
2850
2851 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
2852
2853         * resolv/res_comp.c (underscorechar): New.
2854         (middlechar): Allow '_'.
2855
2856 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2857
2858         * intl/explodename.c (stdlib.h): Include that file only if
2859         STDC_HEADERS or _LIBC.
2860         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
2861         Patch by Philippe De Muyter <phdm@macqel.be>.
2862
2863 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2864
2865         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
2866         (AC_PROG_CHECK_VER): New macro.
2867         * configure.in: Use AC_PROG_CHECK_VER to check versions of
2868         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
2869
2870 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
2871
2872         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
2873         * sysdeps/i386/i686/strtok.S: New file
2874         * sysdeps/i386/i686/strtok_r.S: New file
2875
2876 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
2877
2878         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
2879         type to __off64_t.
2880         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
2881         parameter as __off64_t instead of __off_t.
2882         (ftello): Make alias for ftello64 instead of ftello.  Change
2883         return type to __off64_t.
2884
2885 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2886
2887         * sysdeps/i386/bits/string.h: Fix various typos.
2888         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2889
2890         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
2891
2892 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2893
2894         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
2895         lchown syscall correctly.  [PR libc/541].
2896
2897 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
2898
2899         * localedata/Makefile: Correct testsuite rules.
2900
2901         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
2902         * iconvdata/iso646.c: Fix conversion from UCS4.
2903
2904         * elf/ldsodefs.h: Mark internal function with internal_function.
2905         * elf/dl-addr.c: Likewise.
2906         * elf/dl-close.c: Likewise.
2907         * elf/dl-debug.c: Likewise.
2908         * elf/dl-deps.c: Likewise.
2909         * elf/dl-error.c: Likewise.
2910         * elf/dl-fini.c: Likewise.
2911         * elf/dl-init.c: Likewise.
2912         * elf/dl-load.c: Likewise.
2913         * elf/dl-lookup.c: Likewise.
2914         * elf/dl-object.c: Likewise.
2915         * elf/dl-open.c: Likewise.
2916         * elf/dl-profile.c: Likewise.
2917         * elf/dl-reloc.c: Likewise.
2918         * elf/dl-runtime.c: Likewise.
2919         * elf/dl-symbol.c: Likewise.
2920         * elf/dl-version.c: Likewise.
2921         * elf/dlerror.c: Likewise.
2922         * sysdeps/generic/dl-sysdep.c: Likewise.
2923         * sysdeps/i386/dl-machine.h: Likewise.
2924         * intl/finddomain.c: Likewise.
2925         * intl/gettextP.h: Likewise.
2926         * intl/loadmsgcat.c: Likewise.
2927
2928 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
2929
2930         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
2931         * iconv/gconv_builtin.h: Add definitions for new builtins.
2932         * iconv/gconv.h: Add prototypes for new builtins.
2933
2934         * iconvdata/Makefile (modules): Add ISO646.
2935         Add rules for ISO646 module.
2936         (distribute): Add iso646.c.
2937         * iconvdata/gconv-modules: Add module and alias definition for
2938         ISO646 charsets.
2939         * iconvdata/iso646.c: New file.
2940
2941 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
2942
2943         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
2944         * iconv/iconv_prog.c: Implement --list option to print available
2945         coded character sets.
2946
2947 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2948
2949         Make fread() read large blocks straight to the user buffer.
2950
2951         * libio/fileops.c (_IO_file_xsgetn): New function.
2952         (_IO_file_jumps): Use it.
2953         * libio/libioP.h: Prototype it.
2954
2955 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2956
2957         * iconv/gconv_conf.c (builtin_aliases): New variable.
2958         (__gconv_read_conf): Add builtin aliases.
2959         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
2960         noop macro before including gconv_builtin.h.
2961         * iconv/gconv_builtin.h: Add alias names.
2962
2963         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
2964         number of converted bytes correctly.
2965
2966 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2967
2968         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
2969         we only wait for a replay.
2970
2971 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2972
2973         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
2974         EUC-KR modules.
2975
2976 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
2977
2978         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
2979         use PLTJMP() rather than explicit (PLT).
2980
2981         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
2982         __libc_start_main().
2983
2984         Based on patch from Pat Beirne:
2985         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
2986         Always define, not only #ifndef PIC.
2987         (DO_CALL): Pass fifth argument correctly in R4.
2988         (PSEUDO): Correct test for error, call syscall_error through PLT
2989         if PIC.
2990
2991 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
2992
2993         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
2994         definitions.
2995
2996 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2997
2998         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
2999         JOHAB.so.
3000
3001 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3002
3003         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3004         lstat64.
3005
3006 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3007
3008         * manual/Makefile: Use object-suffixes-for-libc instead of
3009         object-suffixes.
3010         * rpm/Makefile (install-lib): Likewise.
3011
3012 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3013
3014         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3015
3016         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3017         `m68*', not only `m68k'.
3018
3019 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3020
3021         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3022
3023         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3024         install lddlibc4.
3025
3026 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3027
3028         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3029         EUC-KR.
3030
3031         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3032         comment.
3033
3034 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3035
3036         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3037         the init stuff.
3038
3039 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3040
3041         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3042         adjtimex syscall.
3043         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3044         adjtimex.
3045         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3046
3047 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3048
3049         * Makerules (install): Change comment for libc.so following the
3050         libc_nonshared changes.
3051
3052 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3053
3054         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3055
3056         * iconvdata/gap.pl: Avoid using %#06x.
3057
3058 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3059
3060         * Makerules: Use $? instead of S^ when invoking ar.
3061
3062 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3063
3064         * db2/compat.h: Allow EFTYPE being defined.
3065         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3066         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3067         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3068         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3069         (__libc_once): Correctly unlock semaphore.
3070         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3071         * sysdeps/unix/bsd/getpt.c: Fix typo.
3072         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3073
3074 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3075
3076         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3077         macros.
3078
3079 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3080
3081         * include/mntent.h: New file.
3082
3083         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3084         * elf/dl-load.c: Rewrite search path handling.
3085         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3086         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3087         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3088         * elf/ldsodefs.h: Add prototype.
3089
3090 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3091
3092         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3093
3094         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3095         function.
3096
3097         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3098
3099         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3100         New function.
3101         (HWCAP_IMPORTANT): New definition.
3102
3103 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3104
3105         * elf/dl-open.c (_dl_open): Fix a typo.
3106         (_dl_global_scope_alloc): Make it static.
3107
3108 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3109
3110         * Makerules: Remove duplicate rules to handle stamp.oS.
3111
3112 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3113
3114         * manual/examples/inetsrv.c (main): Change prototype of
3115         make_socket following change in mkisock.c.
3116
3117         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3118         example host.
3119         (main): Change prototype of init_sockaddr following change in
3120         isockadd.c.
3121
3122         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3123         * manual/examples/isockad.c (init_sockaddr): Likewise.
3124
3125         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3126         lines for clarification.
3127         (make_named_socket): Use strncpy instead of strcpy.
3128         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3129
3130 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3131
3132         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3133         determining libs to remove.
3134         (postclean): Add soversions.mk.
3135         * Makerules (common-mostlyclean): Add tests-static and generated
3136         files.
3137
3138 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3139
3140         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3141         scanning for \0.
3142         (__strncat_g): Add i686 specific code.
3143
3144 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3145
3146         * manual/install.texi (Reporting Bugs): Ask to include section
3147         names in reports.
3148
3149 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3150
3151         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3152         guard against direct inclusion.
3153
3154 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3155
3156         Rework support for libc_nonshared.a:
3157         * Makeconfig (object-suffixes-for-libc): New variable.
3158         * Rules: Remove handling of static-only and shared-only routines.
3159         * Makerules: Handle them here instead.  Use
3160         object-suffixes-for-libc instead of object-suffixes when dealing
3161         with libc objects.
3162         (object-suffixes-for-rules): Remove variable.
3163         (elide-routines.oS): Elide all routines except static-only
3164         routines.
3165         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3166         empty.
3167         (installed-libcs): Remove special case for .oS.
3168         (rmobjs): Likewise.
3169
3170 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3171
3172         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3173         do-tst-rpmatch): New targets.
3174         (test): Use them.
3175         (install-locales): Ignore comment lines.
3176
3177 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3178
3179         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3180         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3181         ($(objpfx)rtldtbl.h): Likewise.
3182         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3183
3184 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3185
3186         * manual/string.texi (Finding Tokens in a String): Extend strsep
3187         description and correct example.
3188
3189 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3190
3191         * manual/socket.texi: Remove misguided explicit line breaks and
3192         fix the formatting problem instead by reformulating the
3193         paragraphs.
3194         * manual/filesys.texi: Likewise.
3195         * manual/conf.texi: Likewise.  Don't typeset table with index
3196         fonts, that looks worse than a minimally overfull line.
3197
3198 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3199
3200         * nscd/Makefile (nscd-modules): Move definition outside of
3201         conditional.
3202
3203         * pwd/Makefile: Use have-thread-library to test for thread
3204         library.
3205
3206 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3207
3208         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3209
3210         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3211
3212 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3213
3214         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3215
3216 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3217
3218         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3219
3220         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3221         Reported by Andreas Jaeger.
3222
3223 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3224
3225         * elf/Makefile: Fix typo.
3226         (distribute): Add dl-librecon.h.
3227         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3228         * elf/ldd.sh.in: Likewise.
3229         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3230         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3231         Use strsep correctly.
3232         (process_envvars): Allow platform specific variables.
3233         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3234         (_dl_load_cache_lookup): Test cache IDs found against
3235         _dl_correct_cache_id.
3236         * sysdeps/generic/dl-librecon.h: New file.
3237         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3238
3239         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3240
3241 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3242
3243         * config.make.in (ldd-rewrite-script): New variable.
3244         * configure.in: Substitute ldd-rewrite-script.
3245         * elf/Makefile: Rewrite rules to generate ldd script.
3246         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3247         * elf/ldd.sh.in: Likewise.
3248         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3249         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3250         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3251         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3252         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3253
3254 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3255
3256         * inet/rcmd.c (iruserok): Remain setuid to the local user
3257         while .rhosts is actually read, to make .rhosts-over-NFS work
3258         (PR libc/524).  Use iruserfopen() for security checks on both
3259         hosts.equiv and .rhosts.  General cleanup.
3260         (iruserfopen): New function, performs careful checking on
3261         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3262         stuff plus hard links to files.
3263
3264 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3265
3266         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3267
3268         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3269
3270 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3271
3272         * sysdeps/i386/i486/bits/string.h: Fix typos.
3273
3274 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
3275
3276         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3277         strong alias.
3278
3279         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3280
3281         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3282         Added.  Used by libm.so on alpha.
3283
3284 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3285
3286         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3287         defined.
3288
3289 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
3290
3291         * Makerules (object-suffixes-for-rules): Add .oS only for
3292         building shared library.
3293         Add ranlib rule for nonshared library.
3294         (rmobjs): Fix typo.
3295
3296         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3297         into for shared library only.
3298         (CPPFLAGS-.oS): Add -DPIC.
3299         (libtypes): Use $(object-suffixes-for-rules) instead of
3300         $(object-suffixes).
3301
3302 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
3303
3304         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
3305         and install lddlibc4.
3306
3307 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3308
3309         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
3310         hash.
3311         * iconvdata/gaptab.pl: Likewise.
3312
3313 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
3314
3315         * Rules: Allow Makefiles to specify test-static for tests which
3316         cannot be linked dynamically.
3317         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
3318         tests-static.
3319
3320         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
3321
3322         * misc/error.c: Pretty print.
3323
3324 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3325
3326         * Makerules (libc_nonshared-name): Remove variable.
3327         (installed-libcs): Use libc-name instead.
3328         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
3329         dynamic linker.
3330
3331         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
3332         libc.a.  Remove explicit reference to dynamic linker.
3333
3334 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
3335
3336         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
3337         to wchar_t.
3338         * iconv/iconv_prog.c: Correctly test for write failure.
3339         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
3340         * iconvdata/gconv-modules: Likewise.
3341         * iconvdata/euckr.c: New file.
3342         * iconvdata/johab.c: New file.
3343         * iconvdata/ksc5601.c: New file.
3344         * iconvdata/ksc5601.h: New file.
3345         * iconvdata/uhc.c: New file.
3346         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
3347
3348         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
3349         * stdio/fopen.c: Correct handling of 'x' flag.
3350         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
3351
3352 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3353
3354         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
3355         * sunrpc/rpcsvc/key_prot.x: Likewise.
3356         * sunrpc/key_prot.c: Likewise.
3357
3358 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
3359
3360         * sysdeps/i386/bits/string.h: Correct things which never worked.
3361         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
3362         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3363
3364 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
3365
3366         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
3367         defined.  Reported by Thorsten Kukuk.
3368
3369 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
3370
3371         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
3372
3373 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3374
3375         * manual/install.texi (Supported Configurations): Add
3376         arm-linuxaout and arm-none.
3377
3378 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3379
3380         * version.h (VERSION): Bump to 2.0.93.
3381
3382 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
3383
3384         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
3385
3386         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
3387
3388         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
3389         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
3390
3391 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3392
3393         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
3394
3395 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3396
3397         Put the static-only routines in a separate library.
3398         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
3399         variables.
3400         (all-object-suffixes): Add .oS.
3401         * Makerules (libc_static-name): New variable.
3402         (installed-libcs): Add libc_nonshared.a.
3403         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
3404         (object-suffixes-for-rules): New variable.  Use it instead of
3405         object-suffixes for generating compilation rules.
3406         (rmobjs): Also remove *.oS.
3407         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
3408         ($(objpfx)stamp.oS): New target.
3409
3410 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3411
3412         * Makefile (FAQ): Automatically check in regenerated FAQ.
3413
3414 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3415
3416         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
3417
3418 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3419
3420         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
3421         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
3422
3423         * sysdeps/generic/stub_warning: Removed.
3424
3425         * Makefile (distribute): Add include/des.h.
3426
3427         * manual/Makefile (distribute): Change dir-add.texi to
3428         dir-add.texinfo.
3429
3430         * glibcbug.in: Create files safely when mktemp is not available.
3431
3432         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
3433         Patch by a sun <asun@saul1.u.washington.edu>.
3434
3435 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3436
3437         * libc.map: Rename getname to getnetname.
3438
3439 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
3440
3441         * manual/maint.texi: Use supported platform in examples.
3442
3443         * manual/install.texi: Document some installation tips.
3444
3445 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
3446
3447         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
3448         Fix a bug so that it returns an error if a numeric parameter is
3449         unset and WRDE_UNDEF is set.
3450         Patch by Andreas Schwab and Tim Waugh.
3451         * posix/wordexp-test.c: Add new new test.
3452
3453 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3454
3455         * posix/regex.c (regex_compile): Last patch wasn't entirely
3456         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
3457
3458 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3459
3460         * manual/filesys.texi (Scanning Directory Content): Fix typo.
3461
3462 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
3463
3464         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
3465         clobbered registers don't appear as operands.
3466
3467 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3468
3469         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
3470         Solaris' sake.
3471
3472         * posix/regex.c (regex_compile): Don't allow non-alphabet
3473         characters in character set name.
3474
3475 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
3476
3477         * posix/wordexp.c (w_newword): New function.
3478         (do_parse_glob): New function.
3479         (parse_glob): Use do_parse_glob.  Now handles the case where a
3480         variable expansion causes a field-split.
3481         (wordexp): Use w_newword.
3482         (parse_arith): Likewise.
3483         (exec_comm): Likewise.
3484         (parse_comm): Likewise.
3485         (parse_param): Likewise.
3486         (parse_backtick): Likewise.
3487
3488 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
3489
3490         * posix/wordexp-tst.sh: Another test.
3491
3492         * posix/wordexp-test.c: Two new tests.
3493
3494         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
3495         directly (the code using realloc was buggy).
3496         (parse_param): Fix typo in comment.
3497
3498 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3499
3500         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
3501
3502 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3503
3504         * libc.map: Add more rpc auth functions/variables.
3505
3506         * nscd/nscd.c: Add -g option to argp options.
3507
3508 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3509
3510         * configure.in: Be prepared for gcc 2.9.10 and up.
3511         * configure.in: Add missing disabling of quote characters in
3512         compiler version check.  Reported by HJ Lu.
3513
3514 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3515
3516         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
3517
3518 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3519
3520         * intl/locale.alias: Fix spelling of romanian.
3521
3522         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
3523         (distribute): Remove des.h.
3524         * include/des.h: New file.
3525         * sunrpc/des.h: Moved to ...
3526         * sunrpc/rpc/rpc_des.h: ...here.
3527
3528 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
3529
3530         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
3531         Fix paren.
3532
3533 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3534
3535         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
3536         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
3537
3538 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3539
3540         * elf/ldsodesf.h: New file.
3541         * elf/Makefile (distribute): Add ldsodefs.h.
3542         * elf/link.h: Separate internal information in exter header.
3543         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
3544         * elf/dl-minimal.c: Likewise.
3545         * sysdeps/generic/dl-sysdep.c: Likewise.
3546         * elf/sprof.c: Likewise.
3547         * elf/dlsym.c: Likewise.
3548         * elf/dlvsym.c: Likewise.
3549         * elf/dlerror.c: Likewise.
3550         * elf/dladdr.c: Likewise.
3551         * elf/dlclose.c: Likewise.
3552         * elf/dlopen.c: Likewise.
3553         * elf/dl-addr.c: Likewise.
3554         * elf/dl-close.c: Likewise.
3555         * elf/dl-debug.c: Likewise.
3556         * elf/dl-deps.c: Likewise.
3557         * elf/dl-error.c: Likewise.
3558         * elf/dl-fini.c: Likewise.
3559         * elf/dl-init.c: Likewise.
3560         * elf/dl-load.c: Likewise.
3561         * elf/dl-lookup.c: Likewise.
3562         * elf/dl-object.c: Likewise.
3563         * elf/dl-open.c: Likewise.
3564         * elf/dl-profile.c: Likewise.
3565         * elf/dl-reloc.c: Likewise.
3566         * elf/dl-runtime.c: Likewise.
3567         * elf/dl-support.c: Likewise.
3568         * elf/dl-symbol.c: Likewise.
3569         * elf/dl-version.c: Likewise.
3570         * sysdeps/generic/dl-cache.c: Likewise.
3571         * sysdeps/generic/libc-start.c: Likewise.
3572         * iconv/gconv_dl.c: Likewise.
3573         * nss/nsswitch.c: Likewise.
3574
3575 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
3576
3577         * manual/nss.texi: The database is not called network but networks.
3578         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
3579
3580 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3581
3582         * configure.in: Correct test for compiler version.
3583         Check that LD_LIBRARY_PATH doesn't contain current path.
3584
3585 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
3586
3587         * elf/dl-close.c (_dl_close): Fix byte count while removing
3588         the shared object from the global scope list and optimize
3589         a little bit.
3590
3591 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3592
3593         * manual/filesys.texi (Scanning Directory Content): Add missing
3594         closing brace.
3595         (Scanning Directory Content): Fix text.
3596
3597 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3598
3599         * manual/memory.texi (Heap Consistency Checking): Add paragraph
3600         explaining difference of -lmcheck and MALLOC_CHECK_.
3601
3602 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3603
3604         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
3605         typos in comments.
3606
3607 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3608
3609         * test-skeleton.c (main): Fix test for exit signal.
3610
3611 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3612
3613         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
3614
3615 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3616
3617         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
3618         appropriate.
3619
3620 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3621
3622         * libc.map: Export __strtok_r.
3623
3624 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
3625
3626         * posix/regex.c (re_compile_fastmap): Remove unused variable
3627         num_regs and adjust comment.
3628         Patch by Jim Meyering <meyering@ascend.com>.
3629
3630         * math/math.h (M_*l): Extend long double constants to be usable
3631         for 128 bit floats.  Patch by Richard Henderson.
3632
3633 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3634
3635         * sysdeps/m68k/m68020/wordcopy.S: New file.
3636
3637 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
3638
3639         * posix/wordexp.c: Rewrite parse_param.
3640         Patch by Tim Waugh and Andreas Schwab.
3641
3642 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3643
3644         * Rules: Update timestamps on empty object files.
3645
3646 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
3647
3648         * manual/filesys.texi (Scanning Directory Content): Add description
3649         of 64 bits scandir function and friends.
3650
3651 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3652
3653         * glibcbug.in: Use mktemp to generate unique file name for
3654         temporary files.
3655
3656         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
3657         ptsname_r.  Use cast for execve call.
3658
3659 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
3660
3661         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
3662         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
3663         * io/sys/statvfs.h: New file.
3664         * sysdeps/generic/fstatvfs.h: New file.
3665         * sysdeps/generic/statvfs.h: New file.
3666         * sysdeps/generic/fstatvfs64.h: New file.
3667         * sysdeps/generic/statvfs64.h: New file.
3668         * sysdeps/generic/bits/statvfs.h: New file.
3669         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
3670         * sysdeps/unix/sysv/linux/statvfs.c: New file.
3671         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
3672
3673         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
3674         and f_ffree elements.
3675
3676         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
3677         mount options in enum.
3678
3679 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3680
3681         * configure.in: Check for recent egcs/gcc.
3682
3683 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3684
3685         * libc.map: Add alphasort64, scandir64, versionsort64.
3686         * dirent/Makefile (routines): Add scandir64, alphasort64, and
3687         versionsort64.
3688         * dirent/alphasort64.c: New file.
3689         * dirent/scandir64.c: New file.
3690         * dirent/versionsort64.c: New file.
3691         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
3692         versionsort.
3693         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
3694         old name weak alias.
3695         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
3696
3697         * dirent/alphasort.c: Use strcoll instead of strcmp.
3698
3699         * dirent/scandir.c: Optimize a bit.
3700
3701         * dirent/versionsort.c: Pretty print.
3702
3703 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3704
3705         * string/string.h: Add prototype for __strtok_r.
3706
3707 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3708
3709         * posix/Makefile: Fix typo in last change.
3710
3711 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3712
3713         * dirent/dirent.h (scandir): Make argument of select function const.
3714         * dirent/scandir.c (scandir): Likewise.
3715         Reported by David.Faure@insa-lyon.fr [PR libc/512].
3716
3717 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
3718
3719         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
3720         weak alias.
3721         * sysdeps/i386/strtok_r.c: Likewise.
3722
3723         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
3724         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
3725         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
3726         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
3727         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
3728         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
3729
3730 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3731
3732         * intl/localealias.c: Remove unneeded define for strdup.
3733
3734 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
3735
3736         * manual/argp.texi: Adjust for better TeX output.
3737         * manual/arith.texi: Likewise.
3738         * manual/conf.texi: Likewise.
3739         * manual/filesys.texi: Likewise.
3740         * manual/header.texi: Likewise.
3741         * manual/lgpl.texinfo: Likewise.
3742         * manual/math.texi: Likewise.
3743         * manual/message.texi: Likewise.
3744         * manual/pattern.texi: Likewise.
3745         * manual/process.texi: Likewise.
3746         * manual/signal.texi: Likewise.
3747         * manual/socket.texi: Likewise.
3748         * manual/startup.texi: Likewise.
3749         * manual/stdio.texi: Likewise.
3750         * manual/terminal.texi: Likewise.
3751         * manual/examples/rprintf.c: Likewise.
3752         * manual/examples/testopt.c: Likewise.
3753         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
3754
3755 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
3756
3757         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
3758         parameter name after seeing a digit if it's enclosed in braces.
3759
3760 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3761
3762         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
3763
3764 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3765
3766         * manual/memory.texi (Heap Consistency Checking): Document
3767         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
3768
3769 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3770
3771         * manual/Makefile: Add missing rules.
3772
3773 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3774
3775         * timezone/Makefile (generated): Define to remove all stamp files.
3776
3777         * sysdeps/generic/strsep.c: Also undefine __strsep.
3778
3779         * string/strdup.c: Undefine __strdup and strdup first.
3780         * string/strndup.c: Likewise.
3781
3782         * string/bits/string2.h: Correct strtok_r and strsep.
3783         Add strndup optimization.
3784
3785         * sysdeps/generic/strsep.c: Little optimization.
3786
3787 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
3788
3789         * string/bits/string2.h: Add optimization for strdup.
3790         Always define __strsep and __strtok_r and make real names available
3791         when feature select macros are defined.
3792
3793 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3794
3795         * manual/install.texi (Installation): Use i486-linux as example
3796         instead of the unsupported sunos4.
3797         (Reporting Bugs): Mention glibcbug script.
3798         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
3799
3800 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3801
3802         * posix/wordexp-tst.sh: Make portable.  Add more tests.
3803
3804         * posix/Makefile (do-globtest do-wordexp-test): New targets.
3805
3806 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
3807
3808         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
3809         * sysdeps/generic/libc-start.c: ...here, replacing former content.
3810
3811         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
3812         netpacket/packet.h.
3813
3814         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
3815
3816 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3817
3818         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
3819         in enumerator for strict standard compliance.
3820         * sysdeps/generic/bits/resource.h: Likewise.
3821
3822 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
3823
3824         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
3825         (PLTJMP): New macro.
3826
3827         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
3828         longjmp() when floating point enabled.
3829         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
3830         * sysdeps/arm/__longjmp.S: Remove floating point code.
3831         * sysdeps/arm/setjmp.S: Likewise.
3832
3833         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
3834         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3835
3836         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
3837         memset().
3838
3839         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
3840         prototype.
3841
3842 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
3843
3844         Based on patches from Pat Beirne and Scott Bambrough:
3845
3846         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
3847
3848         * sysdeps/arm/bits/fenv.h: New file.
3849
3850         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
3851         * sysdeps/arm/elf/setjmp.S: Likewise.
3852         * sysdeps/arm/elf/start.S: Likewise.
3853         * sysdeps/arm/init-first.c: Likewise.
3854         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
3855         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
3856         comment about floating point to reflect current reality.
3857
3858         * sysdeps/unix/arm/brk.S: Support PIC.
3859         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
3860         re-entrant code.
3861         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
3862         return; call syscall_error through PLT.
3863         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
3864
3865 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
3866
3867         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
3868         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
3869         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
3870
3871 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3872
3873         * dirent/list.c (test): Return error value.
3874         (main): Exit with error value.
3875
3876         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
3877
3878         * Makefile (distribute): Add test-skeleton.c.
3879         * test-skeleton.c: New file.
3880         * dirent/Makefile (tests): Add opendir-tst1.
3881         * dirent/opendir-tst1.c: New file.
3882
3883 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3884
3885         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
3886         Optimize memory handling.
3887         * sysdeps/unix/closedir.c: Optmize memory handling.
3888
3889 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
3890
3891         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
3892         handling.  Optimize a bit.
3893
3894 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
3895
3896         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
3897         (parse_param): Fold in Andreas' fixes to do with when the end of
3898         the parameter name has been reached, and quoting inside ${...}.
3899         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
3900         $((echo);(ls)).
3901
3902 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3903
3904         * manual/maint.texi: Split out installation and contribution
3905         sections to their own appendices.  Misc cleanups.
3906         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
3907         * manual/contrib.texi: New file.
3908         * manual/libc.texinfo: Pull in new appendices.
3909         * manual/header.texi: Correct node pointer.
3910
3911 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3912
3913         * manual/process.texi (Process Completion): Clarify return value
3914         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
3915
3916 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3917
3918         * posix/wordexp-test.c: Add more tests.
3919         (testit): Fix logic.
3920
3921         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
3922         /dev/null instead of closing it, close pipe.  Always chop off all
3923         trailing newlines.  Kill and reap child before returning error.
3924         (w_addword, parse_glob): Fix memory leak.
3925         (wordexp): Fix dangling pointer problem.
3926
3927 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
3928
3929         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
3930
3931         * posix/wordexp-test.c (main): Fix little thinkos and typos.
3932
3933         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
3934         directory index by only the language.
3935
3936 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
3937
3938         * posix/wordexp-tst.sh: Store test results in the
3939         ${common_objpfx}posix directory.
3940
3941         * posix/wordexp-test.c: Remove temporary directory afterwards.
3942
3943 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3944
3945         * libc.map: Export internal versions of cancelable functions.
3946
3947 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3948
3949         * Makerules (MAKEFLAGS): Append `r'.
3950
3951 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3952
3953         * Makeconfig: Define have-thread-library, shared-thread-library
3954         and static-thread-library if a thread library is available.  Don't
3955         define rt.
3956         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
3957         nscd-routines to nscd-modules.  Use shared-thread-library and
3958         static-thread-library in dependencies.
3959         * rt/Makefile: Only compile librt if have-thread-library is
3960         defined.
3961         * Makefile (subdirs): Always include rt subdir.
3962
3963 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3964
3965         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
3966
3967 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
3968
3969         * configure.in: Recognize variations for 32 MIPS processors.
3970         Don't assume ELF systems always have .weak, test for .weakext.
3971
3972 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
3973
3974         * configure.in: Irix6 is an ELF platform.
3975
3976 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
3977
3978         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
3979         unmapping the last loaded segment.
3980
3981 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
3982
3983         * configure.in: Set base_os for Irix6.
3984         Correct test for .weakext.
3985
3986 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3987
3988         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
3989         (new_line) to _dl_debug_message call.
3990
3991 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
3992
3993         * posix/wordexp.c (parse_param): Perform field-splitting after
3994         expanding positional parameter.
3995
3996         * posix/wordexp-tst.sh: Test that field-splitting is performed
3997         after expanding positional parameter.
3998
3999         * posix/wordexp.c (parse_param): Fixed memory leak in
4000         field-splitting after parameter expansion.
4001
4002 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4003
4004         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4005         (get_toplvl_escape): Correctly terminate loop at EOF.
4006         Patch by Cristian Gafton <gafton@redhat.com>.
4007
4008 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4009
4010         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4011         (test_strsep): Likewise.  Correct horrible bugs.
4012
4013         * string/bits/string2.h (strcspn): Optimize also reject string of
4014         length 2 and 3.
4015         (strspn): Likewise.
4016         (strpbrk): Likewise.
4017         (strsep): Likewise.  Correct bug with successive separators and
4018         separators at the end of the string.
4019         * sysdeps/generic/strsep.c: Correct bug with successive separators
4020         and separators at the end of the string.
4021
4022 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4023
4024         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4025         etc) now handled, as well as $$ (pid).
4026
4027         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4028         (distribute): Add wordexp-tst.sh.
4029
4030         * posix/wordexp-tst.sh: New file.
4031
4032         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4033         number of positional parameters.  Renamed substitute_length to
4034         seen_hash.
4035         Don't free(env) is env is NULL.
4036
4037 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4038
4039         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4040
4041 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4042
4043         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4044         for output file replacing gmon.out.
4045         Patch by Dean Gaudet <dgaudet@arctic.org>.
4046
4047 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4048
4049         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4050         up namespace.  Optimize finding end of line.
4051
4052 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4053
4054         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4055         securely.  Optimized.
4056         (process_dl_debug): Add ':' to list of separators.  Optimized.
4057
4058 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4059
4060         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4061         isless, islessequal, islessgreater, isunordered): Return zero or
4062         one.
4063
4064 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4065
4066         * posix/wordexp-test.c: More tests.
4067         (main): Set up arena for pathname expansion tests (in a temporary
4068         directory).
4069         (testit): Don't check word count or word vector if return value is
4070         non-zero.
4071
4072         * posix/wordexp.c (exec_comm): Always chop off terminating
4073         linefeed (just like bash does).
4074         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4075         (!env || !*env)".
4076         (parse_param): For assignment inside parameter expansion, use all
4077         expanded words in assignment rather than just the first.
4078         (parse_param): Corrected return value for parameter expansion of
4079         an unset variable when WRDE_UNDEF is in effect.
4080         (parse_dollars): Don't field-split if quoted.
4081         (wordexp): Opening brace character isn't allowed unquoted.
4082
4083 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4084
4085         * elf/dlerror.c: Fix concurrency problems with error string and
4086         number.
4087
4088         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4089         filter/auxiliary are being loaded.
4090
4091 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4092
4093         * elf/dlerror.c (last_object_name): Removed.
4094         (dlerror): Don't use last_object_name.
4095         (_dl_error_run): Omit second argument to _dl_catch_error.
4096         * elf/dl-error.c (struct catch): Remove objname member.
4097         (_dl_signal_error): Construct string including objname when given.
4098         (_dl_catch_error): Remove objname handling.
4099         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4100         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4101         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4102         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4103         * iconv/gconv_dl.c (dlerror_run): Likewise.
4104         [Corrects PR libc/501].
4105
4106 1998-03-12  Matthias Urlichs <smurf@noris.de>
4107
4108         * nscd/nscd.c: Ignore SIGPIPE.
4109
4110 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4111
4112         * nscd/nscd_getgr_r.c: Use __ protected names.
4113         * nscd/nscd_getpw_r.c: Likewise.
4114
4115 1998-03-12  Matthias Urlichs <smurf@noris.de>
4116
4117         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4118         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4119         null bytes are not transmitted.
4120
4121 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4122
4123         * powerpc/syscalls.list: Correct typo.
4124         * alpha/syscalls.list: Likewise.
4125         * mips/syscalls.list: Likewise.
4126
4127 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4128
4129         * socket/sys/socket.h: Add prototype for __socket.
4130
4131 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4132
4133         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4134
4135         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4136         constants.
4137
4138         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4139         definition here.
4140         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4141         definition here.
4142
4143         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4144         AF_* and PF_* constants.
4145
4146         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4147
4148 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4149
4150         * elf/rtld.c: Update help message.
4151         Install link maps for preloaded objects using main_map as loader.
4152
4153         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4154         * elf/dl-profile.c: Likewise.
4155
4156         * elf/dlsym.c: Little optimization.
4157         * elf/dlvsym.c: Likewise.
4158
4159 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4160
4161         * posix/wordexp-test.c: Move test for parameter list at the very
4162         beginning.
4163
4164 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4165
4166         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4167         WRDE_REUSE flag is set.
4168         (parse_param): Allow `*', `@', and numbers in parameter names.
4169         (parse_dollars): Differentiate between arithmetic expansion and a
4170         command substitution that starts immediately with a sub-shell
4171         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4172         (parse_param): Memory allocated with __alloca in a block was
4173         referenced outside that block.  Adjusted to use malloc/free.
4174         (parse_param): Adjusted field-splitting algorithm so that there is
4175         not necessarily a field split at the end of a parameter expansion.
4176
4177 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4178
4179         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4180         don't free words that have already been allocated.
4181         (parse_param): A dollar sign on its own will never have a pattern
4182         associated with it (like "${HOME%%/}" has), so don't try to free it.
4183         (parse_glob): Attempt to glob when an unquoted `[' is found
4184         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4185         (parse_glob): Sorted out quoting in a glob-able word.
4186         (parse_param): Added $* and $@ handling.
4187
4188 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4189
4190         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4191         parsing it.
4192
4193 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4194
4195         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4196         _dl_debug_message.
4197
4198 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4199
4200         * elf/dl-misc.c: Default for debug output should be stderr.
4201         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4202         * elf/dl-lookup.c: reference_name may be NULL or empty.
4203
4204 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4205
4206         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4207
4208 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4209
4210         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4211
4212         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4213
4214 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4215
4216         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4217         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4218
4219 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4220
4221         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4222         init stuff.
4223
4224 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4225
4226         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4227         flag.
4228
4229         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4230         syslog daemon.
4231         (closelog_internal): Don't do anything if not connected.
4232
4233 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4234
4235         * libc.map: Add _dl_debug_message.
4236         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4237         before every line.
4238         * elf/fini.c: Correctly use new _dl_debug_message function.
4239         * elf/init.c: Likewise.
4240         * elf/dl-lookup.c: Likewise.
4241         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4242         * elf/dl-load.c: Likewise.  Add more debugging prints.
4243         * elf/dl-reloc.c: Likewise.
4244         * elf/dl-version.c: Likewise.
4245         * elf/dl-support.c: Add variables for debugging.
4246         * elf/rtld.c: Likewise.  Recognize new debug options.
4247         * elf/link.h: Declare new variables.
4248
4249         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4250
4251 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4252
4253         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4254         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4255
4256 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4257
4258         * posix/wordexp-test.c (command_line_test): New function to allow
4259         testing of specific cases from the command-line.
4260
4261 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4262
4263         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4264         * elf/dl-fini.c (_dl_fini): Likewise.
4265         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4266
4267         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4268         symbol in debug message.
4269         (_dl_lookup_versioned_symbol_skip): Likewise.
4270
4271 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
4272
4273         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4274         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4275         * manual/filesys/texi: Document this.
4276
4277 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
4278
4279         * manual/filesys.texi: Document the change below.
4280
4281 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4282
4283         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4284         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4285
4286 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
4287
4288         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4289         instead scope.  If debugging display information about symbol
4290         resolving.
4291         (_dl_lookup_symbol): Call do_lookup with correct parameters.
4292         (_dl_lookup_symbol_skip): Likewise.
4293         (_dl_lookup_versioned_symbol): Likewise.
4294         (_dl_lookup_versioned_symbol_skip): Likewise.
4295         * elf/dl-support.c: Define _dl_debug_symbols.
4296         * elf/link.h: Add declaration for _dl_debug_symbols.
4297         * elf/rtld.c: Define _dl_debug_symbols.
4298         (process_dl_debug): Recognize symbols option.
4299
4300 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
4301
4302         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
4303         in correct format.
4304         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
4305         with correct parameters.
4306         [!PIC]: Initialize __libc_multiple_libcs.
4307
4308 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
4309
4310         * elf/dl-support.c (_dl_debug_bindings): Add definition.
4311         * elf/rtld.c (_dl_debug_bindings): Add definition.
4312         (process_dl_debug): Recognize bindings option.  Update help message.
4313         * elf/link.h (struct link_map): Add l_versyms member.
4314         (_dl_debug_bindings): Add declaration.
4315         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
4316         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
4317         and l_reloc_result.
4318         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
4319         (sym_val): Remove a member, add m as link_map.
4320         (do_lookup): Return result appropriately.
4321         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
4322         Call do_lookup correctly.
4323         (_dl_lookup_symbol_skip): Likewise.
4324         (_dl_lookup_versioned_symbol): Likewise.
4325         (_dl_lookup_versioned_symbol_skip): Likewise.
4326
4327 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
4328
4329         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
4330         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
4331
4332         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
4333         * libc.map: Add chown to GLIBC_2.1.
4334         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
4335         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
4336
4337 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4338
4339         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
4340         weak alias.
4341         * sysdeps/alpha/ffs.c: Likewise.
4342         * sysdeps/am29k/ffs.c: Likewise.
4343         * sysdeps/i386/ffs.c: Likewise.
4344         * sysdeps/i960/ffs.c: Likewise.
4345         * sysdeps/m68k/ffs.c: Likewise.
4346         * sysdeps/m88k/ffs.c: Likewise.
4347         * sysdeps/powerpc/ffs.c: Likewise.
4348         * sysdeps/rs6000/ffs.c: Likewise.
4349         * sysdeps/vax/ffs.s: Likewise.
4350         * string/string.h: Declare __ffs.
4351         * libc.map: Export it.
4352         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
4353         __builtin_ffs, which is not guaranteed to be namespace clean.
4354
4355 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4356
4357         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
4358         table, which is much more likely to exist than debugging symbols.
4359         (printsym): Remove const.
4360         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
4361         header table.
4362
4363         * libc.map: Export __profile_frequency, used by elf/sprof, to
4364         avoid infinite recursion during startup.
4365
4366 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4367
4368         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
4369         Readd lost negate.
4370
4371         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
4372
4373 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
4374
4375         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
4376
4377 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
4378
4379         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
4380         LD_PRELOAD, and LD_VERBOSE.
4381         (dl_main): Use global variables set by process_envvars instead of
4382         calling getenv.
4383         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
4384         LD_LIBRARY_PATH value, this comes with the parameter.
4385         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
4386         ("LD_LIBRARY_PATH") to _dl_init_paths.
4387
4388 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
4389
4390         * elf/rtld.c (dl_main): Delay initialization of path structure if
4391         the dynamically linker is invoked implicitly until we read the
4392         dynamic section.
4393
4394 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
4395
4396         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
4397
4398 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4399
4400         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
4401         Linux 2.0 and 2.1.
4402
4403         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
4404
4405 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
4406
4407         * Makeconfig (nisobjdir): Set to path to nis directory.
4408         (rpath-link): Add nisobjdir.
4409         Patch by Sven Verdoolaege <skimo@kotnet.org>.
4410
4411         * elf/Makefile: Pretty print.
4412         * elf/dl-lookup.c: Include unistd.h.
4413         * elf/dl-runtime.c: Likewise.
4414
4415         * localedata/Makefile (test-srcs): Add tst-rpmatch.
4416         (distribute): Add tst-rpmatch.sh.
4417         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
4418
4419         New tests for rpmatch function by
4420         Jochen Hein <jochen.hein@delphi.central.de>.
4421         * localedata/tst-rpmatch.c: New file.
4422         * localedata/tst-rpmatch.sh: New file.
4423
4424         * localedata/locales/de_DE: Correct yesexpr and noexpr.
4425         * localedata/locales/de_AT: Likewise.
4426
4427         * posix/getopt.c: Update contact address.
4428         * posix/getopt1.c: Pretty print.
4429
4430         * sysdeps/generic/libc-start.c: Do most of the initialization now
4431         here instead of in start.S.
4432         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4433         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
4434
4435         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
4436         profil_counter to be public.
4437
4438 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
4439
4440         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
4441         (parse_param): Coded parameter length expansion (${#var}).
4442         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
4443         (parse_param): Cleaned up (fixed) error handling.
4444
4445         * posix/wordexp-test.c: IFS now includes non-whitespace character
4446         (comma).  Added more tests.
4447
4448 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
4449
4450         * elf/link.h: Fix typos.
4451         Reported by Andreas Jaeger.
4452
4453         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
4454         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
4455
4456 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
4457
4458         * argp/argp-help.c: Remove last bits of using gettext instead of
4459         dgettext.
4460
4461 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
4462
4463         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
4464         __libc_start_main.
4465         * csu/Makefile (routines): Add libc-start.
4466         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
4467         * elf/dl-lookup.c: Likewise.
4468         * elf/dl-version.c: Likewise.
4469         * sysdeps/i386/dl-machine.h: Likewise.
4470         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
4471         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
4472         _dl_sysdep_message macros which use _dl_sysdep_output.
4473         * elf/dl-fini.c: Write out which destructor is called while debugging.
4474         * elf/dl-init.c: Likewise for constructor.
4475         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
4476         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
4477         _dl_sysdep_message.  Add _dl_sysdep_output.
4478         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
4479         this file can be opened.
4480         For LD_DEBUG=libs also set _dl_debug_impcalls.
4481         * sysdeps/generic/dl-cache.c: Include unistd.h.
4482         * sysdeps/generic/libc-start.c: New file.
4483         * sysdeps/unix/sysv/linux/libc-start.c: New file.
4484         * sysdeps/i386/elf/start.S: Don't call main directly, call
4485         __libc_start_main instead.
4486
4487         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
4488
4489 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
4490
4491         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
4492
4493 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
4494
4495         * argp/argp.h (struct argp): Add new field domain.
4496         * argp/argp-help.c: Change all gettext calls to dgettext and use
4497         domain field from appropriate argp in call.
4498         * argp/argp-parse.c: Likewise.
4499
4500 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
4501
4502         * posix/wordexp-test.c: Change testsuite so that it can run even
4503         for ~root != /root.
4504
4505 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4506
4507         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
4508
4509 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4510
4511         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4512         Don't store into global errno if we already store through
4513         __errno_location.
4514         * sysdeps/unix/i386/sysdep.S: Likewise.
4515         * sysdeps/unix/alpha/sysdep.S: Likewise.
4516         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4517         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4518         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
4519         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
4520         PIC).
4521
4522 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4523
4524         * sysdeps/generic/sysdep.h (L): Remove definition.
4525         * sysdeps/i386/sysdep.h (L): Define it here instead.
4526
4527 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4528
4529         * nis/nis_call.c (__do_niscall): Safe and reset errno.
4530
4531         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
4532
4533 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4534
4535         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
4536         declaration style to avoid warnings.
4537
4538 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
4539
4540         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
4541         "LD_DEBUG".
4542
4543 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4544
4545         * posix/Makefile (tests): Add wordexp-test.
4546         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
4547         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
4548
4549 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
4550
4551         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
4552         dependencies.
4553
4554         * elf/link.h (struct r_search_path_elem): Add two new field for
4555         lib path debugging.
4556         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
4557         variable accordingly.
4558         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
4559         is considered next along with information about load paths.
4560         * sysdeps/generic/dl-cache.c: Likewise.
4561         * elf/dl-support.c: Define _dl_debug_libs.
4562         * elf/genrtldtbl.awk: Add initializers for two new field in
4563         struct r_search_path_elem.
4564
4565 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4566
4567         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
4568         * sysdeps/m68k/lshift.S: Likewise.
4569         * sysdeps/m68k/rshift.S: Likewise.
4570         * sysdeps/m68k/sub_n.S: Likewise.
4571         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
4572         * sysdeps/m68k/m68020/mul_1.S: Likewise.
4573         * sysdeps/m68k/m68020/submul_1.S: Likewise.
4574
4575         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
4576         [_LIBC_REENTRANT]: Don't store into global errno.
4577
4578         * sysdeps/m68k/sysdep.h: New file.
4579         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
4580         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
4581         (DO_CALL): Change to expect syscall name as argument.
4582         (PSEUDO): Pass syscall_name to DO_CALL.
4583         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
4584         errno.
4585
4586 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4587
4588         * elf/rtld.c: Speed up processing of environment variables.  Do
4589         only one run on the environment by avoiding to call getenv.
4590         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
4591         function.  Used by patch above.
4592
4593 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4594
4595         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
4596         running nscd.
4597         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
4598         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
4599         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
4600
4601 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4602
4603         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
4604         module cannot be found.  Reported by Andreas Jaeger.
4605
4606 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4607
4608         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
4609         on platforms which default to unsigned chars.
4610         * nscd/nscd_getpw_r.c: Likewise.
4611         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
4612         defining it.
4613
4614 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4615
4616         * elf/Makefile (install-bin): Change = to += for sprof to install
4617         ldd also.
4618
4619 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
4620
4621         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
4622
4623 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
4624
4625         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
4626
4627 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4628
4629         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
4630         that a failure to connect to nscd doesn't change errno.
4631
4632 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4633
4634         * manual/maint.texi (Reporting Bugs): Change
4635         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
4636
4637         * locale/iso-4217.def: Likewise
4638
4639 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
4640
4641         * manual/texinfo.tex: Updated.
4642
4643 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4644
4645         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
4646         value.
4647         * sysdeps/posix/pathconf.c: Likewise.
4648         * posix/getconf.c: Print `undefined' if pathconf returns -1
4649         without setting errno.
4650
4651 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
4652
4653         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
4654         problem.
4655         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
4656         Patches by Elliot Lee <sopwith@cuc.edu>.
4657
4658 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
4659
4660         * elf/link.h (struct link_map): Add new field l_reloc_result.
4661         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
4662         of relocation for the object to be profiled.
4663         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
4664         to NULL.
4665         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
4666         array here.
4667         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
4668         contains a result from a previous run use this instead of computing
4669         the value again.
4670         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
4671
4672 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4673
4674         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
4675         offsets into the GOT.
4676         (RTLD_START): Likewise.
4677
4678 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
4679
4680         * elf/sprof.c: Cleanup a bit.
4681
4682 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
4683
4684         * sysdeps/generic/sysdep.h (L): New. Define.
4685
4686         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
4687
4688         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
4689
4690         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
4691         to have only one exit point for functions.
4692         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4693         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
4694         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
4695         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4696         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4697
4698 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4699
4700         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
4701         reset errno so that errno isn't set to ENOSYS in the first call.
4702         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
4703         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4704         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
4705         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
4706
4707 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
4708
4709         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
4710         * sysdeps/i386/addmul_1.S: Likewise.
4711         * sysdeps/i386/lshift.S: Likewise.
4712         * sysdeps/i386/mul_1.S: Likewise.
4713         * sysdeps/i386/rshift.S: Likewise.
4714         * sysdeps/i386/sub_n.S: Likewise.
4715         * sysdeps/i386/submul_1.S: Likewise.
4716         * sysdeps/i386/i586/add_n.S: Likewise.
4717         * sysdeps/i386/i586/addmul_1.S: Likewise.
4718         * sysdeps/i386/i586/lshift.S: Likewise.
4719         * sysdeps/i386/i586/mul_1.S: Likewise.
4720         * sysdeps/i386/i586/rshift.S: Likewise.
4721         * sysdeps/i386/i586/sub_n.S: Likewise.
4722         * sysdeps/i386/i586/submul_1.S: Likewise.
4723
4724         * sysdeps/i386/sysdep.h: Extend last change.
4725
4726         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
4727         to have only one exit point for functions.
4728
4729 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4730
4731         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
4732         search.
4733
4734 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
4735
4736         * Makerules: Generate libc.so with absolute paths for the used
4737         shared objects.
4738
4739         * config.make.in: Add MAKEINFO definition.
4740
4741 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4742
4743         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
4744         (ENTRY): Use STABS_FUN.
4745         (END): Use STABS_FUN_END.
4746         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
4747
4748         * elf/Makefile: Add rules to build sprof program.
4749         * elf/sprof.c: New file.
4750
4751 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4752
4753         * misc/syslog.c (openlog_internal): Insert missing closing brace.
4754
4755 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4756
4757         * configure.in: Check for working msgfmt version (from GNU gettext
4758         0.10 or later).
4759
4760 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4761
4762         * configure.in: Avoid //s in sysdirs.
4763         Patch by Roland McGrath.
4764
4765         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
4766
4767 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
4768
4769         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
4770         setting _dl_global_scope for RTLD_GLOBAL.
4771
4772 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4773
4774         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
4775         possible lists of object-suffixes are taken care of.
4776
4777 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
4778
4779         * timezone/private.h: Update from tzcode1998c.
4780         * timezone/zic.c: Likewise.
4781         * timezone/antarctica: Updated from tzdata1998c.
4782         * timezone/asia: Likewise.
4783         * timezone/australasia: Likewise.
4784         * timezone/europe: Likewise.
4785         * timezone/southamerica: Likewise.
4786
4787 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4788
4789         * posix/glob.c (glob_in_dir): Add support for cases insensitive
4790         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
4791
4792 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
4793
4794         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
4795         Changed type of TWO43, TWO52 from float to double.
4796         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
4797         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
4798         Changed type of TWO43 from float to double.
4799         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
4800         Use __isinff.
4801
4802 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
4803
4804         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
4805         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
4806         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
4807
4808 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
4809
4810         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
4811         kernel_termios.h.
4812         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
4813         Clean up random whitespace.
4814         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
4815         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
4816         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
4817         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
4818
4819 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
4820
4821         * shlib-versions: Match alpha*.
4822         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
4823         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
4824
4825         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
4826         Implement copysign* with and without __ prefix.
4827         Likewise for fabs; use builtin for gcc 2.8.
4828         (floor*): New.
4829         (fdim*): New.
4830
4831         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
4832         (R_SPARC*): Match current v9 ABI.
4833
4834         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
4835
4836         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
4837         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
4838         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
4839         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
4840         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
4841         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
4842         * sysdeps/unix/grantpt.c (argv): Fix consts.
4843         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
4844         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4845
4846 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4847
4848         * misc/syslog.c: Change to allow user the interpretation of the
4849         outcome even with syslog having no return value.
4850
4851 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
4852
4853         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
4854         that the number of program headers is >0 (which is wrong for the
4855         loader itself).
4856
4857 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4858
4859         * Makefile (distribute): Add README.libm.
4860
4861 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4862
4863         * time/clocktest.c (main): Correct typo: "--" -> "==".
4864
4865 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
4866
4867         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
4868         inline function.
4869         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
4870         inline functions.
4871
4872         * math/libm.map (__atan2): Added.
4873
4874 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4875
4876         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
4877         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4878
4879         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
4880         bug.
4881
4882 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4883
4884         * manual/arith.texi (Old-style number conversion): Correct
4885         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4886
4887 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4888
4889         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
4890         but does not require it.  Handle missing argv[] values gracefully.
4891         * posix/execl.c: Likewise.
4892         * posix/execle.c: Likewise.
4893
4894 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4895
4896         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
4897         bit.
4898         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
4899
4900 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4901
4902         * libc.map: Add __adjtimex.
4903
4904 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4905
4906         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
4907         Remove memset.
4908
4909 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
4910
4911         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
4912         to 64.
4913
4914         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
4915
4916         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
4917         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
4918
4919         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
4920         for shared library.
4921
4922         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
4923
4924         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
4925         Added adjtimex and old_adjtimex.
4926
4927         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
4928         New.
4929         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
4930         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
4931
4932         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
4933         symbols only for shared library.
4934         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4935         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4936         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4937         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4938         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4939         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4940         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4941
4942         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
4943         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4944         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4945         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4946         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4947         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4948         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4949         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4950
4951         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
4952         rusage pointer.
4953
4954         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
4955         New macros.
4956         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
4957         timex and __adjtimex, respectively.
4958
4959         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
4960
4961         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
4962
4963 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
4964
4965         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
4966         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
4967
4968 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
4969
4970         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
4971
4972 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4973
4974         * Makefile.in: Disable built-in rules.
4975
4976 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4977
4978         * sysdeps/i386/fpu/t_exp.c: Move to ...
4979         * sysdeps/libm-i387/t_exp.c: ... here.
4980
4981 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
4982
4983         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
4984         from __exp2_deltatable.
4985
4986 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
4987
4988         * nis/ypclnt.c (yp_master): Check result of strdup.
4989         Patch by Thorsten Kukuk.
4990
4991 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4992
4993         * nis/ypclnt.c: Give clnt handle after error checking free, change
4994         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
4995
4996 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
4997
4998         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
4999         Patch by Joe Keane <jgk@jgk.org>.
5000
5001         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5002         * misc/fstab.c: Remove casts in fs_type assignments.
5003
5004 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5005
5006         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5007         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5008         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5009         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5010         * sysdeps/powerpc/bits/fenv.h: Likewise.
5011         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5012         * sysdeps/generic/bits/fenv.h: Likewise.
5013         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5014         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5015         * sysdeps/powerpc/test-arith.c (main): Likewise.
5016
5017 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5018
5019         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5020         the comparison macros.
5021
5022 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5023
5024         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5025         (__log2): Fixed return values.
5026         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5027
5028 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5029
5030         * math/math.h (isunordered): Rename local variables to ensure
5031         correct code.  Reported by HJ Lu.
5032
5033 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5034
5035         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5036         isless, islessequal, islessgreater, isunordered): Fix syntax for
5037         fucompip instruction.
5038         (isless, islessequal): Fix logic.
5039
5040 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5041
5042         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5043         (comparisons_test): New tests for comparison macros.
5044
5045 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5046
5047         * Makeconfig: Filter out frame-pointer effecting options when
5048         compiling profiling or debugging code.
5049         * config.h.in (internal_function): Don't define here if PROF is
5050         defined.
5051         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5052         state.
5053         (__monstartup): If calloc fails set error state and mark array as
5054         not allocated.
5055         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5056         to free array if not  successfully allocated.
5057
5058         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5059         Include elf.h to get macro definitions.
5060         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5061
5062 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5063
5064         * elf/ldd.sh.in: Add compatibility for broken old shells.
5065         * elf/ldd.bash.in: Likewise.
5066
5067 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5068
5069         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5070
5071         * time/clocktest.c (main): Check signal return error.
5072
5073 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5074
5075         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5076         "/" and use do-install-program. Reported by Mark M. Kettenis.
5077         (subdir_install):  Likewise.
5078
5079 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5080
5081         * sunrpc/rpc_sample.c: Fix typo.
5082
5083         * nscd/connections.c: Use locale.
5084         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5085           calloc result.
5086         * nscd/nscd.c: Check if init functions fails.
5087         * nscd/nscd_conf.c: Allow disabling of group cache.
5088         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5089         * nscd/pwdcache.c: Fix debug messages.
5090
5091 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5092
5093         * libc.map: Add __monstartup and _mcleanup for profiling support.
5094
5095 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5096
5097         * libc.map: Export __getpagesize, for binary compatibility with
5098         2.0.
5099
5100 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5101
5102         * posix/globtest.sh: Use --library-path instead of
5103         LD_LIBRARY_PATH.
5104         * localedata/sort-test.sh: Likewise.
5105         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5106
5107 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5108
5109         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5110         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5111         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5112
5113         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5114         kernel_sigaction): Define.
5115         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5116         kernel_sigaction): Define.
5117
5118 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5119
5120         * math/libm-test.c: Change epsilons for libm-ieee754.
5121
5122 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5123
5124         * sysdeps/i386/__longjmp.S: Fix race condition.
5125         Reported by Bruno Haible <haible@ilog.fr>.
5126
5127 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5128
5129         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5130         * iconvdata/8bit-gap.c: Likewise.
5131         * iconvdata/8bit-generic.c: Likewise.
5132         * iconvdata/iso6937.c: Likewise.
5133         * iconvdata/iso8859-1.c: Likewise.
5134         * iconvdata/sjis.c: Likewise.
5135         * iconvdata/t61.c: Likewise.
5136
5137 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5138
5139         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5140         feature tests by positive feature tests.
5141
5142 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5143
5144         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5145
5146 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5147
5148         * elf/dlvsym.c (dlvsym_doit): More corrections.
5149         Patch by Andreas Jaeger.
5150
5151 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5152
5153         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5154
5155 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5156
5157         * libc.map: More reordering for GLIBC_2.1 symbols.
5158
5159 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5160
5161         * libc.map: Move some functions from version GLIBC_2.0 to
5162         GLIBC_2.1, reorder declarations.
5163
5164 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5165
5166         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5167         Patch by zab@thebrain.grumblesmurf.net.
5168
5169 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5170
5171         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5172         NIS+ functions with version GLIBC_2.1.
5173
5174 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5175
5176         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5177         with 2.0 binaries.  Reported by Thorsten Kukuk.
5178
5179 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5180
5181         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5182
5183         * elf/dlsym.c (dlsym_doit): Likewise.
5184
5185 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5186
5187         * elf/link.h: Correct typos.
5188
5189         * iconv/iconv_prog.c: Correct typo.
5190
5191 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5192
5193         * iconv/Makefile: Add rules to build and install iconv program.
5194         * iconv/iconv_prog.c: New file.
5195
5196 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5197
5198         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5199         _dl_lookup_symbol_skip call.
5200         * elf/dlvsym.c (dlvsym_doit): Likewise.
5201
5202 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5203
5204         * libio/iovsscanf.c: Do not include errno.h.
5205
5206 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5207
5208         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5209         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5210         pulling in the whole error list.
5211         (__dcgettext, dcgettext): Removed.
5212         * libc.map: Export _strerror_internal.
5213
5214 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5215
5216         * sysdeps/i386/fpu/t_exp.c: New file.
5217
5218 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5219
5220         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5221         everything with version GLIBC_2.1.
5222         * hesiod/libnss_hesiod.map: Likewise.
5223
5224 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5225
5226         * manual/arith.texi (Old-style number conversion): This node is a
5227         section, not a subsection.
5228
5229 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5230
5231         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5232
5233 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5234
5235         * elf/rtld.c (dl_main): Make sure that the library search paths
5236         have been initialized before the first call to _dl_map_object.
5237
5238 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5239
5240         * Makerules (common-generated): Add libc_pic.os.
5241
5242 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5243
5244         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5245         of the executable.
5246
5247 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5248
5249         * sysdeps/m68k/fpu/t_exp.c: New file.
5250
5251 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5252
5253         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5254         to global errno variable anymore.
5255
5256 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5257
5258         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5259         If PRELOADED is nonzero check in case of an SUID application
5260         whether the shared object has the SUID bit set.
5261         Fix some other problems with handling shared objects in system
5262         specific directories.
5263         (_dl_map_object): Also take extra parameter and pass it to open_path.
5264         * elf/link.h (_dl_map_object): Correct prototype and comment.
5265         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5266         * elf/dl-open.c (_dl_open): Likewise.
5267         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5268
5269         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5270
5271 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5272
5273         * math/libm-test.c (modf_test): Add test for 1.5.
5274
5275         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5276         0 to get always an int.
5277
5278 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5279
5280         * math/libm.map: Move all symbols that are new in glibc 2.1 to
5281         version GLIBC_2.1.
5282
5283 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5284
5285         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5286         trying to read another character.
5287
5288 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5289
5290         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5291         name to lowercase.
5292
5293         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5294         name to lowercase, add test for big enough buffer.
5295
5296 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5297
5298         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5299         Make compatible with older kernels.  Patch by Richard Henderson.
5300
5301 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
5302
5303         * elf/dl-load.c (open_path): Use __xstat instead of stat.
5304
5305         * localedata/tst-locale.sh: Comment out first test for now.
5306
5307 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
5308
5309         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
5310         as 1.
5311         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5312         Likewise.
5313
5314         * libio/iogetline.c (_IO_getline_info): Renamed from
5315         _IO_getline.
5316         (_IO_getline): Just call _IO_getline_info.
5317
5318         * libio/libioP.h (_IO_getline_info): New declaration.
5319
5320         * libc.map (_IO_getline_info, __write): Added.
5321
5322 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5323
5324         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
5325         const char* to shut up gcc.
5326
5327 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
5328
5329         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
5330         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
5331
5332         * math/math.h: Define M_* constants always as `double' and add new
5333         macros M_*l which are of type `long double'.
5334         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
5335         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
5336         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
5337         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
5338         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
5339         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
5340         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
5341         * math/libm-tst.c: Likewise.
5342
5343         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
5344         define as long double unconditionally.
5345
5346 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5347
5348         * manual/arith.texi (Old-style number conversion): Correct some
5349         typos.
5350
5351 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
5352
5353         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
5354         Restore.
5355
5356         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
5357
5358 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
5359
5360         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
5361         on $(rtld-ldscript).
5362
5363         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
5364         starting from 0 not only from `from'.
5365         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
5366
5367 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
5368
5369         * elf/rtld.c (dl_main): Recognize --library-path parameter and
5370         pass value (or NULL) to _dl_init_paths.
5371         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
5372         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
5373         environment variable.
5374         * elf/link.h: Change prototype for _dl_init_paths.
5375         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
5376
5377         * localedata/Makefile (distribute): Add test files.
5378
5379 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5380
5381         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
5382         test1.def, test2.def, test3.def, test4.def}: Simple input files
5383         for localedef. Contributed by Yung-Ching Hsiao
5384         <yhsiao@cae.wisc.edu>.
5385
5386         * localedata/Makefile (tests): Call tst-locale.sh.
5387
5388         * localedata/tst-locale.sh: New file, regression tests for some
5389         localedef problems.
5390
5391 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5392
5393         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
5394
5395         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
5396         terminated.
5397         * nis/nss_nisplus/nisplus-network.c: Likewise.
5398         * nis/nss_nisplus/nisplus-proto.c: Likewise.
5399         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
5400         * nis/nss_nisplus/nisplus-service.c: Likewise.
5401
5402         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
5403         and support generating thread safe RPC code.
5404         * sunrpc/rpc_main.c: Add changes.
5405         * sunrpc/rpc_clntout.c: Likewise.
5406         * sunrpc/rpc_cout.c: Likewise.
5407         * sunrpc/rpc_hout.c: Likewise.
5408         * sunrpc/rpc_parse.c: Likewise.
5409         * sunrpc/rpc_sample.c: Likewise.
5410         * sunrpc/rpc_scan.c: Likewise.
5411         * sunrpc/rpc_svcout.c: Likewise.
5412         * sunrpc/rpc_util.c: Likewise.
5413         * sunrpc/rpc_util.h: Add new structs and prototypes.
5414         * sunrpc/proto.h: Remove prototypes for static functions.
5415
5416 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5417
5418         * locale/programs/ld-messages.c (messages_finish): Don't skip
5419         error checking when being quiet.
5420         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
5421         (set_class_defaults): Likewise.
5422         * locale/programs/charmap.c (parse_charmap): Likewise.
5423         * locale/programs/ld-collate.c (collate_finish): Likewise.
5424         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
5425         * locale/programs/ld-time.c (time_finish): Likewise.
5426         * locale/programs/locfile.c (write_locale_data): Likewise.
5427
5428         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
5429         unknown characters and empty ranges.
5430         * locale/programs/ld-collate.c (collate_order_elem): When
5431         processing an ellipsis properly form a linked list in the result
5432         table, fix typo when allocating ordering array.
5433         [PR libc/419]
5434
5435 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5436
5437         * elf/Makefile (ld-map): Define.
5438         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
5439         `$(rtld-ldscript)'.
5440         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
5441         on $(ld-map).
5442         (rtld-link): Combine the two versions of this definition.  Fixed
5443         to make it work when no symbol versioning is used.
5444
5445 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
5446
5447         * Makeconfig (build-program-cmd): Use --library-path parameter to
5448         ld.so instead of environment variable.
5449
5450         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
5451         * sunrpc/rpc_main.c: Remove support for -$$ option again.
5452
5453 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5454
5455         * Make-dist: Respect with-cvs setting.
5456         * MakeTAGS (all-pot): Likewise.
5457         * sysdeps/sparc/sparc32/Makefile: Likewise.
5458         * sysdeps/mach/hurd/Makefile: Likewise.
5459         * stdlib/Makefile: Likewise.
5460         * posix/Makefile: Likewise.
5461         * intl/Makefile: Likewise.
5462         * po/Makefile (linguas): Likewise
5463
5464 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5465
5466         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
5467
5468 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
5469
5470         * libc.map: Add __strcasecmp.
5471
5472         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
5473         module.
5474
5475         * nss/getXXent_r.c: If no more module is found don't try to call
5476         setXXent functions but leave unsuccessfully.
5477
5478         * malloc/obstack.h: Cleanups.
5479
5480         * sysdeps/wordsize-32/stdint.h: New file.
5481         * sysdeps/wordsize-64/stdint.h: New file.
5482         * sysdeps/generic/stdint.h: New file.
5483         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
5484         * sysdeps/wordsize-64/inttypes.h: Likewise.
5485         * stdlib/Makefile (headers): Add stdint.h.
5486
5487 1998-02-03  Paul Eggert  <eggert@twinsun.com>
5488
5489         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
5490
5491 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5492
5493         * timezone: New directory.
5494         * time/README, time/africa, time/antarctica, time/asia,
5495         time/australasia, time/backward, time/checktab.awk,
5496         time/etcetera, time/europe, time/factory, time/ialloc.c,
5497         time/iso3166.tab, time/leapseconds, time/northamerica,
5498         time/pacificnew, time/private.h, time/scheck.c,
5499         time/solar87, time/solar88, time/solar89, time/southamerica,
5500         time/systemv, time/test-tz.c, time/tzfile.h,
5501         time/tzselect.ksh, time/yearistype, time/zdump.c,
5502         time/zic.c, time/zone.tab: Moved to timezone.
5503         * time/tzfile.c: Include tzfile.h from timezone subdir.
5504         * time/tzset.c: Likewise.
5505         * time/Makefile: Cut out all code relating to timezones...
5506         * timezone/Makefile: ...and paste it in here.
5507         * Makefile (subdirs): Add timezone.
5508
5509 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
5510
5511         * libc.map (_sys_nerr): Added.
5512
5513         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
5514         versioned symbol.
5515
5516 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
5517
5518         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
5519         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
5520         Reported by Craig Metz <cmetz@inner.net>.
5521
5522 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5523
5524         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
5525         instead of strcasecmp.
5526         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
5527
5528         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
5529
5530 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
5531
5532         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
5533         Patch by Dean Gaudet <dgaudet@arctic.org>.
5534
5535 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
5536
5537         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
5538
5539 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5540
5541         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
5542         with no poll syscall, just include the BSD version.
5543         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
5544         kernel without the syscall, include the stub version.
5545         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
5546         * sysdeps/generic/getresuid.c: New file.
5547         * sysdeps/generic/getresgid.c: New file.
5548
5549 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
5550
5551         * stdio-common/vfscanf.c: Correct last change a bit.
5552
5553 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
5554
5555         * elf/Makefile: Don't use --version-script parameter to link ld.so
5556         unconditionally.
5557
5558 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
5559
5560         * math/Makefile: Add t_exp.
5561         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
5562         constants.
5563         * math/test-reduce.c: Remove temporarily, it seems to be broken.
5564         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
5565         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
5566         better accuracy.
5567         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
5568         algorithm for very large/very small arguments.
5569         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
5570         correct algorithm for very large/very small arguments; adjust for
5571         new table.
5572         * sysdeps/libm-ieee754/t_exp.c: New file.
5573         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
5574
5575         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
5576         back, with comment that explains what breaks when you remove it :-(.
5577
5578         * localedata/xfrm-test.c: Avoid integer overflow.
5579
5580         * stdlib/strfmon.c: char is unsigned, sometimes.
5581
5582         * sysdeps/powerpc/Makefile: Remove quad float support.
5583         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
5584         * sysdeps/powerpc/quad_float.h: Likewise.
5585         * sysdeps/powerpc/test-arith.c: Likewise.
5586         * sysdeps/powerpc/test-arithf.c: Likewise.
5587
5588         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
5589         * sysdeps/generic/s_exp2f.c: Likewise.
5590
5591         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
5592         don't try anything if _SOFT_FLOAT.
5593
5594 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5595
5596         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
5597         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
5598         * wctype/wctype.c: Likewise.
5599         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
5600         changed.  They are incompatible with the _ISxxx values from
5601         <ctype.h> on little endian machines.
5602         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
5603         bit number.  This fixes the real bug and restores the integrity of
5604         the ctype locale file.
5605         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
5606         * wctype/wcfuncs_l.c: Likewise.
5607         * wctype/wcextra.c: Likewise.
5608         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
5609         byte swapping.
5610
5611 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5612
5613         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
5614         into .bss segment instead of .common, so that aliases on it work.
5615
5616         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
5617         .size directives, put into .bss segment instead of initializing it
5618         to 4.
5619
5620 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
5621
5622         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
5623
5624         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
5625         functions.
5626         Make names without __ weak aliases.
5627         (__libc_release, __libc_version): Make them static.
5628
5629         * include/gnu/libc-version.h: New file.
5630         * Makefile (headers): Add gnu/libc-version.h.
5631
5632 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
5633
5634         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
5635         and use x for member name.
5636         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
5637
5638         * stdlib/drand48.c: Change according to member name change.
5639         * stdlib/drand48_r.c: Likewise.
5640         * stdlib/lcong48_r.c: Likewise.
5641         * stdlib/lrand48.c: Likewise.
5642         * stdlib/lrand48_r.c: Likewise.
5643         * stdlib/mrand48.c: Likewise.
5644         * stdlib/mrand48_r.c: Likewise.
5645         * stdlib/seed48.c: Likewise.
5646         * stdlib/seed48_r.c: Likewise.
5647         * stdlib/srand48_r.c: Likewise.
5648
5649 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5650
5651         * nss/test-netdb.c: Add some more test cases.
5652
5653 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
5654
5655         * libio/iovsscanf.c: Undo last change modifying errno.
5656
5657 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5658
5659         * stdio-common/vfscanf.c: Never try to read another character
5660         after EOF.  Don't decrement read_in after EOF, it wasn't
5661         incremented in the first place.
5662         (NEXT_WIDE_CHAR): Set First, not first.
5663
5664 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
5665
5666         * db/Makefile ($(inst_libdir)/libndbm.a,
5667         $(inst_libdir)/libndbm.so): New targets.
5668         * db2/Makefile: Likewise.
5669
5670 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
5671
5672         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
5673         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
5674
5675 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5676
5677         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
5678         <streambuf.h>.
5679         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
5680
5681 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5682
5683         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
5684         versioned symbols.
5685
5686 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
5687
5688         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
5689         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
5690         Added for libdl.so.
5691
5692 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5693
5694         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
5695         extra syscall.
5696
5697         * grp/Makefile: Fix logic when checking for thread package.
5698         * pwd/Makefile: Likewise.
5699
5700 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
5701
5702         * elf/Makefile (rtld-map): Replaced by libc-map.
5703
5704         * elf/rtld.map: Removed.
5705
5706         * libc.map (__libc_enable_secure, _dl_catch_error,
5707         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
5708         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
5709         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
5710         _dl_object_relocation_scope, _dl_relocate_object,
5711         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
5712         _r_debug): Added for ld.so.
5713
5714 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
5715
5716         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
5717         DO_VERSIONING.
5718         * libio/iofdopen.c: Ditto.
5719         * libio/iofopen.c: Ditto.
5720         * libio/oldfileops.c: Ditto.
5721
5722         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
5723         version GLIBC_2.1.
5724
5725         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
5726         oldsiglist from sysdep_routines and shared-only-routines.
5727
5728         * sysdeps/unix/sysv/linux/errlist.c: New.
5729         * sysdeps/unix/sysv/linux/errlist.h: New.
5730         * sysdeps/unix/sysv/linux/sizes.h: New.
5731         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
5732         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
5733
5734         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
5735
5736         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
5737         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
5738         directive.
5739
5740         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
5741
5742         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
5743         (oldsiglist.c): Removed.
5744
5745         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
5746         (_sys_siglist): Use SYS_SIGLIST instead.
5747         (_sys_nerr): Use SYS_NERR instead.
5748
5749         * sysdeps/gnu/errlist.c: Rebuilt.
5750
5751 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
5752
5753         * elf/Makefile (others-static): New, set to ldconfig.
5754         ($(objpfx)ldconfig): Removed.
5755
5756         * Rules (binaries-all, binaries-static, binaries-shared): New.
5757         Create targets for $(binaries-static) and $(binaries-shared).
5758
5759         * Makeconfig (+link-static, link-libc-static,
5760         link-extra-libs-static): New for static linking.
5761
5762 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5763
5764         * manual/memory.texi (Using the Memory Debugger): Fix typo.
5765
5766         * math/libm-test.c (modf_test): Add one more test for modf.
5767
5768 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
5769
5770         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5771         Rename from __libc_have_rt_sigs and leave as COMMON data.
5772
5773 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
5774
5775         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
5776         of __finite.
5777
5778 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
5779
5780         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
5781
5782 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
5783
5784         * misc/tst-efgcvt.c: Add yet more tests.
5785         * misc/efgcvt_r.c: And correct for these tests again.
5786         Reported by HJ Lu.
5787
5788         * isomac.c: Move to...
5789         * stdlib/isomac.c: ...here.
5790         * Makefile: Move rules for handling isomac...
5791         * stdlib/Makefile: ...to here.
5792
5793 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5794
5795         * misc/tst-efgcvt.c: Add more tests.
5796         * misc/efgcvt_r.c: Correct result for above new tests.
5797
5798 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
5799
5800         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
5801         NDIGIT <= 0.
5802
5803 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
5804
5805         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
5806         if the programs weren't built.
5807
5808 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
5809
5810         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
5811         FE_TONEAREST, soldier on regardless and do the best we can.
5812         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
5813
5814 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
5815
5816         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
5817         _STDIO_H, before including <bits/stdio_lim.h>.
5818
5819         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
5820
5821         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
5822         exist.
5823
5824         * sysdeps/arm/sys/ucontext.h: New file.
5825
5826 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
5827
5828         * manual/stdio.texi (Formatted Output Functions): Explicitly say
5829         that the return value from snprintf() does not count the
5830         terminating NUL as a character.
5831
5832 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5833
5834         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
5835         add description for sete[ug]id and general cleanup.
5836         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5837
5838 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5839
5840         * Makefile (parent-clean): Don't remove makefile fragments here.
5841         (postclean): New variable.
5842         (clean): Remove makefile fragments here.
5843         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
5844         (generated): Add isomac and isomanc.out.
5845         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
5846         avoid-generated is set.
5847         (postclean-generated): Add soversion.mk.
5848         ($(common-objpfx)version.mk): Don't include if avoid-generated is
5849         set.
5850         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
5851         avoid-generated is set.
5852         (common-generated): Add libc.so and libc.so$(libc.so-version).
5853         (generated): Add versioned libraries.
5854         (common-mostlyclean): Also remove %.so and %_pic.a.
5855         * csu/Makefile (generated): Add abi-tag.h.
5856         * db2/Makefile (extra-objs): Add getlong.o.
5857         * elf/Makefile (generated): Add ld.so, ldd and
5858         $(rtld-installed-name).
5859         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
5860         * malloc/Makefile (generated): Add mtrace.
5861         * po/Makefile: Don't include version.mk, not needed any more.
5862         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
5863         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
5864         syscall.h -> sys/syscall.h.
5865         (common-generated): Add s-proto.d.
5866         (postclean-generated): Add sysd-syscalls.
5867         * localedata/Makefile (test-output): Add all output files.
5868         (generated): Add test-input and test-output.
5869         (generated-dirs): Add all the dirs.
5870
5871 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5872
5873         * Makefile (test-output, generated, generated-dirs): New
5874         variables.
5875
5876 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5877
5878         * resolv/nss_dns/dns-host.c: Various code cleanups.
5879
5880 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
5881
5882         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
5883         From Philip Blundell <pb@nexus.co.uk>.
5884         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
5885
5886 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5887
5888         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
5889         Suggested by debian/sparc porters.
5890
5891 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5892
5893         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
5894         for ecvt and fcvt.
5895
5896 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
5897
5898         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
5899         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
5900
5901         * signal/signal.h: Always define sigset_t if __need_sigset_t is
5902         defined even if __USE_POSIX is not defined.
5903
5904 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5905
5906         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
5907         to support obsolete tty major numbers correctly.
5908
5909 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
5910
5911         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
5912         directory first and ignore install error.
5913
5914         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
5915         128 from ptyno and fix a typo for the BSD style pty.
5916
5917 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5918
5919         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
5920         syscalls.list's.
5921
5922 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5923
5924         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
5925         getresuid and getresgid.
5926
5927         * sysdeps/unix/sysv/linux/getresuid.c: New file.
5928         * sysdeps/unix/sysv/linux/getresgid.c: New file.
5929
5930         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
5931         s_getres[ug]id.
5932
5933         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
5934         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5935         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5936         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
5937
5938 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
5939
5940         * nscd/grpcache.c: Include <stdlib.h>.
5941
5942 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
5943
5944         * stdlib/atoll.c: Fix comments.
5945
5946         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
5947         * sysdeps/posix/ttyname_r.c: Ditto.
5948
5949 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5950
5951         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
5952         __USE_MISC, independent of __USE_UNIX98.
5953
5954 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
5955
5956         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5957         Rename from __libc_have_rt_sigs and leave as COMMON data.
5958
5959 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
5960
5961         * Makeconfig (CFLAGS-.os): Kill -fno-common.
5962         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
5963
5964         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
5965         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
5966         version symbols.
5967         * include/libc-symbols.h (symbol_version, default_symbol_version):
5968         Provide asm versions and correct !DO_VERSIONING versions.
5969         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
5970         the weak symbol list.
5971
5972         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
5973         Rename from __libc_have_rt_sigs and leave as COMMON data.
5974         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5975         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5976         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5977
5978 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5979
5980         * sunrpc/Makefile: Correct dependencies of rpcgen.
5981
5982 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
5983
5984         * nscd/Makefile: Fix test for available linuxthreads add-on.
5985         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5986
5987 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5988
5989         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
5990
5991 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5992
5993         * sysdeps/gnu/Makefile: Respect with-cvs variable.
5994
5995         * manual/errno.texi (Error Messages): Correct description of
5996         strerror_r.  Pointed out by jonas@bagge.se.
5997
5998 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5999
6000         * manual/socket.texi (Host Address Functions): Clarify description
6001         of inet_network.
6002
6003 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6004
6005         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6006         (grantpt): Delete superfluous cast.
6007
6008 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6009
6010         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6011         elf/ldso_install instead of elf/subdir_install.
6012         (elf/ldso_install): New target.
6013
6014         * elf/Makefile (ldso_install): New target.
6015
6016 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6017
6018         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6019         of 1998-01-06.
6020
6021 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6022
6023         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6024         constant expressions.
6025
6026 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6027
6028         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6029         for __nss_configure_lookup.
6030         (output_hostent): Remove unused variable.
6031
6032 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6033
6034         * string/tst-inlcall.c: Fix format string.
6035
6036 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6037
6038         * inet/netinet/in.h: Rename second parameter of bindresvport to
6039         avoid buggy gcc warning. [PR libc/412]
6040
6041 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6042
6043         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6044         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6045
6046         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6047         Follow POSIX and make tv_sec a time_t.
6048         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6049         new tv64 syscall as well as fall back to tv32.
6050         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6051         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6052         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6053         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6054         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6055         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6056         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6057         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6058
6059         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6060         * include/rpcsvc/nis_tags.h: Likewise.
6061         * include/rpcsvc/nislib.h: Likewise.
6062
6063 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6064
6065         * libc.map: Add _h_errno.
6066         * inet/herrno.c: Make _h_errno weak alias.
6067
6068         * login/Makefile (distribute): Add pty-internal.h.
6069
6070         * nscd/Makefile (distribute): Add all the files missing.
6071
6072         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6073         are available.
6074
6075         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6076         and report status at the end.
6077
6078         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6079
6080         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6081         variable.
6082         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6083         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6084         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6085
6086 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6087
6088         * configure.in: Fix --enable-add-ons code.
6089
6090 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6091
6092         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6093         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6094         [PR libc/441]
6095
6096         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6097         occurence in cache.  Reported by Rudolf Leitgeb
6098         <leitgeb@leland.stanford.edu>.
6099         [PR libc/440]
6100
6101 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6102
6103         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6104         that it never is EINTR (which is tested for in _IO_vfscanf).
6105
6106         * Makefile.in: Call sub-make with CVSOPTS.
6107
6108         * elf/Makefile (distribute): Add dl-procinfo.h.
6109
6110         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6111
6112 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6113
6114         * version.h (VERSION): Bump to 2.0.92.
6115
6116 1998-01-31  Phil Blundell  <philb@gnu.org>
6117
6118         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6119         alias for __new_sys_siglist.
6120
6121 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6122
6123         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6124         getgrgid_r.c if thread package is available.
6125         * pwd/Makefile: Likewise.
6126         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6127         * grp/getgrgid_r.c: Likewise.
6128         * pwd/getpwnam_r.c: Likewise.
6129         * pwd/getpwuid_r.c: Likewise.
6130
6131 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6132
6133         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6134         with error to allow user intervention.
6135         * nss/getXXent_r.c: Likewise.
6136
6137 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6138
6139         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6140         AT_PLATFORM string.  Pretty print AT_BASE info.
6141
6142         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6143         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6144         * sysdeps/generic/dl-procinfo.h: New file.
6145         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6146
6147 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6148
6149         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6150
6151         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6152         thread and not pthread_detach.
6153
6154         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6155
6156 1998-01-31  Phil Blundell  <philb@gnu.org>
6157
6158         * configure.in: Add --without-cvs option to suppress automatic
6159         checkin of regenerated files.
6160         * config.make.in: Likewise.
6161         * Makefile: Respect with-cvs setting.
6162         * Makerules: Likewise.
6163
6164         * configure.in: Allow the standalone ARM port to be configured.
6165
6166 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6167
6168         * grp/getgrgid_r.c: Define USE_NSCD.
6169         * grp/getgrnam_r.c: Likewise.
6170         * pwd/getpwuid_r.c: Likewise.
6171         * pwd/getpwnam_r.c: Likewise.
6172
6173         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6174
6175         * nss/getXXbyYY_r.c: Try at first nscd.
6176
6177         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6178         * nscd/connections.c: New file.
6179         * nscd/dbg_log.c: New file.
6180         * nscd/dbg_log.h: New file.
6181         * nscd/grpcache.c: New file.
6182         * nscd/nscd.c: New file.
6183         * nscd/nscd.h: New file.
6184         * nscd/nscd_conf.c: New file.
6185         * nscd/nscd_stat.c: New file.
6186         * nscd/pwdcache.c: New file.
6187
6188         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6189         * nscd/nscd_getpw_r.c: Likewise.
6190         * nscd/nscd_proto.h: New, prototypes for client functions.
6191
6192         * nscd/nscd.conf: New, example for a configuration file.
6193         * nscd/nscd.init: New, example for a startup script.
6194
6195         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6196         avoid deadlocks.
6197         * nscd/getgrnam_r.c: Likewise.
6198         * nscd/getpwnam_r.c: Likewise.
6199         * nscd/getpwuid_r.c: Likewise.
6200
6201 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6202
6203         * intl/Makefile: Use CVSOPTS in cvs invocation.
6204         * po/Makefile: Likewise.
6205         * posix/Makefile: Likewise.
6206         * stdlib/Makefile: Likewise.
6207
6208 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6209
6210         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6211         [PR libc/410]
6212         * misc/Makefile (tests): Add tst-efgcvt.
6213         * misc/tst-efgcvt.c: New file.
6214
6215 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6216
6217         * posix/regex.c: Add some more cleanups by Akim Demaille.
6218
6219 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6220
6221         * signal/signal.h: Revert last change.
6222         * string/strsignal.c: Regard signal number NSGI as illegal.
6223         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6224         members.
6225
6226 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6227
6228         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6229         * Makerules: Use CVSOPTS in cvs invocation.
6230         * Makefile: Likewise.
6231         * MakeTAGS: Likewise.
6232         * Make-dist: Likewise.
6233
6234 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6235
6236         * sysdeps/generic/memmem.c: Correct last change.
6237
6238 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6239
6240         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6241         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6242
6243 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6244
6245         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6246         before using RPC.
6247
6248 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6249
6250         * manual/memory.texi (Heap Consistency Checking): mcheck is
6251         declared in <mcheck.h>.
6252         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6253
6254 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6255
6256         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6257         beginning of haystack.
6258
6259 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6260
6261         * nss/nss_files/files-service.c: Correct last patch.
6262
6263 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6264
6265         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6266         __libc_have_rt_sigs.
6267         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6268         including <bits/setjmp.h>.
6269         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6270         Patch from the Debian glibc/SPARC package.
6271
6272 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
6273
6274         * sysdeps/alpha/bzero.S: Fix a typo.
6275         * sysdeps/alpha/htonl.S: Ditto.
6276         * sysdeps/alpha/htons.S: Ditto.
6277
6278 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6279
6280         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6281
6282 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
6283
6284         * include/cpio.h: Move to ...
6285         * posix/cpio.h: ...here.
6286
6287         * locale/programs/ld-collate.c: Fix typo.
6288
6289         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6290
6291         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6292
6293         * login/utmp_file.c (pututline_file): Don't always report success
6294         if similar entry is found.  Patch by Mark M. Kettenis.
6295
6296 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
6297
6298         * manual/Makefile: Don't try to install the info files if makeinfo
6299         is not available.
6300
6301 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
6302
6303         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
6304         kernel's network ioctls, rather than using <linux/sockios.h> to
6305         get them.  This way we are sure of maintaining compatibility if
6306         the kernel interface should change.
6307
6308 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
6309
6310         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
6311
6312 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
6313
6314         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
6315         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6316
6317 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6318
6319         Implement System V pseudoterminal handling.
6320
6321         * login/Makefile
6322         (routines): Add getpt, grantpt, unlockpt, ptsname.
6323         (libutil-routines): Remove pty. Add openpty, forkpty.
6324         (distribute): New internal header pty-internal.h.
6325         (others): Add the helper program, pt_chown.
6326         (install-others): Install it, in $(libexecdir), mode 4755.
6327
6328         * login/pty-internal.h: New file.
6329         * login/openpty.c: New file.
6330         * login/forkpty.c: New file.
6331         * login/programs/pt_chown.c: New file.
6332
6333         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
6334         * stdlib/stdlib.h: Prototype them.
6335
6336         * config.make.in: Define $(libexecdir).
6337         * Makeconfig: Define $(inst_libexecdir).
6338
6339         * sysdeps/generic/pty.c: Removed.
6340         * sysdeps/unix/sysv/linux/pty.c: Removed.
6341
6342         * sysdeps/generic/getpt.c: Stub out.
6343         * sysdeps/generic/grantpt.c: Likewise.
6344         * sysdeps/generic/ptsname.c: Likewise.
6345         * sysdeps/generic/unlockpt.c: Likewise.
6346
6347         * sysdeps/unix/grantpt.c: New file.
6348         * sysdeps/unix/bsd/getpt.c: New file.
6349         * sysdeps/unix/bsd/unlockpt.c: New file.
6350         * sysdeps/unix/sysv/linux/getpt.c: New file.
6351         * sysdeps/unix/sysv/linux/ptsname.c: New file.
6352         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
6353
6354 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
6355
6356         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
6357
6358 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6359
6360         * nss/Makefile (tests): Add rule for test-netdb.c.
6361
6362         * nss/test-netdb.c: New file.
6363
6364 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
6365
6366         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
6367         really kept as a variable.  Patch by Richard Henderson,
6368         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
6369
6370         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
6371         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
6372         entries as not existing.
6373
6374 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6375
6376         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
6377         zero in alternate form with precision of zero, which must produce
6378         "0".  Add braces to avoid ambiguous `else'.
6379
6380 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6381
6382         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
6383         problem with strncpy.
6384         * nis/nss_compat/compat-pwd.c: Likewise.
6385         * nis/nss_compat/comapt-spwd.c: Likewise.
6386
6387 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6388
6389         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
6390         by uch@nop.or.jp. [PR libc/437]
6391
6392 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6393
6394         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
6395
6396 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6397
6398         * stdio-common/test-popen.c: Include <errno.h>.
6399
6400         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
6401         close.
6402
6403         * inet/getnetgrent_r.c: Include <errno.h>.
6404
6405         * db2/db/db_conv.c: Include <string.h> for memcpy.
6406
6407         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
6408         so that memcpy is declared.
6409
6410         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
6411
6412         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
6413
6414 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6415
6416         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
6417         overflow while reading line with fgets.
6418         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
6419
6420 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
6421
6422         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
6423         unsigned short, not short.
6424         Reported by Andreas Jaeger.
6425
6426 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6427
6428         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
6429         (ccept->accept).
6430
6431         * sysdeps/generic/inttypes.h: Fix spelling.
6432
6433 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6434
6435         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
6436
6437         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
6438
6439 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
6440
6441         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
6442         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
6443         field for hh modifier.
6444         * stdio-common/vfprint.c: Use is_char field and do not depend in
6445         is_short having the value 2.
6446         Bug reported by Andreas Jaeger.
6447
6448 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6449
6450         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
6451         PIC && DO_VERSIONING.
6452
6453 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6454
6455         * Rules: Add rules for $(common-objpfx)dummy$o.
6456
6457 1998-01-26  Richard Henderson  <rth@cygnus.com>
6458
6459         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
6460         unimplemented OSF/1 definitions so that they are not accidentally seen.
6461
6462         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
6463         of the trampoline function into the macro.
6464         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
6465         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
6466         kernel 2.1.82 has this fixed.
6467
6468         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
6469         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
6470
6471 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
6472
6473         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
6474         support sigaction on kernels > 2.1.7x.
6475
6476 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
6477
6478         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
6479         if it is empty.
6480
6481         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
6482         Patch by David Engel <david@sw.ods.com>.
6483
6484         * configure.in: Fix another typo in --enable-add-ons code.
6485
6486 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
6487
6488         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
6489
6490 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6491
6492         * nss/nss_files/files-network.c: Correct order of parameters for
6493         getnetbyaddr.
6494
6495 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
6496
6497         * db2/Makefile (routines): Add os_alloc.
6498         * db2/db.h: Update from db-2.3.16.
6499         * db2/db_185.h: Likewise.
6500         * db2/db_int.h: Likewise.
6501         * db2/btree/bt_close.c: Likewise.
6502         * db2/btree/bt_cursor.c: Likewise.
6503         * db2/btree/bt_delete.c: Likewise.
6504         * db2/btree/bt_open.c: Likewise.
6505         * db2/btree/bt_page.c: Likewise.
6506         * db2/btree/bt_put.c: Likewise.
6507         * db2/btree/bt_rec.c: Likewise.
6508         * db2/btree/bt_recno.c: Likewise.
6509         * db2/btree/btree_auto.c: Likewise.
6510         * db2/common/db_appinit.c: Likewise.
6511         * db2/common/db_apprec.c: Likewise.
6512         * db2/common/db_err.c: Likewise.
6513         * db2/common/db_region.c: Likewise.
6514         * db2/common/db_shash.c: Likewise.
6515         * db2/db/db.c: Likewise.
6516         * db2/db/db_auto.c: Likewise.
6517         * db2/db/db_conv.c: Likewise.
6518         * db2/db/db_dispatch.c: Likewise.
6519         * db2/db/db_dup.c: Likewise.
6520         * db2/db/db_pr.c: Likewise.
6521         * db2/db/db_rec.c: Likewise.
6522         * db2/db185/db185.c: Likewise.
6523         * db2/dbm/dbm.c: Likewise.
6524         * db2/hash/hash.c: Likewise.
6525         * db2/hash/hash_auto.c: Likewise.
6526         * db2/hash/hash_dup.c: Likewise.
6527         * db2/hash/hash_page.c: Likewise.
6528         * db2/hash/hash_rec.c: Likewise.
6529         * db2/include/btree_ext.h: Likewise.
6530         * db2/include/clib_ext.h: Likewise.
6531         * db2/include/common_ext.h: Likewise.
6532         * db2/include/db.h.src: Likewise.
6533         * db2/include/db_185.h.src: Likewise.
6534         * db2/include/db_am.h: Likewise.
6535         * db2/include/db_ext.h: Likewise.
6536         * db2/include/db_int.h.src: Likewise.
6537         * db2/include/hash_ext.h: Likewise.
6538         * db2/include/lock_ext.h: Likewise.
6539         * db2/include/log.h: Likewise.
6540         * db2/include/log_auto.h: Likewise.
6541         * db2/include/log_ext.h: Likewise.
6542         * db2/include/mp.h: Likewise.
6543         * db2/include/mp_ext.h: Likewise.
6544         * db2/include/mutex_ext.h: Likewise.
6545         * db2/include/os_ext.h: Likewise.
6546         * db2/include/os_func.h: Likewise.
6547         * db2/include/txn_ext.h: Likewise.
6548         * db2/lock/lock.c: Likewise.
6549         * db2/lock/lock_util.c: Likewise.
6550         * db2/log/log.c: Likewise.
6551         * db2/log/log.src: Likewise.
6552         * db2/log/log_archive.c: Likewise.
6553         * db2/log/log_auto.c: Likewise.
6554         * db2/log/log_get.c: Likewise.
6555         * db2/log/log_put.c: Likewise.
6556         * db2/log/log_rec.c: Likewise.
6557         * db2/log/log_register.c: Likewise.
6558         * db2/mp/mp_bh.c: Likewise.
6559         * db2/mp/mp_fget.c: Likewise.
6560         * db2/mp/mp_fopen.c: Likewise.
6561         * db2/mp/mp_fput.c: Likewise.
6562         * db2/mp/mp_pr.c: Likewise.
6563         * db2/mp/mp_sync.c: Likewise.
6564         * db2/mutex/mutex.c: Likewise.
6565         * db2/os/os_alloc.c: Likewise.
6566         * db2/os/os_config.c: Likewise.
6567         * db2/os/os_stat.c: Likewise.
6568         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
6569         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
6570         * db2/progs/db_load/db_load.c: Likewise.
6571         * db2/progs/db_printlog/db_printlog.c: Likewise.
6572         * db2/progs/db_recover/db_recover.c: Likewise.
6573         * db2/progs/db_stat/db_stat.c: Likewise.
6574         * db2/txn/txn.c: Likewise.
6575
6576         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
6577         Unmap memory blocks in reverse order of allocation.
6578         Call munmap with load address added to offset.
6579         Bug reported by Miguel de Icaza.
6580
6581         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
6582         up weight array.
6583
6584         * localedata/locales/cs_CZ: Update by Michael Mraka
6585         <michael@informatics.muni.cz>.
6586
6587         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
6588         __USE_BSD.
6589
6590         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
6591         reading line with fgets.
6592         * nis/nss_compat/compat-pwd.c: Likewise.
6593         * nis/nss_compat/compat-spwd.c: Likewise.
6594         * nss/nss_files/files-XXX.c: Likewise.
6595         * nss/nss_files/files-alias.c: Likewise.
6596         * shadow/fgetspent_r.c: Likewise.
6597
6598         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
6599
6600         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
6601         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6602         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
6603
6604         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
6605         FP register content in ucontext_t.
6606
6607 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6608
6609         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
6610         calculation.  Patch by Markus Schoder
6611         <Markus.Schoder@dresdner-bank.de>.
6612
6613         * math/libm-test.c (modf_test): Add more tests for modf.
6614
6615         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
6616         munlock according to Unix98.
6617
6618 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6619
6620         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
6621         AF_INET.
6622
6623 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
6624
6625         * sysdeps/posix/ttyname.c: Handle symbolic links.
6626         * sysdeps/posix/ttyname_r.c: Ditto.
6627
6628 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
6629
6630         * db2/makedb.c (process_input): Write terminating \0 for value.
6631         (print_database): Simply print value string, don't use length.
6632
6633 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6634
6635         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
6636         exit of loop.
6637
6638 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6639
6640         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
6641         close all sockets.
6642
6643 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
6644
6645         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
6646         sigset.
6647         * signal/sighold.c: New file.
6648         * signal/sigrelse.c: New file.
6649         * sysdeps/generic/sigignore.c: New file.
6650         * sysdeps/generic/sigset.c: New file.
6651         * sysdeps/posix/sigignore.c: New file.
6652         * sysdeps/posix/sigset.c: New file.
6653         * signal/signal.h: Add prototypes for new functions.
6654
6655         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
6656         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
6657         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
6658         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
6659
6660 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6661
6662         * posix/wordexp.c: Added IFS field-splitting in parameter and
6663         command substitution.  Fixed an IFS-related bug that caused an
6664         infinite loop.
6665
6666 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
6667
6668         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
6669         and swapcontext.
6670         * stdlib/ucontext.h: Correct prototypes.
6671         * sysdeps/generic/getcontext.c: New file.
6672         * sysdeps/generic/setcontext.c: New file.
6673         * sysdeps/generic/makecontext.c: New file.
6674         * sysdeps/generic/swapcontext.c: New file.
6675         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
6676
6677 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
6678
6679         * resource/sys/resource.h: Remove #include of ulimit.h which is
6680         not allowed by SUSv2 and not available on other systems.
6681         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
6682
6683         * streams/Makefile: New file.
6684         * streams/stropts.h: New file.
6685         * sysdeps/generic/bits/stropts.h: New file.
6686         * sysdeps/generic/isastream.c: New file.
6687         * sysdeps/generic/getmsg.c: New file.
6688         * sysdeps/generic/getpmsg.c: New file.
6689         * sysdeps/generic/putmsg.c: New file.
6690         * sysdeps/generic/putpmsg.c: New file.
6691         * sysdeps/generic/fattach.c: New file.
6692         * sysdeps/generic/fdetach.c: New file.
6693         * sysdeps/unix/inet/Subdirs: Add streams.
6694         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
6695         __t_uscalar_t.
6696         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6697         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
6698         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
6699         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
6700
6701         * sysdeps/mach/_strerror.c: Follow changes of generic version to
6702         handle small buffers correctly.
6703
6704 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
6705
6706         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
6707         Remove the 3rd arg and add declaration for _dl_runtime_resolve
6708         and _dl_runtime_profile.
6709
6710 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
6711
6712         * include/cpio.h: New file.  Mainly copied from GNU cpio.
6713         * posix/Makefile (headers): Add cpio.h.
6714
6715 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6716
6717         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
6718         to routines.
6719         * nis/nis_cache.c: New file.
6720         * nis/nis_cache2.h: New file.
6721         * nis/nis_cache2_xdr.c: New file.
6722         * nis/nis_call.c: Changes for cache2_info parameter.
6723         * nis/nis_checkpoint.c: Likewise.
6724         * nis/nis_intern.h: Likewise.
6725         * nis/nis_mkdir.c: Likewise.
6726         * nis/nis_ping.c: Likewise.
6727         * nis/nis_rmdir.c: Likewise.
6728         * nis/nis_server.c: Likewise.
6729         * nis/nis_util.c: Likewise.
6730
6731 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6732
6733         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
6734         return/errnop codes.
6735         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
6736         * nis/nss_nisplus/nisplus-grp.c: Likewise.
6737         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
6738         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6739         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
6740         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
6741         * nis/nss_nisplus/nisplus-rpc.c: Likewise
6742         * nis/nss_nisplus/nisplus-service.c: Likewise.
6743         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
6744
6745 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6746
6747         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
6748         * nis/nss_nis/nis-ethers.c: Likewise.
6749         * nis/nss_nis/nis-grp.c: Likewise.
6750         * nis/nss_nis/nis-hosts.c: Likewise.
6751         * nis/nss_nis/nis-network.c: Likewise.
6752         * nis/nss_nis/nis-proto.c: Likewise.
6753         * nis/nss_nis/nis-hosts.c: Likewise.
6754         * nis/nss_nis/nis-network.c: Likewise.
6755         * nis/nss_nis/nis-proto.c: Likewise.
6756         * nis/nss_nis/nis-publickey.c: Likewise.
6757         * nis/nss_nis/nis-pwd.c: Likewise.
6758         * nis/nss_nis/nis-rpc.c: Likewise.
6759         * nis/nss_nis/nis-service.c: Likewise.
6760         * nis/nss_nis/nis-spwd.c: Likewise.
6761
6762 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
6763
6764         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
6765         Added to follow latest kernel development.
6766
6767 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
6768
6769         * nss/db-Makefile: Handle empty and comment lines better.
6770         ($(VAR_DB)/services.db): Generate entries with missing protocol
6771         value.
6772
6773 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6774
6775         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
6776           NULL.
6777           (getservbyname): Allow proto == NULL.
6778           Pointed out by David N. Welton <davidw@gate.cks.com>.
6779           [PR libc/430].
6780
6781 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
6782
6783         * nis/nislib/nislib.h: Finally removed.
6784
6785         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
6786         C compiler.  From Kaveh Ghazi.
6787         (TYPE_MINIMUM): Define.
6788         (TYPE_MAXIMUM): Define.
6789         (TIME_T_MIN): Use TYPE_MINIMUM.
6790         (TIME_T_MAX): Use TYPE_MAXIMUM.
6791         Patch by Jim Meyering <meyering@ascend.com>.
6792
6793 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
6794
6795         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
6796         __pread64, __pwrite64, and __getpid.
6797
6798         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
6799         versions.
6800
6801 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6802
6803         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
6804         cancelable socket functions as __libc_xxx with __xxx as weak
6805         alias.
6806         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6807         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6808
6809         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
6810         redefined.
6811         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6812         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
6814         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
6815
6816         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
6817         and __xxx a weak alias.
6818         * sysdeps/unix/sysv/linux/connect.S: Likewise.
6819         * sysdeps/unix/sysv/linux/recv.S: Likewise.
6820         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
6821         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
6822         * sysdeps/unix/sysv/linux/send.S: Likewise.
6823         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
6824         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
6825
6826 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6827
6828         * locale/langinfo.h: Add defines.
6829
6830         * dirent/dirent.h: Add defines for DT_*, check also for
6831         _DIRENT_HAVE_D_TYPE.
6832         Suggested by Roland McGrath.
6833
6834 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6835
6836         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
6837         Update from Linux 2.1.73+79.
6838
6839         * README.template: Update information about possible
6840         configurations.
6841
6842         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
6843         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
6844         [PR libc/417].
6845
6846         * manual/time.texi (Priority): Correct description of
6847         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
6848         [PR libc/416].
6849
6850 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
6851
6852         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
6853         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
6854
6855 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
6856
6857         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
6858         Andreas Jaeger.
6859
6860 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
6861
6862         * locale/programs/ld-collate.c: Little optimizations.
6863
6864         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
6865
6866         * string/Makefile (tests): Add tst-inlcall.
6867         * string/tst-inlcall.c: New file.
6868
6869         * string/strsignal.c: Add support for real-time signals.
6870
6871         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
6872         presense of small buffer.
6873
6874         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
6875
6876         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
6877         for i686.
6878
6879         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
6880         _NSIG + 1.
6881
6882 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
6883
6884         * Rules: Add explicit rule for dummy.o; at least one library needs
6885           it and it isn't autogenerated by the default rules.
6886
6887 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6888
6889         * math/libm-test.c: Tweak epsilons.
6890
6891 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6892
6893         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
6894         child.
6895         (feenv_mask_test): Likewise.
6896
6897 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6898
6899         * Makeconfig: Don't export CPPFLAGS.
6900
6901 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6902
6903         * sunrpc/rpc_main.c (parseargs): Use perror to print error
6904         message.
6905
6906 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6907
6908         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
6909         terminating null in key size.
6910
6911 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6912
6913         * nss/nss_files/files-service.c: Fix allocation size to include
6914         length of PROTO.
6915
6916         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
6917         applicable.  Fix return value and error checking.
6918         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
6919         unparsable lines.
6920         (DB_LOOKUP): Allocate space for terminating null byte.
6921
6922         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
6923         uids specially.
6924
6925         * db2/makedb.c (process_input): Continue processing if a duplicate
6926         key is encountered.
6927
6928 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
6929
6930         * time/tzfile.h: Updated from tzcode1998b.
6931         * time/zdump.c: Likewise.
6932         * time/zic.c: Likewise.
6933         * time/africa: Update from tzdata1998b.
6934         * time/antarctica: Likewise.
6935         * time/asia: Likewise.
6936         * time/australasia: Likewise.
6937         * time/etcetera: Likewise.
6938         * time/europe: Likewise.
6939         * time/leapseconds: Likewise.
6940         * time/northamerica: Likewise.
6941         * time/southamerica: Likewise.
6942
6943 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6944
6945         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
6946         lookups ignoring case.
6947         * nss/nss_files/files-network.c: Do network lookups ignoring
6948         case.
6949         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
6950         case.
6951         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
6952         case insensitive comparing.
6953         Patches by Cristian Gafton <gafton@redhat.com>.
6954
6955 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6956
6957         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
6958         by Roland McGrath. [PR libc/395]
6959
6960 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6961
6962         * manual/arith.texi (Parsing of Integers): Correct description of
6963         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
6964         [PR libc/396]
6965
6966 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
6967
6968         * misc/lsearch.c (lsearch): Return a pointer to the new element
6969         if one was "allocated".
6970
6971 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6972
6973         * string/strsignal.c: NSIG is not a valid index into
6974         _sys_siglist.  Don't zap the last character of the "Unknown
6975         signal" message.
6976
6977 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
6978
6979         * locale/programs/charmap.c (parse_charmap): Correct parsing of
6980         ellipsis expressions.
6981
6982         * locale/programs/charset.c (insert_char): Correctly insert value
6983         of eliipsis expression.
6984
6985 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
6986
6987         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
6988         <bits/setjmp.h>.
6989         * sysdeps/powerpc/setjmp.S: Likewise.
6990         Patches by Matt McLean <keys@keys.got.net>.
6991
6992         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
6993
6994         * Makefile: Undo last patch.
6995         (distribute): Add test-installation.pl.
6996
6997         * configure.in: Correct handling of --enable-add-ons without parameter.
6998         Correct address of WWW pages.
6999
7000         * libc.map: Add _nl_domain_bindings.
7001
7002         * db2/mutex/tsl_parisc.s: New file.
7003
7004         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7005         and extra-module.mk.
7006
7007         * localedata/Makefile (distribute): New.  Add all the files.
7008
7009         * stdlib/Makefile (headers): Add inttypes.h.
7010         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7011         * sysdeps/generic/inttypes.h: New file.
7012         * sysdeps/generic/strtoimax.c: New file.
7013         * sysdeps/generic/strtoumax.c: New file.
7014         * sysdeps/generic/wcstoimax.c: New file.
7015         * sysdeps/generic/wcstoumax.c: New file.
7016         * sysdeps/wordsize-32/Dist: Removed.
7017         * sysdeps/wordsize-32/Makefile: Removed.
7018         * sysdeps/wordsize-64/Dist: Removed.
7019         * sysdeps/wordsize-64/Makefile: Removed.
7020         * sysdeps/generic/bits/environments.h: New file.
7021
7022         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7023         header is still not correct.
7024
7025         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7026         * posix/unistd.h: Likewise.
7027         * sysdeps/generic/sys/mman.h: Likewise.
7028         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7029
7030         * manual/arith.texi: Change definition of mul macro.
7031         * manual/math.texi: Likewise.
7032
7033         * misc/Makefile (routines): Add mmap64.
7034         * sysdeps/generic/mmap64.c: New file.
7035         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7036         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7037         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7038         aliases to mmap.
7039         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7040
7041         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7042
7043         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7044
7045         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7046
7047         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7048         FOPEN_MAX also when included by limits.h.
7049         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7050
7051         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7052         and netrom/netrom.h.
7053         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7054         oldsiglist to sysdep_routines, not aux.
7055         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7056
7057         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7058         and SOL_NETROM definition.
7059
7060         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7061
7062         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7063         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7064
7065 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7066
7067         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7068
7069         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7070         sa_handler with k_sa_handler.
7071         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7072         strong alias.
7073         Reported by a sun.
7074
7075         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7076         __libc_have_rt_sigs here.
7077         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7078         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7079         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7080         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7081
7082 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7083
7084         * sysdeps/powerpc/atomicity.h: New file.
7085         * sysdeps/mach/powerpc/machine-lock.h: New file.
7086
7087         * Rules: Use -fpic to build anything that might end up in a users'
7088         shared library.
7089
7090         * sysdeps/powerpc/s_fdim.c: New file.
7091         * sysdeps/powerpc/s_fdimf.c: New file.
7092         * sysdeps/powerpc/s_fmax.S: New file.
7093         * sysdeps/powerpc/s_fmaxf.S: New file.
7094         * sysdeps/powerpc/s_fmin.S: New file.
7095         * sysdeps/powerpc/s_fminf.S: New file.
7096         * sysdeps/powerpc/s_llrint.c: Now is for double.
7097         * sysdeps/powerpc/s_llrintf.c: New file.
7098         * sysdeps/powerpc/s_llround.c: Now is for double.
7099         * sysdeps/powerpc/s_llroundf.c: New file.
7100         * sysdeps/powerpc/s_lrint.c: Now is for double.
7101         * sysdeps/powerpc/s_lrintf.S: New file.
7102         * sysdeps/powerpc/s_lround.c: Now is for double.
7103         * sysdeps/powerpc/s_lroundf.c: New file.
7104         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7105         lrintf, fdim, fdimf.
7106
7107         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7108         file directly, use its parent.
7109
7110         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7111         (for the third time).
7112
7113 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7114
7115         * posix/sched.h: timespec is in <time.h>.
7116
7117         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7118
7119 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7120
7121         * configure.in: Stop with error if --disable-static is used when
7122         the shared lib uses this library.
7123
7124         * gen-FAQ.pl: I've perl installed in /usr/bin.
7125
7126         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7127
7128         Fix Unix98 conformance problems in the headers.
7129         * catgets/nl_types.h: Define nl_item.
7130         * grp/grp.h: Define gid_t.
7131         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7132         * include/nl_types.h: New file.
7133         * include/ulimit.h: New file.
7134         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7135         constants in POSIX mode.
7136         * io/utime.h: Get definition for time_t.
7137         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7138         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7139         * libio/stdio.h: Define va_list.  Make snprintf also available is
7140         __USE_UNIX98.  Declare getopt function and variables.
7141         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7142         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7143         * math/math.h: Defined M_* constants as double for Unix98 mode.
7144         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7145         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7146         * posix/regex.h: Define REG_NOSYS.
7147         * posix/wordexp.h: Define WRDE_NOSYS.
7148         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7149         500 for Unix98.
7150         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7151         somewhere else as well.  Define clock_t for Unix98.
7152         * posix/sys/wait.h: Define pid_t.
7153         * pwd/pwd.h: Define gid_t, uid_t.
7154         * resource/Makefile (headers): Add ulimit.h.
7155         * resource/ulimit.h: New file.
7156         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7157         instead of second argument.
7158         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7159         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7160         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7161         * signal/signal.h: Define pid_t.
7162         * string/string.h: Don't declare BSD string functions in POSIX mode.
7163         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7164         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7165         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7166         and POSIX.
7167
7168         * inet/test_ifindex.c: Change test so that it does not fail for
7169         interface aliases.
7170
7171         * locale/programs/locale.c (show_info): Use correct cast sequence
7172         for 64bit machines.
7173
7174         * malloc/malloc.c: __malloc_initialized now signals three states:
7175         uninitialized, initializing, initialized.  Used in mcheck.
7176         * malloc/mcheck.c (mabort): Add '\n' to messages.
7177         (mcheck): Allow installation when malloc is uninitialized or is
7178         just initializing.
7179
7180         * manual/memory.texi: Explain mtrace output a bit more.
7181
7182         * math/libm-test.c: Add more epsilons.
7183
7184         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7185
7186         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7187         instead of strcpy for security.
7188         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7189         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7190         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7191
7192         * nss/digits_dots.c: Pretty print.
7193
7194         * posix/getconf.c (vars): Add symbols for programming environment
7195         recognition.  Recognize --version.
7196
7197         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7198         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7199         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7200
7201         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7202         __need_FOPEN_MAX.
7203         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7204         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7205         __need_FOPEN_MAX.
7206
7207         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7208         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7209
7210         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7211         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7212         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7213         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7214         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7215         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7216
7217         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7218         SCNu*.
7219         * sysdeps/wordsize-64/inttypes.h: Likewise.
7220
7221         * time/africa: Update from tzdata1997j.
7222         * time/antarctica: Likewise.
7223         * time/asia: Likewise.
7224         * time/australasia: Likewise.
7225         * time/backward: Likewise.
7226         * time/etcetera: Likewise.
7227         * time/europe: Likewise.
7228         * time/factory: Likewise.
7229         * time/northamerica: Likewise.
7230         * time/pacificnew: Likewise.
7231         * time/southamerica: Likewise.
7232
7233         * time/tzfile.h: Update from tzcode1997h.
7234         * time/zic.c: Likewise.
7235
7236         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7237         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7238         isw*() functions for Unix98.
7239         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7240         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7241         is defined.
7242
7243 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7244
7245         * locale/duplocale.c: Increase usage_count only if less than
7246         MAX_USAGE_COUNT.
7247         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7248         MAX_USAGE_COUNT.
7249         * locale/setlocale.c: Likewise.
7250
7251 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7252
7253         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7254         dependency to make it easier to install it selectively.
7255
7256         * Makerules (.SUFFIXES): Don't define any suffixes.
7257
7258 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7259
7260         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7261         * sysdeps/generic/statfs64.c: Emulate using statfs.
7262         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7263         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7264         * sysdpes/generic/ftruncate64.c: New file.
7265         * sysdpes/generic/truncate64.c: New file.
7266
7267         * sysdeps/generic/bits/stat.h: Add LFS support.
7268         * sysdeps/generic/bits/statfs.h: Likewise.
7269
7270         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7271         [__USE_FILE_OFFSET64]: Make long long constant.
7272         (RLIM64_INFINITY): Likewise.
7273
7274         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7275         for LFS support.
7276         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7277         * sysdeps/generic/bits/resource.h: Likewise.
7278
7279         * misc/Makefile (routines): Add truncate64 and ftruncate64.
7280
7281         * include/features.h: Don't prevent LFS support from defining BSD
7282         and SYSV things.
7283
7284         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7285         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7286         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7287
7288         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7289         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7290         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7291
7292         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7293         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7294         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7295         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7296         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7297         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7298         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7299         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7300         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7301         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7302         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
7303         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
7304         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
7305         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
7306         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
7307         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
7308         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
7309         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
7310         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
7311         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
7312
7313         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
7314         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
7315         * sysdeps/unix/sysv/linux/xstat64.c: New file.
7316         * sysdeps/unix/sysv/linux/readdir64.c: New file.
7317         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
7318
7319         * sysdeps/unix/sysv/linux/getdents64.c: New file.
7320         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7321         [$(subdir)=dirent]: Add getdents64.
7322         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
7323
7324         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
7325
7326 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
7327
7328         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
7329
7330         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
7331         * sysdeps/generic/getrlimit64.c: Likewise.
7332         * sysdeps/generic/setrlimit.c: Likewise.
7333         * sysdeps/generic/setrlimit64.c: Likewise.
7334
7335 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
7336
7337         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
7338         using versioning.
7339
7340         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
7341
7342         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
7343
7344 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7345
7346         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
7347         after the codeset name.
7348
7349 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7350
7351         * libc.map: Add get_kernel_syms.
7352
7353 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7354
7355         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
7356         static.
7357         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
7358         Likewise.  Fix condition.
7359
7360 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7361
7362         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
7363
7364 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7365
7366         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
7367         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
7368
7369 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7370
7371         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
7372         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
7373         instead.  Oops.
7374
7375 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7376
7377         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
7378
7379 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7380
7381         * math/libm-test.c (catanh_test): Change epsilon.
7382         Reported by H.J. Lu.
7383
7384 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
7385
7386         * libc.map (__getpid): Added for linuxthreads.
7387
7388 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
7389
7390         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
7391         it if gcc uses static variable in DWARF2 unwind information
7392         for exception support.
7393
7394         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
7395
7396         * elf/soinit.c (__libc_global_ctors, _fini): Handle
7397         HAVE_DWARF2_UNWIND_INFO_STATIC.
7398
7399         * libc.map (__register_frame*, __deregister_frame*): Make them
7400         global.
7401
7402 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7403
7404         * math/libm-test.c: Add more tests for "normal" values.
7405
7406 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7407
7408         * stdio-common/printf_fphex.c: Fix printing of long double number
7409         with a biased exponent of zero.  Fix rounding.
7410
7411 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7412
7413         * sunrpc/rpc_main.c: Accept new flag -$.
7414         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
7415
7416 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7417
7418         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
7419         dynamic linker first, in case the interface has changed.
7420
7421 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7422
7423         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
7424         order.
7425
7426 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7427
7428         * math/tgmath.h: Check for double first, for architectures where
7429         sizeof (long double) == sizeof (double).
7430
7431 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7432
7433         * math/libm-test.c: New tests for "normal" values added for most
7434         functions.
7435
7436 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
7437
7438         * version.h (VERSION): Bump to 2.0.91.
7439
7440         * db2/makedb.c (process_input): Fix typo in message.
7441         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
7442
7443         * elf/dynamic-link.h: Pretty print.
7444
7445         * elf/rtld.c: Allow multiple preloading of a shared object.
7446
7447         * include/limits.h: Prevent multiple inclusion.
7448
7449         * malloc/Makefile (headers): Add mcheck.h.
7450         (distribute): Remove it here.
7451         * malloc/mcheck.h: Pretty print.
7452         * malloc/mtrace.c (mallenv): Make `const'.
7453         * malloc/mtrace.pl: Don't print table head for memory leaks if there
7454         are none.
7455         * manual/memory.texi: Update descriptor of malloc hooks.
7456
7457         * posix/Makefile (routines): Add waitid.
7458         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
7459         on __id_t.
7460         * posix/sys/wait.h: Define idtype_t type.
7461         Add prototype for waitid.
7462         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
7463         * sysdeps/generic/waitid.c: Stub for waitid.
7464         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
7465         the __need_siginfo_t defined.
7466         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
7467         * sysdeps/generic/bits/types.h: Define __id_t.
7468         Correct definition of __FDMASK.
7469         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7470         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7471         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7472
7473         * sysdeps/posix/waitid.c: New file.
7474         Provided by Zack Weinberg.
7475
7476         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
7477
7478         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7479         Add missing parameters.
7480
7481         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
7482         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
7483         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
7484         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
7485         initialized.
7486
7487         * sysdeps/i386/dl-machine.h: Little cleanup.
7488
7489         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
7490         (__finite): Mark function as const.
7491         Add inline code for __ieee754_atan2.
7492
7493         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
7494         (but don't use it now).
7495         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
7496         __atan.
7497         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
7498         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7499         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
7500         real part.
7501         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
7502         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7503         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
7504         __ieee754_atan2 to base 10.
7505         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
7506         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7507
7508         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
7509         old_kernel_sigaction.
7510
7511         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
7512
7513         * wctype/Makefile (routines): Add wctype_l.
7514         * wctype/wctype.h: Add declaration of __wctype_l.
7515         * wctype/wctype_l.c: New file.
7516
7517 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
7518
7519         * locale/C-ctype.c: Correct data for isw* functions.
7520         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
7521         byte order.
7522         * wctype/test_wctype.c: Add test for isw* functions.
7523         * wctype/wctype.c: Return value with expected byte order.
7524
7525 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7526
7527         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
7528
7529 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
7530
7531         * iconvdata/Makefile: Fix a typo.
7532
7533         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
7534         oldsiglist for shared library.
7535
7536         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
7537         sys_sigabbrev): Make them as the default version GLIBC_2.1.
7538
7539         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
7540         sys_siglist, sys_sigabbrev): New file. Make them as the old
7541         version GLIBC_2.0.
7542
7543         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
7544         to GLIBC_2.1.
7545
7546 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
7547
7548         * libio/iofgets.c (_IO_fgets): Return an error only if there
7549         is a new error.
7550         * libio/iogets.c (_IO_gets): Ditto.
7551
7552 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
7553
7554         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
7555
7556         * libio/Makefile (routines, shared-only-routines): Add
7557         oldiofdopen.
7558
7559         * libio/fileops.c: Don't use _IO_FILE_complete.
7560         * libio/iofdopen.c: Ditto.
7561         * libio/iofopen.c: Ditto.
7562         * libio/iofopen64.c: Ditto.
7563         * libio/iopopen.c: Ditto.
7564         * libio/iovdprintf.c: Ditto.
7565
7566         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
7567
7568         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
7569         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
7570
7571         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
7572         _IO_old_fdopen, _IO_new_fdopen): New declaration.
7573
7574         * libio/libio.h (_IO_FILE): Add more fields.
7575         (_IO_FILE_complete): Defined and make _IO_FILE be the old
7576         one if _IO_USE_OLD_IO_FILE is defined
7577         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
7578         them _IO_FILE_complete.
7579
7580         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
7581         to adjust vtable.
7582         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
7583         _IO_JUMPS.
7584         (_IO_FILE_complete): Commented out.
7585
7586         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
7587         * libio/oldiofclose.c: Ditto.
7588         * libio/oldiofopen.c: Ditto.
7589         * libio/oldstdfiles.c: Ditto.
7590
7591         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
7592         for the old _IO_FILE.
7593
7594         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
7595         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
7596         and stderr.
7597
7598         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
7599         and remove INAME.
7600
7601         * libio/stdio.c (stdin, stdout, stdin): Don't use
7602         _IO_FILE_complete.
7603
7604         * libio/oldiofdopen.c: New.
7605
7606         * stdio-common/vfprintf.c (buffered_vfprintf): Set
7607         hp->_vtable_offset to 0.
7608
7609 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
7610
7611         * libc.map (_IO_file_open): Added.
7612
7613         * libio/libioP.h (_IO_file_open): Declared.
7614
7615         * libio/fileops.c (_IO_file_open): New.
7616         (_IO_file_fopen): Call _IO_file_open ().
7617
7618         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
7619         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7620
7621 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7622
7623         * signal/signal.h: Fix selection of signal semantics to match
7624         comment.
7625
7626 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7627
7628         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
7629         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
7630         rt_sigreturn.
7631         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7632         [$(subdir)=signal]: Remove rt_sigreturn.
7633         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
7634         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
7635         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
7636
7637 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7638
7639         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
7640         declarations.
7641
7642 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7643
7644         * iconvdata/extra-module.mk: Expand extra-objs now.
7645
7646 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7647
7648         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
7649         inline functions by feature tests to avoid warning about missing
7650         prototype declarations.
7651
7652 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7653
7654         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
7655         return code for non existent +name entries.
7656         * nis/nss_compat/compat-pwd.c: Likewise.
7657         * nis/nss_compat/compat-spwd.c: Likewise.
7658
7659 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
7660
7661         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
7662         (EIO): Likewise.
7663         (ENOSPC): Likewise.
7664         (EEXIST): Likewise.
7665         (__errno_location): Likewise.
7666
7667         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
7668
7669         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
7670
7671 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7672
7673         * sunrpc/publickey.c: Use new NSS interface.
7674
7675 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
7676
7677         * manual/malloc.texi: Document mtrace/muntrace and the concept.
7678
7679 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7680
7681         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
7682         value, to match spirit of the standard.
7683         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
7684         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
7685         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
7686
7687 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7688
7689         * manual/signal.texi (Signal Stack): Remove spurious @item.
7690
7691 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7692
7693         * rt/aio.h: Remove double semicolon.
7694
7695         * rt/librt.map: Add aio_init.
7696
7697 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
7698
7699         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
7700         * Makefile (subdirs): Replace rt by $(rt).
7701
7702         * shlib-versions: Use version .2 for NSS modules.
7703
7704         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
7705         argument.
7706         * pwd/fgetpwent_r.c: Likewise.
7707         * spwd/fgetspent_r.c: Likewise.
7708         * spwd/sgetspent_r.c: Likewise.
7709         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
7710         Store error number in *ERRNOP.  Little optimization.
7711         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
7712         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
7713         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
7714         (__internal_getnetgrent_r): New argument.
7715         Call __internal_setnetgrent_reuse with new argument.
7716         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
7717         * inet/netgroup.h: Add argument to prototypes.
7718         * nis/nisplus-parser.h: Likewise.
7719         * nis/nss_compat/compat-grp.c: Change everything to store error
7720         code through provided pointer and not use errno.
7721         * nis/nss_compat/compat-pwd.c: Likewise.
7722         * nis/nss_compat/compat-spwd.c: Likewise.
7723         * nis/nss_nis/nis-alias.c: Likewise.
7724         * nis/nss_nis/nis-ethers.c: Likewise.
7725         * nis/nss_nis/nis-grp.c: Likewise.
7726         * nis/nss_nis/nis-hosts.c: Likewise.
7727         * nis/nss_nis/nis-netgrp.c: Likewise.
7728         * nis/nss_nis/nis-network.c: Likewise.
7729         * nis/nss_nis/nis-proto.c: Likewise.
7730         * nis/nss_nis/nis-publickey.c: Likewise.
7731         * nis/nss_nis/nis-pwd.c: Likewise.
7732         * nis/nss_nis/nis-rpc.c: Likewise.
7733         * nis/nss_nis/nis-service.c: Likewise.
7734         * nis/nss_nis/nis-spwd.c: Likewise.
7735         * nis/nss_nisplus/nisplus-alias.c: Likewise.
7736         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7737         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7738         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7739         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
7740         * nis/nss_nisplus/nisplus-network.c: Likewise.
7741         * nis/nss_nisplus/nisplus-parser.c: Likewise.
7742         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7743         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7744         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7745         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7746         * nis/nss_nisplus/nisplus-service.c: Likewise.
7747         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7748         * nss/nss_db/db-XXX.c: Likewise.
7749         * nss/nss_db/db-alias.c: Likewise.
7750         * nss/nss_db/db-netgrp.c: Likewise.
7751         * nss/nss_files/files-XXX.c: Likewise
7752         * nss/nss_files/files-alias.c: Likewise
7753         * nss/nss_files/files-netgrp.c: Likewise
7754         * nss/nss_files/files-parse.c: Likewise
7755         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
7756         parameter of get functions.
7757         * nss/getXXent_r.c: Likewise.
7758
7759         * localedata/tst-fmon.c: Print debug info if test fails.
7760
7761         * rt/Makefile (routines): Add aio_notify.
7762         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
7763         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
7764         * rt/aio_fsync.c: Likewise.
7765         * rt/aio_misc.c: Likewise.
7766         * rt/aio_misc.h: Likewise.
7767         * rt/aio_read.c: Likewise.
7768         * rt/aio_read64.c: Likewise.
7769         * rt/aio_suspend.c: Likewise.
7770         * rt/aio_write.c: Likewise.
7771         * rt/aio_write64.c: Likewise.
7772         * rt/lio_listio.c: Likewise.
7773         * rt/lio_listio64.c: Likewise.
7774         * rt/aio_notify.c: New file.
7775
7776         * sysdeps/generic/bits/sigset.h: Pretty print.
7777
7778         * sysdeps/posix/pwrite.c: Define weak alias only if function is
7779         really defined as __pwrite.
7780
7781         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
7782         instead of pread64.
7783         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7784
7785         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
7786         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
7787         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
7788         size in syscall.
7789         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7790         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7791         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
7792         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7793         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
7794         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7795         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
7796         for ACT being NULL.
7797         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
7798         RT signals.
7799         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
7800         __NR_pread is not defined.
7801         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
7802         __NR_pwrite is not defined.
7803
7804 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7805
7806         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
7807         handle for /etc/group back in some more cases.
7808         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
7809         handle for /etc/passwd back in some more cases.
7810         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
7811         handle for /etc/shadow back in some more cases.
7812
7813 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
7814
7815         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
7816         beyound its size.
7817         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
7818         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
7819
7820 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
7821
7822         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
7823         handling.  Don't use macros, we need functions.  Use inline functions
7824         for optimization.
7825         * sysdeps/wordsize-64/inttypes.h: Likewise.
7826         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
7827         and wcstoumax.
7828         * sysdeps/wordsize-64/Makefile: Likewise.
7829         * sysdeps/wordsize-32/Dist: Likewise.
7830         * sysdeps/wordsize-64/Dist: Likewise.
7831         * sysdeps/wordsize-32/strtoimax.c: New file.
7832         * sysdeps/wordsize-32/strtoumax.c: New file.
7833         * sysdeps/wordsize-32/wcstoimax.c: New file.
7834         * sysdeps/wordsize-32/wcstoumax.c: New file.
7835         * sysdeps/wordsize-64/strtoimax.c: New file.
7836         * sysdeps/wordsize-64/strtoumax.c: New file.
7837         * sysdeps/wordsize-64/wcstoimax.c: New file.
7838         * sysdeps/wordsize-64/wcstoumax.c: New file.
7839
7840 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
7841
7842         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
7843         that transparent union works.
7844         * sysdeps/generic/wait4.c (__wait4): Likewise.
7845         * sysdeps/generic/wait.c (__wait): Likewise.
7846
7847         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
7848         size_t.
7849
7850         * sysdeps/generic/syscall.c (syscall): Return value and arg are
7851         long, to match prototype.
7852
7853         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
7854         have mremap() yet.
7855
7856         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
7857
7858         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
7859
7860         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
7861
7862         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
7863         __rlim_t.
7864
7865         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
7866
7867         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
7868
7869         * io/sys/stat.h (S_ISLNK): Always false if we don't have
7870         __S_IFLNK.
7871
7872         * sysdeps/standalone/close.c (_STDIO_H): Define before including
7873         <bits/stdio_lim.h>.
7874         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
7875
7876 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
7877
7878         * posix/sys/wait.h: Don't use transparent unions in C++.
7879
7880 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7881
7882         * time/time.h: Add strfxtime.
7883
7884         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
7885         sysv_signal, strfxtime, pread64, pwrite64.
7886
7887 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
7888
7889         Alpha changes for EGCS:
7890         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
7891         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
7892         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
7893         (_start): Likewise.
7894         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
7895
7896 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
7897
7898         The kernel expects the arguments in a different order.
7899         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
7900         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
7901
7902         * FAQ.in: New file.
7903         * gen-FAQ.pl: New file.
7904         * Makefile (FAQ): Add rule to generate from FAQ.in.
7905
7906         * iconvdata/Makefile: Treat libJIS like the other modules.
7907
7908         * rt/librt.map: New file.
7909
7910         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
7911         inclusion.
7912         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
7913         comment.
7914
7915 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
7916
7917         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
7918         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
7919         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
7920         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
7921
7922 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7923
7924         * string/bits/string2.h: Fix spellings.
7925
7926         * string/string.h: Fix spellings.
7927
7928 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7929
7930         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
7931         declaration to __syscall_rt_sigaction.
7932
7933         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
7934         non-existant <sigcontext.h>.
7935
7936 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7937
7938         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
7939         typo.
7940
7941 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7942
7943         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
7944
7945         * Makeconfig (shared-thread-library): Correct spelling.
7946
7947         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
7948         <asm/pci.h>.
7949
7950 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7951
7952         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
7953         constants from Linux headers. Pointed out by
7954         csmall@scooter.o.i.net. [PR libc/369]
7955
7956 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7957
7958         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
7959
7960 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7961
7962         * configure.in: If --enable-add-ons is given without an
7963         argument, set the addons list to all subdirs with a configure
7964         script.
7965
7966 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
7967
7968         * Makeconfig: Add shared-thread-library variable.
7969
7970         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
7971         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
7972         here.
7973         * sysdeps/m68k/fpu/e_acos.c: Likewise.
7974         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
7975         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
7976         * sysdeps/m68k/fpu/e_pow.c: Likewise.
7977         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
7978         * sysdeps/m68k/fpu/k_cos.c: Likewise.
7979         * sysdeps/m68k/fpu/k_sin.c: Likewise.
7980         * sysdeps/m68k/fpu/k_tan.c: Likewise.
7981         * sysdeps/m68k/fpu/s_atan.c: Likewise.
7982         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
7983         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
7984         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
7985         * sysdeps/m68k/fpu/s_csin.c: Likewise.
7986         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
7987         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
7988         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
7989         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7990         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
7991         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
7992         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
7993         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
7994         * sysdeps/m68k/fpu/s_modf.c: Likewise.
7995         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
7996         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
7997         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
7998
7999         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8000         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8001         * signal/Makefile (headers): Add bits/siginfo.h.
8002         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8003         (distribute): Add testrtsig.h.
8004         * signal/allocrtsig.c: New file.
8005         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8006         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8007         __libc_current_sigrtmax.
8008         * sysdeps/generic/sigqueue.c: New file.
8009         * sysdeps/generic/sigtimedwait.c: New file.
8010         * sysdeps/generic/sigwaitinfo.c: New file.
8011         * sysdeps/generic/testrtsig.h: New file.
8012         * sysdeps/generic/bits/siginfo.h: New file.
8013         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8014         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8015         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8016         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8017         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8018         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8019         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8020         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8021         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8022         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8023         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8024         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8025         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8026         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8027         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8028         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8029         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8030         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8031         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8032         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8033         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8034         and _POSIX_REALTIME_SIGNALS.
8035         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8036         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8037         update _NSIG.
8038         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8039         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8040         definitions.
8041
8042         * Makefile (subdirs): Add rt.
8043         * shlib-versions: Add entry for librt.
8044         * rt/Makefile: New file.
8045         * rt/aio.h: New file.
8046         * rt/aio_cancel.c: New file.
8047         * rt/aio_error.c: New file.
8048         * rt/aio_fsync.c: New file.
8049         * rt/aio_misc.c: New file.
8050         * rt/aio_misc.h: New file.
8051         * rt/aio_read.c: New file.
8052         * rt/aio_read64.c: New file.
8053         * rt/aio_return.c: New file.
8054         * rt/aio_suspend.c: New file.
8055         * rt/aio_write.c: New file.
8056         * rt/aio_write64.c: New file.
8057         * rt/lio_listio.c: New file.
8058         * rt/lio_listio64.c: New file.
8059         * sysdeps/generic/aio_sigqueue.c: New file.
8060         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8061         * sysdeps/unix/sysv/linux/Dist: Add new files
8062         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8063         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8064         rt_sigqueueinfo, rt_sigaction.
8065
8066         * posix/Makefile (headers): Add bits/environments.h.
8067         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8068         and _CS_LFS_CFLAGS on 64bit platforms.
8069         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8070         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8071         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8072         compilation modules.
8073         * sysdeps/wordsize-32/bits/environments.h: New file.
8074         * sysdeps/wordsize-64/bits/environments.h: New file.
8075
8076         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8077         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8078         __libc_pid.
8079         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8080         0xf00baa.
8081
8082         * string/string.h: Add declaration of __strverscmp.
8083         * string/strverscmp.c: Rename function ot __strverscmp and make old
8084         name weak alias.
8085
8086         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8087         * sysdeps/generic/enbl-secure.c: Likewise.
8088         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8089
8090         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8091
8092         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8093
8094 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8095
8096         * posix/sys/wait.h: Use __transparent_union__ instead of
8097         transparent_union.  Reported by Roland McGrath.
8098
8099 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8100
8101         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8102         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8103         [PR libc/366].
8104
8105         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8106
8107         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8108
8109 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8110
8111         * grp/initgroups.c: Increase buffer if it is too small.
8112
8113 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8114
8115         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8116         fields, this is no ISO C.  Reported by Andreas Jaeger.
8117
8118 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8119
8120         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8121
8122 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8123
8124         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8125         _SYS_UTSNAME_H not _UTSNAME_H.
8126
8127 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8128
8129         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8130         computing s_scale.
8131
8132 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8133
8134         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8135         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8136         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8137
8138         * math/libm-test.c (csqrt_test): Add testcase.
8139
8140 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8141
8142         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8143         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8144         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8145
8146 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8147
8148         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8149
8150 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8151
8152         * math/libm-test.c (acos_test): Add more tests.
8153         (asin_test): Likewise.
8154         (atan_test): Likewise.
8155         (exp_test): Likewise.
8156         (sin_test): Likewise.
8157         (sqrt_test): Likewise.
8158         (cpow_test): Likewise.
8159         (csqrt_test): Likewise.
8160         (cexp_test): Correct typo in gcc version test.
8161
8162 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8163
8164         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8165         <bits/setjmp.h>.
8166         * sysdeps/arm/setjmp.S: Likewise.
8167
8168         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8169
8170 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8171
8172         * stdio/stdio.h: Add prototype for tmpfile64().
8173
8174 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8175
8176         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8177         prototype to keep in step with libio version.
8178
8179         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8180
8181 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8182
8183         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8184         cross-compiling.
8185
8186 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8187
8188         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8189         load GOT ptr before jumping to _exit.
8190         Reported by Xavier Leroy.
8191
8192 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8193
8194         * Makefile (subdirs): Add iconvdata and localedata.
8195
8196         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8197
8198         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8199
8200         * iconvdata/8bit-gap.c: New file.
8201         * iconvdata/8bit-generic.c: Renamed from ...
8202         * iconvdata/iso8859-generic.c: ...this.
8203         * iconvdata/configure: Removed.
8204         * iconvdata/Makefile: Add new modules and better rules.
8205         * iconvdata/iso6937.c: Minor bug fixes.
8206         * iconvdata/iso8859-1.c: Likewise.
8207         * iconvdata/t61.c: Likewise.
8208         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8209         Minor bug fixes.
8210         * iconvdata/iso8859-3.c: Likewise.
8211         * iconvdata/iso8859-4.c: Likewise.
8212         * iconvdata/iso8859-5.c: Likewise.
8213         * iconvdata/iso8859-6.c: Likewise.
8214         * iconvdata/iso8859-7.c: Likewise.
8215         * iconvdata/iso8859-8.c: Likewise.
8216         * iconvdata/iso8859-9.c: Likewise.
8217         * iconvdata/iso8859-10.c: Likewise.
8218         * iconvdata/ebcdic-at-de-a.c: New file.
8219         * iconvdata/ebcdic-at-de.c: New file.
8220         * iconvdata/ebcdic-ca-fr.c: New file.
8221         * iconvdata/hp-roman8.c: New file.
8222         * iconvdata/koi-8.c: New file.
8223         * iconvdata/koi8-r.c: New file.
8224         * iconvdata/koi8-h.c: New file.
8225         * iconvdata/latin-greek-1.c: New file.
8226         * iconvdata/latin-greek-1.h: New file.
8227         * iconvdata/latin-greek.c: New file.
8228         * iconvdata/latin-greek.h: New file.
8229         * iconvdata/jis0201.c: New file.
8230         * iconvdata/jis0201.h: New file.
8231         * iconvdata/jis0208.c: New file.
8232         * iconvdata/jis0208.h: New file.
8233         * iconvdata/jis0212.c: New file.
8234         * iconvdata/jis0212.h: New file.
8235         * iconvdata/sjis.c: New file.
8236         * iconvdata/gap.pl: New file.  Script to generate table header.
8237         * iconvdata/gaptab.pl: New file.
8238         * iconvdata/gconv-modules: Add info about new modules.
8239
8240         * locale/programs/charmap.c: Also examine alias names given in charmap
8241         files.
8242
8243         * localedata/*: Add to here from add-on.  We need the information
8244         to generate tables for iconv.
8245
8246         Update from db-2.3.14.
8247         * db2/Makefile: Updated.
8248         * db2/config.h: Likewise.
8249         * db2/db.h: Likewise.
8250         * db2/db_int.h: Likewise.
8251         * db2/btree/bt_cursor.c: Likewise.
8252         * db2/btree/bt_delete.c: Likewise.
8253         * db2/btree/bt_put.c: Likewise.
8254         * db2/btree/bt_search.c: Likewise.
8255         * db2/btree/bt_split.c: Likewise.
8256         * db2/btree/btree_auto.c: Likewise.
8257         * db2/common/db_appinit.c: Likewise.
8258         * db2/common/db_apprec.c: Likewise.
8259         * db2/common/db_err.c: Likewise.
8260         * db2/common/db_region.c: Likewise.
8261         * db2/db/db_auto.c: Likewise.
8262         * db2/db/db_dispatch.c: Likewise.
8263         * db2/db/db_ret.c: Likewise.
8264         * db2/dbm/dbm.c: Likewise.
8265         * db2/hash/hash_auto.c: Likewise.
8266         * db2/include/btree_ext.h: Likewise.
8267         * db2/include/common_ext.h: Likewise.
8268         * db2/include/db.h.src: Likewise.
8269         * db2/include/db_cxx.h: Likewise.
8270         * db2/include/db_ext.h: Likewise.
8271         * db2/include/db_int.h.src: Likewise.
8272         * db2/include/lock.h: Likewise.
8273         * db2/include/log.h: Likewise.
8274         * db2/include/mp.h: Likewise.
8275         * db2/include/mp_ext.h: Likewise.
8276         * db2/include/os_ext.h: Likewise.
8277         * db2/include/os_func.h: Likewise.
8278         * db2/lock/lock.c: Likewise.
8279         * db2/lock/lock_deadlock.c: Likewise.
8280         * db2/log/log.c: Likewise.
8281         * db2/log/log_archive.c: Likewise.
8282         * db2/log/log_auto.c: Likewise.
8283         * db2/log/log_get.c: Likewise.
8284         * db2/log/log_put.c: Likewise.
8285         * db2/mp/mp_bh.c: Likewise.
8286         * db2/mp/mp_fget.c: Likewise.
8287         * db2/mp/mp_fopen.c: Likewise.
8288         * db2/mp/mp_fput.c: Likewise.
8289         * db2/mp/mp_fset.c: Likewise.
8290         * db2/mp/mp_open.c: Likewise.
8291         * db2/mp/mp_pr.c: Likewise.
8292         * db2/mp/mp_region.c: Likewise.
8293         * db2/mp/mp_sync.c: Likewise.
8294         * db2/mutex/README: Likewise.
8295         * db2/mutex/mutex.c: Likewise.
8296         * db2/os/os_open.c: Likewise.
8297         * db2/os/os_func.c: Removed.
8298         * db2/os/os_config.c: New file.
8299         * db2/os/os_spin.c: New file.
8300         * db2/txn/txn.c: Likewise.
8301         * db2/txn/txn_auto.c: Likewise.
8302
8303 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
8304
8305         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
8306         __typeof for C++ since this fails for class members.
8307         Reported by Neal Becker <neal@ctd.comsat.com>.
8308
8309 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8310
8311         * configure.in: Check for a working makeinfo (3.11 or better).
8312         * config.make.in: Add MAKEINFO to be substituted.
8313         * manual/Makefile: Don't update info if makeinfo is too old.
8314
8315 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
8316
8317         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
8318         * sysdeps/alpha/__longjmp.S: Likewise.
8319         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
8320         not <bits/termios.h>.
8321
8322         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
8323         __llseek and make llseek and lseek64 weak aliases.
8324         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8325         Patches by a sun <asun@zoology.washington.edu>.
8326
8327 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8328
8329         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
8330         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8331         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8332         * misc/sys/syslog.h: Clean up BSD header.
8333
8334 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8335
8336         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
8337
8338         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
8339         for ctan(+-inf,x).
8340         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
8341         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
8342
8343         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
8344         csqrt (-1), ctanh(i*pi/4).
8345
8346 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8347
8348         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
8349
8350 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
8351
8352         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
8353
8354 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8355
8356         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
8357
8358 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
8359
8360         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
8361         and use.  Define GETCWD_RETURN_TYPE instead and use it.
8362         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
8363         of GETCWD_STORYGE_CLASS and put the return type and the
8364         `internal_function' in the right order for gcc 2.7.2.
8365
8366 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8367
8368         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
8369         incompatible with Linux 2.1.x.  Packages using modules
8370         (e.g. modutils) should/do provide their own version.  Suggested by
8371         Richard Henderson.
8372
8373         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
8374
8375         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
8376         [$(subdir)=socket]: Remove sys/module.h.
8377
8378 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
8379
8380         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
8381         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
8382
8383         * iconv/gconv_close.c: Correct freeing of descriptor data.
8384         * iconv/gconv_simple.c: Return correct error values for illegal or
8385         incomplete characters.
8386
8387         * Makefile (iconvdata/%): Special goal to simplify iconvdata
8388         development.
8389         * iconvdata/Makefile: New file.
8390         * iconvdata/configure: Likewise.
8391         * iconvdata/extra-module.mk: Likewise.
8392         * iconvdata/gconv-modules: Likewise.
8393         * iconvdata/iso6937.c: Likewise.
8394         * iconvdata/iso8859-1.c: Likewise.
8395         * iconvdata/iso8859-10.c: Likewise.
8396         * iconvdata/iso8859-10.h: Likewise.
8397         * iconvdata/iso8859-2.c: Likewise.
8398         * iconvdata/iso8859-2.h: Likewise.
8399         * iconvdata/iso8859-3.c: Likewise.
8400         * iconvdata/iso8859-3.h: Likewise.
8401         * iconvdata/iso8859-4.c: Likewise.
8402         * iconvdata/iso8859-4.h: Likewise.
8403         * iconvdata/iso8859-5.c: Likewise.
8404         * iconvdata/iso8859-5.h: Likewise.
8405         * iconvdata/iso8859-6.c: Likewise.
8406         * iconvdata/iso8859-6.h: Likewise.
8407         * iconvdata/iso8859-7.c: Likewise.
8408         * iconvdata/iso8859-7.h: Likewise.
8409         * iconvdata/iso8859-8.c: Likewise.
8410         * iconvdata/iso8859-8.h: Likewise.
8411         * iconvdata/iso8859-9.c: Likewise.
8412         * iconvdata/iso8859-9.h: Likewise.
8413         * iconvdata/iso8859-generic.c: Likewise.
8414         * iconvdata/t61.c: Likewise.
8415
8416         * string/Makefile (routines): Add strcasestr.
8417         * string/string.h: Add prototype for strcasestr.
8418         * sysdeps/generic/strcasestr.c: New file.
8419         * wcsmbs/mbrtowc.c: Simplify special case a bit.
8420         * wcsmbs/wcrtomb.c: Likewise.
8421         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
8422         * wcsmbs/wcsnrtombs.c: Likewise.
8423         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
8424         partial character is read.
8425         * wcsmbs/wcsrtombs.c: Likewise.
8426         * wcsmbs/wmemrtombs.c: Likewise.
8427         * wcsmbs/wmemrtowcs.c: Likewise.
8428
8429         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
8430         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
8431         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
8432         * sysdeps/i386/elf/setjmp.S: Likewise.
8433         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
8434         <bits/termios.h>.
8435
8436         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
8437         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
8438
8439         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
8440         * sysvipc/sys/ipc.h: Likewise.
8441         * sysvipc/sys/msg.h: Likewise.
8442         * sysvipc/sys/sem.h: Likewise.
8443         * sysvipc/sys/shm.h: Likewise.
8444
8445         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
8446         used directly.
8447         * sysdeps/alpha/bits/setjmp.h: Likewise.
8448         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
8449         * sysdeps/arm/bits/endian.h: Likewise.
8450         * sysdeps/arm/bits/setjmp.h: Likewise.
8451         * sysdeps/generic/bits/byteswap.h: Likewise.
8452         * sysdeps/generic/bits/confname.h: Likewise.
8453         * sysdeps/generic/bits/dirent.h: Likewise.
8454         * sysdeps/generic/bits/dlfcn.h: Likewise.
8455         * sysdeps/generic/bits/endian.h: Likewise.
8456         * sysdeps/generic/bits/fenv.h: Likewise.
8457         * sysdeps/generic/bits/huge_val.h: Likewise.
8458         * sysdeps/generic/bits/in.h: Likewise.
8459         * sysdeps/generic/bits/ioctl-types.h: Likewise.
8460         * sysdeps/generic/bits/ioctls.h: Likewise.
8461         * sysdeps/generic/bits/ipc.h: Likewise.
8462         * sysdeps/generic/bits/msq.h: Likewise.
8463         * sysdeps/generic/bits/poll.h: Likewise.
8464         * sysdeps/generic/bits/resource.h: Likewise.
8465         * sysdeps/generic/bits/sched.h: Likewise.
8466         * sysdeps/generic/bits/sem.h: Likewise.
8467         * sysdeps/generic/bits/setjmp.h: Likewise.
8468         * sysdeps/generic/bits/shm.h: Likewise.
8469         * sysdeps/generic/bits/sigaction.h: Likewise.
8470         * sysdeps/generic/bits/sigcontext.h: Likewise.
8471         * sysdeps/generic/bits/socket.h: Likewise.
8472         * sysdeps/generic/bits/stat.h: Likewise.
8473         * sysdeps/generic/bits/statfs.h: Likewise.
8474         * sysdeps/generic/bits/stdio_lim.h: Likewise.
8475         * sysdeps/generic/bits/termios.h: Likewise.
8476         * sysdeps/generic/bits/time.h: Likewise.
8477         * sysdeps/generic/bits/uio.h: Likewise.
8478         * sysdeps/generic/bits/utmp.h: Likewise.
8479         * sysdeps/generic/bits/utmpx.h: Likewise.
8480         * sysdeps/generic/bits/utsname.h: Likewise.
8481         * sysdeps/generic/bits/waitflags.h: Likewise.
8482         * sysdeps/generic/bits/waitstatus.h: Likewise.
8483         * sysdeps/gnu/bits/utmp.h: Likewise.
8484         * sysdeps/gnu/bits/utmpx.h: Likewise.
8485         * sysdeps/i386/bits/byteswap.h: Likewise.
8486         * sysdeps/i386/bits/endian.h: Likewise.
8487         * sysdeps/i386/bits/huge_val.h: Likewise.
8488         * sysdeps/i386/bits/setjmp.h: Likewise.
8489         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
8490         * sysdeps/ieee754/bits/huge_val.h: Likewise.
8491         * sysdeps/m68k/bits/byteswap.h: Likewise.
8492         * sysdeps/m68k/bits/endian.h: Likewise.
8493         * sysdeps/m68k/bits/setjmp.h: Likewise.
8494         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
8495         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8496         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
8497         * sysdeps/mach/hurd/bits/stat.h: Likewise.
8498         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8499         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
8500         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8501         * sysdeps/mips/bits/dlfcn.h: Likewise.
8502         * sysdeps/mips/bits/endian.h: Likewise.
8503         * sysdeps/mips/bits/setjmp.h: Likewise.
8504         * sysdeps/mips/dec/bits/endian.h: Likewise.
8505         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
8506         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
8507         * sysdeps/mips/p40/bits/endian.h: Likewise.
8508         * sysdeps/powerpc/bits/endian.h: Likewise.
8509         * sysdeps/powerpc/bits/fenv.h: Likewise.
8510         * sysdeps/powerpc/bits/setjmp.h: Likewise.
8511         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
8512         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
8513         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
8514         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
8515         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
8516         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
8517         * sysdeps/unix/bsd/bits/stat.h: Likewise.
8518         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
8519         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
8520         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
8521         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
8522         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
8523         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
8524         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
8525         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
8526         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
8527         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
8528         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
8529         * sysdeps/unix/common/bits/dirent.h: Likewise.
8530         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
8531         * sysdeps/unix/sysv/bits/stat.h: Likewise.
8532         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8533         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8534         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
8535         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
8536         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
8537         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
8538         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
8539         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
8540         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8541         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
8542         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
8543         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
8544         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
8545         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
8546         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
8547         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
8548         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
8549         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
8550         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
8551         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
8552         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
8553         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8554         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
8555         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
8556         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8557         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
8558         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
8559         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
8560         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
8561         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
8562         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
8563         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
8564         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
8565         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
8566         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
8567         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
8568         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
8569         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
8570         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
8571         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
8572         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
8573         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
8574         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
8575         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8576         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
8577         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
8578         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
8579         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
8580         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
8581         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8582         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
8583         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
8584         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
8585         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8586         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
8587         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
8588         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
8589         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
8590         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
8591         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
8592         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
8593         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
8594         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
8595         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
8596         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
8597         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
8598         * sysdeps/vax/bits/huge_val.h: Likewise.
8599         * sysdeps/vax/bits/setjmp.h: Likewise.
8600         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
8601         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
8602
8603 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8604
8605         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
8606
8607 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
8608
8609         * strftime.c (strftime):
8610         No longer any need to undef or declare if emacs is defined.
8611         (my_strftime): When checking a -1 returned by mktime, don't blow up
8612         if localtime_r returns NULL.
8613
8614 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8615
8616         * README.template: Fix spelling.
8617
8618 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8619
8620         * configure.in: Enhance --enable-add-ons description a wee bit.
8621
8622 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8623
8624         * glibcbug.in: Add more information of build environment and flags.
8625
8626 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8627
8628         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
8629         it into ENOENT.
8630
8631 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
8632
8633         * elf/dl-support.c: Call __libc_init_secure to make sure
8634         __libc_enable_secure is defined early.
8635         * sysdeps/generic/enbl-secure.c: Change function name to
8636         __libc_init_secure and make it global instead of a constructor.
8637
8638         * iconv/gconv.c: Fix lots of bugs.
8639         * iconv/gconv.h: Likewise.
8640         * iconv/gconv_builtin.h: Likewise.
8641         * iconv/gconv_close.c: Likewise.
8642         * iconv/gconv_conf.c: Likewise.
8643         * iconv/gconv_db.c: Likewise.
8644         * iconv/gconv_dl.c: Likewise.
8645         * iconv/gconv_open.c: Likewise.
8646         * iconv/gconv_simple.c: Likewise.
8647         * iconv/iconv.c: Likewise.
8648         * iconv/iconv_close.c: Likewise.
8649         * iconv/iconv_open.c: Likewise.
8650
8651         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
8652         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
8653         * wcsmbs/wmemrtombs.c: New file.
8654         * wcsmbs/wmemrtowcs.c: New file.
8655
8656 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
8657
8658         * iconv/gconv_simple.c: Fix lots of bugs.
8659         * iconv/iconv_open.c: Normalize names before passing them to
8660         __gconv_open.
8661
8662         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
8663
8664         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
8665         * stdio-common/test-popen.c: Add test for above change.
8666
8667         * math/libm-test.c: Print test results also using %a format,
8668         specified in PRINTF_XEXPR macro.
8669         * math/test-double.c: Define PRINTF_XEXPR.
8670         * math/test-float.c: Likewise.
8671         * math/test-ldouble.c: Likewise.
8672         * math/test-idouble.c: Likewise.
8673         * math/test-ifloat.c: Likewise.
8674         * math/test-ildoubl.c: Likewise.
8675
8676         * stdio-common/vfscanf.c: Recognize a in format specifier only as
8677         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
8678         FP number format.
8679
8680         * stdlib/strtod.c: Little code cleanup.
8681
8682         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
8683         compiling in math subdir.
8684
8685         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
8686         instead of __LIBC_M81_MATH_INLINES.
8687         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8688         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8689         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8690         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8691         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8692         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8693         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8694         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8695         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8696         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8697         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8698         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8699         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8700         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8701         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8702         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8703         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8704         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8705         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8706         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8707         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8708         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8709         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8710         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8711         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
8712         __LIBC_INTERNAL_MATH_INLINES is defined.
8713
8714         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
8715         of compare macros from ISO C 9X.  Optimize generic versions a bit.
8716         Define __signbit inline functions and __ieee754_sqrt which can be
8717         used if the ompiler is fixed.
8718
8719         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
8720
8721 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8722
8723         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
8724         sysdeps/generic in the whole dep file, not only in the first line.
8725
8726 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8727
8728         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
8729
8730 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8731
8732         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
8733         place.
8734
8735 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8736
8737         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
8738         is non-empty.
8739
8740 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
8741
8742         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
8743         return value.
8744
8745 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
8746
8747         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
8748         readlink succeeds but the return value is too long.
8749
8750         * stdio-common/printf_fphex.c: Determine sign of number correctly.
8751
8752 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
8753
8754         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
8755         __remqu for Alpha.
8756
8757 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
8758
8759         * sysdeps/generic/sys/ucontext.h: Stub context file.
8760
8761         * libio/iofprintf.c: Removed.  We use the stdio-common version.
8762
8763         * manual/Makefile (distribute): Add stdio-fp.c.
8764
8765         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
8766
8767         * db2/Makefile (distribute): Add include/os_func.h, README and
8768         mutex/tsl_parisc.s.
8769
8770         * hesiod/Makefile (distribute): Add README.hesiod.
8771
8772 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
8773
8774         * iconv/gconv.c: Correctly call transformation function.
8775
8776         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
8777
8778 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8779
8780         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
8781         wrong results for e.g. remquo (3,2, &x)).
8782         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
8783         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
8784
8785 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8786
8787         * configure.in (ld --version-script): Test if the same symbol
8788         maybe defined in all versions (needed by recent changes to
8789         libc.map and supported with binutils 2.8.1.0.17) and issue warning
8790         if versioning is not supported/enabled.
8791         (bash test): Correct test case.
8792
8793         * math/libm-test.c: Added counting/reporting of number of test cases.
8794
8795         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
8796         use awk instead.
8797
8798         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
8799
8800 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8801
8802         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
8803
8804 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
8805
8806         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
8807         Replace revoke call by use of REVOKE.
8808         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
8809         empty and #include generic version.
8810         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8811
8812 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
8813
8814         * libc.map: Add socket functions with __libc_* names.
8815         Reported by Andreas Jaeger.
8816
8817 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8818
8819         * libc.map: Tidy up (remove duplicates, sort entries).
8820
8821 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8822
8823         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
8824
8825 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
8826
8827         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
8828         again after successful call.
8829         Patch by Marc Lehmann <pcg@goof.com>.
8830
8831 1997-11-17  Paul Eggert  <eggert@twinsun.com>
8832
8833         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
8834         as some hosts need this to declare localtime_r properly.
8835
8836 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
8837
8838         * libc.map: Add iconv_open, iconv, and iconv_close.
8839
8840 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
8841
8842         * iconv/Makefile: New file.
8843         * iconv/gconv.c: New file.
8844         * iconv/gconv.h: New file.
8845         * iconv/gconv_builtin.c: New file.
8846         * iconv/gconv_builtin.h: New file.
8847         * iconv/gconv_close.c: New file.
8848         * iconv/gconv_conf.c: New file.
8849         * iconv/gconv_db.c: New file.
8850         * iconv/gconv_dl.c: New file.
8851         * iconv/gconv_open.c: New file.
8852         * iconv/gconv_simple.c: New file.
8853         * iconv/iconv.c: New file.
8854         * iconv/iconv.h: New file.
8855         * iconv/iconv_close.c: New file.
8856         * iconv/iconv_open.c: New file.
8857         * include/gconv.h: New file.
8858
8859         * Makeconfig: Define gconvdir.
8860         * Makefile (subdirs): Add iconv.
8861
8862         * string/bits/string2.h: Add optimization for strtok_r.
8863
8864         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
8865         for NULL.
8866         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8867         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
8868
8869         * configure.in: Correct test for bash2.
8870         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8871
8872         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
8873         (CFLAGS-locfile.c): Likewise.
8874         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8875
8876         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
8877         non-existing entry if the table is full.
8878
8879         * posix/regex.h: Pretty print.
8880
8881         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
8882
8883         * sysdeps/posix/ctermid.c: Simplify a bit.
8884
8885         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
8886
8887 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8888
8889         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
8890         <sys/types.h> instead of <asm/types.h>.
8891
8892 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8893
8894         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
8895
8896 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
8897
8898         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
8899         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
8900         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
8901         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
8902         fclose): Added to GLIBC_2.1.
8903
8904         * libio/Makefile (routines, shared-only-routines): Add
8905         oldiofclose.  Remove oldfreopen.
8906
8907         * libio/freopen.c (freopen): When PIC is defined, call
8908         _IO_old_freopen () for old stdio.
8909
8910         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
8911         (_IO_fclose, fclose): Use _IO_new_fclose as default version
8912         for GLIBC_2.1.
8913
8914         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
8915         instead of _IO_file_close_it.
8916
8917         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
8918         to _IO_2_1_stdxxx_.
8919         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
8920         is defined.
8921
8922         * libio/libioP.h (_IO_old_do_flush): New.
8923
8924         * libio/oldfileops.c (_IO_old_file_close_it,
8925         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
8926         Call _IO_old_do_flush () instead of _IO_do_flush ().
8927         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
8928         _IO_do_write ().
8929
8930         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
8931         instead of _IO_file_init ().
8932         Bind old symbols to version GLIBC_2.0.
8933
8934         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
8935         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
8936         _IO_stdxxx_.
8937         (_IO_check_libio): New function in .init.
8938
8939         * libio/oldiofclose.c: New file.
8940
8941         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
8942         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
8943         (DEF_STDFILE): Don't use default_symbol_version.
8944
8945         * libio/stdio.c (stdin, stdout, stderr): Set to
8946         _IO_2_1_stdxxx_._
8947         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
8948         stdxxx.
8949
8950         * csu/Makefile (distribute): Add init.c.
8951         (extra-objs): Add init.o for ELF.
8952         (start-installed-name): Add $(objpfx)init.o.
8953
8954         * csu/init.c: New file.
8955
8956 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8957
8958         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
8959         definition as the default.
8960
8961 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
8962
8963         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
8964
8965 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8966
8967         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
8968         (PR 351).
8969
8970 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
8971
8972         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
8973         to preserve condition codes on function call.
8974
8975 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8976
8977         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
8978
8979 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8980
8981         * math/libm-test.c (asin_test): Add epsilon for float.
8982         (tan_test): Add epsilon for float.
8983         (log1p_test): Add epsilon for float.
8984         (inverse_functions): Add epsilons.
8985
8986         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
8987         net/if_packet.h.
8988
8989         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
8990
8991 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8992
8993         * md5-crypt/Makefile (extra-objs): Make recursively expanded
8994         variable, since $(object-suffixes) is not defined yet.
8995
8996 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8997
8998         * db2/Makefile (distribute): db185/db185_int.src ->
8999         db185/db185_int.h.
9000
9001 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9002
9003         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9004         exactly one.
9005
9006 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9007
9008         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9009         name.
9010         * sysdeps/generic/e_acosl.c: Likewise.
9011         * sysdeps/generic/e_asinl.c: Likewise.
9012         * sysdeps/generic/e_atan2l.c: Likewise.
9013         * sysdeps/generic/e_expl.c: Likewise.
9014         * sysdeps/generic/e_fmodl.c: Likewise.
9015         * sysdeps/generic/e_j0l.c: Likewise.
9016         * sysdeps/generic/e_j1l.c: Likewise.
9017         * sysdeps/generic/e_jnl.c: Likewise.
9018         * sysdeps/generic/e_lgammal_r.c: Likewise.
9019         * sysdeps/generic/e_log10l.c: Likewise.
9020         * sysdeps/generic/e_logl.c: Likewise.
9021         * sysdeps/generic/e_powl.c: Likewise.
9022         * sysdeps/generic/e_sqrtl.c: Likewise.
9023         * sysdeps/generic/e_exp2l.c: Likewise.
9024
9025 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9026
9027         * Make-dist (+sysdep-names): Remove extra paren.
9028         * Makefile (distribute): Add stub-tag.h.
9029         * elf/Makefile (distribute): Add atomicity.h.
9030         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9032         [$(subdir)=socket]: Add net/if_packet.h.
9033         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9034         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9035         net/if_packet.h, scsi/sg.h.
9036
9037 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9038
9039         * Makefile (install): Quote $(CC) expansion.
9040
9041 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9042
9043         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9044         working /proc cwd and no restrictions on path length.  Following
9045         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9046
9047 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9048
9049         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9050         * nis/nss_compat/compat-pwd.c: Likewise.
9051         * nis/nss_compat/compat-spwd.c: Likewise.
9052
9053 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9054
9055         * sysdeps/libm-i387/s_fdim.S: New file.
9056         * sysdeps/libm-i387/s_fdimf.S: New file.
9057         * sysdeps/libm-i387/s_fdiml.S: New file.
9058         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9059         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9060         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9061
9062 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9063
9064         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9065         pointer to unsigned char.
9066
9067 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9068
9069         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9070
9071         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9072
9073         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9074
9075 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9076
9077         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9078         ilogb(0/NaN).
9079         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9080         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9081
9082 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9083
9084         * sysdeps/libm-i387/s_fmin.S: New file.
9085         * sysdeps/libm-i387/s_fminf.S: New file.
9086         * sysdeps/libm-i387/s_fminl.S: New file.
9087         * sysdeps/libm-i387/s_fmax.S: New file.
9088         * sysdeps/libm-i387/s_fmaxf.S: New file.
9089         * sysdeps/libm-i387/s_fmaxl.S: New file.
9090         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9091         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9092         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9093         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9094         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9095         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9096
9097 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9098
9099         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9100         * sysdeps/unix/sysv/linux/send.S: Likewise.
9101         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9102         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9103         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9104         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9105         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9106         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9107         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9108
9109 See ChangeLog.7 for earlier changes.