1 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
3 * elf/dl-load.c (_dl_map_object_from_fd): Use global
4 _dl_pf_to_proot array to convert p_flags value.
5 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
7 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
10 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
11 do the work and don't use inline assembler.
13 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
15 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
16 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
17 noreturn, and prevent it from being inlined.
18 Define LOSE appropriately.
19 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
20 Optimize decoding of p_flags for certain platforms.
22 1999-02-19 Philip Blundell <pb@nexus.co.uk>
24 * Makeconfig (link-libc): When doing a static link, make sure that
25 libgcc.a is included both before and after libc.a.
27 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
29 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
30 sp_warn, sp_inact, sp_expire and sp_flag.
32 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
34 * elf/link.h (link_map): Add l_dev and l_ino.
35 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
36 loaded shared object with all laoded objects. Initialize l_ino
37 and l_dev in case it's new.
38 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
40 * elf/Makefile: Compile and run new test.
41 * elf/multiload.c: New file.
43 * nss/nsswitch.h (service_user): Change name field from const char *
45 (name_database_entry): Likewise.
46 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
47 for change of `service_user'.
48 (nss_getline): Adjust memory allocation for change of
49 `name_database_entry'.
51 * catgets/catgets.c: Correctly handle NLSPATH from environment
54 * io/Makefile (routines): Add lock64.
55 * io/Versions: Add lockf64 for GLIBC_2.1.1.
56 * sysdeps/generic/lockf64.c: New file.
58 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
60 * string/bits/string2.h: Only use strncmp optimization if count
63 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
65 * sysdeps/mach/hurd/revoke.c: New file.
67 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
69 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
70 int to avoid warning about `ISO C restricts enumerator values to
73 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
75 * elf/dlfcn.h: Fix typo.
76 * sysdeps/generic/bits/dlfcn.h: Likewise.
77 * sysdeps/mips/bits/dlfcn.h: Likewise.
79 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
81 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
84 * db2/Makefile (distribute): Add LICENSE.
86 1999-02-03 Jeff Bailey <jbailey@nisa.net>
88 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
91 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
93 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
95 * time/mktime.c: Use ISO C form for function definitions and
96 remove unnecessary prototypes.
98 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
100 * time/time.h: Avoid unneccesary #ifdef.
102 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
104 * stdio-common/_itoa.c (_itoa): Correct parameters to
107 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
109 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
110 before (e.g. in glob.h).
113 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
115 * sysdeps/mips/fpu_control.h: Fix typo.
116 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
119 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
121 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
122 the "unused" ends of the sockets. Let pipes be bidirectional.
124 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
126 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
129 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
131 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
132 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
134 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
135 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
137 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
139 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
141 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
143 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
144 check for priority mask.
146 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
148 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
149 Reported by Craig Metz <cmetz@inner.net> .
151 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
153 * stdio-common/Makefile (tests): tllformat added.
155 * stdio-common/tllformat.c: New program, based on tiformat.c with
156 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
158 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
160 * posix/test-vfork.c: Fix exit status test.
162 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
164 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
165 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
167 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
169 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
170 of separare explicit comparisons.
172 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
174 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
177 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
180 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
182 * po/el.po: Update from translation team.
184 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
186 * intl/locale.alias: Fix slovenian entry [PR libc/948].
188 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
190 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
191 * inet/ruserpass.c: Likewise.
192 * locale/programs/stringtrans.c: Likewise.
193 * locale/programs/localedef.c: Likewise.
194 * nscd/grpcache.c: Likewise.
195 * nss/nss_files/files-XXX.c: Likewise.
196 * stdlib/canonicalize.c: Likewise.
197 * sysdeps/posix/sigwait.c: Likewise.
199 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
201 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
202 even on 64 bit platforms.
204 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
205 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
207 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
209 * intl/dcgettext.c: Include locale.h is available.
211 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
213 * po/nl.po: Update from translation team.
215 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
217 * Makefile: Allow calling goals for po subdir.
219 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
222 * po/el.po: New file.
224 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
226 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
227 when processing DT_SYMBOLIC objects.
229 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
231 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
232 program headers without PT_PHDR only require that they are
233 contained within one of the loaded segments. Don't use assert,
234 since that would be a bug in the object, not the dynamic linker.
236 1999-02-08 Richard Henderson <rth@cygnus.com>
238 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
239 restore all call-clobbered fp regs.
241 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
243 * po/cs.po: New file.
245 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
248 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
250 * signal/signal.h: Don't declare __libc_allocate_rtsig.
251 * include/signal.h: Declare __libc_allocate_rtsig here.
253 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
254 point functions, not do_lookup since the later can be called more
257 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
259 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
260 macro, so that architectures which need to add some special
261 offset to stack pointer can share this file.
263 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
264 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
265 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
266 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
268 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
269 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
270 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
271 between sparc32 and sparc64.
273 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
274 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
275 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
276 between sparc32 and sparc64.
278 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
279 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
280 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
281 between sparc32 and sparc64.
283 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
284 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
285 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
286 between sparc32 and sparc64.
288 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
290 * Versions.def: New version GLIBC_2.1.1 for libc.
291 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
292 * stdlib/labs.c: Moved to...
293 * sysdeps/generic/labs.c: ...here.
294 * stdlib/llabs.c: Moved to...
295 * sysdeps/generic/llabs.c: ...here.
296 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
297 header. Declare _Exit.
298 * sysdeps/generic/_exit.c: Add alias _Exit.
299 * sysdeps/mach/hurd/_exit.c: Likewise.
300 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
301 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
302 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
303 * sysdeps/unix/_exit.c: Likewise.
304 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
305 imaxdiv and imaxabs. Declare lldiv_t if necessary.
306 * sysdeps/wordsize-64/inttypes.h: Likewise.
307 * sysdeps/wordsize-32/llabs.c: New file.
308 * sysdeps/wordsize-32/lldiv.c: New file.
309 * sysdeps/wordsize-64/labs.c: New file.
310 * sysdeps/wordsize-64/ldiv.c: New file.
311 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
312 * manual/startup.texi: Document _Exit.
314 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
316 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
318 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
320 * Versions.def: Add versions for ld.so.
321 * csu/Versions: Remove __libc_stack_end here.
322 * elf/Versions: Split libc definitions in libc and ld.so definitions.
323 * elf/Makefile (ld-map): Change to ld.so.map.
324 * scripts/versions.awk: Recognize dot in library names.
326 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
327 Don't use __tolower and __toupper in inline functions.
328 Add optimizing macros for tolower and toupper.
329 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
330 (_toupper): Don't use __toupper.
331 * ctype/ctype.c (tolower): Don't use __tolower.
332 (toupper): Don't use toupper.
334 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
336 * resolv/Versions (libresolv): Export __ns_name_unpack and
338 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
339 make it global. Change all users. Similar for ns_name_ntop.
340 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
341 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
342 directly to detect too small buffer.
343 * resolv/nss_dns/dns-network.c: Likewise.
345 * stdio-common/Makefile (tests): Add scanf12.
346 * stdio-common/scanf12.c: New file.
347 * stdio-common/scanf12.input: New file.
348 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
349 floating-point correctly if the number is invalid.
351 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
353 * stdio-common/printf_fp.c: Likewise.
354 * stdio-common/printf_fphex.c: Likewise.
355 * stdio-common/vfprintf.c: Likewise.
358 See ChangeLog.9 for earlier changes.