platform/upstream/glibc.git
19 years ago[BZ #542]
Roland McGrath [Thu, 11 Nov 2004 22:15:51 +0000 (22:15 +0000)]
[BZ #542]

2004-11-11  Simon Josefsson  <jas@extundo.com>
[BZ #542]
* sysdeps/generic/strtok_r.c [HAVE_CONFIG_H]: Include config.h.
[!_LIBC]: Include strtok_r.h (in gnulib), map __strtok_r to
strtok_r and __rawmemchr to strch.
(__strtok_r): Use C89 prototype.
[weak_alias]: Move calls to libc_hidden_def and weak_alias into
this #ifdef.

19 years ago[BZ #541]
Roland McGrath [Thu, 11 Nov 2004 00:28:28 +0000 (00:28 +0000)]
[BZ #541]

2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
[BZ #541]
* time/mktime.c (SHR): New macro, which is a portable
substitute for >> that should work even on Crays.
(TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
Problem reported by Mark D. Baushke in
<http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.

19 years ago[BZ #541]
Roland McGrath [Thu, 11 Nov 2004 00:28:17 +0000 (00:28 +0000)]
[BZ #541]

2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
[BZ #541]
* time/mktime.c (SHR): New macro, which is a portable
substitute for >> that should work even on Crays.
(TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
Problem reported by Mark D. Baushke in
<http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.

19 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 2004 18:51:26 +0000 (18:51 +0000)]
Update.

* posix/regexec.c (match_ctx_free_subtops): Remove, merge into...
(match_ctx_clean): ... this function.
(match_ctx_free): Call match_ctx_clean.

19 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 2004 15:48:06 +0000 (15:48 +0000)]
Update.

2004-11-09  Paolo Bonzini  <bonzini@gnu.org>

* posix/regexec.c (transit_state): Remove the check for
out-of-bounds buffers.
(check_matching): Check here for out-of-bounds buffers.
(re_search_internal): Store into match_kind a set of bits
indicating which incantation of fastmap scanning must be
used.  Use a switch statement instead of multiple ifs.
Exit the final "for (;;)" with goto free_return unless
the match succeeded, thus simplifying some conditionals.

* posix/regex_internal.c (re_string_reconstruct,
re_string_context_at): Add several branch predictions for
case-sensitive matching and no transition table being used.

2004-11-10  Ulrich Drepper  <drepper@redhat.com>

* posix/tst-waitid.c: Don't use error to print error message, they
won't end up in the .out file.

* nscd/nscd_getgr_r.c: Likewise.  Make map externally visible.
* nscd/nscd_gethst_r.c: Likewise.

19 years agoUpdate. cvs/fedora-glibc-20041110T0839
Ulrich Drepper [Wed, 10 Nov 2004 07:54:40 +0000 (07:54 +0000)]
Update.

2004-11-10  Jakub Jelinek  <jakub@redhat.com>

* Makefile (tests): Add tst-exit3.
* tst-exit3.c: New test.

19 years ago(libc_locked_map_ptr): Add new first parameter, used as class for definition.
Ulrich Drepper [Wed, 10 Nov 2004 07:50:03 +0000 (07:50 +0000)]
(libc_locked_map_ptr): Add new first parameter, used as class for definition.

* nscd/nscd-client.h (libc_locked_map_ptr): Add new first
parameter, used as class for definition.
* nscd/nscd_getpw_r.c: Adjust for libc_locked_map_ptr change.
(pw_map_free): Ensure no crash after memory is freed.
* nscd/nscd_getgr.c: Likewise.  Make map externally visible.
* nscd/nscd_gethst.c: Likewise.
* nscd/nscd_getai.c: Use map from nscd_gethost.c.
* nscd/nscd_initgroups.c: Use map from nscd_getgr.c.

19 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 2004 07:26:28 +0000 (07:26 +0000)]
Update.

2004-11-09  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd_getai.c: Add some checks to detect corrupt databases.
* nscd/nscd_getgr_r.c: Likewise
* nscd/nscd_gethst_r.c: Likewise.
* nscd/nscd_getpw_r.c: Likewise

19 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 2004 00:50:40 +0000 (00:50 +0000)]
Update.

2004-11-09  Jakub Jelinek  <jakub@redhat.com>

* posix/regcomp.c (calc_eclosure_iter): Don't access
dfa->edests[node].elems[0] if dfa->edests[node].nelem == 0.
* posix/rxspencer/tests: Add 5 new tests.

19 years agovalue correctly. Patch by Mitsuru Kanda <mk@karaba.org>.
Ulrich Drepper [Wed, 10 Nov 2004 00:38:10 +0000 (00:38 +0000)]
value correctly.  Patch by Mitsuru Kanda <mk@karaba.org>.

19 years agoUpdate.
Ulrich Drepper [Wed, 10 Nov 2004 00:37:05 +0000 (00:37 +0000)]
Update.

2004-11-09  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/ifaddrs.c: Determine sin6_scope_id field
value correctly.

19 years agoUpdate.
Ulrich Drepper [Tue, 9 Nov 2004 23:12:36 +0000 (23:12 +0000)]
Update.

2004-11-09  Ulrich Drepper  <drepper@redhat.com>

* Makefile (tests): Add tst-exit2.
* tst-exit2.c: New file.

19 years ago(tests): Add tst-exit2.
Ulrich Drepper [Tue, 9 Nov 2004 23:11:12 +0000 (23:11 +0000)]
(tests): Add tst-exit2.

19 years ago[BZ #530]
Roland McGrath [Tue, 9 Nov 2004 21:52:54 +0000 (21:52 +0000)]
[BZ #530]

2004-11-09  Roland McGrath  <roland@redhat.com>
[BZ #530]
* sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads
here, before calling clone.
* pthread_create.c (start_thread): Don't do it here.

2004-11-04  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file.

19 years ago[BZ #530]
Roland McGrath [Tue, 9 Nov 2004 21:52:49 +0000 (21:52 +0000)]
[BZ #530]

2004-11-09  Roland McGrath  <roland@redhat.com>
[BZ #530]
* sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads
here, before calling clone.
* pthread_create.c (start_thread): Don't do it here.

19 years agoPretty printing.
Ulrich Drepper [Tue, 9 Nov 2004 09:12:14 +0000 (09:12 +0000)]
Pretty printing.

19 years agoUpdate.
Ulrich Drepper [Tue, 9 Nov 2004 07:05:27 +0000 (07:05 +0000)]
Update.

2004-11-04  Jakub Jelinek  <jakub@redhat.com>

* libio/fileops.c (_IO_new_file_seekoff): If mode is 0 and
fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir)
and if successful set fp->_offset.
* libio/Makefile (tests): Add bug-ungetc3.
* libio/bug-ungetc3.c: New test.

19 years ago(_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just call _IO_SY...
Ulrich Drepper [Tue, 9 Nov 2004 07:04:08 +0000 (07:04 +0000)]
(_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) and if successful set fp->_offset.

19 years ago* sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol.
Roland McGrath [Mon, 8 Nov 2004 23:15:54 +0000 (23:15 +0000)]
* sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol.

* sysdeps/mach/hurd/_G_config.h: New file.
* libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with
[_G_HAVE_MREMAP].

19 years ago2004-11-03 Marcus Brinkmann <marcus@gnu.org>
Roland McGrath [Mon, 8 Nov 2004 23:15:48 +0000 (23:15 +0000)]
2004-11-03  Marcus Brinkmann  <marcus@gnu.org>

* sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol.
* sysdeps/mach/hurd/_G_config.h: New file.
* libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with
[_G_HAVE_MREMAP].

19 years agoUpdate.
Ulrich Drepper [Mon, 8 Nov 2004 22:49:44 +0000 (22:49 +0000)]
Update.

2004-11-08  Ulrich Drepper  <drepper@redhat.com>

* posix/regcomp.c (utf8_sb_map): Define.
(free_dfa_content): Don't free dfa->sb_char if it's a pointer to
utf8_sb_map.
(init_dfa): Use utf8_sb_map instead of initializing memory when the
encoding is UTF-8.

* posix/regcomp.c (init_dfa): Get the codeset name outside glibc as
well.  Check if it is spelled UTF8 as well as UTF-8, and check
case-insensitively.  Set dfa->map_notascii manually when outside
glibc.
* posix/regex_internal.c (build_wcs_upper_buffer) [!_LIBC]: Enable
optimizations based on map_notascii.
* posix/regex_internal.h [HAVE_LANGINFO_H || HAVE_LANGINFO_CODESET
|| _LIBC]: Include langinfo.h.

* posix/regex_internal.h (struct re_backref_cache_entry): Add "more"
field.
* posix/regexec.c (check_dst_limits): Hoist computation of the source
and destination bkref_idx out of the loop.  Pass it to
check_dst_limits_calc_pos.
(check_dst_limits_calc_pos_1): New function, containing the recursive
loop of check_dst_limits_calc_pos; uses the "more" field of
struct re_backref_cache to control the loop.
(check_dst_limits_calc_pos): Store into "boundaries" the position
relative to lim's start and end positions.  Do not accept eclosures,
accept bkref_idx instead.  Call check_dst_limits_calc_pos_1 to do the
work.
(sift_states_bkref): Use the "more" field of struct re_backref_cache
to control the loop.  A big "if" was turned into a continue and the
function was reindented.
(get_subexp): Use the "more" field of struct re_backref_cache
to control the loop.
(match_ctx_add_entry): Initialize the bkref_ents' "more" field.
(search_cur_bkref_entry): Return -1 if out of bounds.

* posix/regexec.c (empty_set): Remove.
(sift_states_backward): Remove cur_src variable.  Move inner loop
to build_sifted_states.
(build_sifted_states): Extract from sift_states_backward.  Do not
use empty_set.
(update_cur_sifted_state): Do not use empty_set.  Special case
dest_nodes->nelem == 0.

19 years agoUpdate.
Ulrich Drepper [Mon, 8 Nov 2004 16:07:55 +0000 (16:07 +0000)]
Update.

2004-11-03  Paolo Bonzini  <bonzini@gnu.org>

* posix/regex_internal.h (struct re_backref_cache_entry): Remove flag
field.
(struct re_sift_context_t): Remove cur_bkref, cls_subexp_idx,
check_subexp fields.  Move limits last.
* posix/regexec.c (match_ctx_clear_flag): Remove.
(sift_ctx_init): Remove check_subexp parameter.  Do not set removed
fields.  Callers adjusted.
(expand_bkref_cache): Remove last_str parameter.  Callers adjusted.
(re_search_internal): Remove fast_translate variable.
(update_cur_sifted_state): Pass candidates as the final parameter
to sift_states_bkref.
(sift_states_bkref): Change last unused parameter to be "candidates",
do not fetch candidates into a local variable.
Remove dead test for "node == sctx->bkref", and the cur_bkref_idx
variable.
Remove loops that set/reset the flag field of backref cache entries.
(check_arrival_add_next_nodes): Use a signed int to hold the return
value of re_node_set_insert.
(group_nodes_into_DFAstates): Likewise.
(match_ctx_add_entry): Do not set the flag field of the new entry.

19 years ago(struct re_backref_cache_entry): Remove flag field. (struct re_sift_context_t): Remov...
Ulrich Drepper [Mon, 8 Nov 2004 16:06:36 +0000 (16:06 +0000)]
(struct re_backref_cache_entry): Remove flag field. (struct re_sift_context_t): Remove cur_bkref, cls_subexp_idx, check_subexp fields.  Move limits last.

19 years ago* sysdeps/gnu/errlist.c: Regenerated.
Roland McGrath [Sat, 6 Nov 2004 00:29:01 +0000 (00:29 +0000)]
* sysdeps/gnu/errlist.c: Regenerated.

19 years ago* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define
Roland McGrath [Sat, 6 Nov 2004 00:24:55 +0000 (00:24 +0000)]
* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define

_dl_sysinfo_dso under [NEED_DL_SYSINFO_DSO] as well.
* elf/rtld.c (dl_main): Set up GLRO(dl_sysinfo_dso) under
[NEED_DL_SYSINFO_DSO] as well.
* sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Always include
AT_SYSINFO and AT_SYSINFO_EHDR in name table.
(_dl_sysdep_start) [NEED_DL_SYSINFO_DSO]: Match AT_SYSINFO_EHDR.
* elf/dl-support.c (_dl_sysinfo_dso): Define also under
[NEED_DL_SYSINFO_DSO].
(_dl_aux_init) [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO]:
Match AT_SYSINFO_EHDR and set GL(dl_sysinfo_dso).

2004-11-05  Roland McGrath  <roland@redhat.com>

19 years ago* manual/errno.texi (Error Codes): Revert last change for now.
Roland McGrath [Fri, 5 Nov 2004 23:02:22 +0000 (23:02 +0000)]
* manual/errno.texi (Error Codes): Revert last change for now.

19 years ago* Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.
Roland McGrath [Thu, 4 Nov 2004 23:43:59 +0000 (23:43 +0000)]
* Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.

(LDFLAGS-rpath-ORIGIN, LDFLAGS-soname-fname): Likewise.
(LDFLAGS-rdynamic, LDFLAGS-Bsymbolic): Likewise.
($(common-objpfx)gnu/lib-names.stmp): Likewise.

19 years ago* sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]
Roland McGrath [Thu, 4 Nov 2004 23:37:44 +0000 (23:37 +0000)]
* sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]

(elf_fpxregset_t): New type.
(struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type
to unsigned short int.
* sysdeps/unix/sysv/linux/x86_64/sys/user.h
(struct user_fpregs_struct): Fix comment.
* sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If
__FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double.
* sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h.
(float_t, double_t): If -m32 and not -mfpmath=sse, typedef to
long double.
* sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h.
(fenv_t): Remove __mxcsr field for -m32.

19 years ago* libio/ftello.c (ftello): Don't subtract save_end - save_base
Roland McGrath [Thu, 4 Nov 2004 23:22:09 +0000 (23:22 +0000)]
* libio/ftello.c (ftello): Don't subtract save_end - save_base

if pos is _IO_pos_BAD.
* libio/ftello64.c (ftello64): Likewise.
* libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
* libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
* libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
* libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
* libio/ioftell.c (_IO_ftell): Likewise.
Cast to long int instead of off_t when checking for overflow.

19 years ago2004-11-04 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Thu, 4 Nov 2004 23:22:02 +0000 (23:22 +0000)]
2004-11-04  Jakub Jelinek  <jakub@redhat.com>

* libio/ftello.c (ftello): Don't subtract save_end - save_base
if pos is _IO_pos_BAD.
* libio/ftello64.c (ftello64): Likewise.
* libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
* libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
* libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
* libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
* libio/ioftell.c (_IO_ftell): Likewise.
Cast to long int instead of off_t when checking for overflow.

19 years ago * sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align. ...
Richard Henderson [Thu, 4 Nov 2004 18:39:10 +0000 (18:39 +0000)]
    * sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align.         (linefeed): Remove.         (register_dump): Rewrite to generate into a flat buffer instead         of into iovecs.

2004-11-04  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align.
(linefeed): Remove.
(register_dump): Rewrite to generate into a flat buffer instead
of into iovecs.

19 years ago* debug/tst-chk1.c (ret): New volatile variable.
Roland McGrath [Wed, 3 Nov 2004 20:31:21 +0000 (20:31 +0000)]
* debug/tst-chk1.c (ret): New volatile variable.

(CHK_FAIL_END): Remove redundant ret setting.
(do_test): Remote ret variable.

19 years ago* posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.
Roland McGrath [Wed, 3 Nov 2004 20:27:19 +0000 (20:27 +0000)]
* posix/regex_internal.h (__regfree) [!_LIBC]: Define to regfree.

19 years ago* sysdeps/generic/utime.c: Include <stddef.h>.
Roland McGrath [Wed, 3 Nov 2004 02:53:06 +0000 (02:53 +0000)]
* sysdeps/generic/utime.c: Include <stddef.h>.

19 years ago* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
Roland McGrath [Wed, 3 Nov 2004 01:55:28 +0000 (01:55 +0000)]
* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.

19 years ago* sysdeps/generic/tempname.c (__path_search): Add missing argument
Roland McGrath [Wed, 3 Nov 2004 01:51:52 +0000 (01:51 +0000)]
* sysdeps/generic/tempname.c (__path_search): Add missing argument

TRY_TMPDIR.

19 years ago2004-11-03 Marcus Brinkmann <marcus@gnu.org>
Roland McGrath [Wed, 3 Nov 2004 01:51:44 +0000 (01:51 +0000)]
2004-11-03  Marcus Brinkmann  <marcus@gnu.org>

* sysdeps/generic/tempname.c (__path_search): Add missing argument
TRY_TMPDIR.

19 years ago * sysdeps/unix/sysv/linux/alpha/setregid.c: New file. * sysdeps/unix... cvs/fedora-glibc-20041102T1153
Richard Henderson [Mon, 1 Nov 2004 05:31:54 +0000 (05:31 +0000)]
    * sysdeps/unix/sysv/linux/alpha/setregid.c: New file.         * sysdeps/unix/sysv/linux/alpha/setresgid.c: New file.         * sysdeps/unix/sysv/linux/alpha/setresuid.c: New file.         * sysdeps/unix/sysv/linux/alpha/setreuid.c: New file.

2004-10-31  Mariusz Mazur <mmazur@kernel.pl>

* sysdeps/unix/sysv/linux/alpha/setregid.c: New file.
* sysdeps/unix/sysv/linux/alpha/setresgid.c: New file.
* sysdeps/unix/sysv/linux/alpha/setresuid.c: New file.
* sysdeps/unix/sysv/linux/alpha/setreuid.c: New file.

19 years ago[BZ #473, BZ #487]
Roland McGrath [Mon, 1 Nov 2004 00:21:39 +0000 (00:21 +0000)]
[BZ #473, BZ #487]

2004-10-27  Derek R. Price  <derek@ximbiot.com>
[BZ #487] This change is imported from gnulib.
* time/mktime.c (not_equal_tm) [DEBUG]: Remove redundant check.

2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>

[BZ #473]
* time/tst-mktime.c (main): Don't assume that mktime fails
when given time stamps before 1970.  It returns negative
time_t values instead, for compatibility with BSD.

* time/tst-mktime2.c: New file.
* time/Makefile (tests): Add it.

[BZ #473] Import from gnulib.  Revamp to avoid several problems near
time_t extrema, and on hosts with 64-bit time_t and 32-bit int.
This fixes Debian bug 177940.
* time/mktime.c (TIME_T_MIDPOINT): New macro.
(ydhms_diff): Renamed from ydhms_tm_diff, with a new signature,
which avoids overflow problems on hosts with 64-bit time_t and
32-bit int.  All callers changed.  Now an inline function.
Verify at compile-time that long int is wide enough to avoid
these overflow problems.
(guess_time_tm): New function.
(__mktime_internal): Use it.  Avoid overflow when computing yday on
hosts with 64-bit long and 32-bit int.  Remove tests for 69;
no longer needed.  Use if rather than #ifdef for LEAP_SECONDS_POSSIBLE
so that the code is checked by more compilers.
Do not rely on floating point to probe: stick to integer arithmetic,
to avoid potential porting problems.
Repair potential overflow correctly in the Southern Hemisphere.
(localtime_offset): Add a FIXME for the case where time_t is unsigned.

19 years agoChange contact address to bug-glibc-locales@gnu.org (a new alias for the libc-locales...
Roland McGrath [Sun, 31 Oct 2004 23:42:28 +0000 (23:42 +0000)]
Change contact address to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing list). [BZ #337]

to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing
list).

19 years ago[BZ #187, BZ #337, BZ #421]
Roland McGrath [Sun, 31 Oct 2004 20:49:54 +0000 (20:49 +0000)]
[BZ #187, BZ #337, BZ #421]

Change contact address from bug-glibc@gnu.org to libc-locales@sources.redhat.com.
2004-10-31  Petter Reinholdtsen  <pere@hungry.com>

[BZ #337]
* SUPPORTED: Update bug reporting comment.
* locales/af_ZA: Change contact address from bug-glibc@gnu.org
to libc-locales@sources.redhat.com.
* locales/an_ES: Likewise.
* locales/ar_AE: Likewise.
* locales/ar_BH: Likewise.
* locales/ar_DZ: Likewise.
* locales/ar_EG: Likewise.
* locales/ar_IN: Likewise.
* locales/ar_IQ: Likewise.
* locales/ar_JO: Likewise.
* locales/ar_KW: Likewise.
* locales/ar_LB: Likewise.
* locales/ar_LY: Likewise.
* locales/ar_MA: Likewise.
* locales/ar_OM: Likewise.
* locales/ar_QA: Likewise.
* locales/ar_SA: Likewise.
* locales/ar_SD: Likewise.
* locales/ar_SY: Likewise.
* locales/ar_TN: Likewise.
* locales/ar_YE: Likewise.
* locales/be_BY: Likewise.
* locales/bn_IN: Likewise.
* locales/br_FR@euro: Likewise.
* locales/ca_ES: Likewise.
* locales/ca_ES@euro: Likewise.
* locales/cs_CZ: Likewise.
* locales/da_DK: Likewise.
* locales/de_AT: Likewise.
* locales/de_AT@euro: Likewise.
* locales/de_BE: Likewise.
* locales/de_BE@euro: Likewise.
* locales/de_CH: Likewise.
* locales/de_DE: Likewise.
* locales/de_DE@euro: Likewise.
* locales/de_LU: Likewise.
* locales/de_LU@euro: Likewise.
* locales/el_GR: Likewise.
* locales/el_GR@euro: Likewise.
* locales/en_AU: Likewise.
* locales/en_BW: Likewise.
* locales/en_CA: Likewise.
* locales/en_DK: Likewise.
* locales/en_GB: Likewise.
* locales/en_HK: Likewise.
* locales/en_IE: Likewise.
* locales/en_IE@euro: Likewise.
* locales/en_IN: Likewise.
* locales/en_NZ: Likewise.
* locales/en_PH: Likewise.
* locales/en_SG: Likewise.
* locales/en_US: Likewise.
* locales/en_ZW: Likewise.
* locales/es_AR: Likewise.
* locales/es_BO: Likewise.
* locales/es_CL: Likewise.
* locales/es_CO: Likewise.
* locales/es_CR: Likewise.
* locales/es_DO: Likewise.
* locales/es_EC: Likewise.
* locales/es_ES: Likewise.
* locales/es_ES@euro: Likewise.
* locales/es_GT: Likewise.
* locales/es_HN: Likewise.
* locales/es_MX: Likewise.
* locales/es_NI: Likewise.
* locales/es_PA: Likewise.
* locales/es_PE: Likewise.
* locales/es_PR: Likewise.
* locales/es_PY: Likewise.
* locales/es_SV: Likewise.
* locales/es_US: Likewise.
* locales/es_UY: Likewise.
* locales/es_VE: Likewise.
* locales/et_EE: Likewise.
* locales/eu_ES: Likewise.
* locales/eu_ES@euro: Likewise.
* locales/fi_FI: Likewise.
* locales/fi_FI@euro: Likewise.
* locales/fo_FO: Likewise.
* locales/fr_BE: Likewise.
* locales/fr_BE@euro: Likewise.
* locales/fr_CA: Likewise.
* locales/fr_CH: Likewise.
* locales/fr_FR: Likewise.
* locales/fr_FR@euro: Likewise.
* locales/fr_LU: Likewise.
* locales/fr_LU@euro: Likewise.
* locales/ga_IE: Likewise.
* locales/ga_IE@euro: Likewise.
* locales/gl_ES: Likewise.
* locales/gl_ES@euro: Likewise.
* locales/gu_IN: Likewise.
* locales/gv_GB: Likewise.
* locales/he_IL: Likewise.
* locales/hi_IN: Likewise.
* locales/hr_HR: Likewise.
* locales/hu_HU: Likewise.
* locales/id_ID: Likewise.
* locales/is_IS: Likewise.
* locales/it_CH: Likewise.
* locales/it_IT: Likewise.
* locales/it_IT@euro: Likewise.
* locales/iw_IL: Likewise.
* locales/ja_JP: Likewise.
* locales/kk_KZ: Likewise.
* locales/kl_GL: Likewise.
* locales/kn_IN: Likewise.
* locales/ko_KR: Likewise.
* locales/kw_GB: Likewise.
* locales/lo_LA: Likewise.
* locales/lt_LT: Likewise.
* locales/lv_LV: Likewise.
* locales/ml_IN: Likewise.
* locales/mn_MN: Likewise.
* locales/mr_IN: Likewise.
* locales/ms_MY: Likewise.
* locales/mt_MT: Likewise.
* locales/nb_NO: Likewise.
* locales/nl_BE: Likewise.
* locales/nl_BE@euro: Likewise.
* locales/nl_NL: Likewise.
* locales/nl_NL@euro: Likewise.
* locales/nn_NO: Likewise.
* locales/pa_IN: Likewise.
* locales/pl_PL: Likewise.
* locales/pt_BR: Likewise.
* locales/pt_PT: Likewise.
* locales/pt_PT@euro: Likewise.
* locales/ro_RO: Likewise.
* locales/ru_RU: Likewise.
* locales/ru_UA: Likewise.
* locales/sk_SK: Likewise.
* locales/sl_SI: Likewise.
* locales/sq_AL: Likewise.
* locales/sv_FI: Likewise.
* locales/sv_FI@euro: Likewise.
* locales/sv_SE: Likewise.
* locales/ta_IN: Likewise.
* locales/te_IN: Likewise.
* locales/th_TH: Likewise.
* locales/tr_TR: Likewise.
* locales/uk_UA: Likewise.
* locales/ur_PK: Likewise.
* locales/vi_VN: Likewise.
* locales/wa_BE@euro: Likewise.
* locales/zh_CN: Likewise.
* locales/zh_HK: Likewise.
* locales/zh_SG: Likewise.
* locales/zh_TW: Likewise.

[BZ #187]
* locales/tr_TR: Add 'yY' and 'nN' to yesexpr and noexpr, to avoid
surprises when using untranslated program.
* locales/tr_TR: Remove trailing '.*' from yesexpr and noexpr to
make it more like the structure of the POSIX locale values.
* locales/tr_TR: Correct numeric decimal point to use comma, and
correct grouping.
Based on patches from Deniz Akkus Kanca and Nilgün Belma Bugüner.

[BZ #421]
* locales/tr_TR: Update with new currency symbol valid from
2005-01-01.  Patch from Nilgün Belma Bugüner.
* locales/tr_TR: Convert UTF-8 comment to <U#> notation.

19 years ago[BZ #337]
Roland McGrath [Sun, 31 Oct 2004 20:48:21 +0000 (20:48 +0000)]
[BZ #337]

2004-10-31  Petter Reinholdtsen  <pere@hungry.com>
[BZ #337]
* locales/af_ZA: Change contact address from bug-glibc@gnu.org
to libc-locales@sources.redhat.com.
* locales/an_ES: Likewise.
* locales/ar_AE: Likewise.
* locales/ar_BH: Likewise.
* locales/ar_DZ: Likewise.
* locales/ar_EG: Likewise.
* locales/ar_IN: Likewise.
* locales/ar_IQ: Likewise.
* locales/ar_JO: Likewise.
* locales/ar_KW: Likewise.
* locales/ar_LB: Likewise.
* locales/ar_LY: Likewise.
* locales/ar_MA: Likewise.
* locales/ar_OM: Likewise.
* locales/ar_QA: Likewise.
* locales/ar_SA: Likewise.
* locales/ar_SD: Likewise.
* locales/ar_SY: Likewise.
* locales/ar_TN: Likewise.
* locales/ar_YE: Likewise.
* locales/be_BY: Likewise.
* locales/bn_IN: Likewise.
* locales/br_FR@euro: Likewise.
* locales/ca_ES: Likewise.
* locales/ca_ES@euro: Likewise.
* locales/cs_CZ: Likewise.
* locales/da_DK: Likewise.
* locales/de_AT: Likewise.
* locales/de_AT@euro: Likewise.
* locales/de_BE: Likewise.
* locales/de_BE@euro: Likewise.
* locales/de_CH: Likewise.
* locales/de_DE: Likewise.
* locales/de_DE@euro: Likewise.
* locales/de_LU: Likewise.
* locales/de_LU@euro: Likewise.
* locales/el_GR: Likewise.
* locales/el_GR@euro: Likewise.
* locales/en_AU: Likewise.
* locales/en_BW: Likewise.
* locales/en_CA: Likewise.
* locales/en_DK: Likewise.
* locales/en_GB: Likewise.
* locales/en_HK: Likewise.
* locales/en_IE: Likewise.
* locales/en_IE@euro: Likewise.
* locales/en_IN: Likewise.
* locales/en_NZ: Likewise.
* locales/en_PH: Likewise.
* locales/en_SG: Likewise.
* locales/en_US: Likewise.
* locales/en_ZW: Likewise.
* locales/es_AR: Likewise.
* locales/es_BO: Likewise.
* locales/es_CL: Likewise.
* locales/es_CO: Likewise.
* locales/es_CR: Likewise.
* locales/es_DO: Likewise.
* locales/es_EC: Likewise.
* locales/es_ES: Likewise.
* locales/es_ES@euro: Likewise.
* locales/es_GT: Likewise.
* locales/es_HN: Likewise.
* locales/es_MX: Likewise.
* locales/es_NI: Likewise.
* locales/es_PA: Likewise.
* locales/es_PE: Likewise.
* locales/es_PR: Likewise.
* locales/es_PY: Likewise.
* locales/es_SV: Likewise.
* locales/es_US: Likewise.
* locales/es_UY: Likewise.
* locales/es_VE: Likewise.
* locales/et_EE: Likewise.
* locales/eu_ES: Likewise.
* locales/eu_ES@euro: Likewise.
* locales/fi_FI: Likewise.
* locales/fi_FI@euro: Likewise.
* locales/fo_FO: Likewise.
* locales/fr_BE: Likewise.
* locales/fr_BE@euro: Likewise.
* locales/fr_CA: Likewise.
* locales/fr_CH: Likewise.
* locales/fr_FR: Likewise.
* locales/fr_FR@euro: Likewise.
* locales/fr_LU: Likewise.
* locales/fr_LU@euro: Likewise.
* locales/ga_IE: Likewise.
* locales/ga_IE@euro: Likewise.
* locales/gl_ES: Likewise.
* locales/gl_ES@euro: Likewise.
* locales/gu_IN: Likewise.
* locales/gv_GB: Likewise.
* locales/he_IL: Likewise.
* locales/hi_IN: Likewise.
* locales/hr_HR: Likewise.
* locales/hu_HU: Likewise.
* locales/id_ID: Likewise.
* locales/is_IS: Likewise.
* locales/it_CH: Likewise.
* locales/it_IT: Likewise.
* locales/it_IT@euro: Likewise.
* locales/iw_IL: Likewise.
* locales/ja_JP: Likewise.
* locales/kk_KZ: Likewise.
* locales/kl_GL: Likewise.
* locales/kn_IN: Likewise.
* locales/ko_KR: Likewise.
* locales/kw_GB: Likewise.
* locales/lo_LA: Likewise.
* locales/lt_LT: Likewise.
* locales/lv_LV: Likewise.
* locales/ml_IN: Likewise.
* locales/mn_MN: Likewise.
* locales/mr_IN: Likewise.
* locales/ms_MY: Likewise.
* locales/mt_MT: Likewise.
* locales/nb_NO: Likewise.
* locales/nl_BE: Likewise.
* locales/nl_BE@euro: Likewise.
* locales/nl_NL: Likewise.
* locales/nl_NL@euro: Likewise.
* locales/nn_NO: Likewise.
* locales/pa_IN: Likewise.
* locales/pl_PL: Likewise.
* locales/pt_BR: Likewise.
* locales/pt_PT: Likewise.
* locales/pt_PT@euro: Likewise.
* locales/ro_RO: Likewise.
* locales/ru_RU: Likewise.
* locales/ru_UA: Likewise.
* locales/sk_SK: Likewise.
* locales/sl_SI: Likewise.
* locales/sq_AL: Likewise.
* locales/sv_FI: Likewise.
* locales/sv_FI@euro: Likewise.
* locales/sv_SE: Likewise.
* locales/ta_IN: Likewise.
* locales/te_IN: Likewise.
* locales/th_TH: Likewise.
* locales/tr_TR: Likewise.
* locales/uk_UA: Likewise.
* locales/ur_PK: Likewise.
* locales/vi_VN: Likewise.
* locales/wa_BE@euro: Likewise.
* locales/zh_CN: Likewise.
* locales/zh_HK: Likewise.
* locales/zh_SG: Likewise.
* locales/zh_TW: Likewise.

19 years ago*** empty log message ***
Andreas Schwab [Sat, 30 Oct 2004 21:45:34 +0000 (21:45 +0000)]
*** empty log message ***

* sysdeps/m68k/dl-machine.h (elf_machine_rela)
(elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto
instead of static.

2004-10-30  Andreas Schwab  <schwab@suse.de>

19 years ago(elf_machine_rela) (elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto inste...
Andreas Schwab [Sat, 30 Oct 2004 21:44:13 +0000 (21:44 +0000)]
(elf_machine_rela) (elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto instead of static.

19 years agoUpdate.
Ulrich Drepper [Sat, 30 Oct 2004 18:04:21 +0000 (18:04 +0000)]
Update.

2004-10-30  Andreas Schwab  <schwab@suse.de>

* sysdeps/unix/sysv/linux/waitid.c: Include <stddef.h> for NULL.

2004-10-30  Ulrich Drepper  <drepper@redhat.com>

* malloc/malloc.c (_int_free): Use unique comments for the error
cases.

19 years agoUpdate.
Ulrich Drepper [Fri, 29 Oct 2004 21:53:26 +0000 (21:53 +0000)]
Update.

2004-10-29  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait):
Set ETIMEDOUT to errno when time is up.  Tweak to avoid
assembler warning.

19 years ago(sem_timedwait): Set ETIMEDOUT to errno when time is up. Tweak to avoid assembler...
Ulrich Drepper [Fri, 29 Oct 2004 21:10:51 +0000 (21:10 +0000)]
(sem_timedwait): Set ETIMEDOUT to errno when time is up.  Tweak to avoid assembler warning.

19 years ago* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_fork): Use i386_thread_state
Roland McGrath [Fri, 29 Oct 2004 01:25:24 +0000 (01:25 +0000)]
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_fork): Use i386_thread_state

instead of machine_thread_state.

19 years ago* sysdeps/unix/sysv/linux/syscalls.list: Remove setaltroot.
Roland McGrath [Thu, 28 Oct 2004 23:25:37 +0000 (23:25 +0000)]
* sysdeps/unix/sysv/linux/syscalls.list: Remove setaltroot.

19 years ago2004-10-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 28 Oct 2004 23:25:33 +0000 (23:25 +0000)]
2004-10-28  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/syscalls.list: Remove setaltroot.

19 years agoUpdate.
Ulrich Drepper [Thu, 28 Oct 2004 23:11:43 +0000 (23:11 +0000)]
Update.

2004-10-28  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script.

19 years agoUpdate.
Ulrich Drepper [Thu, 28 Oct 2004 19:09:21 +0000 (19:09 +0000)]
Update.

2004-10-28  Jakub Jelinek  <jakub@redhat.com>

* pthread_create.c (__pthread_create_2_1): Avoid leaking stacks
if sched_priority is not between minprio and maxprio.

19 years agoUpdate.
Ulrich Drepper [Thu, 28 Oct 2004 06:53:20 +0000 (06:53 +0000)]
Update.

2004-10-27  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c (_dl_map_object): Use cache_rpath to check for
existing rpath in main executable, not explicit test.

19 years agoUpdate.
Ulrich Drepper [Wed, 27 Oct 2004 21:33:40 +0000 (21:33 +0000)]
Update.

2004-10-27  Jakub Jelinek  <jakub@redhat.com>

* include/resolv.h (_res_opcodes): New extern.
Add libresolv_hidden_proto.
* resolv/res_debug.c (_res_opcodes): Remove.
(__p_class_syms, __p_type_syms): Add libresolv_hidden_proto
and libresolv_hidden_data_def.  Remove attribute_hidden.
* resolv/res_mkquery (_res_opcodes): Remove.
* resolv/res_data.c (_res_opcodes): Remove attribute_hidden.
Add libresolv_hidden_data_def.

* elf/dl-open.c (_dl_open): Don't allow explicitly opening a DSO
into an empty namespace.

19 years agoUpdate.
Ulrich Drepper [Wed, 27 Oct 2004 20:27:40 +0000 (20:27 +0000)]
Update.

2004-10-27  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-fini.c (_dl_fini): Fix search for map in maps array.
Reverse order of namespaces.
* elf/Makefile: Add rules to build and run tst-dlmopen3.
* elf/tst-dlmopen3.c: New file.
* elf/tst-dlmopen1mod.c: Add check whether constructor runs.

19 years agoUpdate.
Ulrich Drepper [Wed, 27 Oct 2004 18:23:53 +0000 (18:23 +0000)]
Update.

2004-10-27  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/glob.c (globfree): Clear gl_pathv after freeing it.
* posix/Makefile: Add rules to build and run bug-glob2 test.
* posix/bug-glob2.c: New test.

19 years agoTest of globfree after failed glob call.
Ulrich Drepper [Wed, 27 Oct 2004 18:18:56 +0000 (18:18 +0000)]
Test of globfree after failed glob call.

19 years ago* sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro.
Roland McGrath [Wed, 27 Oct 2004 07:48:08 +0000 (07:48 +0000)]
* sysdeps/mach/hurd/i386/tls.h (HURD_TLS_DESC_DECL): New macro.

(_hurd_tls_init): Use it.
(_hurd_tls_fork): New function.
* sysdeps/mach/hurd/fork.c (__fork) [USE_TLS]: Call it.

19 years ago* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb.
Roland McGrath [Wed, 27 Oct 2004 00:55:39 +0000 (00:55 +0000)]
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Initialize TCB->tcb.

19 years ago* sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t
Roland McGrath [Tue, 26 Oct 2004 18:11:31 +0000 (18:11 +0000)]
* sysdeps/gnu/netinet/udp.h (struct udphdr): Use u_int16_t

type instead of uint16_t.  Formatting.

19 years ago* login/openpty.c (openpty): Add libutil_hidden_def.
Roland McGrath [Tue, 26 Oct 2004 02:36:52 +0000 (02:36 +0000)]
* login/openpty.c (openpty): Add libutil_hidden_def.

19 years agoeither libc_hidden_def or libnss_files_hidden_def, not hidden_def.
Roland McGrath [Tue, 26 Oct 2004 02:30:36 +0000 (02:30 +0000)]
either libc_hidden_def or libnss_files_hidden_def, not hidden_def.

This file is also compiled into libnss_hesiod by #include.

19 years ago* sysdeps/unix/bsd/hp: Directory and all files removed.
Roland McGrath [Tue, 26 Oct 2004 02:15:42 +0000 (02:15 +0000)]
* sysdeps/unix/bsd/hp: Directory and all files removed.

These are now in the ports repository.
* sysdeps/unix/bsd/osf: Likewise.
* sysdeps/unix/bsd/sequent: Likewise.
* sysdeps/unix/bsd/sony: Likewise.
* sysdeps/unix/bsd/ultrix4: Likewise.
* sysdeps/unix/sysv/aix: Likewise.
* sysdeps/unix/sysv/hpux: Likewise.
* sysdeps/unix/sysv/irix4: Likewise.
* sysdeps/unix/sysv/isc2.2: Likewise.
* sysdeps/unix/sysv/minix: Likewise.
* sysdeps/unix/sysv/sco3.2.4: Likewise.
* sysdeps/unix/sysv/sco3.2: Likewise.
* sysdeps/unix/sysv/sysv4: Likewise.

19 years ago* nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to
Roland McGrath [Tue, 26 Oct 2004 01:55:51 +0000 (01:55 +0000)]
* nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to

libnss_files_hidden_def, not hidden_def.  This file is also compiled
into libnss_hesiod by #include.

19 years ago* configure.in (ASM_LINE_SEP): Move this setting to ...
Roland McGrath [Tue, 26 Oct 2004 01:35:59 +0000 (01:35 +0000)]
* configure.in (ASM_LINE_SEP): Move this setting to ...

* sysdeps/hppa/configure.in: ... here, new file.
* sysdeps/hppa/configure: New generated file.
* configure: Regenerated.

19 years ago2004-10-25 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 26 Oct 2004 01:35:54 +0000 (01:35 +0000)]
2004-10-25  Roland McGrath  <roland@frob.com>

* configure.in (ASM_LINE_SEP): Move this setting to ...
* sysdeps/hppa/configure.in: ... here, new file.
* sysdeps/hppa/configure: New generated file.
* configure: Regenerated.

19 years ago(first_shoot): Fix typo.
Ulrich Drepper [Tue, 26 Oct 2004 01:14:11 +0000 (01:14 +0000)]
(first_shoot): Fix typo.

19 years agoUpdate.
Ulrich Drepper [Mon, 25 Oct 2004 19:07:36 +0000 (19:07 +0000)]
Update.

2004-10-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/sh/dl-machine.h: Include sysdep.h.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Add CFI directives.
(elf_machine_runtime_setup): Add always_inline attribute.
(_dl_start_user): Pass the correct environ.
(elf_machine_rela): Replace static inline by auto inline, add
always_inline attribute.
(elf_machine_rela_relative): Likewise.
(elf_machine_lazy_rel): Likewise.

19 years agoUpdate.
Ulrich Drepper [Mon, 25 Oct 2004 03:33:05 +0000 (03:33 +0000)]
Update.

* nis/nis_call.c: Pretty printing.  Minor cleanups.

19 years agoUpdate.
Ulrich Drepper [Mon, 25 Oct 2004 03:16:46 +0000 (03:16 +0000)]
Update.

* nis/nis_addmember.c (nis_addmember): Add assert to check buffer
bounds.

19 years agoUpdate.
Ulrich Drepper [Sun, 24 Oct 2004 23:02:46 +0000 (23:02 +0000)]
Update.

* resolv/nss_dns/dns-host.c: Avoid using PLTs.

19 years agoUpdate.
Ulrich Drepper [Sun, 24 Oct 2004 21:29:41 +0000 (21:29 +0000)]
Update.

* include/libc-symbols.h: Define hidden attribute macros for
libnss_nisplus and libutil.
* include/utmp.h: Add libutil_hidden_proto for login_tty.
* login/login_tty.c: Add libutil_hidden_def.
* nis/nisplus-parser.h: Add libnss_nisplus_hidden_proto for parsers.
* nis/nss_nisplus/nisplus-parser.c: Add libnss_nisplus_hidden_def.
* include/pty.h: New file.
* include/rpcsvc/yp.h: New file.
* include/rpcsvc/ypclnt.h: New file.
* include/rpcsvc/ypupd.h: New file.

19 years agoUpdate.
Ulrich Drepper [Sun, 24 Oct 2004 20:29:20 +0000 (20:29 +0000)]
Update.

* include/libc-symbols.h: Define hidden attribute macros for libnsl.
* include/rpcsvc/nislib.h: Use libnsl_hidden_proto for various
functions.
* nis/nis_add.c: Add libnsl_hidden_def.  Minor optimizations.
* nis/nis_call.c: Likewise.
* nis/nis_clone_obj.c: Likewise.
* nis/nis_defaults.c: Likewise.
* nis/nis_domain_of_r.c: Likewise.
* nis/nis_error.c: Likewise.
* nis/nis_file.c: Likewise.
* nis/nis_free.c: Likewise.
* nis/nis_local_names.c: Likewise.
* nis/nis_lookup.c: Likewise.
* nis/nis_modify.c: Likewise.
* nis/nis_print.c: Likewise.
* nis/nis_remove.c: Likewise.
* nis/nis_subr.c: Likewise.
* nis/nis_table.c: Likewise.
* nis/nis_util.c: Likewise.
* nis/yp_xdr.c: Likewise.
* nis/ypclnt.c: Likewise.
* nis/ypupdate_xdr.c: Likewise.

19 years agoDefine hidden attribute macros for libnsl.
Ulrich Drepper [Sun, 24 Oct 2004 20:24:30 +0000 (20:24 +0000)]
Define hidden attribute macros for libnsl.

19 years agoAncient files moved to ports repository
Roland McGrath [Sun, 24 Oct 2004 19:23:43 +0000 (19:23 +0000)]
Ancient files moved to ports repository

19 years agoUpdate.
Ulrich Drepper [Sun, 24 Oct 2004 09:20:14 +0000 (09:20 +0000)]
Update.

* resolv/res_send.c (send_dg): Cope with failures.

19 years agoUpdate.
Ulrich Drepper [Sun, 24 Oct 2004 09:06:50 +0000 (09:06 +0000)]
Update.

2004-10-24  Ulrich Drepper  <drepper@redhat.com>

* include/libc-symbols.h: Define hidden attribute macros for
libnss_files.
* include/netdb.h: Use libnss_files_hidden_proto for the parsers
defined in libnss_files, not libc_hidden_proto.
* include/netinet/ether.h: Likewise.
* include/rpc/netdb.h: Likewise.
* nss/nss_files/files-parse.c: Use hidden_def in parser definitions
instead of libc_hidden_def.
* nss/nss_files/files-netgrp.c: Add libnss_files_hidden_def to
_nss_netgroup_parseline definition.

19 years agoDefine hidden attribute macros for libnss_files.
Ulrich Drepper [Sun, 24 Oct 2004 09:04:03 +0000 (09:04 +0000)]
Define hidden attribute macros for libnss_files.

19 years ago* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early
Roland McGrath [Sun, 24 Oct 2004 01:59:26 +0000 (01:59 +0000)]
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Don't return early

after an RPC succeeds.

19 years agoMoved ancient files to ports repository
Roland McGrath [Sat, 23 Oct 2004 21:38:39 +0000 (21:38 +0000)]
Moved ancient files to ports repository

* sysdeps/cris, sysdeps/unix/sysv/linux/cris: Likewise.
* sysdeps/am29k, sysdeps/i860, sysdeps/i960, sysdeps/m88k: Likewise.
* sysdeps/standalone, sysdeps/z8000: Likewise.

19 years agoMoved tahoe files to ports repository
Roland McGrath [Sat, 23 Oct 2004 21:03:03 +0000 (21:03 +0000)]
Moved tahoe files to ports repository

* sysdeps/tahoe, sysdeps/unix/bsd/tahoe: Likewise.

19 years agoMoved vax files to ports repository
Roland McGrath [Sat, 23 Oct 2004 20:39:12 +0000 (20:39 +0000)]
Moved vax files to ports repository

2004-10-23  Roland McGrath  <roland@frob.com>

* sysdeps/vax, sysdeps/unix/bsd/vax: Directories and all files removed.
These are now in the ports repository.

19 years ago* Makefile (%.bz2, %.gz): Move these pattern rules ...
Roland McGrath [Sat, 23 Oct 2004 20:10:46 +0000 (20:10 +0000)]
* Makefile (%.bz2, %.gz): Move these pattern rules ...

* Makerules: ... to here.

19 years ago2004-10-22 Roland McGrath <roland@frob.com>
Roland McGrath [Sat, 23 Oct 2004 20:10:40 +0000 (20:10 +0000)]
2004-10-22  Roland McGrath  <roland@frob.com>

* Makefile (%.bz2, %.gz): Move these pattern rules ...
* Makerules: ... to here.

19 years agoUpdate.
Ulrich Drepper [Sat, 23 Oct 2004 08:22:29 +0000 (08:22 +0000)]
Update.

2004-10-23  Ulrich Drepper  <drepper@redhat.com>

* resolv/res_send.c (send_dg): Combine write and read to socket
into one loop.

19 years agoUpdate.
Ulrich Drepper [Sat, 23 Oct 2004 06:45:30 +0000 (06:45 +0000)]
Update.

* resolv/res_send.c: Remove compatibility code which is unused in
glibc and probably bitrotten.

19 years agoRemove compatibility code which is unused in glibc and probably bitrotten.
Ulrich Drepper [Sat, 23 Oct 2004 06:12:20 +0000 (06:12 +0000)]
Remove compatibility code which is unused in glibc and probably bitrotten.

19 years ago* elf/elf.h: Add R_MN10300_* relocation numbers.
Roland McGrath [Sat, 23 Oct 2004 02:52:41 +0000 (02:52 +0000)]
* elf/elf.h: Add R_MN10300_* relocation numbers.

19 years ago[BZ #471] Fix imported from gnulib.
Roland McGrath [Fri, 22 Oct 2004 22:24:08 +0000 (22:24 +0000)]
[BZ #471] Fix imported from gnulib.

* time/mktime.c (leapyear, ydms_tm_diff): Year is of type
long int, not int, to avoid problems when tm_year == INT_MAX
and tm_mon > 12.
(__mktime_intenral): Compute year using long int arithmetic,
not int arithmetic, to avoid problems on hosts where time_t
and long are 64 bits but int is 32.

19 years ago[BZ #468] Import a fix from gnulib.
Roland McGrath [Fri, 22 Oct 2004 22:21:36 +0000 (22:21 +0000)]
[BZ #468] Import a fix from gnulib.

* time/mktime.c [! DEBUG]: Do not include <string.h>.
It's needed only if DEBUG is nonzero.

19 years ago[BZ #470] Import fix from gnulib.
Roland McGrath [Fri, 22 Oct 2004 22:17:48 +0000 (22:17 +0000)]
[BZ #470] Import fix from gnulib.

* time/mktime.c [!_LIBC] (__mktime_internal): Define to
mktime_internal, to avoid clashes with any __mktime_internal
function defined in the standard library.

19 years ago[BZ #469] Imported from gnulib.
Roland McGrath [Fri, 22 Oct 2004 22:15:54 +0000 (22:15 +0000)]
[BZ #469] Imported from gnulib.

* time/mktime.c (__isleap): Remove; all uses replaced by:
(leapyear): New function, which avoids overflow by not adding
1900 to year before testing whether it is a leap year.

19 years ago[BZ #472]
Roland McGrath [Fri, 22 Oct 2004 22:11:00 +0000 (22:11 +0000)]
[BZ #472]

2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
[BZ #472] Imported from gnulib.
* time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX;
no longer used.

19 years ago[BZ #472]
Roland McGrath [Fri, 22 Oct 2004 22:10:39 +0000 (22:10 +0000)]
[BZ #472]

2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
[BZ #472] Imported from gnulib.
* time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX;
no longer used.

19 years agoUpdate.
Ulrich Drepper [Fri, 22 Oct 2004 21:08:43 +0000 (21:08 +0000)]
Update.

* debug/execinfo.h: Remove __THROW from backtrace prototype.

2004-10-22  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/i386/Makefile (CFLAGS-backtrace.c): Add -fexceptions.
* sysdeps/i386/backtrace.c: Include <bits/libc-lock.h>, <dlfcn.h>,
<stdlib.h> and <unwind.h>.  Remove <bp-checks.h> include.
(struct trace_arg): New type.
(unwind_backtrace, unwind_getip, unwind_getcfa, unwind_getgr): New
fn pointers resp. macros.
(init, backtrace_helper): New functions.
(__backtrace): Rewritten to use _Unwind_Backtrace first and fall
back to frame pointer walking.

2004-10-22  Ulrich Drepper  <drepper@redhat.com>

19 years agoUpdate.
Ulrich Drepper [Fri, 22 Oct 2004 19:58:34 +0000 (19:58 +0000)]
Update.

2004-10-22  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/Versions: Things are still in flux, it
seems.  Undo last additions.

19 years agoUpdate.
Ulrich Drepper [Fri, 22 Oct 2004 06:27:54 +0000 (06:27 +0000)]
Update.

2004-10-21  Ulrich Drepper  <drepper@redhat.com>

* posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno
values.

19 years agoUpdate.
Ulrich Drepper [Thu, 21 Oct 2004 09:00:31 +0000 (09:00 +0000)]
Update.

2004-10-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/lowlevellock.S
(__lll_mutex_timedlock_wait): If woken but cannot get the lock,
make sure 2 is stored in the futex and we looked at the old value.
Fix a few other problems to return the correct value.

19 years ago(__lll_mutex_timedlock_wait): If woken but cannot get the lock, make sure 2 is stored...
Ulrich Drepper [Thu, 21 Oct 2004 08:59:36 +0000 (08:59 +0000)]
(__lll_mutex_timedlock_wait): If woken but cannot get the lock, make sure 2 is stored in the futex and we looked at the old value. Fix a few other problems to return the correct value.

19 years ago* Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also cvs/fedora-glibc-20041021T0701
Roland McGrath [Thu, 21 Oct 2004 01:29:31 +0000 (01:29 +0000)]
* Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also

$(config-sysdirs) for shlib-versions files.

* Makeconfig ($(common-objpfx)soversions.i): Replace shell loop with
use of ...
* scripts/soversions.awk: ... this new file.  Collect lib info and
match any DEFAULT line before emitting anything, so DEFAULT can come
later in the concatenation of shlib-versions files.