1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 12:40:56 -08:00
Commit graph

1802 commits

Author SHA1 Message Date
André Spiegel
f2e7e23e00 # 2001-10-05 11:54:13 +00:00
Gerd Moellmann
12c6450376 *** empty log message *** 2001-10-01 07:31:59 +00:00
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
Francesco Potortì
990e1190eb Etags dumped core whan using -R. Eli corrected this. 2001-09-17 15:48:23 +00:00
Francesco Potortì
76fecdffbb * etags.c (analyse_regex): If regex_arg is NULL, return
immediately after a call to free_patterns.
2001-09-17 15:47:23 +00:00
Paul Eggert
1bd57c3956 (Help, mainline code): Add new option -L FILE.
(Copyright): Update year.

(LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the C locale.

(mainline code): Handle nonstandard -u option differently, by
transforming it to standard form.  Check for "Working file: ", not
"Working file:".  Allow file names with spaces.

(SOH, rlogfile): New shell vars.
(rlogout): Remove.  Its old functionality is mostly migrated to rlogfile.

Append ';;' to the last arm of every case statement, for portability to
ancient broken BSD shells.

(logins): Fix bug; was not being computed at all, lowering performance.

(pository): New var.  This fixes some bugs where repositories are
remote, or have trailing slashes.

(authors): $llogout is never an empty shell var, so don't worry about that
possibility.

(printlogline, mainline code): Fix bug with SOH's being put into the output.
2001-09-05 23:07:46 +00:00
Gerd Moellmann
0e4011d8ec *** empty log message *** 2001-09-05 10:22:00 +00:00
Eli Zaretskii
75c911eb15 (SEEK_END): #define if not defined by system headers.
Suggested by Dave Love <d.love@dl.ac.uk>.
2001-09-01 18:22:38 +00:00
Eli Zaretskii
5ae10f4ab7 (lisp): Synchronize with src/Makefile.in. 2001-08-29 13:06:42 +00:00
Eli Zaretskii
a10192f44d Fix a typo in a comment. 2001-08-09 17:40:59 +00:00
Gerd Moellmann
e743f5996e *** empty log message *** 2001-07-25 13:00:42 +00:00
Gerd Moellmann
3205760ab3 (parse_changelog): Remove unused local variable.
(main): Add new option --reverse.
(print_log): Use it.
(parse_changelog): Use it.
2001-07-25 13:00:30 +00:00
Gerd Moellmann
3c88ae74e3 Remove RCS Id keyword. 2001-07-20 11:06:50 +00:00
Gerd Moellmann
db3cd0aeda (main, parse_changelog): Make "use strict"-clean. 2001-07-20 11:05:57 +00:00
Gerd Moellmann
6e07c0a573 *** empty log message *** 2001-07-20 10:04:36 +00:00
Gerd Moellmann
3eb7ddf329 (parse_changelog): Add another test for defined value to
quiet warnings from Perl 5.005 and above.
2001-07-20 10:04:17 +00:00
Gerd Moellmann
177ab8cec1 *** empty log message *** 2001-07-20 10:02:19 +00:00
Gerd Moellmann
b6a6731a9b (entry_match_p, header_match_p): Fix handling of null or empty
argument to prevent duplicate headers.
2001-07-20 10:02:06 +00:00
Gerd Moellmann
41848daa76 (parse_changelog): Add test for defined value to
quiet warning from Perl 5.005 or above.
2001-07-20 09:59:34 +00:00
Gerd Moellmann
daecaf5da2 Update copyright notice. 2001-07-20 09:05:26 +00:00
Gerd Moellmann
467f120972 *** empty log message *** 2001-07-17 10:57:38 +00:00
Gerd Moellmann
8b8f50f810 (print_help_and_exit): Fix help message for
+LINE:COLUMN option.

(main): Add support for +LINE:COLUMN command line
argument.
2001-07-17 10:57:25 +00:00
Gerd Moellmann
bb24c64f41 *** empty log message *** 2001-07-16 11:54:17 +00:00
Gerd Moellmann
8e4b384ede (main): Check that the output file exists and
is non-empty if invoked with `--append'.
2001-07-16 11:20:25 +00:00
Ken Raeburn
ad78255132 properly mark Attic files as deleted 2001-07-06 08:41:36 +00:00
Eli Zaretskii
d2fdb7a805 Add fns.el, which is produced on MS-DOS instead of fns-*.el. 2001-06-29 16:42:52 +00:00
Francesco Potortì
357da0ed2f Redundant file removed. Use etc/etags.1 2001-05-17 13:08:18 +00:00
Gerd Moellmann
e335b66af5 *** empty log message *** 2001-05-15 10:42:45 +00:00
Francesco Potortì
fa82947011 Small etags.c and etags.1 changes. 2001-05-14 12:58:29 +00:00
Francesco Potortì
7e88eb250e (add_regex): Reset the whole newly allocated pattern buffer instead of
the individual members.  It's safer and works with Xemacs.
2001-05-14 12:57:11 +00:00
Francesco Potortì
2e98c9c87f Markups corrected. 2001-05-14 12:53:48 +00:00
Eli Zaretskii
2a482fd745 Remove the entry for the 19.34 release. RMS says it was done on a branch. 2001-05-11 09:10:48 +00:00
Gerd Moellmann
3e057f36a0 Remove log entries for 20.5 .. 20.7. 2001-05-09 09:50:49 +00:00
Gerd Moellmann
6da5c7da1d *** empty log message *** 2001-05-08 11:25:24 +00:00
Gerd Moellmann
04dae60b46 (enter_namespace): Fix reallocation of
namespace_stack.
2001-05-08 11:25:01 +00:00
Gerd Moellmann
cc863bb799 Update copyright notice. 2001-05-07 10:23:58 +00:00
Eli Zaretskii
e8918aee02 *** empty log message *** 2001-05-04 17:50:11 +00:00
Gerd Moellmann
efbecf9d71 (globals): Fix handling of namespace aliases. 2001-05-03 11:57:57 +00:00
Eli Zaretskii
f4976ebcea (print_help): Enclose the regexp in the help text example in quotes. 2001-04-27 13:36:06 +00:00
Dave Love
23431241d4 (fail): Don't return a value.
(main): Cast uid values for sprintf.
2001-04-05 18:46:47 +00:00
Gerd Moellmann
b3f6107b74 *** empty log message *** 2001-04-03 13:52:16 +00:00
Gerd Moellmann
de073ce36f (fail, main): Don't use implicit int return type. 2001-04-03 13:37:23 +00:00
Gerd Moellmann
476bf6811c *** empty log message *** 2001-04-03 13:34:06 +00:00
Gerd Moellmann
3a2133566a (main): Always return a value. 2001-04-03 13:33:45 +00:00
Gerd Moellmann
ef53d75e82 *** empty log message *** 2001-03-02 13:32:05 +00:00
Gerd Moellmann
1727db8c85 (parse_qualified_param_ident_or_type): Return a
freshly allocated object in *LAST_ID.
(read_line): Accept \r\n line endings.
2001-03-02 12:34:45 +00:00
Francesco Potortì
c2a642c067 Corrected latest etags.c entry. 2001-02-26 11:24:02 +00:00
Andrew Innes
425de3869d *** empty log message *** 2001-02-24 22:12:00 +00:00
Andrew Innes
53b67fa093 Fix copyright notice. 2001-02-24 22:11:00 +00:00
Francesco Potortì
f55ae59994 When in autodetect mode, switch to C++ when the template keyword is met 2001-02-23 18:19:25 +00:00