Files
emacs/lib-src
Gerd Moellmann 407094f443 (struct alias): Add two new struct members: NAMESP and
ALIASEE to help work with namespace aliases.
(struct sym): Remove struct member NAMESP_ALIASES.
(namespace_alias_table): New variable.
(make_namespace): Add parameter CONTEXT.
(check_namespace): New function.
(find_namespace): Add parameter CONTEXT.
(check_namespace_alias): New function.
(register_namespace_alias): Change type of parameter
OLD_NAME. Search for already defined alias in
NAMESPACE_ALIAS_TABLE.
(check_namespace): New function.
(enter_namespace): Call find_namespace with CONTEXT parameter.
(match_qualified_namespace_alias): New function.
(parse_qualified_ident_or_type): Fixed typo in comment. While
parsing qualified ident or type update namespace context and
restore it on exit.
(parse_qualified_param_ident_or_type): Fixed typo in comment.
(globals): Changed handling of namespace aliases.
(version): Added year 2001.
2001-10-01 07:25:14 +00:00
..
2001-04-03 13:33:45 +00:00
#
1999-10-17 09:55:57 +00:00
1996-07-16 22:39:31 +00:00
2001-02-20 13:36:21 +00:00
2000-08-23 21:41:37 +00:00
1997-08-13 15:37:10 +00:00
2000-08-22 21:22:20 +00:00
2000-06-20 13:27:11 +00:00
1998-05-25 20:11:54 +00:00
2001-02-20 13:36:21 +00:00
#
1999-10-03 20:46:34 +00:00
2001-02-20 13:36:21 +00:00
2001-02-20 13:36:21 +00:00
#
1999-10-01 12:43:57 +00:00
2001-02-20 13:36:21 +00:00
1999-02-26 11:37:05 +00:00

This directory contains the source code for the architecture-dependent
files that go in ../arch-lib.  At present, these are mostly utility
programs used by Emacs.