glibc/history.git
17 years ago.4bae262d2a83847c7e6e6df5989554d51ba8241ffedora-glibc-20050208T0948
Ulrich Drepper [Tue, 8 Feb 2005 09:04:28 +0000 (8 09:04 +0000)]
.

17 years ago(__sigsetjmp): Use pointer as first argument.
Ulrich Drepper [Tue, 8 Feb 2005 08:59:03 +0000 (8 08:59 +0000)]
(__sigsetjmp): Use pointer as first argument.

17 years ago(struct jisx0208_ucs_idx): Move before use.
Ulrich Drepper [Tue, 8 Feb 2005 08:27:18 +0000 (8 08:27 +0000)]
(struct jisx0208_ucs_idx): Move before use.

17 years ago.
Ulrich Drepper [Tue, 8 Feb 2005 08:25:22 +0000 (8 08:25 +0000)]
.

17 years ago(elf_machine_rela): Remove code using RESOLVE.
Ulrich Drepper [Tue, 8 Feb 2005 08:23:45 +0000 (8 08:23 +0000)]
(elf_machine_rela): Remove code using RESOLVE.

17 years agoMake sure registers are set correctly.
Ulrich Drepper [Tue, 8 Feb 2005 06:50:16 +0000 (8 06:50 +0000)]
Make sure registers are set correctly.

17 years ago(_dl_map_object_from_fd): Makre sure registers are set correctly.
Ulrich Drepper [Tue, 8 Feb 2005 06:49:38 +0000 (8 06:49 +0000)]
(_dl_map_object_from_fd): Makre sure registers are set correctly.

17 years ago(check_consistency): Define.
Ulrich Drepper [Tue, 8 Feb 2005 06:48:30 +0000 (8 06:48 +0000)]
(check_consistency): Define.

17 years ago * math/math_private.h (__copysign): Define as builtin for gcc 4.
Richard Henderson [Tue, 8 Feb 2005 04:37:48 +0000 (8 04:37 +0000)]
    * math/math_private.h (__copysign): Define as builtin for gcc 4.
        (__copysignf, __copysignl): Likewise.
        * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
        for gcc 4.0.
        (copysignf, copysignl, fabsf, fabs): Likewise.
        (__copysign, __copysignf, __copysignl): Remove.
        (__fabs, __fabsf): Remove.

17 years ago.
Ulrich Drepper [Mon, 7 Feb 2005 23:52:23 +0000 (7 23:52 +0000)]
.

17 years ago(open_path): If rtld_search_dirs is in RELRO segment, avoid writing to
Ulrich Drepper [Mon, 7 Feb 2005 23:50:35 +0000 (7 23:50 +0000)]
(open_path): If rtld_search_dirs is in RELRO segment, avoid writing to
it if none of the standard search directories exist.

17 years ago.
Ulrich Drepper [Mon, 7 Feb 2005 23:27:36 +0000 (7 23:27 +0000)]
.

17 years ago(__novec_setcontext, __setcontext): Fix typo so CCR is restored. Load
Ulrich Drepper [Mon, 7 Feb 2005 23:25:58 +0000 (7 23:25 +0000)]
(__novec_setcontext, __setcontext): Fix typo so CCR is restored.  Load
MSR as a doubleword.

17 years ago.
Ulrich Drepper [Mon, 7 Feb 2005 23:20:05 +0000 (7 23:20 +0000)]
.

17 years ago(main): Provide more help in case on an error.
Ulrich Drepper [Mon, 7 Feb 2005 23:18:31 +0000 (7 23:18 +0000)]
(main): Provide more help in case on an error.

17 years ago.
Ulrich Drepper [Mon, 7 Feb 2005 22:56:07 +0000 (7 22:56 +0000)]
.

17 years ago(__nscd_getgrouplist): If initgr_resp->found == -1, set
Ulrich Drepper [Mon, 7 Feb 2005 22:53:15 +0000 (7 22:53 +0000)]
(__nscd_getgrouplist): If initgr_resp->found == -1, set
__nss_not_use_nscd_group and return -1.  Avoid leaking sockets.

17 years ago(__nscd_getai): If ai_resp->found == -1, set __nss_not_use_nscd_hosts and
Ulrich Drepper [Mon, 7 Feb 2005 22:52:25 +0000 (7 22:52 +0000)]
(__nscd_getai): If ai_resp->found == -1, set __nss_not_use_nscd_hosts and
return -1.

17 years ago(termination_handler): Avoid segfault if some database is not enabled.
Ulrich Drepper [Mon, 7 Feb 2005 22:51:22 +0000 (7 22:51 +0000)]
(termination_handler): Avoid segfault if some database is not enabled.

17 years ago(elf_machine_profile_fixup_plt): Removed.
Ulrich Drepper [Mon, 7 Feb 2005 22:50:40 +0000 (7 22:50 +0000)]
(elf_machine_profile_fixup_plt): Removed.
(elf_machine_profile_plt): Removed.
(elf_machine_fixup_plt): Change return type and type of value
parameter to struct fdesc.
(elf_machine_plt_value): Likewise.
(elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
argument for elf_machine_fixup_plt.

17 years agoInclude <dl-fptr.h> for "struct fdesc".
Ulrich Drepper [Mon, 7 Feb 2005 22:49:49 +0000 (7 22:49 +0000)]
Include <dl-fptr.h> for "struct fdesc".
(DL_FIXUP_VALUE_TYPE): New.
(DL_FIXUP_MAKE_VALUE): Likewise.
(DL_FIXUP_VALUE_CODE_ADDR): Likewise.
(DL_FIXUP_VALUE_ADDR): Likewise.
(DL_FIXUP_ADDR_VALUE): Likewise.

17 years ago(DL_FIXUP_VALUE_TYPE): New.
Ulrich Drepper [Mon, 7 Feb 2005 22:48:54 +0000 (7 22:48 +0000)]
(DL_FIXUP_VALUE_TYPE): New.
(DL_FIXUP_MAKE_VALUE): Likewise.
(DL_FIXUP_VALUE_CODE_ADDR): Likewise.
(DL_FIXUP_VALUE_ADDR): Likewise.
(DL_FIXUP_ADDR_VALUE): Likewise.

17 years ago(link_map): Forward declaration.
Ulrich Drepper [Mon, 7 Feb 2005 22:48:22 +0000 (7 22:48 +0000)]
(link_map): Forward declaration.

17 years ago(link_map): Use DL_FIXUP_VALUE_TYPE for l_reloc_result.
Ulrich Drepper [Mon, 7 Feb 2005 22:47:39 +0000 (7 22:47 +0000)]
(link_map): Use DL_FIXUP_VALUE_TYPE for l_reloc_result.

17 years ago(fixup): Change return type to DL_FIXUP_VALUE_TYPE.
Ulrich Drepper [Mon, 7 Feb 2005 22:47:00 +0000 (7 22:47 +0000)]
(fixup): Change return type to DL_FIXUP_VALUE_TYPE.
Use DL_FIXUP_VALUE_TYPE, DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR
for relocation values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
store and retrieve relocation values.
(profile_fixup): Likewise.

17 years ago.
Roland McGrath [Mon, 7 Feb 2005 19:30:19 +0000 (7 19:30 +0000)]
.

17 years ago2005-02-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 7 Feb 2005 19:30:03 +0000 (7 19:30 +0000)]
2005-02-07  Jakub Jelinek  <jakub@redhat.com>

* specific.c (pthread_key_delete): If pthread_create has not been
called yet, clear p_specific for the current thread.
* Makefile (tests): Add tst-tsd1.
* tst-tsd1.c: New test.

17 years ago2005-02-07 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 7 Feb 2005 19:25:49 +0000 (7 19:25 +0000)]
2005-02-07  Jakub Jelinek  <jakub@redhat.com>

* nscd/nscd.init (reload): Print Reloading nscd: before and a newline
after the status string printed by killproc.

17 years ago.
Roland McGrath [Mon, 7 Feb 2005 18:46:48 +0000 (7 18:46 +0000)]
.

17 years ago2004-11-18 Alexandre Oliva <aoliva@redhat.com>
Roland McGrath [Mon, 7 Feb 2005 18:46:42 +0000 (7 18:46 +0000)]
2004-11-18  Alexandre Oliva  <aoliva@redhat.com>

* manual/.cvsignore: Add dir-add.texi.

17 years ago * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
Richard Henderson [Mon, 7 Feb 2005 03:11:46 +0000 (7 03:11 +0000)]
    * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
        all the time.

17 years ago.
Roland McGrath [Sun, 6 Feb 2005 20:15:22 +0000 (6 20:15 +0000)]
.

17 years ago2004-11-03 Marcus Brinkmann <marcus@gnu.org>
Roland McGrath [Sun, 6 Feb 2005 20:15:15 +0000 (6 20:15 +0000)]
2004-11-03  Marcus Brinkmann  <marcus@gnu.org>

* configure.in (sysnames): Append sysdeps/generic for each add-on.
* configure: Regenerated.

17 years ago2004-11-03 Marcus Brinkmann <marcus@gnu.org>
Roland McGrath [Sun, 6 Feb 2005 20:13:51 +0000 (6 20:13 +0000)]
2004-11-03  Marcus Brinkmann  <marcus@gnu.org>

* sysdeps/generic/lowlevellock.h (__generic_mutex_unlock): Fix
order of arguments in invocation of atomic_add_zero.

17 years ago.
Roland McGrath [Wed, 2 Feb 2005 19:44:07 +0000 (2 19:44 +0000)]
.

17 years ago2005-02-02 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Wed, 2 Feb 2005 19:43:59 +0000 (2 19:43 +0000)]
2005-02-02  Alfred M. Szmidt  <ams@gnu.org>

* sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.

17 years ago2005-02-02 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Wed, 2 Feb 2005 19:43:56 +0000 (2 19:43 +0000)]
2005-02-02  Alfred M. Szmidt  <ams@gnu.org>

* sysdeps/mach/hurd/tls.h: Include <stdbool.h>
(dtv_t): Change pointer type to be a struct which also contains
information whether the memory pointed to is static TLS or not.

17 years ago2005-02-02 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Wed, 2 Feb 2005 19:43:54 +0000 (2 19:43 +0000)]
2005-02-02  Alfred M. Szmidt  <ams@gnu.org>

* libio/fmemopen.c: Include <stdint.h>.

17 years ago2005-02-02 Alfred M. Szmidt <ams@gnu.org>
Roland McGrath [Wed, 2 Feb 2005 19:43:51 +0000 (2 19:43 +0000)]
2005-02-02  Alfred M. Szmidt  <ams@gnu.org>

* shadow/sgetspent_r.c (FALSE): Macro renamed to ...
(FALSEP): ... this.  Updated all references.

17 years agoFix typos
Roland McGrath [Wed, 2 Feb 2005 19:30:04 +0000 (2 19:30 +0000)]
Fix typos

17 years agoUpdate.
Ulrich Drepper [Sun, 30 Jan 2005 20:34:21 +0000 (30 20:34 +0000)]
Update.

17 years ago(get_mapping): Use MSG_NOSIGNAL if available.
Ulrich Drepper [Sun, 30 Jan 2005 20:33:13 +0000 (30 20:33 +0000)]
(get_mapping): Use MSG_NOSIGNAL if available.

17 years ago(send_ro_fd): Use MSG_NOSIGNAL if available.
Ulrich Drepper [Sun, 30 Jan 2005 20:32:33 +0000 (30 20:32 +0000)]
(send_ro_fd): Use MSG_NOSIGNAL if available.

17 years agoUpdate.
Ulrich Drepper [Sat, 29 Jan 2005 04:14:35 +0000 (29 04:14 +0000)]
Update.

17 years ago(_dl_runtime_resolve): Allocate only 2 output registers. Allocate stack
Ulrich Drepper [Sat, 29 Jan 2005 04:13:54 +0000 (29 04:13 +0000)]
(_dl_runtime_resolve): Allocate only 2 output registers. Allocate stack
to save/restore 8 incoming fp registers. Call _dl_fixup instead of fixup.
(_dl_runtime_profile): Rewrite.

17 years ago(elf_machine_runtime_setup): Test for dl_profile non-null.
Ulrich Drepper [Sat, 29 Jan 2005 04:12:39 +0000 (29 04:12 +0000)]
(elf_machine_runtime_setup): Test for dl_profile non-null.
(ARCH_LA_PLTENTER): New.
(ARCH_LA_PLTEXIT): New.

17 years agoAdd ia64 dynamic linker definitions.
Ulrich Drepper [Sat, 29 Jan 2005 04:12:07 +0000 (29 04:12 +0000)]
Add ia64 dynamic linker definitions.

17 years ago(La_ia64_regs): New.
Ulrich Drepper [Sat, 29 Jan 2005 04:11:24 +0000 (29 04:11 +0000)]
(La_ia64_regs): New.
(La_ia64_retval): New.
(audit_ifaces): Add ia64 entries.

17 years agoAdd ia64 entries.
Ulrich Drepper [Sat, 29 Jan 2005 04:10:56 +0000 (29 04:10 +0000)]
Add ia64 entries.

17 years agoUpdate.
Ulrich Drepper [Sat, 29 Jan 2005 00:07:16 +0000 (29 00:07 +0000)]
Update.

17 years agoAdd s390 entries.
Ulrich Drepper [Sat, 29 Jan 2005 00:06:26 +0000 (29 00:06 +0000)]
Add s390 entries.

17 years ago(La_s390_32_regs, La_s390_32_retval, La_s390_64_regs, La_s390_64_retval):
Ulrich Drepper [Sat, 29 Jan 2005 00:05:55 +0000 (29 00:05 +0000)]
(La_s390_32_regs, La_s390_32_retval, La_s390_64_regs, La_s390_64_retval):
New.

17 years agoMove PLT trampolines to dl-trampoline.S. Use RESOLVE_MAP instead of
Ulrich Drepper [Sat, 29 Jan 2005 00:04:42 +0000 (29 00:04 +0000)]
Move PLT trampolines to dl-trampoline.S. Use RESOLVE_MAP instead of
RESOLVE to protect relocation code.
(elf_machine_runtime_setup): Test for dl_profile non-null.
(elf_machine_rela): Remove code using RESOLVE.
(ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.

17 years agoPLT trampolines for s390-64.
Ulrich Drepper [Sat, 29 Jan 2005 00:02:51 +0000 (29 00:02 +0000)]
PLT trampolines for s390-64.

17 years agoPLT trampolines for s390-32.
Ulrich Drepper [Sat, 29 Jan 2005 00:01:44 +0000 (29 00:01 +0000)]
PLT trampolines for s390-32.

17 years agoDynamic linker definitions for s390.
Ulrich Drepper [Sat, 29 Jan 2005 00:00:27 +0000 (29 00:00 +0000)]
Dynamic linker definitions for s390.

17 years ago.
Roland McGrath [Fri, 28 Jan 2005 21:44:47 +0000 (28 21:44 +0000)]
.

17 years ago2005-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
Roland McGrath [Fri, 28 Jan 2005 21:44:42 +0000 (28 21:44 +0000)]
2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
strncat, memchr, strcmp): Add missing memory clobber.

17 years agoUpdate.
Ulrich Drepper [Thu, 27 Jan 2005 20:53:23 +0000 (27 20:53 +0000)]
Update.

17 years ago(__old_globfree): Also copy gl_offs.
Ulrich Drepper [Thu, 27 Jan 2005 20:52:04 +0000 (27 20:52 +0000)]
(__old_globfree): Also copy gl_offs.

17 years ago(Writing a User Entry): Document behavior of putpwent if user name
Ulrich Drepper [Thu, 27 Jan 2005 20:29:57 +0000 (27 20:29 +0000)]
(Writing a User Entry): Document behavior of putpwent if user name
starts with + or -.

17 years ago2005-01-25 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 27 Jan 2005 20:22:06 +0000 (27 20:22 +0000)]
2005-01-25  Roland McGrath  <roland@redhat.com>

* sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.

17 years agoUpdate.
Ulrich Drepper [Thu, 27 Jan 2005 19:08:10 +0000 (27 19:08 +0000)]
Update.

17 years ago(re_dfa_add_node): Do not initialize the inveclosure node set.
Ulrich Drepper [Thu, 27 Jan 2005 19:07:15 +0000 (27 19:07 +0000)]
(re_dfa_add_node): Do not initialize the inveclosure node set.

17 years ago(re_search_internal): If nmatch includes unused
Ulrich Drepper [Thu, 27 Jan 2005 19:06:34 +0000 (27 19:06 +0000)]
(re_search_internal): If nmatch includes unused
subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.

(transit_state_mb): Do not examine nodes where ACCEPT_MB is not set.

17 years ago(calc_inveclosure): Return reg_errcode_t.
Ulrich Drepper [Thu, 27 Jan 2005 19:05:20 +0000 (27 19:05 +0000)]
(calc_inveclosure): Return reg_errcode_t.
Initialize the node sets in dfa->inveclosures.
(analyze): Initialize inveclosures only if it is needed.
Check errors from calc_inveclosure.

(parse_bracket_exp) [!RE_ENABLE_I18N]:
Do build a SIMPLE_BRACKET token.

17 years agoUpdate.
Ulrich Drepper [Thu, 27 Jan 2005 18:49:47 +0000 (27 18:49 +0000)]
Update.

17 years agoInclude stdbool.h.
Ulrich Drepper [Thu, 27 Jan 2005 18:48:58 +0000 (27 18:48 +0000)]
Include stdbool.h.

17 years agoInclude stdlib.h.
Ulrich Drepper [Thu, 27 Jan 2005 18:48:12 +0000 (27 18:48 +0000)]
Include stdlib.h.

17 years agoInclude string.h.
Ulrich Drepper [Thu, 27 Jan 2005 18:47:30 +0000 (27 18:47 +0000)]
Include string.h.

17 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2005 22:42:49 +0000 (26 22:42 +0000)]
Update.

17 years ago(re_dfa_add_node): Adjust prototype.
Ulrich Drepper [Wed, 26 Jan 2005 22:40:50 +0000 (26 22:40 +0000)]
(re_dfa_add_node): Adjust prototype.
(re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
(bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
NEXT into pointers to trees.  Remove ECLOSURE.

17 years ago(re_dfa_add_node): Remove last parameter, always perform as if it was 1.
Ulrich Drepper [Wed, 26 Jan 2005 22:40:07 +0000 (26 22:40 +0000)]
(re_dfa_add_node): Remove last parameter, always perform as if it was 1.
Do not initialize OPT_SUBEXP and DUPLICATED, and initialize the DFA fields
representing the transitions.

17 years ago(struct subexp_optimize, analyze_tree, calc_epsdest,
Ulrich Drepper [Wed, 26 Jan 2005 22:39:16 +0000 (26 22:39 +0000)]
(struct subexp_optimize, analyze_tree, calc_epsdest,
re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
(optimize_subexps, duplicate_tree, calc_first, calc_next,
mark_opt_subexp): Rewritten.
(preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
create_token_tree, free_tree, free_token): New.
(analyze): Accept a regex_t *.  Invoke the passes via the preorder and
postorder generic visitors.  Do not initialize the fields in the
re_dfa_t that represent the transitions.
(free_dfa_content): Use free_token.
(re_compile_internal): Analyze before UTF-8 optimizations.  Do not
include optimization of subexpressions.
(create_initial_state): Fetch the DFA node index from the first node's
bin_tree_t *.
(optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
Return on COMPLEX_BRACKET.
(duplicate_node_closure): Fix comment.
(duplicate_node): Do not initialize the fields in the
re_dfa_t that represent the transitions.
(calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
(create_tree): Remove final argument.  All callers adjusted.  Rewritten
to use create_token_tree.
(parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
build_charclass_op): Use create_tree or create_token_tree instead
of re_dfa_add_tree_node.
(parse_dup_op): Likewise.  Also free the tree using free_tree for
"<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
to "a|".  Adjust invocation of mark_opt_subexp.
(parse_sub_exp): Create a single SUBEXP node.
* posix/regex_internal.c (re_dfa_add_node): Remo

17 years ago(proceed_next_node, transit_states_mb, build_sifted_states,
Ulrich Drepper [Wed, 26 Jan 2005 22:27:46 +0000 (26 22:27 +0000)]
(proceed_next_node, transit_states_mb, build_sifted_states,
check_arrival_add_next_nodes): Use accept_mb instead of ACCEPT_MB_NODE.

17 years ago(re_token_t): Add accept_mb field.
Ulrich Drepper [Wed, 26 Jan 2005 22:26:40 +0000 (26 22:26 +0000)]
(re_token_t): Add accept_mb field.
(ACCEPT_MB_NODE): Removed.

17 years ago(re_dfa_add_node): Set accept_mb field in the token if needed.
Ulrich Drepper [Wed, 26 Jan 2005 22:26:02 +0000 (26 22:26 +0000)]
(re_dfa_add_node): Set accept_mb field in the token if needed.
(create_ci_newstate, create_cd_newstate): Set accept_mb field
from the tokens' field.

17 years ago(parse_bracket_exp): Do not modify DFA nodes that were already created.
Ulrich Drepper [Wed, 26 Jan 2005 22:25:19 +0000 (26 22:25 +0000)]
(parse_bracket_exp): Do not modify DFA nodes that were already created.

17 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2005 20:58:28 +0000 (26 20:58 +0000)]
Update.

17 years ago(__chk_fail): Print program name in final message.
Ulrich Drepper [Wed, 26 Jan 2005 20:57:19 +0000 (26 20:57 +0000)]
(__chk_fail): Print program name in final message.

17 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2005 20:02:05 +0000 (26 20:02 +0000)]
Update.

17 years agoFound reference to MSG_NOSIGNAL being in 2.2 kernels.
Ulrich Drepper [Wed, 26 Jan 2005 20:01:10 +0000 (26 20:01 +0000)]
Found reference to MSG_NOSIGNAL being in 2.2 kernels.

17 years agoUse direct %gs segment access or, if NO_TLS_DIRECT_SEG_REFS, at least
Ulrich Drepper [Wed, 26 Jan 2005 19:57:25 +0000 (26 19:57 +0000)]
Use direct %gs segment access or, if NO_TLS_DIRECT_SEG_REFS, at least
gotntpoff relocation and addition.

17 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2005 19:56:03 +0000 (26 19:56 +0000)]
Update.

17 years ago(SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
Ulrich Drepper [Wed, 26 Jan 2005 19:55:22 +0000 (26 19:55 +0000)]
(SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.

17 years agoAdd some new tests.
Ulrich Drepper [Wed, 26 Jan 2005 19:46:46 +0000 (26 19:46 +0000)]
Add some new tests.

17 years ago(mb_frob_pattern): Don't frob escaped characters.
Ulrich Drepper [Wed, 26 Jan 2005 19:46:08 +0000 (26 19:46 +0000)]
(mb_frob_pattern): Don't frob escaped characters.

17 years ago(tests): Adjust tests that relied on \B being inside word instead of not
Ulrich Drepper [Wed, 26 Jan 2005 19:44:48 +0000 (26 19:44 +0000)]
(tests): Adjust tests that relied on \B being inside word instead of not
word delim.

17 years ago(peek_token): For \B create NOT_WORD_DELIM anchor instead of INSIDE_WORD.
Ulrich Drepper [Wed, 26 Jan 2005 19:44:27 +0000 (26 19:44 +0000)]
(peek_token): For \B create NOT_WORD_DELIM anchor instead of INSIDE_WORD.
(parse_expression): Handle NOT_WORD_DELIM constraint.

17 years ago(DUMMY_CONSTRAINT): Rename to...
Ulrich Drepper [Wed, 26 Jan 2005 19:43:44 +0000 (26 19:43 +0000)]
(DUMMY_CONSTRAINT): Rename to...
(WORD_DELIM_CONSTRAINT): ...this.
(NOT_WORD_DELIM_CONSTRAINT): Define.
(re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
change WORD_DELIM to use WORD_DELIM_CONSTRAINT.

17 years ago.
Roland McGrath [Wed, 26 Jan 2005 02:40:14 +0000 (26 02:40 +0000)]
.

17 years ago2005-01-14 GOTO Masanori <gotom@debian.or.jp>
Roland McGrath [Wed, 26 Jan 2005 02:40:09 +0000 (26 02:40 +0000)]
2005-01-14  GOTO Masanori  <gotom@debian.or.jp>

* sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
irrespective of Cflag.

17 years ago.
Roland McGrath [Wed, 26 Jan 2005 02:39:20 +0000 (26 02:39 +0000)]
.

17 years ago2005-01-14 GOTO Masanori <gotom@debian.or.jp>
Roland McGrath [Wed, 26 Jan 2005 02:39:11 +0000 (26 02:39 +0000)]
2005-01-14  GOTO Masanori  <gotom@debian.or.jp>

* manual/memory.texi (sbrk): Fix definition.
* manual/string.texi (strcasestr): Fix example typo.

17 years ago.
Roland McGrath [Wed, 26 Jan 2005 02:05:57 +0000 (26 02:05 +0000)]
.

17 years ago2005-01-23 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 26 Jan 2005 02:05:49 +0000 (26 02:05 +0000)]
2005-01-23  Roland McGrath  <roland@redhat.com>

* sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
* sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
(SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
* sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.

17 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2005 00:01:20 +0000 (26 00:01 +0000)]
Update.

17 years agoInclude string.h.
Ulrich Drepper [Wed, 26 Jan 2005 00:00:19 +0000 (26 00:00 +0000)]
Include string.h.
(main): Add some more tests.

17 years ago(addseverity): Remove new_string variable.
Ulrich Drepper [Tue, 25 Jan 2005 23:59:48 +0000 (25 23:59 +0000)]
(addseverity): Remove new_string variable.
(free_mem): Don't free string.

17 years agoUpdate from tzcode2005c.
Ulrich Drepper [Tue, 25 Jan 2005 22:15:56 +0000 (25 22:15 +0000)]
Update from tzcode2005c.