]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
109014ca
UD
12000-02-16 Andreas Jaeger <aj@suse.de>
2
3 * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix return
4 value.
5
62000-02-16 Andreas Jaeger <aj@suse.de>
7
8 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c (ftruncate64): Fix
9 typo.
10
1dc23588
UD
112000-02-15 Andreas Jaeger <aj@suse.de>
12
13 * sysdeps/i386/fpu/libm-test-ulps: Add one value for AMD K7.
14
152000-02-15 Andreas Jaeger <aj@suse.de>
16
17 * math/libm-test.inc (nearbyint_test): Add some tests.
18 (rint_test): Likewise.
19
ec91ea7c
UD
202000-02-14 Ulrich Drepper <drepper@redhat.com>
21
1c95408c
UD
22 * locale/programs/repertoire.c (repertoire_new_char): NUL
23 terminated names of character in range.
24
e115dbd7
UD
25 * stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
26 Define and initialize use_outdigits in the inner loops.
27
ec91ea7c
UD
28 * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
29 not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
30
31 * sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not
32 enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
33 * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
9e7e3719 34 * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
ec91ea7c 35
1ca7cbcb
UD
362000-02-14 Andreas Jaeger <aj@suse.de>
37
38 * elf/rtld.c (dl_main): Fix check for references to dynamic linker.
39
7c437eb8
UD
402000-02-14 Ulrich Drepper <drepper@redhat.com>
41
a496e4ce
UD
42 * manual/job.texi: Fix typos.
43 * manual/process.texi: Likewise.
44 * manual/signal.texi: Likewise.
45
7c437eb8
UD
46 * sysdeps/powerpc/atomicity.h: Remove white space to avoid
47 compiler warning.
48
9e7e3719 492000-02-14 Scott Bambrough <scottb@netwinder.org>
5b26325f
UD
50
51 * sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add
52 Rebel-NetWinder to platform table so _ioperm platform lookup via
53 /proc/cpuinfo works on later version NetWinders.
54
7cdd956e
UD
552000-02-13 Ulrich Drepper <drepper@redhat.com>
56
22f55fef
UD
57 * locale/programs/charmap.c (charmap_read): Remove erronous free
58 call.
59
87a27b33
UD
60 * sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough
61 so test for overflow and handle it.
62 * sysdeps/i386/fpu/s_sinf.S: Likewise.
63 * sysdeps/i386/fpu/s_tanf.S: Likewise.
64 Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
65
7cdd956e
UD
66 * iconvdata/Makefile (modules): Add UTF-16.
67 (distribute): Add utf-16.c.
68 * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and
69 UTF-16LE.
70 * iconvdata/utf-16.c: New file.
71 * iconv/gconv_builtin.h: Remove UTF-16 entries here.
72 * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16.
3ef8d0a9 73 PR libc/1580 and libc/1581.
7cdd956e 74
22f55fef 75 * iconv/skeleton.c: Increment __invocation_counter after every call
7cdd956e
UD
76 to the loops.
77
46661856
UD
782000-02-12 Andreas Jaeger <aj@suse.de>
79
80 * sysdeps/unix/sysv/linux/i386/msgctl.c (__new_msgctl): Move errno
81 declaration to place where it's needed to avoid compiler warning.
82 * sysdeps/unix/sysv/linux/i386/semctl.c (__new_semctl): Likewise.
83
b02b9253
UD
842000-02-12 Ulrich Drepper <drepper@redhat.com>
85
46661856
UD
86 * locale/weightwc.h (findidx): Correct find index value.
87
b02b9253
UD
88 * locale/nl_langinfo.h: Add casts to prevent warnings.
89
90 * wctype/iswctype_l.c: Use correct types for mapped data.
91 * wctype/wcfuncs.c: Add one more comment for clarification.
92 * wctype/wcfuncs_l.c: Use __ctype32_tolower and __ctype32_toupper.
93 * wctype/wctrans.c: Likewise.
94
8850cf21
AJ
952000-02-12 Andreas Jaeger <aj@suse.de>
96
97 * sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup
98 conventions.
99 (elf_machine_rel): Use R_MIPS_REL32 for RESOLVE.
100 (elf_machine_runtime_setup,elf_machine_got_rel): Move at end of
101 file and make dependend on RESOLVE.
102 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol.
103 (RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.
104
a58a4763
UD
1052000-02-11 Ulrich Drepper <drepper@redhat.com>
106
e87f0c33
UD
107 * sysdeps/unix/sysv/linux/i386/shmctl.c: Fix handling of save_errno.
108
a58a4763
UD
109 * locale/langinfo.h: Make CRNCYSTR a separate entry instead of an
110 alias for CURRENCY_SYMBOL.
111 * locale/programs/ld-monetary.c: Add support to write out CRNCYSTR
112 information. [PR libc/1583].
113
740c2239
UD
1142000-02-08 Shinya Hanataka <hanataka@abyss.rim.or.jp>
115
116 * locale/weightwc.h: Fix problem with collating-element.
117
118 * locale/programs/ld-collate.c (collate_finish): Output wide
119 character collating-symbol, which has no wide strings.
120
121 * locale/programs/ld-collate.c (collate_output): Fix problem with
122 wide character collating-element.
123
f9a7302f
UD
1242000-02-09 Andreas Jaeger <aj@suse.de>
125
126 * time/strptime.c (strptime_internal): Fix pointer dereference.
127 Patch by Juergen Heinzl <juergen@monocerus.demon.co.uk>, closes PR
128 libc/1591.
129
d6c5fe3a
UD
1302000-02-08 Jakub Jelinek <jakub@redhat.com>
131
132 * sysdeps/unix/sysv/linux/alpha/msgctl.c: New file.
133 * sysdeps/unix/sysv/linux/alpha/semctl.c: New file.
134 * sysdeps/unix/sysv/linux/alpha/shmctl.c: New file.
135 * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl, semctl,
136 shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.
137 * sysdeps/unix/sysv/linux/alpha/Makefile: Add oldmsgctl, oldsemctl
138 and oldshmctl to sysdep-routines.
139
3088979f
UD
1402000-02-08 Andreas Jaeger <aj@suse.de>
141
142 * locale/programs/locale.c (write_locales): Fix handling of
143 whitespace lines.
144 Fixes PR libc/1588, reported by Miroslav Holcak
145 <miroslav.holcak@vitkovice.cz>.
146
cf0fac8b
UD
1472000-02-07 Thorsten Kukuk <kukuk@suse.de>
148
149 * config.make.in: Add infodir.
150 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel
151 header files.
152
763125d1
UD
1532000-02-11 Ulrich Drepper <drepper@redhat.com>
154
f6a73450
UD
155 * posix/getopt.c: Suppress messages if first character of
156 optstring is a colon (PR libc/1584).
157
f1c9f20c
UD
158 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants
159 and elf_* types to interpret values passed up from the kernel.
160 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
161
763125d1
UD
162 * locale/nl_langinfo.c: Correct return value in error case. Don't
163 set errno (PR libc/1582).
6941c42a 164 * manual/locale.texi: Update to reflect change.
763125d1 165
586599b5
UD
1662000-02-02 Andreas Schwab <schwab@suse.de>
167
168 * malloc/Makefile (distribute): Add memprof.h.
169 * malloc/memprof.c: Move definition of GETSP and GETTIME to new
170 header memprof.h.
171 * sysdeps/generic/memprof.h: New file.
172 * sysdeps/alpha/memprof.h: New file.
173 * sysdeps/i386/memprof.h: New file.
174 * sysdeps/m68k/memprof.h: New file.
175 * sysdeps/mips/memprof.h: New file.
176 * sysdeps/powerpc/memprof.h: New file.
177 * sysdeps/sparc/memprof.h: New file.
178
cd090f71
UD
1792000-02-01 Jakub Jelinek <jakub@redhat.com>
180
181 * sysdeps/unix/sysv/linux/getresgid.c: Move...
182 * sysdeps/unix/sysv/linux/i386/getresgid.c: ...here.
183 (getresgid): Use getresgid32 if __libc_missing_32bit_uids
184 is -1 or 0.
185 * sysdeps/unix/sysv/linux/getresuid.c: Move...
186 * sysdeps/unix/sysv/linux/i386/getresuid.c: ...here.
187 (getresuid): Use getresuid32 if __libc_missing_32bit_uids
188 is -1 or 0.
189 * sysdeps/unix/sysv/linux/i386/getuid.c: Document new tristate
190 __libc_missing_32bit_uids.
191 (__getuid): Use 32bit uid syscall if __libc_missing_32bit_uids is
192 -1 or 0.
193 * sysdeps/unix/sysv/linux/i386/chown.c (__real_chown): Likewise.
194 * sysdeps/unix/sysv/linux/i386/fchown.c (__fchown): Likewise.
195 * sysdeps/unix/sysv/linux/i386/getegid.c (__getegid): Likewise.
196 * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Likewise.
197 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Likewise.
198 * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Likewise.
199 * sysdeps/unix/sysv/linux/i386/lchown.c (__lchown): Likewise.
200 * sysdeps/unix/sysv/linux/i386/setfsgid.c (setfsgid): Likewise.
201 * sysdeps/unix/sysv/linux/i386/setfsuid.c (setfsuid): Likewise.
202 * sysdeps/unix/sysv/linux/i386/setgid.c (__setgid): Likewise.
203 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
204 * sysdeps/unix/sysv/linux/i386/setregid.c (__setregid): Likewise.
205 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Likewise.
206 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Likewise.
207 * sysdeps/unix/sysv/linux/i386/setreuid.c (__setreuid): Likewise.
208 * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Likewise.
209 * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.
210 * sysdeps/unix/sysv/linux/arm/getresuid.c: New file.
211 * sysdeps/unix/sysv/linux/arm/getresgid.c: New file.
212 * sysdeps/unix/sysv/linux/arm/msgctl.c: New file.
213 * sysdeps/unix/sysv/linux/arm/semctl.c: New file.
214 * sysdeps/unix/sysv/linux/arm/shmctl.c: New file.
215 * sysdeps/unix/sysv/linux/i386/msgctl.c: New file.
216 * sysdeps/unix/sysv/linux/i386/semctl.c: New file.
217 * sysdeps/unix/sysv/linux/i386/shmctl.c: New file.
218 * sysdeps/unix/sysv/linux/m68k/getresgid.c: New file.
219 * sysdeps/unix/sysv/linux/m68k/getresuid.c: New file.
220 * sysdeps/unix/sysv/linux/m68k/msgctl.c: New file.
221 * sysdeps/unix/sysv/linux/m68k/semctl.c: New file.
222 * sysdeps/unix/sysv/linux/m68k/shmctl.c: New file.
223 * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: New file.
224 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: New file.
225 * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: New file.
226 * sysdeps/unix/sysv/linux/mips/syscalls.list (getresuid):
227 Make syscall directly, no stubs needed.
228 (getresgid): Likewise.
229 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (getresuid):
230 Likewise.
231 (getresgid): Likewise.
232
a1d84548
UD
2332000-02-11 Ulrich Drepper <drepper@redhat.com>
234
b168cff2
UD
235 * iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
236 Reported by Bruno Haible <haible@ilog.fr>.
237
a1d84548
UD
238 * stdio-common/printf-parse.h (parse_one_spec): Set wide elements.
239
240 * stdio-common/printf_fp.c: Truely support wide characater output.
241 Finally handle decimal points and thousands separator characters
242 correctly for multibyte output.
243 * stdio-common/printf_size.c: Likewise.
244 * sysdeps/generic/printf_fphex.c: Likewise.
245 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
246
247 * stdio-common/vfscanf.c: Implement I modifier for numbers to read
248 locale dependent digits.
249
250 * locale/C-monetary.c (_nl_C_LC_MONETARY): Change wide character
251 decimal point and thousands separator values to wide characters from
252 wide character strings.
253 * locale/C-numeric.c (_nl_C_LC_NUMERIC): Likewise.
254
255 * locale/indigitswc.h: Dereference wcdigits array elements.
256
2572000-02-03 Jakub Jelinek <jakub@redhat.com>
258
259 * stdlib/canonicalize.c (canonicalize): Zero terminate
260 path to copy on error.
261
2622000-02-01 Cristian Gafton <gafton@redhat.com>
263
264 * misc/syslog.c (closelog): Reset LogType to SOCK_DGRAM.
265
2662000-01-31 Philip Blundell <philb@gnu.org>
267
268 * sysdeps/arm/fpu/fpu_control.h (_FPU_DEFAULT): Set the AC bit.
269
2702000-01-31 Andreas Jaeger <aj@suse.de>
271
272 * intl/Makefile (generated): msgs.h is generated.
273
274 * localedata/Makefile (generated-dirs): Add de_DE.437.
275
2762000-01-31 Jakub Jelinek <jakub@redhat.com>
277
278 * config.make.in: Allow default localedir to come from configure.
279 * configure.in: Export libc_cv_localedir.
280 * sysdeps/unix/sysv/linux/configure.in: For sparc64, put locale
281 stuff into $exec_prefix/lib/locale because it can be shared between
282 32bit and 64bit libraries.
283 * configure: Rebuilt.
284 * sysdeps/unix/sysv/linux/configure: Rebuilt.
285
2862000-01-31 Andreas Jaeger <aj@suse.de>
287
288 * inet/tst-network.c: New file.
289 * inet/Makefile (tests): Add tst-network.
290
291 * inet/inet_net.c (inet_network): Don't overwrite memory or allow
292 to great last digits.
293
69151eeb
AJ
2942000-02-10 Andreas Jaeger <aj@suse.de>
295
296 * sysdeps/unix/sysv/linux/mips/clone.S: Rewritten.
297 Based on a patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
298
5a5b6a3a
AJ
2992000-02-09 Andreas Jaeger <aj@suse.de>
300
301 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls.
302
303 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls.
304
046219c7
AJ
3052000-02-08 Andreas Jaeger <aj@suse.de>
306
c03eebe1
AJ
307 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Fix typo.
308
8308c68b 309 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
c03eebe1 310 Make it compile.
8308c68b 311
af6eca30
AJ
312 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members
313 c_ispeed and c_ospeed which are not implemented.
314
046219c7
AJ
315 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant
316 for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro.
317 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
318 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
319 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
320
93594832
AJ
3212000-02-05 Andreas Jaeger <aj@suse.de>
322
323 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MS_SYNC): 0 will not
324 work - set to 4 in accordance with changes made in the Linux/MIPS
325 kernel. Using MS_SYNC on older kernels with MS_SYNC == 0 doesn't
326 actually work.
327
dd569f04
AJ
3282000-02-04 Andreas Jaeger <aj@suse.de>
329
330 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Use correct values for
331 the defines.
332
156d6b9a
AJ
3332000-02-03 Andreas Jaeger <aj@suse.de>
334
49104148
AJ
335 * sysdeps/mips/abort-instr.h: New file.
336
156d6b9a
AJ
337 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: New file.
338
339 * sysdeps/unix/sysv/linux/mips/register-dump.h: New file.
340
341 * sysdeps/mips/stackinfo.h: New file.
342
66ade017
AJ
3432000-02-01 Andreas Jaeger <aj@suse.de>
344
26637481
AJ
345 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove duplicates.
346
399fe941
AJ
347 * sysdeps/unix/sysv/linux/mips/lxstat.c: Removed, we can use the
348 generic function.
349 * sysdeps/unix/sysv/linux/mips/fxstat.c: Likewise.
350
a745f3f2
AJ
351 * sysdeps/unix/sysv/linux/mips/init-first.h: New file, from Ralf
352 Baechle <ralf@gnu.org>.
353
354 * sysdeps/unix/sysv/linux/mips/brk.c: New file.
355
aaac6772
AJ
356 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Add missing ints.
357
66ade017
AJ
358 * sysdeps/mips/elf/start.S: Rewritten for __libc_start_main.
359
f296f567
UD
3602000-01-31 Andreas Jaeger <aj@suse.de>
361
362 * inet/inet_net.c (inet_network): Synch with bind 8.2.2. Fixes PR
363 libc/1567.
364
4d76a0ec
UD
3652000-01-30 Ulrich Drepper <drepper@redhat.com>
366
8a94dfe4
UD
367 * sysdeps/alpha/fpu/feholdexcpt.c: Correct return value according to
368 the standard.
369 * sysdeps/alpha/fpu/fesetround.c: Likewise.
370 * sysdeps/arm/fpu/feholdexcpt.c: Likewise.
371 * sysdeps/arm/fpu/fesetround.c: Likewise.
372 * sysdeps/generic/feholdexcpt.c: Likewise.
373 * sysdeps/generic/fesetround.c: Likewise.
374 * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
375 * sysdeps/i386/fpu/fesetround.c: Likewise.
376 * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
377 * sysdeps/m68k/fpu/fesetround.c: Likewise.
378 * sysdeps/mips/fpu/fesetround.c: Likewise.
379 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
380 * sysdeps/powerpc/fpu/fesetround.c: Likewise.
381 * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
382 * sysdeps/sparc/fpu/fesetround.c: Likewise.
383 Patch by Miloslav Trmac <mitr@volny.cz>.
384
4d76a0ec
UD
385 * locale/programs/ld-collate.c (struct locale_collate_t): Change
386 type of plane_size and plane_cnt to uint32_t.
387 Reported by Jakub Jelinek.
388
3892000-01-29 Jakub Jelinek <jakub@redhat.com>
b6aa34eb 390
4d76a0ec
UD
391 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
392 (SYSCALL_ERROR_HANDLER): Optimize.
393 (__SYSCALL_STRING, __SYSCALL_CLOBBERS): Define.
394 Include linux/sparc/sysdep.h.
395 Use a different guard define than linux/sparc/sysdep.h.
396 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove
397 stubs for inlined syscalls.
398 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
399 (SYSCALL_ERROR_HANDLER): Optimize.
400 (__SYSCALL_STRING, __SYSCALL_CLOBBERS): Define.
401 Include linux/sparc/sysdep.h.
402 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
403 stubs for inlined syscalls.
404 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
405 Use INLINE_SYSCALL.
406 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Remove.
407 * sysdeps/unix/sysv/linux/sparc/sysdep.h: New file.
408
4092000-01-29 Ulrich Drepper <drepper@redhat.com>
f296f567 410
b6aa34eb
UD
411 * locale/loadlocale.c (_nl_load_locale): Optimize a bit. Pretty
412 print. Add checks for _POSIX_MMAPPED_FILES where necessary.
413 (_nl_unload_locale): If locale data was mmapped use munmap.
414
4152000-01-29 Andreas Jaeger <aj@suse.de>
416
417 * sysdeps/unix/sysv/linux/i386/sys/io.h: Add missing ints, use
418 _EXTERN_INLINE, compile inline assembler functions only with gcc.
419
4202000-01-29 Ulrich Drepper <drepper@redhat.com>
421
422 * catgets/catgets.c (catopen): Handle NL_CAT_LOCALE correctly.
423 * catgets/gencat.c (read_input_file): Remove messages correctly.
424 * catgets/open_catalog.c (__open_catalog): Handle trailing colons and
425 adjacent colons correctly. Correct loops to read territory and
426 and codeset part.
427 Patches by Geoff Clare <gwc@unisoft.com> (PR libc/1559).
428
429 * rt/aio_misc.c (get_elem): Assign pointer to new row to correct
430 pool entry.
431 Patch by Jens Moeller <jens.moeller@waii.com> (PR libc/1558).
432
4332000-01-28 Jakub Jelinek <jakub@redhat.com>
434
435 * sysdeps/unix/sysv/linux/arm/Versions: Export the new *rlimit
436 interface with symbol version GLIBC_2.2.
437 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
438 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
439 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
440 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
441
4422000-01-27 Scott Bambrough <scottb@netwinder.org>
443
444 * sysdeps/unix/sysv/linux/arm/Makefile: Backout rlimit changes for
445 resource directory.
446 * sysdeps/unix/sysv/linux/arm/syscalls.list: Backout changes for
447 versioning setrlimit and getrlimit.
448
4492000-01-27 Andreas Jaeger <aj@suse.de>
450
451 * sysdeps/powerpc/fpu/libm-ulps: Renamed to ...
452 * sysdeps/powerpc/fpu/libm-test-ulps: ...this.
453
4542000-01-27 Ruediger Oertel <ro@suse.de>
455
456 * sysdeps/unix/sysv/linux/i386/sys/io.h: Change "::" to ": :" for g++.
457
aec103d3
UD
4582000-01-29 Ulrich Drepper <drepper@redhat.com>
459
6770573a
UD
460 * locale/programs/ld-numeric.c (numeric_output): Increment cnt in
461 correct place to avoid uninitialized memory passed to writev.
462
aec103d3 463 * locale/programs/ld-monetary.c (STR_ELEM_WC): Fix test for too
0d54f746
UD
464 long string in definition.Only enable returning wide character
465 strings if really needed.
aec103d3
UD
466 * locale/programs/ld-numeric.c (STR_ELEM): Likewise.
467
468 * configure.in: Add check for recent enough sed version.
469
710832e5
UD
4702000-01-28 Ulrich Drepper <drepper@redhat.com>
471
472 * stdio-common/vfprintf.c [COMPILE_WPRINT] (_i18n_itoa_word,
473 _i18n_itoa): Fix parameter lists.
4295702f
UD
474
475 * locale/C-monetary.c: Add initializers for new fields.
476 * locale/C-numeric.c: Likewise.
477 * locale/Makefile (distribute): Add indigits.h, indigitswc.h,
478 outdigits.h, and outdigitswc.h.
479 * locale/langinfo.h: Add _NL_MONETARY_DECIMAL_POINT_WC,
480 _NL_MONETARY_THOUSANDS_SEP_WC, _NL_NUMERIC_DECIMAL_POINT_WC,
481 and _NL_NUMERIC_THOUSANDS_SEP_WC.
482 * locale/indigits.h: New file.
483 * locale/indigitswc.h: New file.
484 * locale/outdigits.h: New file.
485 * locale/outdigitswc.h: New file.
486 * locale/programs/ld-monetary.c: Write out decimal point and
487 thousands separator info in wide character form.
488 * locale/programs/ld-numeric.c: Likewise.
489 * stdio-common/Makefile (routines): Add _i18n_itoa and _i18n_itowa.
490 (distribute): Add _i18n_itoa.h and _i18n_itowa.h.
491 * stdio-common/_i18n_itoa.c: New file.
492 * stdio-common/_i18n_itoa.h: New file.
493 * stdio-common/_i18n_itowa.c: New file.
494 * stdio-common/_i18n_itowa.h: New file.
495 * stdio-common/printf-parse.h: Parse 'I' flag.
496 * stdio-common/printf.h (struct printf_info): Add i18n field.
497 * stdio-common/vfprintf.c: Implement 'I' flag to print using locales'
498 outdigits.
499
053cc7bb
GK
5002000-01-27 Geoff Keating <geoffk@cygnus.com>
501
502 * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n
503 unnecessarily.
504
505 * sysdeps/unix/sysv/linux/kernel-features.h
506 (__ASSUME_STAT64_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL,
507 __ASSUME_NEW_GETRLIMIT_SYSCALL): Define on powerpc for kernels >=
508 2.3.35.
509
510 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: New file.
511 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: New file.
512 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: New file.
513 * sysdeps/unix/sysv/linux/powerpc/getrlimit64.c: New file.
514 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: New file.
515 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: New file.
516 * sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: New file.
517 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add
518 s_fstat64, s_ftruncate64, s_lstat64, s_mmap2, s_stat64,
519 s_truncate64.
520 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: New file.
521 * sysdeps/unix/sysv/linux/powerpc/Versions: New file.
522
523 * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Don't access
524 __curbrk off the small data area register. Reported by
525 Andrew Haley <aph@pasanda.cygnus.co.uk>.
526
fc71a2d4
UD
5272000-01-26 Andreas Jaeger <aj@suse.de>
528
529 * Make-dist (+sysdep-tscrs): Add libm-test-ulps.
530
5312000-01-26 Ulrich Drepper <drepper@cygnus.com>
532
533 * locale/Makefile (distribute): Remove nonexisting files.
534 * sysdeps/powerpc/Dist: Move FPU specific files to...
535 * sysdeps/powerpc/fpu/Dist: ...here. New file.
536 * nss/Makefile: Distribute files for new libdb interface.
537 * math/Makefile (distribute): Add README.libm-test.
538 Patch by Andreas Jaeger.
539
af507979
UD
5402000-01-26 David McCann <david.mccann@alcatel.at>
541
542 * libio/libioP.h [!_G_HAVE_MMAP]: Define ALLOC_WBUF.
543
31c7d52c
UD
5442000-01-25 Andreas Jaeger <aj@suse.de>
545
546 * sysdeps/unix/sysv/linux/configure.in: Set CPPFLAGS for kernel
547 version check since we're using cpp.
548
9dbcebe8
UD
5492000-01-26 Jakub Jelinek <jakub@redhat.com>
550
551 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getresgid):
552 Fix a typo.
553
5542000-01-26 Andreas Jaeger <aj@suse.de>
555
556 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Avoid warning
557 about unitialised variable kbuf.
558 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
559 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
560
4b1c1a6f
UD
5612000-01-26 Ulrich Drepper <drepper@cygnus.com>
562
563 * locale/programs/ld-collate.c (check_duplicate): Fix printing of error
564 messages.
565 (collate_read): Remove unnecessary `if'.
566
47924894
UD
5672000-01-25 Ulrich Drepper <drepper@cygnus.com>
568
4e2e9999
UD
569 * libio/fileops.c (_IO_new_file_open): Recognize ,ccs= in mode string
570 and load appropriate conversions.
571 * libio/iofwide.c (__libio_codecvt): Renamed from libio_codecvt and
572 made global.
573 * libio/libioP.h: Declare __libio_codecvt.
574 * manual/stdio.texi: Document ,ccs= option for fopen.
575 * wcsmbs/wcsmbsload.c (__wcsmbs_named_conv): New function.
576 * wcsmbs/wcsmbsload.h (__wcsmbs_named_conv): Declare.
577
578 * libio/iofclose.c: Free conversion data if stream was wide-oriented.
579
580 * sysdeps/unix/sysv/linux/i386/Dist: Add sys/io.h.
581
c36897fb
UD
582 * sysdeps/unix/sysv/linux/Dist: Remove sys/io.h.
583
47924894
UD
584 * posix/fnmatch_loop.c: Fix problem with FNM_LEADING_DIR.
585 * posix/testfnm.c: Add a few more tests. Rearrange test output.
586
1827fc4c
UD
5872000-01-25 Andreas Schwab <schwab@suse.de>
588
589 * posix/testfnm.c: Add new test case. Use FNM_PATHNAME instead of
590 FNM_FILE_NAME consistently.
591
d6f7f7bd
UD
5922000-01-25 Ulrich Drepper <drepper@cygnus.com>
593
1827fc4c
UD
594 * posix/fnmatch.c: Define STRCOLL appropriately for the loop
595 definition.
596 * posix/fnmatch_loop.c: Undefine STRCOLL.
597
598 * sysdeps/unix/sysv/linux/i386/fxstat.c: Correct code to handle
599 kernels with stat64 support.
600 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise
601 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
602 Patch by SL Baur <steve@xemacs.org>.
603
d6f7f7bd
UD
604 * string/strxfrm.c: Don't count in the terminating NUL byte/word.
605
9de4e203
UD
6062000-01-24 Paul Eggert <eggert@twinsun.com>
607
608 * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when
609 deciding whether a character falls within a character range.
610
6112000-01-24 Paul Eggert <eggert@twinsun.com>
612
613 * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case,
614 lower-case A too.
615
6162000-01-24 Thorsten Kukuk <kukuk@suse.de>
617
618 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove old[gs]etrlimit.
619
14a6b4e4
UD
6202000-01-23 Paul Eggert <eggert@twinsun.com>
621
622 * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.
623
6242000-01-23 Paul Eggert <eggert@twinsun.com>
625
626 * posix/regex.c (compile_range): When matching a character
627 range, use the current collating sequence, as POSIX requires.
628
f00ebd7f
UD
6292000-01-25 Ulrich Drepper <drepper@cygnus.com>
630
631 * string/argz-stringify.c: Handle case of missing \0 at the end of
632 the given argz.
633
973209d8
UD
6342000-01-24 Ulrich Drepper <drepper@cygnus.com>
635
488fb3c7
UD
636 * nscd/hstcache.c: Don't count in mapped IPv6 addresses in total
637 size anymore.
638
db76d943
UD
639 * locale/programs/ld-collate.c (collate_output): Also handle
640 IGNOREd characters in the simple way when generating the multibyte
641 table.
642
643 * locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name
644 handling to ...
645 (ctype_finish): ...here. Check for missing codeset name.
646
973209d8
UD
647 * sysdeps/unix/sysv/linux/Dist: Add ipc_priv.h.
648 * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
649
6502000-01-24 Jakub Jelinek <jakub@redhat.com>
651
652 * sysdeps/unix/sysv/linux/bits/ipc.h: Move private decls...
653 * sysdeps/unix/sysv/linux/ipc_priv.h: ...here.
654 * sysdeps/unix/sysv/linux/bits/msq.h: Move private decls...
655 * sysdeps/unix/sysv/linux/msgctl.c: ...here. Include ipc_priv.h.
656 * sysdeps/unix/sysv/linux/bits/sem.h: Move private decls...
657 * sysdeps/unix/sysv/linux/semctl.c: ...here. Include ipc_priv.h.
658 * sysdeps/unix/sysv/linux/bits/shm.h: Move private decls...
659 * sysdeps/unix/sysv/linux/shmctl.c: ...here. Include ipc_priv.h.
660 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Move private decls...
661 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: ...here.
662 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove private decls.
663 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Likewise.
664 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
665 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
666 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
667 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
668 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
669 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Include ipc_priv.h.
670 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
671 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
672 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
673 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
674 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
675 * sysdeps/unix/sysv/linux/semget.c: Likewise.
676 * sysdeps/unix/sysv/linux/semop.c: Likewise.
677 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
678 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
679 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
680
e645ed3a
UD
6812000-01-24 Jakub Jelinek <jakub@redhat.com>
682
683 * sysdeps/unix/sysv/linux/arm/bits/resource.h: New file.
684 * sysdeps/unix/sysv/linux/arm/Makefile: Remove oldsetrlimit64.c.
685 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
686 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
687 * sysdeps/unix/sysv/linux/arm/Versions: Remove
688 setrlimit64@GLIBC_2.1.3.
689 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
690 * sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: Remove.
691 * sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c: Likewise.
692 * sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise.
693 * sysdeps/unix/sysv/linux/i386/setrlimit64.c: Likewise.
694 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Call __new_getrlimit,
695 so that setrlimit64@GLIBC_2.1 can report limits above 2G.
696 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getrlimit,
697 setrlimit): Remove syscall stubs, add normal syscalls.
698 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (setrlimit):
699 Remove syscall stub.
700
608cc1f0
UD
7012000-01-22 Andreas Jaeger <aj@suse.de>
702
703 * localedata/tst-locale.sh: Enable test for de_DE.437.
704
b8de3ffc
UD
7052000-01-23 Ulrich Drepper <drepper@cygnus.com>
706
707 * string/Versions: Export __strndup.
708
c1301d9a
UD
7092000-01-23 Philip Blundell <philb@gnu.org>
710
711 Add basic support for RPC over IPv6:
712 * sunrpc/rpc/svc.h (struct SVCXPRT): Use `struct sockaddr_storage'
713 for remote address.
714 (svcudp6_create, svcudp6_bufcreate, svctcp6_create): New
715 prototypes.
716 * sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create,
717 clntudp6_bufcreate): New prototypes.
718 * inet/netinet/in.h (bindresport6): Likewise.
719 * sunrpc/Makefile (routines): Add svc_tcp6, svc_udp6, bindrsvprt6.
720 * sunrpc/Versions: Add svcfd6_create, svctcp6_create,
721 svcudp6_create, svcudp6_bufcreate, svcudp6_enablecache,
722 bindresvport6 for GLIBC_2.2.
723 * sunrpc/rpc_main.c: Support `tcp6' and `udp6' transport types.
724 * sunrpc/rpc_svcout.c: Likewise.
725 * sunrpc/svc_tcp.c (rendezvous_request): Use memcpy rather than
726 simple assignment when copying addresses.
727 * sunrpc/svc_udp.c (cache_get): Likewise.
728 * sunrpc/svc_unix.c (rendezvous_request): Likewise.
729 * sunrpc/bindrsvprt6.c, sunrpc/clnt_tcp6.c, sunrpc/clnt_udp6.c,
730 sunrpc/svc_tcp6.c, sunrpc/svc_udp6.c: New files.
731
7322000-01-05 Philip Blundell <philb@gnu.org>
733
734 * sysdeps/unix/sysv/linux/arm/mmap64.S: Correct check for ENOSYS.
735
7362000-01-23 Andreas Jaeger <aj@suse.de>
737
738 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Pass right
739 parameter to fstat calls.
740
7412000-01-18 Roland McGrath <roland@baalperazim.frob.com>
742
743 * sysdeps/generic/bits/socket.h
744 (__ss_aligntype, struct sockaddr_storage): Make these like Linux
745 version, replacing old type name `__ss_align'.
746
7472000-01-05 Roland McGrath <roland@baalperazim.frob.com>
748
749 * sysdeps/generic/lseek64.c (__libc_lseek64): Renamed from __lseek64.
750 (__lseek64, lseek64): Make these weak aliases for __libc_lseek64.
751 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek.
752 (__lseek, lseek): Make these weak aliases for __libc_lseek.
753 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl.
754 (__fcntl, fcntl): Make these weak aliases for __libc_fcntl.
755 * sysdeps/mach/hurd/open.c (__libc_open): Renamed from __open.
756 (__open, open): Make these weak aliases for __libc_open.
757
758 * sysdeps/generic/bits/socket.h (enum __socket_type): Remove
759 trailing comma.
760 (anonymous enum for MSG_*): Likewise.
761 (anonymous enum for SO_*): Likewise.
762
7632000-01-23 Ulrich Drepper <drepper@cygnus.com>
764
765 * string/bits/string2.h: Fix typo (__GNU_SOURCE -> __USE_GNU)
766 (PR libc/1553).
767
0c34a388
MK
7682000-01-08 Mark Kettenis <kettenis@gnu.org>
769
770 * sysdeps/mach/hurd/setitimer.c (quantize_timeval): New function.
771 (setitimer_locked): Use it to quantize the timer values. Use
772 quantized timer values to check if the timeout changed.
773
0ebfb8d7
UD
7742000-01-22 Andreas Jaeger <aj@suse.de>
775
776 * sunrpc/rpc/svc.h: Fix description for svc_register.
777
4974d2b2
UD
7782000-01-23 Mark Kettenis <kettenis@gnu.org>
779
780 * inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len.
781
7822000-01-22 Thorsten Kukuk <kukuk@suse.de>
783
784 * sunrpc/xdr_rec.c: Don't set frag_sent if no more data,
785 fixes part 2 of bug 1549.
786 * sunrpc/rpc_des.h: Remove unused defines.
787
7882000-01-22 Mark Kettenis <kettenis@gnu.org>
789
790 * intl/Makefile ($(objpfx)msgs.h): Do $(make-target-directory) first.
791
7922000-01-22 Thorsten Kukuk <kukuk@suse.de>
793
794 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove sys/io.h.
795 * sysdeps/unix/sysv/linux/alpha/Makefile: Add sys/io.h.
796 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
797 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
798 * sysdeps/unix/sysv/linux/sys/io.h: Move from here ...
799 * sysdeps/unix/sysv/linux/i386/sys/io.h: ... to here, add inb, outb
800 and other inline functions for port access.
801 * sysdeps/unix/sysv/linux/alpha/sys/io.h: Add prototypes for port
802 access functions.
803
8042000-01-23 Ulrich Drepper <drepper@cygnus.com>
805
806 * iconv/gconv_simple.c: Fix two problems in UTF-8 decoder.
786731fc 807 Patch by Bruno Haible <haible@ilog.fr>.
4974d2b2 808
b8c5ef62
MK
8092000-01-05 Roland McGrath <roland@baalperazim.frob.com>
810
811 * sysdeps/mach/hurd/errnos.awk: Rediddle to collect lines and print
812 them all at the end, eliding the final comma.
813 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
814
abbffdf9
UD
8152000-01-21 Ulrich Drepper <drepper@cygnus.com>
816
964328be
UD
817 * intl/libintl.h: Add format_arg attributes to declarations of new
818 functions.
819
abbffdf9
UD
820 * intl/Makefile (routines): Add dcigettext, dcngettext, dngettxt,
821 ngettext, and plural.
822 (distribute): Add plural.y, po2test.sed, and tst-gettext.sh.
823 (test-srcs): Add tst-gettext.
824 (before-compile): Add $(objpfx)msgs.h.
825 Add rules for plural.c and msgs.h generation and running tst-gettext.\
826 * intl/Versions [GLIBC_2.2]: Add __dcngettext, dcngettext, dngettext,
827 and ngettext.
828 * intl/dcgettext.c: Move most code into dcigettext.c. Add call
829 dcigettext with appropriate parameters.
830 * intl/dcigettext.c: New file.
831 * intl/dcngettext.c: New file.
832 * intl/dngettext.c: New file.
833 * intl/ngettext.c: New file.
834 * intl/gettextP.h (struct expression): Define.
835 (struct loaded_domain): Add plural and nplurals members.
836 Add prototypes for new internal functions.
837 * intl/libintl.h: Declare new functions. Add optimizations for them.
838 * intl/loadinfo.h: Add new parameter to _nl_find_msg declaration.
839 * intl/loadmsgcat.c (_nl_load_domain): Search for plural information in
840 header entry and parse and store the expression.
841 * intl/plural.y: New file.
842 * intl/po2test.sed: New file.
843 * intl/tst-gettext.c: New file.
844 * intl/tst-gettext.sh: New file.
b8a46c1d 845 * manual/message.texi: Document new interfaces.
abbffdf9
UD
846
847 * intl/gettext.c: Call __dcgettext directly.
848
9861985f
UD
8492000-01-20 Ulrich Drepper <drepper@cygnus.com>
850
0b9fbf00
UD
851 * manual/getopt.texi (Using the getopt function): Fix description of
852 return value for format string starting with '-' (PR libc/1551).
853