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