Fix formatting of previous entry
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
4fff90e4 12002-03-12 Francesco Potorti` <pot@gnu.org>
a13d6523 2
4fff90e4 3 * etags.c (Python_functions): Skip spaces at beginning of lines.
a13d6523
FP
4 (Python_functions, PHP_functions): Name tags, for ctags' sake.
5 (TeX_commands): Name tags. Correction of old disabled code.
6
7 * etags.c (curfiledir, curtagfname): New global variables.
8 (process_file): Initialise them.
9 (readline): Canonicalize the name found in #line directive.
893a741e 10
4fff90e4 112002-03-06 Jason Rumney <jasonr@gnu.org>
ca55a1e3 12
893a741e
JR
13 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
14 compilers that don't optimize out dead code.
15
51aeded3
FP
162002-03-05 Francesco Potorti` <pot@gnu.org>
17
18 * etags.c: Honour #line directives.
19 (no_line_directive): New global var; set it for old behaviour.
20 (main): Remove some #ifdef in the getopt switch.
21 (add_node, put_entries): Code added to merge different chunks of
22 nodes referring to the same file. Currently the tags are just
23 appended, without any check for duplicates.
24 (Perl_functions): Do not special case ctags.
25 (readline): Identify #line directives and do the right thing.
26 (nocharno, invalidcharno): New global vars.
27 (process_file): Reset nocharno.
28 (readline): Set nocharno.
29 (pfnote): Read nocharno and maybe put invalidcharno in node.
30 (total_size_of_entries, put_entries): Use invalidcharno.
31
32 * etags.c: Keep the whole tag table in memory, even in etags mode.
33 (main): Call put_entries here even in CTAGS mode.
34 (main, process_file): Check the return values of fclose and pclose.
35 (process_file): Do not call put_entries after parsing each file.
36 (process_file): Canonicalise file names even for ctags.
37 (process_file): Set curfile here...
38 (find_entries): ... not here any more.
39 (add_node): In etags mode, build a linked list of entries (on
40 right pointer) for each file, and link the first entry of each
41 file on left nodes.
42 (put_entries): Print here the name of the file.
43 (put_entries): Print the entries starting from the first file.
44 (number_len, total_size_of_entries): Define these only iin etags
45 mode, make the second work only on the right nodes.
46
47 * etags.c: Make all global variables static.
48
50ce1f62
JB
492002-02-25 Juanma Barranquero <lektu@terra.es>
50
51 * makefile.w32-in (lisp): Add missing backslash.
52
82a399d2
JR
532002-02-24 Jason Rumney <jasonr@gnu.org>
54
55 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
56 using .elc files.
57 (lisp): Sync with list in src/Makefile.in
58 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
59
a279c920
PE
602002-02-10 Paul Eggert <eggert@twinsun.com>
61
62 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
63 disallows the old syntax.
64
0caa685d
PE
652002-02-03 Paul Eggert <eggert@twinsun.com>
66
67 * rcs2log(Copyright): Update to 2002.
68 (AWK, TMPDIR): Work around portability problem in broken shells that
69 don't understand `: ${VAR=val}'.
70 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
71 Prefer the new -k option to the traditional +M -N option.
72
03950b5b
PJ
732002-01-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
74
75 * b2m.c (main): Parenthesize assignment when used as truth value
76 to prevent gcc warnings.
77
78 * fakemail.c: Include <config.h>.
79
2f8fe2f4
PJ
802001-12-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
81
82 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
83 * yow.c: Include <config.h>.
84
a60e4de9
FP
852001-12-21 Francesco Potorti` <pot@gnu.org>
86
87 * etags.c (Perl_functions): Tag packages and use them in sub tags.
88 (get_tag): Return a pointer to the tag that is found.
89
90 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
91 (F_takeprec): Renamed from takeprec. All callers changed.
92 (F_getit): Renamed from getit. All callers changed.
93 (nocase_tail): Renamed from tail. All callers changed.
94 (Ada_getit): Renamed from adagetit. All callers changed.
95 (L_getit): Simplified by using get_tag.
96 (Perl_functions, Postscript_functions, erlang_attribute): Use the
97 modified LOOKING_AT.
98 (notinname): Removed '[' and added ')' to the recognised chars.
99 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
100 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
101 Clarified, using strneq or notinname.
102 (L_isdef, L_isquote): Removed.
103 (Lisp_functions, L_getit): Clarified.
104
105 * etags.c: (P_): Renamed to __P for consistency with config.h.
106 [HAVE_CONFIG_H]: Let config.h deal with __P.
107 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
108 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
109 gperf code needs it.
110 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with Xemacs).
111 [HAVE_CONFIG_H] [!__P]: Define __P (for use with Xemacs).
112 (xmalloc, xrealloc): Use PTR instead of long *.
113 (bool): Make it a define, not a typedef, for C++ compilers.
114 (pattern): Members renamed to avoid name clash in some C++ compilers.
115 (get_language_from_langname): Use const argument.
116
c95eaa61
PJ
1172001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
118
119 * makefile.nt, makefile.w32-in: Remove mocklisp files.
120
69bfc389
PJ
1212001-12-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
122
b8509940
PJ
123 * emacsserver.c: Conditionally include config.h.
124
594aa066
PJ
125 * fakemail.c: Likewise.
126
e69233c2
PJ
127 * emacsclient.c: Include "config.h", not <../src/config.h>.
128 (main): Parenthesize assignment when used as truth value to
129 prevent gcc warnings.
130
69bfc389
PJ
131 * ebrowse.c: Include stdlib.h and string.h conditionally.
132
e4e34e31
EZ
1332001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
134
135 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
136
ffb7c9c6
PJ
1372001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
138
139 * test-distrib.c: Fix previous change.
140
fb5aa7ac
DL
1412001-12-18 Dave Love <fx@gnu.org>
142
143 * test-distrib.c: Conditionally include fcntl.h.
144
145 * fakemail.c: Include "config.h", not <../src/config.h>.
146 (_XOPEN_SOURCE): Define as 500.
147
148 * emacsserver.c: Include "config.h", not <../src/config.h>.
149
150 * cvtmail.c: Include config.h, stdlib.h.
151 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
152
153 * yow.c: Conditionally include various headers. Use "epaths.h",
154 not <../src/epaths.h>.
155 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
156
e94a3679
FP
1572001-12-12 Francesco Potorti` <pot@gnu.org>
158
13dc0576 159 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
160 (LOOKING_AT): New macro.
161 (Perl_functions, Python_functions, PHP_functions)
162 (Scheme_functions, Texinfo_nodes): Use it.
163 (Perl_functions): Use strneq.
164 (prolog_pred): Renamed to prolog_pr.
13dc0576 165 (prolog_pr): Recognise Prolog rules in addition to predicates.
e94a3679 166 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 167 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
168 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
169
34e39c95
RS
1702001-12-11 Richard M. Stallman <rms@gnu.org>
171
172 * Makefile.in (clean): Don't delete ../etc/DOC*.
173
296071e7
PJ
1742001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
175
176 * COPYING: Moved back.
177
76054cc8
AI
1782001-11-30 Andrew Innes <andrewi@gnu.org>
179
e94a3679
FP
180 * makefile.w32-in (FACE_SUPPORT):
181 (MOUSE_SUPPORT):
182 (FLOAT_SUPPORT):
183 (WINNT_SUPPORT):
76054cc8
AI
184 (lisp): Reference .el files instead of .elc files, to simplify
185 bootstrapping.
186 ($(DOC)): Change dependency to just `make-docfile'.
187
0142178a
PJ
1882001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
189
190 * COPYING: Removed.
191
e8d6a09b
PE
1922001-11-28 Paul Eggert <eggert@twinsun.com>
193
194 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
195
196 The following changes are derived from suggestions by Bob Chapman
197 <rechapman@compuserve.com>.
198
199 * rcs2log (printlogline): Also allow tab and newline to separate
200 '(function):' from the rest of a comment.
201 (reformat the sorted log entries): Require date and author to
202 match the clumpname.
203
9a190096
GM
2042001-11-16 Gerd Moellmann <gerd@gnu.org>
205
206 * ebrowse.c (matching_regexp): Escape '\\'.
207
8ec1b917
PJ
2082001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
209
210 * Makefile.in: Add support for --program-prefix, --program-suffix
211 and --program-transform-name options.
212
6d8f7d5d
RS
2132001-11-03 Richard M. Stallman <rms@gnu.org>
214
215 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
216
217 * movemail.c (popmail): Always pass two args to `error'.
218
84e70f78
KR
2192001-10-24 Ken Raeburn <raeburn@gnu.org>
220
221 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
222 -lhesiod and maybe -lresolv.
223 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
224 support if it's available.
225
386ca361
MB
2262001-10-21 Miles Bader <miles@gnu.org>
227
a3b10252
MB
228 * make-docfile.c (struct rcsoc_state): New type.
229 (read_c_string_or_comment): Add SAW_USAGE
386ca361 230 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
231 Use a variable of type `rcsoc_state' to hold most of our state.
232 (put_char): Add STATE parameter, and remove all other parameters
233 except CH. Use STATE to get access to all needed state.
234 (scan_keyword_or_put_char): New function.
386ca361
MB
235 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
236 Don't output a usage-string if there was one in the doc-string.
237
71431a0e
GM
2382001-10-20 Gerd Moellmann <gerd@gnu.org>
239
6aa97356 240 * (Version 21.1 released.)
71431a0e 241
37a9305e
PJ
2422001-10-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
243
244 * b2m.c: Properly spell the name of Emacs.
245
945220bd
MB
2462001-10-17 Miles Bader <miles@gnu.org>
247
248 * make-docfile.c (put_char): New function.
249 (read_c_string_or_comment): Strip trailing spaces and newlines.
250
14242528
MB
2512001-10-16 Miles Bader <miles@gnu.org>
252
253 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
254 comments [with `doc:' keyword prefix].
255
9f5eb4a3
GM
2562001-10-15 Gerd Moellmann <gerd@gnu.org>
257
258 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
259 in a C doc comment.
260
e641b454
GM
2612001-10-13 Gerd Moellmann <gerd@gnu.org>
262
263 * make-docfile.c (read_c_string_or_comment): Renamed from
264 read_c_string. Add parameter COMMENT. Read C-style comments.
265 (scan_c_file): Handle doc strings in C comments.
266
967d7793
AI
2672001-10-12 Andrew Innes <andrewi@gnu.org>
268
269 * makefile.nt (ALL): Do not include fakemail.
270
271 * makefile.w32-in (install): Do not copy fakemail.
272
d682756a
JR
2732001-10-10 Jason Rumney <jasonr@gnu.org>
274
275 * makefile.w32-in (ALL) Do not include fakemail.
276
277 * makefile.nt (install) Ditto.
278
14a3dff7
GM
2792001-10-09 Gerd Moellmann <gerd@gnu.org>
280
281 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 282
95bc7904 283 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 284
f98d41f5
PJ
2852001-10-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
286
287 * profile.c: Include config.h, not ../src/config.h.
288 Include systime.h, not ../src/systime.h.
289
ab952a4f
GM
2902001-10-05 Gerd Moellmann <gerd@gnu.org>
291
292 * Branch for 21.1.
dff28924 293
12c64503
GM
2942001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
295
296 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
297 ALIASEE to help work with namespace aliases.
298 (struct sym): Remove struct member NAMESP_ALIASES.
299 (namespace_alias_table): New variable.
300 (make_namespace): Add parameter CONTEXT.
301 (check_namespace): New function.
302 (find_namespace): Add parameter CONTEXT.
303 (check_namespace_alias): New function.
304 (register_namespace_alias): Change type of parameter
305 OLD_NAME. Search for already defined alias in
306 NAMESPACE_ALIAS_TABLE.
307 (check_namespace): New function.
308 (enter_namespace): Call find_namespace with CONTEXT parameter.
309 (match_qualified_namespace_alias): New function.
310 (parse_qualified_ident_or_type): Fixed typo in comment. While
311 parsing qualified ident or type update namespace context and
312 restore it on exit.
313 (parse_qualified_param_ident_or_type): Fixed typo in comment.
314 (globals): Changed handling of namespace aliases.
315 (version): Added year 2001.
316
990e1190
FP
3172001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
318
319 * etags.c (analyse_regex): If regex_arg is NULL, return
320 immediately after a call to free_patterns.
321
f2e7e23e
AS
3222001-09-05 Paul Eggert <eggert@twinsun.com>
323
324 * rcs2log (Help, mainline code): Add new option -L FILE.
325 (Copyright): Update year.
326 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
327 LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
328 C locale.
329 (mainline code): Handle nonstandard -u option differently, by
330 transforming it to standard form. Check for "Working file: ", not
331 "Working file:". Allow file names with spaces.
332 (SOH, rlogfile): New shell vars.
dff28924 333 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
334 rlogfile.
335
336 Append ';;' to the last arm of every case statement, for
337 portability to ancient broken BSD shells.
338
339 (logins): Fix bug; was not being computed at all, lowering
340 performance.
341 (pository): New var. This fixes some bugs where repositories are
342 remote, or have trailing slashes.
343 (authors): $llogout is never an empty shell var, so don't worry
344 about that possibility.
dff28924 345 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 346 the output.
dff28924 347
75c911eb
EZ
3482001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
349
350 * ebrowse.c (SEEK_END): #define if not defined by system headers.
351 Suggested by Dave Love <d.love@dl.ac.uk>.
352
5ae10f4a
EZ
3532001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
354
355 * makefile.nt (lisp): Synchronize with src/Makefile.in.
356 * makefile.w32-in (lisp): Ditto.
357
0e4011d8 3582001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
359
360 * grep-changelog (parse_changelog): Remove unused local variable.
361
362 * grep-changelog (main): Add new option --reverse.
363 (print_log): Use it.
364 (parse_changelog): Use it.
365
3c88ae74
GM
3662001-07-20 Gerd Moellmann <gerd@gnu.org>
367
368 * grep-changelog: Remove RCS Id keyword.
369
41848daa
GM
3702001-07-20 Juanma Barranquero <lektu@terra.es>
371
6e07c0a5
GM
372 * grep-changelog (parse_changelog): Add tests for defined values
373 to quiet warning from Perl 5.005 or above.
177ab8ce 374 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
375 argument to prevent duplicate headers.
376
377 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 378
467f1209
GM
3792001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
380
381 * emacsclient.c (print_help_and_exit): Fix help message for
382 +LINE:COLUMN option.
383
3842000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 385
467f1209
GM
386 * emacsclient.c (main): Add support for +LINE:COLUMN command line
387 argument.
388
bb24c64f
GM
3892001-07-16 Gerd Moellmann <gerd@gnu.org>
390
391 * ebrowse.c (main): Check that the output file exists and
392 is non-empty if invoked with `--append'.
393
fa829470
FP
3942001-05-14 Francesco Potorti` <pot@gnu.org>
395
e335b66a
GM
396 * etags.c (add_regex): Reset the whole newly allocated pattern
397 buffer instead of the individual members. It's safer and works
398 with Xemacs.
fa829470 399
e335b66a 400 * etags.1: Markups corrected.
fa829470 401
6da5c7da
GM
4022001-05-08 Gerd Moellmann <gerd@gnu.org>
403
404 * ebrowse.c (enter_namespace): Fix reallocation of
405 namespace_stack.
406
efbecf9d
GM
4072001-05-03 Gerd Moellmann <gerd@gnu.org>
408
409 * ebrowse.c (globals): Fix handling of namespace aliases.
410
f4976ebc
EZ
4112001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
412
413 * etags.c (print_help): Enclose the regexp in the help text
414 example in quotes.
415
23431241
DL
4162001-04-05 Dave Love <fx@gnu.org>
417
418 * emacsclient.c (fail): Don't return a value.
fa829470 419 (main): Cast uid values for sprintf.
23431241 420
476bf681
GM
4212001-04-03 Gerd Moellmann <gerd@gnu.org>
422
b3f6107b
GM
423 * emacsclient.c (fail, main): Don't use implicit int return type.
424
476bf681
GM
425 * b2m.c (main): Always return a value.
426
ef53d75e
GM
4272001-03-02 Gerd Moellmann <gerd@gnu.org>
428
429 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
430 freshly allocated object in *LAST_ID.
431 (read_line): Accept \r\n line endings.
432
425de386
AI
4332001-02-24 Andrew Innes <andrewi@gnu.org>
434
435 * makefile.w32-in: Fix copyright notice.
436
f55ae599
FP
4372001-02-23 Francesco Potorti` <pot@gnu.org>
438
439 * etags.c (enum sym_type): New label st_C_template.
440 (gperf input): Use it for switching to C++ from C.
441 (consider_token): Do it.
c2a642c0
FP
442 (C_entries): Initialise typdefcblev to quiet compilers.
443 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 444
f6839838
AI
4452001-02-22 Andrew Innes <andrewi@gnu.org>
446
447 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
448 VMS header files.
449 ($(BLD)\profile.obj): Ditto.
450
451 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
452 VMS header files.
453 ($(BLD)/profile.$(O)): Ditto.
454
193fba87
AI
4552001-02-05 Andrew Innes <andrewi@gnu.org>
456
457 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
458 invocation of make-docfile, to work with Windows 2000.
459
30526cc6
DL
4602001-01-31 Dave Love <fx@gnu.org>
461
462 * etags.c (in_word_set): Use `static' in definition (for pcc).
463
8f79fe72
FP
4642001-01-31 Francesco Potorti` <pot@gnu.org>
465
466 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
467 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
468 (C_entries): Tag token renamed to still_in_token because sunos4
469 pcc wants to expand it as the token() macro even though it has no
470 arguments.
471
914d7258
AI
4722001-01-30 Andrew Innes <andrewi@gnu.org>
473
474 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
475 bug in the Mingw32 assert.h header file.
476
b28e26be
FP
4772001-01-30 Francesco Potorti` <pot@gnu.org>
478
479 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
480 #define it for the sake of Xemacs.
481 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
482 HAVE_CONFIG_H. This change only affects a standalone etags.
483 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
484 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
485 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
486 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
487 WINDOWSNT, as this is the correct way to use it.
488
8c463abe
FP
4892001-01-28 Francesco Potorti` <pot@gnu.org>
490
491 * etags.c: Be capable to parse nested struct-like structures.
492 (structdef, structtag): Struct state machine revisited.
493 (struct tok): Revisited.
494 (cstack, nestlev, instruct): New struct and macros.
495 (pushclass_above, popclass_above, write_classname): New functions
13dc0576 496 for dealing with nested class names.
8c463abe
FP
497 (consider_token, make_C_tag, C_entries): Many changes for dealing
498 with arbitrarily nested structures.
499 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
500 (C_entries): Consider templates in C++.
501 (sym_type): New constant st_C_class for detecting "class" also in
502 C mode.
503 (C_AUTO): New macro for automatic detection of C++.
504 (consider_token): Automatic set C++ mode.
505 (C_entries): New security check for yacc.
506 (print_language_names, print_help): Mention the autodetect
507 feature, do not show help for the -C option, now mostly useless.
508 (C_entries): Tag C++ forward declarations if --declarations.
509 (C_entries): Don't be fooled by things like XDEFUN.
510 (consider_token): Discard asm pseudo function.
511
e26f9ced
EZ
5122001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * etags.c: Add a coding: tag.
515
a47b7816
GM
5162001-01-26 Gerd Moellmann <gerd@gnu.org>
517
8c463abe 518 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
519 New variables.
520 (matching_regexp): Use them instead of static variables in
521 function scope.
522
7df65e91 5232001-01-25 Francesco Potorti` <pot@gnu.org>
d22a24fa
FP
524
525 * etags.c (struct tok): Renamed from struct token.
526 (token): Renamed from tok.
527 (structtype): Make it a local variable.
528 [DEBUG]: Use assert.
529 (xrnew): Change the synopsis.
530 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
531 (grow_linebuffer): Don't call xrnew when not needed.
532 (token): buffer renamed to line.
533 (C_entries): Three calls to inibuffer moved here from main.
534 (C_entries): Removed all references to var methodlen, delete it.
535 (linebuffer_setlen): Was grow_buffer, now also sets len.
536 (consider_token, C_entries, Pascal_functions): Use it.
537 (C_entries): Preventing problems relative to extern "C".
538 (C_entries): Can tag more than one variable or func separated by
539 comma when --declarations is used.
540 (C_entries): More accurate tagging of members and declarations.
541 (yacc_rules): Was global, made local to C_entries.
542 (next_token_is_func): Removed.
543 (fvdef): New constants fdefunkey, fdefunname.
544 (consider_token, C_entries): Use them.
545 (C_entries): Build proper lisp names for Emacs DEFUNs.
546
21c2bbe0
GM
5472001-01-22 Gerd Moellmann <gerd@gnu.org>
548
549 * ebrowse.c (xfree): New function.
550 (member, declaration, globals): Use xmalloc instead of alloca.
551
7df65e91 5522001-01-15 Francesco Potorti` <pot@gnu.org>
83be933c
FP
553
554 * etags.c (print_language_names): Print filenames in addition to
555 suffixes.
556
47df1a5e
EZ
5572001-01-14 Francesco Potorti` <pot@gnu.org>
558
559 * etags.c (get_language_from_langname): Renamed from
560 get_language_from_name.
561 (get_language_from_filename): Renamed from
562 get_language_from_suffix. Now first looks for the complete file
563 name.
564 (language): New member char **filenames.
565 (Makefile_filenames): List of possible filenames for makefiles.
566 (lang_names): Added a NULL member for every entry, added an entry
567 for makefiles.
13dc0576 568 (Makefile_targets): New function.
47df1a5e
EZ
569 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
570 it conformant to the style of the rest of the code.
571
291c7e74
GM
5722001-01-13 Gerd Moellmann <gerd@gnu.org>
573
574 * make-docfile.c (write_c_args): Print newlines as spaces.
575
0dac6924
AI
5762001-01-06 Andrew Innes <andrewi@gnu.org>
577
578 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
579 of *.pdb.
580
3e99d3b4
GM
5812001-01-03 Paul Eggert <eggert@twinsun.com>
582
583 * lib-src/rcs2log: Avoid security hole allowing attacker to
584 cause user of rcs2log to overwrite arbitrary files, fixing
585 a bug reported by Morten Welinder.
586
587 Don't put "exit 1" at the end of the exit trap; it's
588 ineffective in POSIX shells.
589
d6bb0c0d
GM
5902001-01-02 Gerd Moellmann <gerd@gnu.org>
591
592 * ebrowse.c (yyerror): Changed to take two arguments. Prototype
593 added. Callers changed.
594
d5c00476 5952001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
596
597 * ebrowse.c (enter_namespace, main): Cast variables to shut up
598 compiler warnings.
599 (yyerror): Change parameter declarations to be of type long, so
600 that they can take pointers on 64-bit platforms.
601
602 * emacsclient.c (main): Remove unused local variable statbfr.
603 (main) <homedir>: Make its declaration conditional on
604 SERVER_HOME_DIR, to avoid compiler warnings.
605
606 * emacsserver.c (main) <homedir>: Make its declaration conditional
607 on SERVER_HOME_DIR, to avoid compiler warnings.
608
609 * fakemail.c (readline): Cast buffer to "long *" to pacify
610 over-zealous compilers.
611
7c89ea61
EZ
6122000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
613
614 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
615
a6768cc5
GM
6162000-12-15 Gerd Moellmann <gerd@gnu.org>
617
618 * ebrowse.c (operator_name): Cast argument of isalpha to
619 unsigned char.
620
621 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
622 Use them throughout instead of ctype functions/macros.
623 (lowcase): Cast to unsigned char.
624 (UPCASE): New macro.
625 (canonicalize_filename): Use UPCASE instead toupper.
626
627 * fakemail.c (get_keyword): Make sure that isspace and
628 similar aren't called with a negative argument.
629
70de49cc
DL
6302000-12-13 Dave Love <fx@gnu.org>
631
632 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
633
4e8b894c
AI
6342000-12-06 Andrew Innes <andrewi@gnu.org>
635
636 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
637 don't know the real version, and I can't seem to get the quoting
638 right in all circumstances.
639
640 * ebrowse.c (VERSION): Provide default definition, like etags.c
641 does, because Windows build can't snarf this from version.el.
642
88257bc8
AI
6432000-11-30 Andrew Innes <andrewi@gnu.org>
644
645 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
646 (install): Ditto.
647
d19249e7
JR
6482000-11-23 Jason Rumney <jasonr@gnu.org>
649
650 * makefile.w32-in: Add targets for ebrowse.exe.
651 (LOCAL_FLAGS): Add -DVERSION flag.
652
7df6adc3
DL
6532000-09-25 Dave Love <fx@gnu.org>
654
655 * sorted-doc.c: Include config.h.
656 [!HAVE_STDLIB_H]: Declare malloc.
657
fe83b953
AI
6582000-09-14 Andrew Innes <andrewi@gnu.org>
659
660 * makefile.w32-in: Revert to Unix line endings.
661
517699ca
DL
6622000-09-04 Dave Love <fx@gnu.org>
663
664 * movemail.c (index, rindex): Prototype conditionally.
665
f8803e97
AI
6662000-09-03 Andrew Innes <andrewi@gnu.org>
667
668 * makefile.w32-in: Change to DOS line endings.
669
f72adc12
EZ
6702000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
671
4034f3a8 672 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
673 [!F_OK]: Provide default definitions only after including both
674 fcntl.h and unistd.h.
675
f678f592
DL
6762000-08-29 Dave Love <fx@gnu.org>
677
678 * movemail.c: Revert previous change.
679
5b671d04
EZ
6802000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
681
682 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
683
6fa86045
DL
6842000-08-28 Dave Love <fx@gnu.org>
685
686 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
687 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
688
746d9caf
AI
6892000-08-22 Andrew Innes <andrewi@gnu.org>
690
691 * ntlib.h (WIN32): Remove unnecessary definition.
692 (sleep): Make argument unsigned long.
693 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
694
695 * ntlib.c (sleep): Make argument unsigned long.
696
697 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
698
699 * makefile.w32-in: New file.
700
3b541489
EZ
7012000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
702
703 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
704 letter only if it is a drive letter.
705
e5acf0ca
GM
7062000-07-14 Gerd Moellmann <gerd@gnu.org>
707
708 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
709 ymalloc.
710
711 * etags.c (xmalloc, xrealloc): Make externally visible, for use
712 by alloca.o.
713
714 * Makefile.in (alloca.o): Add -Demacs so that alloca will use
715 xmalloc.
716
4b92c49a
GM
7172000-07-10 Gerd Moellmann <gerd@gnu.org>
718
719 * ebrowse.c (yylex): Accept string literals with newlines in them.
720 (process_pp_line): Handle case of string literal with newline
721 in it in replacement text, which counts as continuing the
722 replacement text in GNU C.
723
831a6cb0
GM
7242000-07-02 Gerd Moellmann <gerd@gnu.org>
725
726 * ebrowse.c (token_string): Add missing tokens.
727 (parm_list): Handle case of qualified pointers.
728
53245ee2
DL
7292000-06-23 Dave Love <fx@gnu.org>
730
731 * ebrowse.c: Move config.h before other includes (which may use
732 feature tests).
733
dcbf2cd2
JM
7342000-06-14 Jim Meyering <meyering@lucent.com>
735
736 * grep-changelog: Fix typos in comments. Remove trailing blanks.
737
f1c7754a
JR
7382000-06-11 Jason Rumney <jasonr@gnu.org>
739
740 * makefile.nt: Add targets for ebrowse.
741
742 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
743 compare filenames.
744
5f1aea9a
GM
7452000-06-06 Gerd Moellmann <gerd@gnu.org>
746
747 * ebrowse.c (ymalloc): Renamed from xmalloc.
748 (yrealloc): Renamed from xrealloc.
749
5bf244f1
DL
7502000-05-21 Dave Love <fx@gnu.org>
751
752 * movemail.c: Include config.h, not ../src/config.h.
753 (Errmsg): Bump length.
754
755 * pop.c (ERROR_MAX): Increase to 160.
756
ec82fb2f
GM
7572000-05-04 Gerd Moellmann <gerd@gnu.org>
758
759 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
760
5c922ea7
EZ
7612000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
762
763 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
764 to semi-colon.
765 (FILENAME_EQ): New macro, for comparing file names.
766 (add_member_decl, add_global_decl, add_member_defn): Use
767 FILENAME_EQ.
768 (process_file): Don't assume that fread always reads as many bytes
769 as it was told to (DOS-style CR-LF text files fail this logic).
770 (open_file): Allocate enough space for path->path plus the file
771 name and the slash.
772
6142fdcb 7732000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
774
775 * etags.c (Texinfo_functions): New function.
776 (lang_names): Install it.
777 (Texinfo_suffixes): New variable.
778
cb9215e4
GM
7792000-04-19 Gerd Moellmann <gerd@gnu.org>
780
781 * ebrowse.c (xmalloc, xrealloc): Rewritten.
782 (declaration): Remove parameter IS_EXTERN.
783 (class_definition): Remove unused variable.
784
be0dbdab
GM
7852000-04-09 Gerd Moellmann <gerd@gnu.org>
786
787 * Makefile.in (INSTALLABLES): Add ebrowse.
788 (ebrowse): New target.
789
790 * ebrowse.c: New file.
791
c5aa0fc2
AS
7922000-03-29 Andreas Schwab <schwab@suse.de>
793
794 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
795
d054101f
GM
7962000-03-02 Gerd Moellmann <gerd@gnu.org>
797
798 * etags.c (lisp_suffixes) Add `LSP'.
799
71cbb895
FP
8002000-02-10 Francesco Potorti` <pot@gnu.org>
801
802 * etags.c (iswhite): Redefined not to consider '\0' as white
803 space, and use it throughout in place of isspace, thus preventing a
804 potential signed char to int conversion problem.
805 (MSDOS): #undefine befere redefining
806
7df65e91 8072000-02-04 Francesco Potorti` <pot@gnu.org>
71cbb895
FP
808
809 * etags.c (many functions): Add prototypes.
810
97fa0cc8
DL
8112000-02-10 Dave Love <fx@gnu.org>
812
813 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
814 (erlang_func): Add `static' to definitions to keep pcc happy.
815
7df65e91 8162000-01-31 Francesco Potorti` <pot@gnu.org>
e4100b7f
FP
817
818 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
819 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
820 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
821 (getenv, getcwd): Only declare them if necessary.
822 (EMACS_NAME): New constant macro.
823 (print_version): Use it.
824 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 825
19e262bd 8262000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
827
828 * etags.c [WINDOWSNT]: #include <direct.h>
829
19e262bd 8302000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 831
19e262bd
FP
832 * etags.c (all functions): Made them static.
833 (all functions): Write prototypes.
e4100b7f 834
55e30d2a
RS
8352000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
836
837 * movemail.c (main): Improve error message if can't create lock file.
838
875c1439
GM
8392000-01-28 Eric Hanchrow <offby1@blarg.net>
840
841 * emacsclient.c (socket_status): New function.
842 (main): if $LOGNAME or $USER exist and differ from our euid, look
843 for a socket based on the UID associated with the name.
844
e4936aa9
GM
8452000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
846
847 * emacsclient.c: Add option -a EDITOR and environment variable
848 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
849
791a9087
GM
8501999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
851
852 * movemail.c (popmail): Allow mailbox specifications of the
853 form `po:username:hostname'.
854
7df65e91 8551999-11-19 Francesco Potorti` <pot@gnu.org>
e2081362
FP
856
857 * etags.c (_GNU_SOURCE): Define only if undefined.
858 (get_scheme): Declaration deleted.
859 (main): error was called with an integer as second arg, instead of
860 a char pointer.
861 (canonicalize_filename): Bug removed.
862
8631999-11-18 Dave Love <d.love@dl.ac.uk>
864
865 * etags.c (C_entries): Rename label `intoken', avoiding K&R
866 lossage from name clash with macro.
867
b05d3bee
GM
8681999-11-13 Gerd Moellmann <gerd@gnu.org>
869
870 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
871
cb3a6c48
GM
8721999-11-03 Gerd Moellmann <gerd@gnu.org>
873
874 * etags.c (print_help): Change email address to send bugs to.
875
7df65e91 8761999-11-01 Francesco Potorti` <pot@gnu.org>>
1c478461
FP
877
878 * etags.c: Add suffix psw for PSWrap.
879 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
880 (Postscript_functions): Add code for PSWrap.
881 (Scheme_functions): Use local pointer and new get_tag function.
882 (get_tag): New name for old get_scheme.
883 (process_file): Do not free NULL when file does not exist.
884 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
885 (C_entries): Modifications that make --members tag even inside
886 typedefs and C nested structs (one level only).
887 (consider_token): Corrected a bug which prevented tagging of enum
888 constants.
889 (C_stab_entry): Added if, for, while, switch, return as
890 st_C_ignore. This makes it simpler to work when cblev!=0.
891
892 * etags.c (C_entries): tag member function declarations when
893 --declarations is used.
894
895 * etags.c (C_entries, consider_token): C++ `operator' now is
896 tagged in most cases.
897 As before, :: is not recognised if surrounded by spaces.
898
899 * etags.c (relative_filename): Account for DOS file names such
900 that is impossible to make one relative to another.
901
902 * etags.c (sym_type): New st_C_extern tag.
903 (gperf input): Use it for spotting external declarations.
904 (print_help): Document the new behaviour of --declarations.
905 (fvextern): New global variable.
906 (consider_token, C_entries): Use it.
907
908 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
909 (etags_getcwd): Remove test for WINDOWSNT.
910
911 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
912 foo.cgz, foo.cz, etc.
913
914 * etags.c (declarations): New global switch.
915 (longopts): Describe it.
916 (print_help): Document it.
917 (C_entries): Use it.
918 (process_file): Don't process a file twice.
919
920 * etags.c (Fortran_functions): No tags for "procedure".
921
9221999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
923
924 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
925 non-zero, returns a pointer to where the extension begins; callers
926 changed.
927 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
928 were foo.c.gz.
929
7df65e91 9301999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
931
932 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
933 (fvdev): New constant foperator.
934 (consider_token): Use it to get "operator" in C++.
935 (C_entries): Extend length of operator@ function name.
936 (C_entries): Use foperator when necessary.
937
938 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
939
940 * etags.c (compressor): New struct for compressed files.
941 (get_compressor_from_suffix): New function.
942 (get_language_from_suffix): Use it. Also, semantics changed.
943 (process_file): Consider compressed files, close file.
944 (find_entries): Use different call arg for get_language_from_suffix,
945 don't close file.
946
947 * etags.c (main): Call free_tree.
948 (find_entries): Do not free curfile.
949 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
950 (prolog_pred, erlang_func, substitute): Cast strlen to int when
951 comparing.
952 (canonicalize_filename): Shut up compiler warning.
953 (Perl_functions): Make tag significant.
954
9551999-11-01 Dave Love <d.love@dl.ac.uk>
956
957 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
958 (argument_type): New member at_icregexp.
959 (lc_trans): New global.
960 (main): Fill lc_trans. Process -c args.
961 (add_regex): New arg determining whether to use translation table.
962 (analyse_regex): New arg. Use it for add_regex.
963
7df65e91 9641999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
965
966 * etags.c (init): Cosmetic change: NULL --> '\0'.
967 (erlang_attribute): Bug corrected (uninitialized variable).
968 (filename_is_absolute): New function replaces absolutefn macro and
969 corrects a bug. All callers changed.
970 (canonicalize_filename): New function.
971 (process_file, etags_getcwd, absolute_dirname): Use it.
972 (relative_filename, absolute_filename): Removed var shadowing.
973 (C_entries, Pascal_functions): Add fake initializations to keep
974 compilers quiet.
975 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
976
977 * etags.c (xrnew): New macro. All callers of xrealloc changed.
978 (language): New typedef (was struct lang_entry).
979 (curlang): New global variable.
980 (node): typedef renamed from NODE.
981 (linebuffer): New typedef (was struct linebuffer).
982 (pattern): New typedef (was struct pattern). Some members added.
983 Now used as element of a linked list.
984 (patterns, num_patterns): Global variables deleted.
985 (p_head): New global variable.
986 (forced_lang): New global variable (replaces lang_func).
987 (get_language_from_name, get_language_from_interpreter,
988 get_language_from_suffix): Semantics changed. All callers changed.
989 (last_node): New global variable.
990 (free_tree, add_node, put_entries, total_size_of_entries): Change
991 name of local vars to avoid clashes with typedef node.
992 (number_len): Rewritten for elegance.
993 (token): New typedef replaces TOKEN.
994 (analyse_regex, add_regex): Rewritten for new functionality.
995 (free_patterns): New function called from main and add_regex.
996 (initbuffer, readline_internal, readline, grow_linebuffer):
997 Change name of local vars to avoid clashes with typedef
998 linebuffer.
999 (readline): Rewritten for new functionality.
1000
1001 * etags.c: (Scheme_suffixes): New suffix ".ss".
1002 (print_help): --globals is now used for more than C-type languages.
1003 (Perl_functions): Tag global variables ("my" and "local").
1004
1005 * etags.c (print_help): Some messages clarified.
1006 (LOOP_ON_INPUT_LINES): New macro.
1007 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
1008 Python_functions, Cobol_paragraphs, Pascal_functions,
1009 Lisp_functions, Postscript_functions, Scheme_functions,
1010 TeX_functions, Prolog_functions, Erlang_functions): Use it.
1011 (Cobol_paragraphs, Postscript_functions, TeX_functions,
1012 Prolog_functions, Erlang_functions): Use a local variable instead
1013 of the global variable dbp.
1014 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
1015 standard indentation.
1016
1017 * etags.c (Python_suffixes, lang_names, Python_functions): Python
1018 support.
1019 (skip_spaces, skip_non_spaces): Utility functions.
1020 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
1021 Python_functions, L_getit, Lisp_functions, Scheme_functions,
1022 prolog_pred, erlanf_func, erlang_attribute): Use them.
1023 (eat_white): Deleted.
1024
1025 * etags.c (CHAR, init): Keep into account non US-ASCII
1026 characters and compilers with default signed chars.
1027 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
1028 constructs.
1029
1030 * (C_stab_entry): "interface" in Java behaves like "class".
1031
1032 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1033 (main): Put interval syntax here.
1034 (add_regex): And remove it from here.
1035
1036 * etags.c (suggest_asking_for_help): Provide a
1037 meaningful help message with and without LONG_OPTIONS.
1038
1039 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
1040 <stdlib.h, string.h>: Don't test MSDOS when including them.
1041 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
1042 (put_entries): Correctly use %ld instead of %d in printf.
1043
1044 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
1045 declare getcwd if HAVE_GETCWD.
1046 (consider_token): Dead break instruction removed.
1047
4ee9629e
PE
10481999-10-19 Paul Eggert <eggert@twinsun.com>
1049
1050 Add support for large files. Merge glibc 2.1.2.
1c478461 1051
4ee9629e
PE
1052 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
1053 movemail.c, pop.c:
1054 Do not include <stdlib.h>, as <config.h> does this now.
1055
1056 * b2m.c, emacsserver.c, etags.c, profile.c:
1057 Include <config.h> before any system include files.
1c478461 1058
4ee9629e
PE
1059 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
1060 test-distrib.c:
1061 (read, write, open, close): Do not undef.
1062
1063 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
1064 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
1065
1066 * getopt.h: Adopt glibc 2.1.2.
1c478461 1067
93c8d183
DL
10681999-10-15 Dave Love <fx@gnu.org>
1069
1070 * Makefile.in (pop.o): Depend on config.h.
1071
b358f91c
GM
10721999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1073
1074 * pop.c: Use "pop3" as the POP service name on all platforms,
1075 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
1076 has been the standard service name since RFC 1340 was published in
1077 July 1992, so I think it's safe to start using it by default.
1078
362bc2da
DL
10791999-09-27 Dave Love <fx@gnu.org>
1080
1081 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
1082
74e4cb59
PR
10831999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1084
1085 * make-docfile.c (scan_lisp_file): Fix previous changes;
1086 swallow CRLF like just CR or just LF.
1087
362bc2da
DL
10881999-09-03 Richard Stallman <rms@gnu.org>
1089
1090 * make-docfile.c: Include config.h not ../src/config.h.
1091 (main, fopen, chdir): Add #undef.
1092 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
1093 (scan_lisp_file): Handle \r like \n.
1094
10951999-08-30 Andreas Schwab <schwab@gnu.org>
1096
1097 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
1098
1099 * emacsserver.c: Include <stdlib.h> if available. Don't declare
1100 errno if it's a macro.
1101
1102 * test-distrib.c: Include <unistd.h> if available.
1103
11041999-08-29 Richard Stallman <rms@gnu.org>
1105
1106 * emacsclient.c (print_help_and_exit): Mention --version.
1107
11081999-08-25 Richard M. Stallman <rms@gnu.org>
1109
1110 * emacsclient.c (decode_options): Update version output.
1111 (print_help_and_exit): Update bug report address.
1112
11131999-08-13 Richard M. Stallman <rms@gnu.org>
1114
1115 * emacsclient.c (main): Move the dynamic allocation of
1116 system_name outside of the SERVER_HOME_DIR conditional.
1117 * emacsserver.c (main): Likewise.
1118
11191999-08-10 Gerd Moellmann <gerd@gnu.org>
1120
1121 * grep-changelog: New.
1122 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
1123
11241999-07-12 Richard Stallman <rms@gnu.org>
1125
1126 * Version 20.4 released.
1127
11281999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1129
1c478461 1130 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
1131
11321999-06-23 Dave Love <fx@gnu.org>
1133
1134 * etags.c (erlang_attribute): Fix undefined variable usage (after
1135 Potorti).
1136
11371999-05-2 Andrew Innes <andrewi@gnu.org>
1138
1139 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
1140 mapped to _chsize.
1141
11421999-04-29 Richard M. Stallman <rms@gnu.org>
1143
1144 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
1145
11461999-03-30 Dave Love <fx@gnu.org>
1147
1148 * sorted-doc.c (main): Split up tables. Modify the preamble
1149 somewhat.
1150
11511999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1152
1153 * makefile.nt: Remove common multiple file compilation commands.
1154
11551999-02-26 Richard Stallman <rms@gnu.org>
1156
1157 * Version 20.4 released.
1158
1159 * Makefile.in (yow): Depend on epaths.h, not paths.h.
1160
1161 * yow.c: Refer to epaths.h.
1162
11631999-02-22 Simon Josefsson <jas@pdc.kth.se>
1164
1165 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
1166
11671999-01-27 Andrew Innes <andrewi@gnu.org>
1168
1169 * makefile.nt: Do make version comparison as strings.
1170
11711999-01-25 Richard Stallman <rms@gnu.org>
1172
1173 * emacsclient.c (xmalloc): Fix previous change.
1174
11751999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
1176
1177 * emacsclient.c (xmalloc): Declare to return long.
1178
11791999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1180
1181 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
1182 the case of the drive letter.
1183
11841999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
1185
1186 * emacsserver.c (main): Eliminate arbitrary limit on
1187 length of system_name.
1188
1189 * emacsclient.c (main): Eliminate arbitrary limit on
1190 length of system_name.
1191 (xmalloc): Define unconditionally.
1192
11931999-01-12 Darrin B. Jewell <jewell@mit.edu>
1194
1195 * etags.c (relative_filename): Stop backward search at beginning
1196 of string, since non-Unix systems can have absolute paths with no
1197 initial slash.
1198
11991998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1200
1201 * makefile.nt: Do string comparision of _NMAKE_VER.
1202
12031998-11-03 Theodore Jump <tjump@cais.com>
1204
1205 * makefile.nt: Compile multiple source files when possible.
1206
12071998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
1208
1209 * Makefile.in: Replace tabs with spaces
1210 when they might confuse some Make versions.
1211
12121998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1213
1214 * emacsclient.c (main): Null-terminate system_name.
1215
1216 * emacsserver.c (main): Null-terminate system_name.
1217
12181998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1219
1220 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
1221 an error message from POP, mention that it's from POP, to
1222 distinguish it from local error messages.
1223
12241998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1225
1226 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
1227 order of messages downloaded from a POP server (e.g., if the
1228 server stores messages in mailboxes in reverse order).
1229
12301998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1231
1232 * Version 20.3 released.
1233
12341998-08-11 Paul Eggert <eggert@twinsun.com>
1235
1236 * rcs2log: Update copyright date and bug report address.
1237 (initialize_fullname): Prefer getent if available.
1238
12391998-07-30 Paul Eggert <eggert@twinsun.com>
1240
1241 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
1242 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 1243
362bc2da
DL
12441998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
1245
1246 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1247
12481998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
1249
1250 * Makefile.in: Properly terminate a comment.
1251
12521998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1253
1254 * movemail.c (sys_wait): Rename to wait.
1255
1256 * ntlib.h: Undefine _WINSOCKAPI_.
1257
1258 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
1259
12601998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1261
1262 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
1263
12641998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
1265
1266 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
1267 all file i/o to be in binary mode. Include ntlib.h.
1268
12691998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
1270
1271 * make-docfile.c: Include <unistd.h> for chdir.
1272
12731998-04-25 Richard Stallman <rms@psilocin.gnu.org>
1274
1275 * etags.c (TEX_decode_env): Don't free the value getenv returns.
1276
12771998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1278
1279 * makefile.nt (obj): Update with new files in src.
1280 (clean): Delete patch scratch files, optimized compilation dir.
1281
12821998-04-08 Dave Love <fx@gnu.org>
1283
1284 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
1285 Irix6, at least.
1286
12871998-04-06 Andreas Schwab <schwab@gnu.org>
1288
1289 Silence -Wimplicit:
1290 * movemail.c: Move cancelations up. Include <stdlib.h> if
1291 available.
1292 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
1293 (parse_header): Explicitly declare return type.
1294 * emacsserver.c: Include <unistd.h> if available.
1295 (main, handle_signals, perror_1, fatal_error): Explicitly declare
1296 return types. Add forward declarations.
1297 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
1298 Don't declare geteuid.
1299 (print_help_and_exit): Change return type to void. Forward
1300 declare it.
1301 * b2m.c: Include <stdlib.h> if available.
1302 (main): Explicitly declare return type.
1303
13041998-04-03 Richard Stallman <rms@delysid.gnu.org>
1305
1306 * etags.c (put_entries): Use %ld.
1307
1308 * b2m.c (fatal): Declare the arg.
1309
13101998-04-03 Richard Stallman <rms@psilocin.gnu.org>
1311
1312 * etags.c (put_entries): Use %ld.
1313
1314 * b2m.c (fatal): Declare the arg.
1315
13161998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1317
1318 * pop.c (pop_getline): Renamed from getline.
1319
13201998-03-05 Richard Stallman <rms@psilocin.gnu.org>
1321
1322 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
1323 for the utilities.
1324
13251998-01-23 Dave Love <d.love@dl.ac.uk>
1326
1327 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
1328 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
1329 Always make named tags.
1330 (Fortran_functions): Grok BLOCK DATA.
1331
13321998-01-23 Andreas Schwab <schwab@gnu.org>
1333
1334 * movemail.c (main): Fix interwoven brace and cpp conditional
1335 nesting.
1336
13371997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
1338
1339 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1340 server to contain embedded nulls.
1341
13421997-12-03 Paul Eggert <eggert@delysid.gnu.org>
1343
1344 * movemail.c:
1345 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
1346 '>' any lines starting with "From " read from the POP server, but
1347 leave the code in place, wrapped in #ifdef
1348 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1349 because it turns out that something is depending on it. Change
1350 suggested by Paul Eggert <eggert@twinsun.com>.
1351 Convert the character \037 (^_) at the beginning of a line into
1352 the character '^' followed by the character '_', because otherwise
1353 Emacs can't parse the resulting file as a valid BABYL file.
1354 Change suggested by Paul Eggert <eggert@twinsun.com>.
1355
13561997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1357
1358 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1359 server to contain embedded nulls.
1360
13611997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 1362
362bc2da
DL
1363 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
1364 quotes with a '>' any lines starting with "From " read from the
1365 POP server, but leave the code in place, wrapped in #ifdef
1366 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1367 because it turns out that something is depending on it. Change
1368 suggested by Paul Eggert <eggert@twinsun.com>.
1369
1370 Convert the character \037 (^_) at the beginning of a line into
1371 the character '^' followed by the character '_', because otherwise
1372 Emacs can't parse the resulting file as a valid BABYL file.
1373 Change suggested by Paul Eggert <eggert@twinsun.com>.
1374
13751997-11-22 Richard Stallman <rms@gnu.org>
1376
1377 * b2m.c: Include getopt.h.
1378 (main): Use getopt_long to handle --version and --help.
1379
1380 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
1381
13821997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1383
1384 * pop.c (fullwrite): Get rid of an extra call to write. Problem
1385 pointed out by Chiaki Ishikawa.
1386
13871997-10-16 Dave Love <d.love@dl.ac.uk>
1388
1389 * etags.c (L_getit): Always make named tags so that Emacs
1390 completion on symbols containing `:' etc. works.
1391 (get_scheme): Likewise.
1392
13931997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1394
1395 * pop.c: Use system header files instead of declaring C-library
1396 functions explicitly.
1397
13981997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1399
1400 * Version 20.2 released.
1401
14021997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1403
1404 * Version 20.1 released.
1405
14061997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1407
1408 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
1409
1410 * ntlib.c (getpid): Delete function.
1411
14121997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1413
1414 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
1415
14161997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1417
1418 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1419 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
1420
14211997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1422
1423 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
1424
14251997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
1426
1427 * profile.c (get_time): Cast arg to fprintf.
1428
1429 * hexl.c (main): Use %08lx instead of %08x in printf because the
1430 variable named addresses is long.
1431
14321997-08-08 Geoff Voelker <voelker@cs.washington.edu>
1433
1434 * makefile.nt (lisp): Update paths to lisp files that have moved.
1435
14361997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
1437
1438 * makefile.nt (ctags.obj): New target.
1439 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
1440
1441 * ntlib.h: Add includes.
1442 Undo definitions of crt routines from config.h.
1443
14441997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1445
1446 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
1447
14481997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1449
1450 * pop.c: Support auto-configuration of both Kerberos V4 and
1451 Kerberos V5 for movemail, including detection of V4 and V5 header
1452 files and libraries.
1453 Include <string.h> when STDC_HEADERS is defined, to get
1454 declarations of string functions.
1455 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
1456 V5 API rather than the old one.
1457 [KERBEROS] (socket_connection): Change a constant name from
1458 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
1459 with a constant in a header file.
1460
1461 * Makefile.in: Support auto-configuration of both Kerberos V4 and
1462 Kerberos V5 for movemail, including detection of V4 and V5 header
1463 files and libraries.
1464
14651997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1466
1467 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
1468
1469 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 1470
362bc2da
DL
14711997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1472
1473 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
1474
14751997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1476
1477 * movemail.c (rindex): Add declaration.
1478
1479Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
1480
1481 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
1482 (movemail.exe): Depend upon and link with getopt files.
1483 (obj): Include new source files.
1484 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
1485 (lisp): Include new and reorganized elisp files.
1486
14871997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1488
1489 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
1490
14911997-06-25 Paul Eggert <eggert@twinsun.com>
1492
1493 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
1494
14951997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
1496
1497 * b2m.c (readline): Terminate buffer properly when EOF seen.
1498 Test for valid pointer before dereferencing it.
1499
15001997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1501
1502 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
1503 defined inside etags.c if HAVE_CONFIG_H is defined.
1504
15051997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1506
1507 * etags.c: (logical): Type name changed to bool.
1508 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
1509 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
1510 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
1511 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
1512 (longopts): New long options without short counterpart are
1513 globals, members, no-globals, no-members. Regexp options are now
1514 defined conditionally to ETAGS_REGEXPS.
1515 (print_help): Updated.
1516
15171997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1518
1519 * etags.c (C_entries): Use "." instead of "::" for Java.
1520 (consider_token): is_func renamed to is_func_or_var.
1521 (C_entries): is_func renamed to funorvar.
1522 (C_entries): Initialise tok.named.
1523 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
1524 get rid of "import", "package" and "friend".
1525 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 1526 users changed.
362bc2da
DL
1527 (C_entries): Make separate tags for variables separated by comma.
1528 (globals, members): New flags.
1529 (main, C_entries): Use them.
1530 (make_C_tag, C_entries): Make tok a global variable.
1c478461 1531
362bc2da
DL
15321997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1533
1534 * etags.c (funcdef): New vignore constant.
1535 (consider_token, C_entries): Use it to tag global variables.
1536 (print_help): Update for global variables.
1537 (consider_token, C_entries): Set the len member of token_name.
1538 (prolog_pred): Cleanup according to GNU coding standards.
1539 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
1540 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
1541
15421997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1543
1544 * etags.c (CHARS, CHAR): New constant and macro.
1545 (iswhite, begtoken, intoken, endtoken): Use them.
1546 (notinname, _nin, nonam): New macro, array, string.
1547 (init): Cleanup and init _nin.
1548 (new_pfnote): New function.
1549 (make_C_tag) [traditional_tag_style]: Use it.
1550 (traditional_tag_style): Costant set to TRUE for now.
1551
15521997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1553
1554 * etags.c (C_entries, Pascal_functions): Cleanup.
1555 (TeX_functions): NULL as a function arg needs a cast.
1556 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
1557
15581997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1559
1560 * etags.c (TeX_functions): Cleaned up.
1561 (tex_getit): Removed.
1562
15631997-05-13 Paul Eggert <eggert@twinsun.com>
1564
1565 * rcs2log (files): When computing arguments automatically, ignore
1566 non-files within the RCS subdirectory.
1567
15681997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1569
1570 * etags.c (C_JAVA): New #define.
1571 (Cjava_suffixes): .java is Java.
1572 (Cjava_entries): New function.
1573 (lang_names): Add Java.
1574 (sym_type): Add st_C_javastruct for Java.
1575 (C_stab_entry): Add `extends' and `implements' keywords.
1576 (consider_token, C_entries): Recognise Java structures.
1577
15781997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1579
1580 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
1581 (Postscript_suffixes): .ps is Postscript.
1582 (lang_names): Add Postscript.
1583 (Postscript_functions): New function.
1584 (TEX_decode_env): Close minor memory leak.
1585 (just_read_file): Correct the char number of the tag.
1586
15871997-05-11 Paul Eggert <eggert@twinsun.com>
1588
1589 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
1590 Don't prepend $nl since this causes some shells to generate the
1591 empty string when IFS is $nl.
1592 (printlogline): Use SOH (octal code 1), not CR, since some
1593 PC-based shells mishandle CR.
1594 (initialize_fullname): Set NIS_PATH to the empty string before invoking
1595 nismatch, in case it's set to some nonstandard value.
1c478461 1596
362bc2da
DL
15971997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1598
1599 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
1600 read in separate blocks.
1601
16021997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1603
1604 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
1605 (struct linebuffer): New member `len' is the length of the string.
1606 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
1607 Use it instead of strlen.
1608 (TEX_getit): Declare and define unconditionally as static.
1609 (TeX_functions): Use if instead of #if TeX_named_tokens.
1610 (add_regex): Set RE_INTERVALS flag for regex compilation.
1611 (substitute): Code cleanup.
1612 (readline_internal): Code cleanup, set new member `len'.
1613 (readline): Bug corrected.
1614
16151997-04-23 Geoff Voelker <voelker@cs.washington.edu>
1616
1617 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
1618 (obj): Change references of nt*.c files to w32*.c files.
1619
16201997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1621
1622 * etags.c (xnew): Add support for debugging with chkmalloc.
1623 (error): Use this instead of printf whenever possible.
1624 (main): Only call xnew after having initialised progname.
1625 (substitute): Bad memory corruption error corrected.
1626
16271997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1628
1629 * etags.c (add_regex): Undo previous change.
1630 (relative_filename): Small memory leak closed.
1631 (absolute_filename): Cleaned up the code, possibly closing a bug.
1632 (absolute_dirname): Always return a newly allocated string.
1c478461 1633
362bc2da
DL
16341997-03-21 Paul Eggert <eggert@twinsun.com>
1635
1636 * rcs2log (files): Ignore files in RCS directory whose names are
1637 of the form ,*, or *_; they are probably RCS lock files.
1638 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
1639 they are used by rcsfreeze.
1640
16411997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1642
1643 * etags.c (add_regex): reset *putbuf before using it.
1644
16451997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1646
1647 * movemail.c (popmail): Remove some unnecessary function
1648 declarations.
1649 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
1650 into pop_retr, there's no reason to pass in mbx_write, and the
1651 file argument can be declared FILE * explicitly. This fixes a
1652 compilation problem on systems with 64-bit pointers.
1653
16541997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1655
1656 * movemail.c: Delete duplicate inclusion of fcntl.h
1657 and duplicate #undefs of open, read, write, close.
1658
16591997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1660
1661 * movemail.c (main): Do not display "[POP-password]" in the usage
1662 message when movemail is compiled without POP support.
1663 (main, popmail): Add the optional "-p" argument, which causes
1664 movemail to leave mail in the inbox after copying it into the
1665 output file.
1c478461 1666
362bc2da
DL
1667 * Makefile.in (movemail): Link with getopt.
1668
16691997-01-20 Paul Eggert <eggert@twinsun.com>
1670
1671 * rcs2log: (--help, --version): New options, per GNU coding standards.
1672 (Copyright, Help, Id): New variables, for above.
1673 (rlog): Use -q option with cvs log, to avoid useless chatter.
1674
1675 Treat logs of "Initial revision" (RCS) or "file F was initially added
1676 on branch B." (CVS) as if they said "New file.", for consistency with
1677 change log entries.
1678
16791997-01-01 Paul Eggert <eggert@twinsun.com>
1680
1681 * vcdiff (PATH): Add /usr/xpg4/bin,
1682 where XPG4 SCCS hangs out in Solaris 2.5.
1683 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1684
16851996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1686
1687 * etags.c (streq, strneq): Use == NULL rather than !.
1688
16891996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
1690
1691 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
1692 (movemail): Use LIBMAIL, to link against -lmail.
1693
1694 * movemail.c: Include maillock.h (conditionally).
1695 Remove a redundant inclusion of <stdio.h>.
1696 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
1697 (main): Add variable spool_name.
1698 Support the usage of maillock and mailunlock to
1699 lock and unlock mailboxes.
1700 (mail_spool_name): New function.
1701
1702 * movemail.c: Fix an uninitialized variable which could cause
1703 movemail to exit with an error status incorrectly on systems which
1704 use lock files rather than a system locking function to lock
1705 mailboxes.
1706
17071996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1708
1709 * pop.c (socket_connection): Free realhost after using it.
1710
17111996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1712
1713 * etags.c (C_entries): Test tok.valid. This handles some
1714 particular cases involving function declarations that failed.
1715
17161996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 1717
362bc2da
DL
1718 * pop.c (socket_connection):
1719 gethostbyname may return a pointer to static data.
1720 krb_realmofhost can clobber it. So copy it.
1721
17221996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1723
1724 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
1725 must cast it to (char *) because we have no prototypes.
1726 (make_C_tag): Macro deleted, new function.
1727 (C_entries): Calls to make_C_tag macro changed to call function.
1728
17291996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1730
1731 * etags.c (grow_linebuffer): New function.
1732 (GROW_LINEBUFFER): Macro deleted. All callers changed.
1733 (make_tag): Macro renamed to make_C_tag. All callers changed.
1734 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
1735 (Prolog_functions): prolog_skip_comment was called with wrong
1736 number of arguments.
1737 (xrealloc): fatal was called with wrong number of arguments
1738
17391996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1740
1741 * etags.c (relative_filename): Bug corrected.
1742 (etags_getcwd): Avoid warning of unused variable.
1743 (C_entries, consider_token): Added support for enum labels.
1744
17451996-11-03 Paul Eggert <eggert@twinsun.com>
1746
1747 * rcs2log: When processing cvs log output, remove `Attic/' from
1748 repository file names.
1749
17501996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
1751
1752 * emacsserver.c: Fix 1996-09-02 change.
1753
17541996-10-12 Paul Eggert <eggert@twinsun.com>
1755
1756 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1757 option', since CVS says 'invalid option'.
1758 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1759 revisions, since some hosts reject 1970-01-01 when east of UTC.
1760 (date): Remove.
1761
17621996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1763
1764 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1765
17661996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1767
1768 * etags.c (print_version): Print copyright info.
1769
1770 * etags.c (print_help): Print the bug reporting address.
1771 (main): Use return as the last instruction, instead of exit.
1772
1773 * etags.c (main): Don't open the tags file in cxref mode.
1774
17751996-09-29 Dave Love <d.love@dl.ac.uk>
1776
1777 * rcs2log (date): Make default format acceptable to CVS post v1.8
1778 as well as earlier CVSs and RCS.
1779
17801996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1781
1782 * movemail.c (main): If the lock call fails with EBUSY or
1783 EAGAIN, retry a few times.
1784
17851996-09-25 Paul Eggert <eggert@twinsun.com>
1786
1787 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1788 whether to append -zLT.
1789
17901996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1791
1792 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1793 * emacsclient.c, movemail.c: Likewise.
1794
17951996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1796
1797 * emacsclient.c (longopts): Change nowait to no-wait.
1798 (print_help_and_exit): Fix option name; upcase metavars.
1799
18001996-09-06 Erik Naggum <erik@naggum.no>
1801
1802 * emacsserver.c (main): Declare `fromlen' as size_t.
1803
18041996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1805
1806 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1807
18081996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1809
1810 * emacsclient.c (quote_file_name): Quote with &, not \.
1811 Quote `-' only at start of file name. Terminate the value string.
1812
1813 * emacsserver.c: Include signal.h properly;
1814 delete the duplicate includes for it.
1815
1816 * emacsserver.c: On fatal signal, delete socket-file:
1817 * emacsserver.c: Include signal.h.
1818 (xmalloc, fatal, error): New functions.
1819 (delete_socket, handle_signals): New functions.
1820 (progname, socket_name): New variables.
1821 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1822
18231996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1824
1825 * emacsclient.c (quote_file_name): New function.
1826 (main, both versions): Use quote_file_name.
1827 (decode_options): Don't return a value.
1828 (main, both versions): Use optind.
1829 Don't check for -nowait here.
1c478461 1830
362bc2da
DL
1831 * emacsclient.c (decode_options): New function.
1832 (main, both versions): Call decode_options.
1833 (print_help_and_exit): New function.
1834 (VERSION): New macro.
1835
1836 * Makefile.in (emacsclient): Link with getopt.
1837 Add -DVERSION so emacsclient knows its version number.
1838
18391996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1840
1841 * makefile.nt (lisp): Include dos-nt.elc.
1842
18431996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1844
1845 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1846
18471996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1848
1849 * emacsclient.c (both versions): Handle -nowait and --nowait
1850 by sending data to the server.
1851
18521996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1853
1854 * Makefile.in (INSTALL_STRIP): New variable.
1855 (${archlibdir}): Use INSTALL_STRIP.
1856
1857 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1858 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1859
1860 * pop.c: Reverse conditional in previous change.
1861
18621996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1863
1864 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1865
18661996-08-24 Paul Eggert <eggert@twinsun.com>
1867
1868 * rcs2log: Use ISO 8601 date format, with time zone appended
1869 if change-log-time-zone-rule is non-nil, instead of
1870 traditional Unix date format.
1871
1872 (datearg): When computing default from ChangeLog, handle ISO format
1873 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1874 Don't worry about hh:mm:ss since the resolution is now by day.
1875 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1876 "$datearg" option to $rlog.
1877 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1878 (month_data): Remove `mo'; no longer needed.
1879 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1880
1881 Match `revision' line of rlog output more accurately.
1882
1883 Add -c, -v options.
1884
18851996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1886
1887 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1888
18891996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1890
1891 * Version 19.33 released.
1892
18931996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1894
1895 * Version 19.32 released.
1896
18971996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1898
1899 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1900 computing character positions in source files.
1901
19021996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1903
1904 * makefile.nt (clean): Use OBJDIR macro.
1905
19061996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1907
1908 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1909
19101996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1911
1912 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1913 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1914 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1915
19161996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1917
1918 * ntlib.h: Correct return type of getwd.
1919 * ntlib.c (getwd): Correct return type.
1920
19211996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1922
1923 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1924 to infile.
1925
19261996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1927
1928 * makefile.nt: Remove all references to wakeup.
1929
19301996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1931
1932 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1933 explicit, mutable, typename.
1934
19351996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1936
1937 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1938 streams, one for sending and one for reading the reply.
1939
19401996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1941
1942 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1943 (wakeup): Target deleted.
1944 (UTILITIES): Delete wakeup and timer.
1945
1946 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1947
19481996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1949
1950 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1951 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1952
19531996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1954
1955 * etags.c (main): Copy cwd when appending slash.
1956
19571996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1958
1959 * Version 19.31 released.
1960
19611996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1962
1963 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1964 (Pascal_functions): Increase linecharno by the correct number of
1965 chars, inline the GET_NEW_LINE macro and delete its definition.
1966
19671996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1968
1969 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1970
19711996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1972
1973 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1974 (movemail.exe, fakemail.exe): Now built under Win32.o
1975
1976 * ntlib.c: Include ntlib.h.
1977 (nt_sleep): Rename to sleep.
1978 (getwd): Return directory.
1979 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1980 sys_ctime, sys_fopen): New functions.
1981
1982 * ntlib.h: New file.
1983
19841996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1985
1986 * pop.c (SEND, RECV): Renamed from send, recv.
1987 (pop_open, pop_trash): Make the trash_started code unconditional.
1988 (socket_connection): Delete casts to void.
1989
19901996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1991
1992 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1993 copied from lisp.h.
1994
19951996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1996
1997 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1998
1999 * hexl.c [DOSNT]: Include fcntl.h.
2000 [WINDOWSNT]: Include io.h.
2001 (main) [MSDOS]: Change conditional to DOS_NT.
2002
2003 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
2004 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
2005 [WINDOWSNT]: Include locking.h.
2006 (main): Update usage message. Use IS_DIRECTORY_SEP.
2007 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
2008 (main) [WINDOWSNT]: Invoke locking instead of flock.
2009 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
2010 (main) [MAIL_USE_POP]: Pass password to popmail if used.
2011 Include winsock.h; don't include unix inet headers.
2012 (popmail): Add password argument and pass it to pop_open.
2013 Open output file in binary mode.
2014
2015 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 2016 Macro SOCKET_ERROR undefined.
362bc2da
DL
2017 Don't declare h_errno.
2018 [!WINDOWSNT]: Define macros recv and send.
2019 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
2020 (pop_open) [WINDOWSNT]: Initialize trash_started.
2021 (have_winsock) [WINDOWSNT]: New variable.
2022 (socket_connection) [WINDOWSNT]: Initialize winsock.
2023 (socket_connection): Use closesocket instead of close.
2024 (getline): Use recv instead of read.
2025 (fullwrite): Use send instead of write.
2026 (pop_trash): Use closesocket instead of close.
2027 (pop_trash) [WINDOWSNT]: Cleanup winsock.
2028 Check if being called recursively by sendline.
2029
2030 * pop.h (struct _popserver): New field trash_started.
2031
2032 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
2033
20341996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2035
2036 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
2037
20381996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2039
2040 * etags.c [WINDOWSNT]: Include io.h.
2041
20421996-04-10 Geoff Voelker <voelker@cs.washington.edu>
2043
2044 * makefile.nt (CTAGSOBJ): Compile with regexp support.
2045
20461996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
2047
2048 * hexl.c [DJGPP v2]: Include io.h.
2049 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
2050
2051 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
2052 DJGPP v2.
2053
20541996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2055
2056 * etags.c (absolute_filename): Use absolutefn.
2057
20581996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
2059
2060 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
2061 letter isn't an alphabetic character.
2062 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
2063 (process_file) [DOS_NT]: Convert all slashes to forward style.
2064 (absolute_filename) [DOS_NT]: Emit error message for relative
2065 paths with a drive letter.
2066 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
2067 DOS/NT drive letters which try to reference the parent of the root.
2068 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
2069
20701996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2071
2072 * makefile.nt: Change uses of del to $(DEL).
2073
20741996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2075
2076 * etags.c (just_read_file): Reset lineno and charno on entry.
2077
20781996-03-15 Anders Lindgren <andersl@csd.uu.se>
2079
2080 * etags.c: Prolog language totaly rewritten.
2081 (Prolog_functions): Rewritten from scratch.
2082 (skip_comment, prolog_getit): Removed.
2083 (prolog_skip_comment): New function, like old skip_comment.
2084 (prolog_pred, prolog_atom, prolog_white): New functions.
2085 (erlang_func, erlang_attributes): Forward declarations added.
2086 (erlang_atom): Check if backslash ends line inside quoted atom.
2087
20881996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2089
2090 * etags.c (absolutefn): DOS_NT version corrected.
2091 (main): Append "/" to the dir name only if not already there.
2092 (print_help): Explain the absolute/relative file name issue.
1c478461 2093
362bc2da
DL
20941996-03-08 Anders Lindgren <andersl@csd.uu.se>
2095
2096 * etags.c: New Languange Erlang added.
2097 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
2098 erlang_white): New functions.
2099 (Erlang_suffixes): New suffix list.
2100 (lang_names): Erlang entry added.
2101 (prolog_getit): Accepts headers spanning several lines.
2102 Always name tags.
2103 (Prolog_functions): Removed incorrect compensation for
2104 newline characters.
2105 (readline_internal): Zero-terminate last line.
2106
21071996-03-20 Mike Long <mike.long@analog.com>
2108
2109 * b2m.c (main): Initialize progname variable before using it.
2110 Quote `username' in From_ header.
2111
21121996-03-18 Geoff Voelker <voelker@cs.washington.edu>
2113
2114 * ntlib.c (getpid): New function.
2115
21161996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2117
2118 * emacsclient.c (main, both definitions):
2119 Print a newline for normal termination.
2120
21211996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
2122
2123 * tcp.c (main): Convert port to network byte order.
2124
21251996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
2126
2127 * pop.c (pop_retrieve, getline): Avoid type clashes.
2128
21291996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
2130
2131 * etags.c (enum sym_type, anonymous enum): Delete final comma.
2132
21331996-01-15 Paul Eggert <eggert@twinsun.com>
2134
2135 * rcs2log (initialize_fullname): Add support for NIS+.
2136 (hostname): Fully qualify the default hostname with the domainname
2137 if the hostname lacks a `.'.
2138
21391996-01-15 Paul Eggert <eggert@twinsun.com>
2140
2141 * rcs2log (initialize_fullname): Add support for NIS+.
2142 (hostname): Fully qualify the default hostname with the domainname
2143 if the hostname lacks a `.'.
2144
21451996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
2146
2147 * etags.c (consider_token): Fix typo in expression.
2148
21491996-01-04 Paul Eggert <eggert@twinsun.com>
2150
2151 * etags.c (substitute): Fix spelling in message.
2152
21531996-01-03 George V. Reilly <georger@microcrafts.com>
2154
2155 * makefile.nt (etags, ctags): Compile with regexp support.
2156 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
2157 subdirectory exists before compiling.
1c478461 2158
362bc2da
DL
21591996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
2160
2161 * emacsserver.c (main): Do chmod based on existing permission.
2162
21631995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2164
2165 * Makefile.in (install): Turn on read/execute permission.
2166
21671995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2168
2169 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
2170 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
2171
21721995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2173
2174 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
2175
21761995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
2177
2178 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
2179 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
2180 get_scheme, prolog_getit): Name the tag in ctags mode.
2181 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
2182 (Perl_interpreters): Accept "@PERL@" as an interpreter.
2183 (suggest_asking_for_help): New function.
2184 (main, get_language_from_name): Use suggest_asking_for_help.
2185 (main): Let get_language_from_name make language existence check.
2186 (streq, strneq): Check the arguments #if DEBUG.
2187
21881995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
2189
2190 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
2191 (gperf): Added keywords for Objective C and GNU macros.
2192 (sym_type): Added values to account for Objective C and GNU macros.
2193 (begtk): The '@' character can start a token.
2194 (objdef, methodlen, objtag): New variables for Objective C.
2195 (consider_token, C_entries): Added code for Objective C.
2196 (plain_C_suffixes): Add .m and .lm for Objective C.
2197 (Yacc_suffixes): Add .ym for Objective yacc.
2198 (GROW_LINEBUFFER): New macro.
2199 (consider_token, C_entries, Pascal_functions): Use the new macro.
2200 (consider_token): Take one more argument. Caller changed.
2201 (consider_token): Use the hashing function to spot GNU macros.
2202 (C_entries): Consider // as a comment start even in plain C for
2203 the sake of Objective C parsing.
2204
22051995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
2206
2207 * Makefile.in (ctags): depend on etags only for simplicity;
2208 compile with regexp support enabled.
2209
22101995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2211
2212 * Version 19.30 released.
2213
22141995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2215
2216 * makefile.nt (DOC, clean): Don't use switches to del not
2217 supported by Windows 95.
2218
22191995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2220
2221 * Makefile.in (regex.o): Depend on ../src/config.h.
2222
22231995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2224
2225 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
2226 (LOADLIBES): Use LIB_STANDARD.
2227
22281995-11-07 Kevin Gallo <kgallo@microsoft.com>
2229
2230 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
2231 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
2232 Windows 95 conditional.
2233
22341995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
2235
2236 * etags.c (get_lang_from_name, get_lang_from_interpreter,
2237 get_lang_from_suffix): New functions.
2238 (get_language): Function deleted.
2239 (lang_entry): Two members added to struct.
2240 (lang_names): Reflect the new layout of lang_entry.
2241 (print_language_names, main, find_entries): Use the new functions.
2242 (find_entries): Look at the first line for #! if no language.
2243 (C_entries): Invalidate the token when funcdef is reset.
2244 (Perl_functions): New function.
2245 (lang_suffixes): .pl and .pm are Perl suffixes.
2246
22471995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2248
2249 * etags.c (lowcase): Use the standard tolower function.
2250 (substitute): Remove some wrong and some useless code related with
2251 escape `\` character in regexp replacement string.
2252 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
2253 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
2254 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
2255 .prolog for prolog (.pl removed).
2256 (massage_name, etags_getcwd): Use lowcase instead of tolower.
2257 (C_entries, find_entries): Added comments about memory leakage.
2258 (add_node): Dead code removed.
2259
22601995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2261
2262 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
2263 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
2264
22651995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2266
2267 * test-distrib.c: Add #undef for open, close, read, write.
2268
22691995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2270
2271 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
2272 [! O_RDONLY]: Define it to zero.
2273 (main): Use O_RDONLY instead of explicit zero.
2274
22751995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
2276
2277 * etags.c (Pascal_functions): Close comment bug corrected.
2278 (add_node): Correctly compare node file names.
2279 (Pascal_functions): Correctly allocate and free memory for tline.
2280 (pfnote): Put the definition of fp in the innermost block.
2281 (NODE): `named' member removed.
2282 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 2283 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
2284 (pfnote): `named' argument removed, all callers changed.
2285 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2286 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 2287 removed from pfnote call, some code cleanup.
362bc2da
DL
2288 (relative_filename): Free temporary space allocated by concat.
2289
22901995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2291
2292 * Makefile.in (getdate.c): New target.
2293 (getdate.o): Just compile getdate.c.
2294
22951995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2296
2297 * fakemail.c (xrealloc): Change cast to match return type.
2298
22991995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2300
2301 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
2302
23031995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2304
2305 * movemail.c (main): Fix previous change.
2306 Add error check for empty OUTNAME.
2307
23081995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2309
2310 * movemail.c (main): Mention lock file name in error message.
2311
23121995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2313
2314 * profile.c (gettimeofday): New function, defined if necessary.
2315
23161995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2317
2318 * Makefile.in: Renamed from Makefile.in.in.
2319 (distclean): Delete Makefile.c, not Makefile.in.
2320
23211995-07-17 Michael Shields <shields@tembel.org>
2322
2323 * Makefile.in.in (tags): Synonym for `TAGS'.
2324
23251995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2326
2327 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
2328 configure has already set $(INSTALL) to the proper relative path.
2329
23301995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2331
2332 * etags.c (plain_C_entries): new function.
2333 (lowcase): new macro.
2334 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2335 (lang_suffixes): new suffix ".pc" for Pro*C files.
2336 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2337 (tail): look for the end of the token when comparing.
2338 (takeprec): since now tail behaves differently, use strneq.
2339
23401995-07-08 Paul Eggert <eggert@twinsun.com>
2341
2342 * rcs2log (datearg): Separate date from time with comma, not space,
2343 to work around CVS 1.5 bug.
2344 (CVSROOT): Don't abort when unset if repository is absolute.
2345
23461995-07-07 Paul Eggert <eggert@twinsun.com>
2347
2348 * rcs-checkin, rcs2log, vcdiff:
2349 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
2350 that interpret `#! /' as a 4-byte magic number.
2351
23521995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
2353
2354 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
2355 mailbox with "po:mailbox", the mailbox is everything after the
2356 "po:" prefix.
2357
23581995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2359
2360 * emacsserver.c: Make all error messages start with `Error: '.
2361 (fatal_error, perror_1): New functions, use throughout.
2362
23631995-06-28 Paul Eggert <eggert@twinsun.com>
2364
2365 * rcs2log (CVSROOT, repository):
2366 Allow remote repositories a la CVS 1.4.
2367
23681995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2369
2370 * etags.c (plain_C_entries): new function.
2371 (lowcase): new macro.
2372 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2373 (lang_suffixes): new suffix ".pc" for Pro*C files.
2374 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2375 (tail): look for the end of the token when comparing.
2376 (takeprec): since now tail behaves differently, use strneq.
2377
23781995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2379
2380 * movemail.c (main): Add newline in usage message.
2381
23821995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2383
2384 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
2385
23861995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
2387
2388 * etags.c (find_entries): Rewind before rereading the input file.
2389
23901995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2391
2392 * Version 19.29 released.
2393
2394 * make-docfile.c (main) [MSDOS]: Do set _fmode.
2395 This undoes part of the previous change.
2396
23971995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2398
2399 * make-docfile.c (main): On MSDOS, don't change stdout
2400 to binary, and insist on an -o option.
2401
24021995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2403
2404 * etags.c (process_file,absolute_filename): Handle filenames
2405 starting with a drive letter.
2406
2407 * makefile.nt (install): Copy wakeup.exe properly.
2408
24091995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
2410
2411 * make-docfile.c [MSDOS]: #undef chdir.
2412
24131995-06-04 Paul Eggert <eggert@twinsun.com>
2414
2415 * rcs2log (output_authors): Allow ':' in time zone,
2416 as per ISO 8601 and RCS 5.6.8 beta.
2417
24181995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
2419
2420 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
2421 compatibility problems.
2422
24231995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
2424
2425 * etags.c (etags_getcwd): Don't use #elif.
2426 Have just one function body.
2427
24281995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2429
2430 * makefile.nt (LIBS): Use BASE_LIBS.
2431 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
2432 upon LIBS.
2433 (DOC): Use del instead of rm.
2434 (DOC) [WINDOWS95]: Use DOC.
2435 (clean): Handle MSVC aux files.
2436 (config.h,paths.h): Use $(CP) instead of cp.
2437 (config.h): Use $(CONFIG_H)
2438 (make-docfile.obj): Depend upon config.h.
2439 Clean up comments.
2440
24411995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
2442
2443 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
2444 former gives the true path even in the presence of simlinks.
2445
24461995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2447
2448 * movemail.c (main): Increase lock timeout to five minutes.
2449
24501995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2451
2452 * makefile.nt (obj): Use .c files.
2453
24541995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2455
2456 * make-docfile.c: Include config.h.
2457 (NO_SHORTNAMES): New definition.
2458 (xmalloc): Return long *.
2459
2460 * etags.c (C_entries): Cast result of xrealloc.
2461 (xmalloc, xrealloc): Declare them to return long *.
2462
2463 * b2m.c (xmalloc, xrealloc): Declare them long *.
2464
2465 * movemail.c (xmalloc): Declare it to return long *.
2466
24671995-04-30 Paul Eggert <eggert@twinsun.com>
2468
2469 * rcs2log (datearg): If rlog options are specified explicitly,
2470 omit the implicit '-d>DATE' option.
2471 (repository, rlog): Allow absolute paths to CVS repositories.
2472 Look only at the first line of CVS/Repository.
2473
24741995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2475
2476 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
2477 realclean.
2478
24791995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2480
2481 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
2482 Alternative (empty) definitions.
2483
24841995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2485
2486 * emacsclient.c (main): Add argv[0] to an error message.
2487
24881995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
2489
2490 * emacsclient.c (main): Improve error handling.
2491 * cvtmail.c (main, skip_to_lf): Improve error handling.
2492 (sysfail): New function.
2493
2494 * b2m.c (main): Check for trailing ", " before trying to delete it.
2495
24961995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2497
2498 * Makefile.in.in (all): Build test-distrib and make-docfile.
2499
2500 * make-docfile.c (scan_c_file): At end, restore file name last char
2501 to its original value.
2502
25031995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2504
2505 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
2506
25071995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2508
2509 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
2510 (alloca.o, regex.o): Use BASE_CFLAGS.
2511
25121995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2513
2514 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
2515
25161995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
2517
2518 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
2519 (SOURCES, distclean): Removed obsolete references to aixcc.
2520
25211995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2522
2523 * aixcc.lex: File deleted--surely obsolete now.
2524
25251995-03-23 Paul Eggert <eggert@twinsun.com>
2526
2527 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
2528 portability to mawk and nawk.
2529
25301995-03-21 Paul Eggert <eggert@twinsun.com>
2531
2532 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
2533 -u "login<tab>fullname<tab>mailaddr".
2534
25351995-03-21 Paul Eggert <eggert@twinsun.com>
2536
2537 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
2538 replaces the (now obsolescent) -n login fullname mailaddr option.
2539 Add -R option for recursive rlog.
2540 (AWK): New environment variable (default `awk') for awk program name.
2541 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
2542 Quote authors and fullnames correctly.
2543 Don't omit path from repository root when logging CVS files.
2544
25451995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2546
2547 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
2548 even if HAVE_SYSVIPC.
2549 * emacsclient.c (main): Use getcwd if not BSD.
2550
25511995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
2552
2553 * etags.c (process_file): free (filename) after using it.
2554 (readline_internal): Do not access the char before start of line.
2555
25561995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
2557
2558 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
2559 savetok.valid. Mark token as valid when it is initialised.
2560 (make_tag): Make token only if token is valid and reset validity.
2561 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
2562 (TOKEN): Added a new member: valid.
2563
25641995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
2565
2566 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
2567 (main): Do not read twice the last filename in the stdin file list.
2568
25691995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
2570
2571 * etags.c (C_entries): Initialise the new members of TOKEN.
2572 (C_entries): Do not allocate a new space for each token found by
2573 consider_token. Let make_tag do that instead.
2574 (make_tag): Since now TOKEN has memory of where it is taken from,
2575 this new macro substitutes both make_tag_from_new_lb and
2576 make_tag_from_oth_lb. All callers changed.
2577 (TOKEN): Add linepos and buffer members.
2578 (main): Initialise token_str.
2579 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
2580 (token_str): New global variable used by C_entries.
2581
25821995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2583
2584 * Makefile.in.in (maintainer-clean): Renamed from realclean.
2585
25861995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
2587
2588 * etags.c (pfnote): Initialise been_warned in the node.
2589 (C_entries): Removed a speed hack for the sake of clarity.
2590
25911995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
2592
2593 * etags.c (longopts, print_help, main): Use -I as abbreviation
2594 for the --ignore-indentation option.
2595 (main): Do not print an error message for unknown options.
2596
25971995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
2598
2599 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
2600 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
2601 constantypedefs, update, vgrind_style, no_warnings,
2602 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
2603 (permit_duplicates): Was a var, now a #define.
2604 (filename_lb): Was global, now local to main.
2605 (main): Open the tag file when in cxref mode.
2606 Use a BUFSIZ size buffer for making the shell commands.
2607 Look at the return value from the system routine.
2608 Exit when cannot open the tag file.
2609 (process_file): Open the file and pass the FILE* to find_entries.
2610 (find_entries): Now void, because does not open the file itself.
2611 (pfnote): Recovering from lack of memory does not work. Removed.
2612 Use savenstr and simplify the code.
2613 (free_tree): Only free the name space if node is named.
2614 (structtag): Now a pointer, not a fixed length array of chars.
2615 (consider_token): Don't take a token as argument. Use savenstr
2616 when saving a tag in structtag. Callers changed.
2617 (TOKEN): Structure changed. Now used only in C_entries.
2618 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
2619 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
2620 (pfcnt): Deleted. Users updated.
2621 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2622 TEX_getit, prolog_getit): Use dinamic allocation for storing
2623 the tag instead of a fixed size buffer.
2624
26251995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2626
2627 * movemail.c (main): Skip past the colon in inname.
2628
26291995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2630
2631 * etags.c (pfatal): New function.
2632 (main, etags_getcwd): Use pfatal.
2633 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
2634
26351995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2636
2637 * etags.c (Lang_function): Use void instead to declare the
2638 language functions, because many compilers are buggy.
2639 (etags_getcwd): Fix the previous fix on the #else branch.
2640 (readline_internal): Discard possible \r before \n here.
2641 (C_entries): Do not deal with \r here: undo previous fix.
2642
dff28924 26431995-01-09 Francesco Potorti` (pot@fly)
362bc2da
DL
2644
2645 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
2646 functions and a macro that allow the program to work on input
2647 lines of whatever length. Copied from etags.c.
2648 (fatal): Print a fatal error message and exit.
2649 (main): Use the new functions. Fixed a bug that made a \037 char
2650 appear at the end of the output.
2651
26521995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2653
2654 * etags.c (C_entries): Ignore carriage return at end of line.
2655
26561994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2657
2658 * fakemail.c (xmalloc, xrealloc): Add casts.
2659 (add_field): Handle <...> and "..." syntax.
2660 (setup_files, get_keyword): Clean up parens and line breaks.
2661 (args_size): Likewise.
2662
26631994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2664
2665 * yow.c: Include program name in error messages.
2666
26671994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2668
2669 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
2670 (xmalloc, fatal, error): New functions.
2671 (progname): New variable.
2672 (main): Set progname.
2673
26741994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2675
2676 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
2677 (main): If socket/mqueue name is in home dir, add in the host name.
2678 Rename .emacs_server to .emacs-server....
2679
26801994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2681
2682 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
2683
26841994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
2685
2686 * etags.c (print_help): print --regex usage for ctags also.
2687 (main): use -h in addition to -H as abbreviation for --help.
2688
26891994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2690
2691 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
2692 is compiled if this is defined. The new functions and variables
2693 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
2694 [VMS]: All VMS specific code previously contained in
2695 etags-vmslib.c is now included here, modified for dealing with
2696 language and regex options intermixed with filenames.
2697 (header_file): Global variable deleted.
2698 (Lang_Function): New typedef. All language parser functions
2699 changed to this new type.
2700 (string_numeric_p, substr, prestr): Functions deleted.
2701 (readline_internal): Does the job that readline did previously.
2702 (longopts): --language and --regex options added.
2703 (lang_names, lang_extensions, lang_func, print_language_names):
2704 New structures, variables and functions for choosing languages.
2705 (print_help): Help strings updated. Calls print_language_names.
2706 (argument_type, ARGUMENT): Typedefs for dealing with language and
2707 regex options intermixed with filenames.
2708 (main): Changed the way of dealing with arguments on the command
2709 line to deal with language and regex options intermixed with
2710 filenames.
2711 (get_language, default_C_entries, Cplusplus_entries,
2712 Cstar_entries, Yacc_entries, just_read_file): New functions.
2713 (find_entries): Use the new method for choosing the language.
2714 (Pascal_functions): Allow intermixing of comment styles.
2715 (prolog_getit, skip_comment): Rewritten for speed.
2716 (readline): Rewritten to deal with regexps.
2717
27181994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2719
2720 * etags.c (<errno.h>): #include added.
2721 (etags_getcwd): Check return value from getcwd.
2722
27231994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2724
2725 * profile.c (TV1, TV2): Use EMACS_TIME as type.
2726 (get_time): Use EMACS_SUB_TIME.
2727
27281994-10-30 voelker <voelker@cs.washington.edu>
2729
2730 * ntlib.c: New file.
2731 * makefile.nt: New file.
2732
2733 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
2734 [WINDOWSNT]: Include the NT headers.
2735 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
2736
2737 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
2738 [WINDOWSNT]: Include some NT headers.
2739
27401994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
2741
2742 * pop.c (getline): When a search of already-read input for CRLF
2743 fails, store the fact that we've searched it and don't search it
2744 again after reading more data.
2745
2746 * pop.c (getline): When determining whether or not it's necessary
2747 to grow the input buffer, take into account the null that's stored
2748 at the end of already-read input in the buffer.
2749
27501994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
2751
2752 * etags.c (prestr, substr): return a logical type.
2753 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2754 (consider_token): set funcdef to fignore when a DEFUN is met.
2755 (C_entries): Now we can use Tom Hageman patch for extern "C".
2756
27571994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2758
2759 * movemail.c: PopServer renamed to popserver throughout.
2760
27611994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2762
2763 * etags.c: Don't declare malloc, since we include config.h.
2764 * fakemail.c: Likewise.
2765
27661994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2767
2768 * movemail.c: Don't declare malloc.
2769
27701994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2771
2772 * rcs-checkin: Use test -r instead of < to check readability, to
2773 avoid syntax error.
2774
27751994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
2776
2777 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2778 defined, and if HAVE_CONFIG_H isn't defined, define
2779 MAIL_USE_POP always (so that this file can be included in
2780 other programs besides emacs).
2781
2782 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2783 HAVE_CONFIG_H isn't defined.
2784
2785 * pop.c (find_crlf, getline): Instead of using strstr, use a
2786 custom function for finding CRLF.
2787 (my_strstr): Function deleted.
2788
27891994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2790
2791 * pop.c (getline): Fix a segfault because of passing a
2792 non-null-terminated string into strstr(). Fix from
2793 djm@va.pubnix.com (David J. MacKenzie).
2794
2795 * pop.c: Don't include <string.h> and <strings.h>.
2796
2797 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2798 should be interchangeable, and indeed the inclusion is done in
2799 both orders in various files in the Kerberos 4 library sources,
2800 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2801 requires that <des.h> be included first, and I don't see any harm
2802 in changing the order.
2803
2804 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2805 STDC_HEADERS, if they're defined. Undef open, read, write and
2806 close after including it.
2807
28081994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2809
2810 * pop.c: Fix mismatch in conditionals.
2811
2812 * make-docfile.c (main): Don't process one input file twice.
2813 Never use exit code > 1.
2814
2815 * pop.c (open, close, read, write): Add #undefs.
2816
2817 * pop.c: Don't declare malloc, realloc, free.
2818 Include ../src/config.h.
2819 Don't include string.h or strings.h.
2820 Include des.h before krb.h.
2821 Do declare my_strstr.
2822 (getline): Really use my_strstr.
2823 Leave one empty place in server->buffer,
2824 and put a null at the end of the data in it.
2825
28261994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2827
2828 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2829 call kill with pid 0. Handle EINTR when receiving messages.
2830
28311994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2832
2833 * Makefile.in.in (regex.o): Use full path to find regex.c.
2834
28351994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2836
2837 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2838 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2839
28401994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2841
2842 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2843 (${archlibdir}): Use mkinstalldirs instead.
2844
2845 * movemail.c: Make functions that return nothing void, not
2846 implicitly int.
2847 (main): Improve usage message.
2848 (error): Write to stderr, not stdout.
2849
2850 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2851 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2852 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2853 variables and implicitly declared functions.
2854
28551994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2856
2857 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2858 (distclean): Not here.
2859
2860 * Makefile.in.in (libexecdir): Renamed from libdir.
2861
28621994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2863
2864 * etags.c (C_entries): Name the #define's that are macros.
2865
28661994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2867
2868 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2869 fd_set arg is a pointer, descriptor arg comes first.
2870
28711994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2872
2873 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2874 (C_entries): Recognise #define inside a struct.
2875 (C_entries): ANSI tells that preprocessor commands do not have to
2876 start on the first column.
2877 (print_help): Documentation corrected for -d and -D.
2878 (white, endtk): ANSI tells the vertical tab is a separator.
2879
28801994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2881
2882 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2883 (pop.o, movemail.o): New targets.
2884 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2885
2886 * pop.c, pop.h: New files.
2887
2888 * movemail.c: Improve POP code, move most of it into a separate file.
2889 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2890 (mbx_write): Check for errors and for From line.
2891 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2892 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2893 (pop_init): Functions deleted.
2894
28951994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2896
2897 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2898 Rename path to dirname.
2899
29001994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2901
2902 * Makefile.in.in (UTILITIES):
2903 Remove test-distrib, make-docfile, make-path.
2904 (DONT_INSTALL): New variable--list those files here.
2905 (clean): Delete the files in DONT_INSTALL.
2906
29071994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2908
2909 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2910 (main): Use fgets, not gets.
2911
29121994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2913
2914 * timer.c: Don't declare malloc.
2915
29161994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2917
2918 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2919 defined, use simple 32-bit versions of these macros.
2920 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2921
29221994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2923
2924 * etags.c (etags_getcwd): Use getcwd if available.
2925
29261994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2927
2928 * Version 19.27 released.
2929
29301994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2931
2932 * Version 19.26 released.
2933
29341994-08-15 Paul Eggert <eggert@twinsun.com>
2935
2936 * rcs2log: Add support for CVS.
2937 Work with `rlog's that output ISO 8601 dates.
2938
29391994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2940
2941 * rcs2log: Use <> to delimit email address.
2942
29431994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2944
2945 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2946 so we can listen for multiple requests.
2947
29481994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2949
2950 * movemail.c: Include config.h first thing.
2951
29521994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2953
2954 * emacsserver.c (main): Add casts to avoid warnings.
2955
29561994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2957
2958 * Makefile.in.in (${archlibdir}): Compare the proper dir
2959 before installing the scripts.
2960
29611994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2962
2963 * emacsclient.c (main): New local var progname saves argv[0].
2964
29651994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2966
2967 * emacsclient.c (main): Don't actually modify argv[0].
2968 Modify a copy instead.
2969
29701994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2971
2972 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2973 (tzp): Var deleted.
2974
2975 * Makefile.in.in: Add #undef alloca.
2976
29771994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2978
2979 * timer.c (xmalloc): New function.
2980
29811994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2982
2983 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2984 (alloca.o): New target.
2985
29861994-07-08 Dave Love (d.love@dl.ac.uk)
2987
2988 * etags.c (takeprec): recognise `character*(*) function'
2989
29901994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2991
2992 * etags.c (main): Don't barf on obsolete -t and -T switches.
2993 (main): Print an explicative message when a switch is not known.
2994
29951994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2996
2997 * hexl.c: Don't declare exit or perror.
2998
2999 * emacsserver.c (main): Don't declare geteuid.
3000 Don't declare getenv if convex.
3001
30021994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3003
3004 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
3005
30061994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3007
3008 * etags.c (absolute_filename): Remove infinite loop bug when
3009 accessing files in directories whose name begins with a dot.
3010
30111994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3012
3013 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
3014
30151994-06-01 Morten Welinder (terra@diku.dk)
3016
3017 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
3018 location of data directory.
3019
30201994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3021
3022 * Version 19.25 released.
3023
30241994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3025
3026 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
3027
30281994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3029
3030 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
3031
30321994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3033
3034 * Version 19.24 released.
3035
30361994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3037
3038 * make-docfile.c (write_c_args): Put `default' in upper case.
3039
30401994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3041
3042 * etags.c (etags_getcwd): Cast result of popen.
3043 (popen): Declaration deleted.
3044
30451994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
3046
3047 * etags.c [!MSDOS]: Declare popen.
3048
30491994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3050
3051 * b2m.c (main): Avoid crash if argc is 1.
3052
30531994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3054
3055 * Version 19.23 released.
3056
3057 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
3058
30591994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3060
3061 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
3062
30631994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3064
3065 * Makefile.in.in: Fix out of date comment.
3066
30671994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3068
3069 * Makefile.in.in: Put in a separator for where to start cpp procssing.
3070 Move all autoconf substitutions above that point.
3071 Above that point, use Make-style comments.
3072 This goes with changes in ../configure.in.
3073
30741994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3075
3076 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
3077 warning message.
3078 (${archlibdir}): Don't do it here. Don't depend on blessmail.
3079
30801994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
3081
3082 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
3083
30841994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3085
3086 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
3087 print advice to run it, if it has anything significant to do.
3088 And only if MOVEMAIL_NEEDS_BLESSING.
3089 (blessmail): Use emacs, not temacs.
3090 (configuration): Renamed from configname.
3091
30921994-04-30 Morten Welinder (terra@diku.dk)
3093
3094 * etags.c (find_entries): Treat `*.cpp' as C++ files.
3095
30961994-04-30 Morten Welinder (terra@diku.dk)
3097
3098 * etags.c [MSDOS]: #include <sys/param.h> for the following.
3099 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
3100 a shell.
3101
31021994-04-29 Morten Welinder (terra@diku.dk)
3103
3104 * hexl.c [MSDOS]: Don't define proto type for exit.
3105
31061994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3107
3108 * b2m.c: Don't include string.h or strings.h.
3109
31101994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
3111
3112 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
3113 symbols, not make variables.
3114
31151994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3116
3117 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
3118 * etags.c (print_version): Print VERSION as a string.
3119
31201994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3121
3122 * fakemail.c (readline): Fix updating of p when buffer grows.
3123
31241994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
3125
3126 * Makefile.in.in (blessmail): New target.
3127 ${archlibdir}: Use blessmail when installing movemail.
3128
31291994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3130
3131 * fakemail.c (readline): When extending the buffer,
3132 calculate end afresh using the new size.
3133
31341994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3135
3136 * etags.c (main, print_help): eliminate the -F option.
3137
31381994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3139
3140 * etags.c (absolute_filename): compare against '\0' instead of NULL.
3141
31421994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3143
3144 * Makefile.in.in: Renamed from Makefile.in.
3145 Makefile.in is now generated from it, and then preprocessed.
3146 Change comments to C syntax.
3147 Include config.h.
3148 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
3149 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
3150
31511994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3152
3153 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
3154
31551994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3156
3157 * etags.c (etags_getcwd): Initialize bufsize.
3158
31591994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3160
3161 * profile.c (gettimeofday): If system doesn't have this, define it
3162 to give a fatal error.
3163
31641994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
3165
3166 * movemail.c (main): Use setuid, not seteuid.
3167
31681994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3169
3170 * etags.c: #undef static.
3171
31721994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3173
3174 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
3175 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
3176 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
3177 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
3178 TeX_functions, Prolog_functions.
3179 (inf): no more a global variable.
3180 (C_entries): take 2nd parameter `inf' instead of using the global one.
3181 (find_entries): added the cp1 var for optimisation.
3182 (find_entries): added more suffixes for assembler files.
3183 (Asm_funcs): Now finds labels even without an ending colon.
3184
31851994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3186
3187 * etags.c (main): use etags_getcwd for compatibility.
3188 (etags_getcwd): new function.
3189
31901994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3191
3192 * Makefile.in (etags, ctags): Pass -D for VERSION.
3193
31941994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
3195
3196 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
3197 (main): don't allow the use of -t and -T in etags mode.
3198 (print_help): don't show options enabled by default.
3199 (print_version): show the emacs version number if VERSION is #defined.
3200 (find_entries): add "ss" as suffix for Chez Scheme.
3201
32021994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
3203
3204 * etags.c (cwd, outfiledir): vars added.
3205 (relative_filename, absolute_filename, absolute_dirname):
3206 functions added to compute filenames in tags files.
3207 (process_file): filenames in tags file are relative to the
3208 directory where the tags file is (useful with the -o option).
3209 (main): initialise the outfiledir var.
3210 (TYPEDST): added the `tignore' value.
3211 (C_entries): corrected various small bugs.
3212
32131994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3214
3215 * Makefile.in (UTILITIES): `env' deleted.
3216 (env): Target deleted.
3217 * env.c: File deleted.
1c478461 3218
362bc2da
DL
32191994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3220
3221 * Makefile.in (install, ${archlibdir}): Switch back to ..
3222 before running INSTALL_PROGRAM.
3223
32241994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
3225
3226 * etags.c (TYPEDST): added the `tignore' value.
3227 (C_entries): corrected various bugs, now correctly parses the
3228 `extern "C" {' construction (patch by Tom R.Hageman).
3229
32301994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3231
3232 * b2m.c: Use <...> to include config.h.
3233 Don't include stdlib.h.
3234
32351994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
3236
3237 * b2m.c (main): Change delimiter from "^L" to "^_^L".
3238 Allow for text following "BABYL OPTIONS:".
3239 Add --help option. Use argv[0] in error messages.
3240
32411994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3242
3243 * emacsclient.c (main) [HAVE_SYSVIPC]:
3244 Make msgp->mtext longer if necessary.
3245 On HPUX, error if it's more than 512 chars.
3246
32471994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3248
3249 * etags-vmslib.c: Use GPL.
3250 * emacstool.c: Use GPL.
3251 * fakemail.c: Update GPL.
3252
3253 * make-path.c (main): Return 1 on error, not -1.
3254 Update GPL.
3255
3256 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
3257 (xmalloc, xrealloc): Return char *, not int.
3258 (error): Write to stderr, not stdout.
3259 Update GPL.
3260
32611994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
3262
3263 * profile.c (main, get_time): Don't crash on invalid input.
3264
32651994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
3266
3267 * profile.c (get_time): Simplify; avoid calling index.
3268 (main): exit on EOF.
3269
32701994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
3271
3272 * etags.c (--absolute-pathnames): option removed.
3273
32741994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3275
3276 * fakemail.c (put_line): Don't break the line if it all fits.
3277
dff28924 32781994-02-14 Francesco Potorti` (pot@fly)
362bc2da
DL
3279
3280 * etags.c (absolute_pathnames, cwd): added global vars.
3281 (longopts, print_help, main, process_file): put absolute filenames
3282 in the tag file if the -A --absolute-pathnames option is used.
3283 (print_help): alfabetically order the options.
3284 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
3285
32861994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3287
3288 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
3289 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
3290
32911994-02-07 Christian Lynbech (lynbech@avignon)
3292
3293 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
3294
32951994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3296
3297 * Makefile.in (UTILITIES): Mention profile.
3298 (profile): New target.
3299
3300 * profile.c: New file.
3301
33021994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3303
3304 * Make the argument list output look more like the Lisp docstrings do.
3305 make-docfile.c (write_c_args): Take new arg FUNC. Make output
3306 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3307 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
3308
33091994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
3310
3311 * etags.c (stab_entry, stab_create, stab_find, stab_search,
3312 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
3313 Use gperf generated hash table instead of linked list.
3314 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
3315 Mostly code generated by gperf.
3316 (consider_token): removed unused parameter `lp'.
3317 (PF_funcs, getit): allow subroutine and similar declarations
3318 to span multiple lines.
3319 (C_entries): check for newline if inchar to avoid bus errors.
3320 (process_file, find_entries): distinguish among nonexistent
3321 and not regular file.
3322
33231994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3324
3325 * timer.c: Include errno.h; don't include fasync.h.
3326 (schedule): Don't return a value.
3327 (sigcatch): Reestablish the handler first.
3328 (getevent): Always call notify at the end.
3329 (notify): Defer alarms around the whole body of function.
3330
33311994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3332
3333 * timer.c (main): Don't request SIGIO, and don't handle it.
3334 Loop calling getevent.
3335 (sigcatch): Delete code to handle SIGIO.
3336 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 3337 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
3338 Set defer_alarms around realloc and schedule.
3339 If alarm_deferred gets set, call notify.
3340 Likewise if this event is the only pending event.
3341 Make buf and buf_size global variables.
3342 Don't malloc buf if it is already non-zero.
3343 (schedule): Just exit if run out of memory.
3344 Return the number of events.
3345 (signal) [_CX_UX]: Add #undef.
3346
33471994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3348
3349 * timer.c [USG] (SIGIO): Define as SIGPOLL.
3350 (main) [USG]: Do ioctl to enable SIGPOLL.
3351
33521994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3353
3354 * timer.c: Don't declare sys_errlist; declare strerror instead.
3355 (schedule, main): Call strerror instead of using sys_errlist.
3356 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
3357 Call strerror instead of using sys_errlist.
3358 * env.c (main): Call strerror instead of using sys_errlist.
3359 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
3360 (main): Call strerror instead of using sys_errlist.
3361 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
3362 * env.c [! HAVE_STRERROR] (strerror): Likewise.
3363 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
3364 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
3365
33661994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3367
3368 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
3369
3370 * movemail.c (malloc): Don't declare it.
3371 (xmalloc): Cast result of malloc.
3372 (strcpy): Don't declare it.
3373
33741993-11-14 Morten Welinder (terra@diku.dk)
3375
3376 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
3377 (main): Use fclose to close file opened by fopen.
3378
3379 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
3380
3381 * movemail.c [MSDOS]: #undef `access'.
3382
3383 * b2m.c (main) [MSDOS]: Open all files as binary.
3384 * etags.c (main) [MSDOS]: Open all files as binary.
3385
3386 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
3387 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
3388 with.
3389
33901994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3391
3392 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
3393 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
3394 (LINK_CFLAGS): New variable.
3395 (timer): Use LINK_CFLAGS.
3396
33971993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3398
3399 * movemail.c: Include syswait.h.
3400 Fork a subprocess and use it to copy the mail file.
3401
34021993-12-07 Richard Stallman (rms@srarc2)
3403
3404 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
3405
34061993-12-04 Richard Stallman (rms@srarc2)
3407
3408 * movemail.c (main): When making tempname, cast result of xmalloc.
3409 Include room for EXXXXXX in the size.
3410 Don't use result of strcpy.
3411
34121993-12-03 Paul Eggert (eggert@twinsun.com)
3413
3414 * vcdiff: Add --brief option.
3415
34161993-12-02 Richard Stallman (rms@srarc2)
3417
3418 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
3419 for all executables and scripts.
3420
34211993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3422
3423 * Version 19.22 released.
3424
34251993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3426
3427 * Makefile.in (mostlyclean): Make it distinct from clean.
3428
34291993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3430
3431 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
3432
34331993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3434
3435 * Version 19.21 released.
3436
3437 * Makefile.in (install): Don't change mode or group when installing.
3438
3439 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
3440
34411993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3442
3443 * make-docfile.c (read_c_string): For "", concatenate the two strings.
3444
3445 * movemail.c (main): Fix error message text.
3446
34471993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3448
3449 * Version 19.20 released.
3450
34511993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
3452
3453 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
3454 functions returning a pointer to a function, a la `signal', can be
3455 parsed. This also required new state `fstartlist' to `FUNCST'.
3456 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
3457 (C_entries, CNL): use it to isolate preprocessor directive processing
3458 from the other state engines.
3459 (begtk): add '~', for C++ class destructors.
3460
34611993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
3462
3463 * etags.c (consider_token): removed unused variable firsttok.
3464 (prolog_getit): call pfnote with the right number of arguments.
3465
34661993-10-19 Paul Eggert (eggert@twinsun.com)
3467
3468 * rcs2log (printlogline): Don't generate lines containing only
3469 white space.
3470
34711993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3472
3473 * Makefile.in (${archlibdir}):
3474 Install ${SCRIPTS} from ${srcdir}, not cwd.
3475
34761993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3477
3478 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
3479 the comment character.
3480
34811993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
3482
3483 * etags.c (process_file): dead code removed.
3484 (S_ISREG): #define it using S_IFREG if not defined.
3485 (process_file): regular files have nothing to do with symlinks.
3486
34871993-09-28 Brian Fox (bfox@ai.mit.edu)
3488
3489 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
3490 from current directory. Only chmod and chgrp files that we
3491 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
3492 ${bindir}.
3493 (INSTALLFLAGS): Deleted definition, since it is an unused variable
3494 now.
3495
34961993-09-27 Brian Fox (bfox@ai.mit.edu)
3497
3498 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
3499 configure figure out the correct values for these variables.
3500
35011993-09-14 Brian Fox (bfox@ai.mit.edu)
3502
3503 * Makefile.in (archlibdir): Only install execuatables internally
3504 used by emacs; don't install bindir binaries here.
3505
35061993-09-24 Paul Eggert (eggert@twinsun.com)
3507
3508 * rcs2log: Add -h, -n, -r options.
3509 By default, look for *,v files as well as RCS/*,v files.
3510 Use $TMPDIR (default /tmp) instead of /tmp.
3511
dff28924 35121993-09-20 Francesco Potorti` (pot@fly)
362bc2da
DL
3513
3514 * etags.c (C_entries): is_func is initialised here instead of in
3515 consider_token for the sake of the yacc rules section.
3516 (C_entries): Now class, struct, enum, union and typedef produce
3517 named tags.
3518
35191993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
3520
3521 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
3522
35231993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3524
3525 * Support configuring in a different directory when ${srcdir} has
3526 already been configured.
3527 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
3528 -I${srcdir} -I${srcdir}/../src.
3529 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
3530 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
3531 is already in CPP_FLAGS.
3532 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
3533 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
3534
35351993-08-25 Paul Eggert (eggert@twinsun.com)
3536
3537 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
3538 otherwise, HP awk complains.
3539
3540 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
3541 are common hangouts for SCCS commands.
3542
35431993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3544
3545 * Version 19.19 released.
3546
35471993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3548
3549 * Makefile.in (make-path): Dep on config.h.
3550
35511993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3552
3553 * b2m.c (TRUE, FALSE): Don't define if already defined.
3554
35551993-08-09 Paul Eggert (eggert@twinsun.com)
3556
3557 * rcs2log (awkscript):
3558 Some sites put comma-separated junk after the fullname.
3559 Remove it, but leave "Bill Gates, Jr" alone.
3560 Remove the junk from fullnames like "0000-Admin(0000)".
3561
35621993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3563
3564 * Version 19.18 released.
3565
35661993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
3567
3568 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
3569 (L_funcs): the (foo::defmumble stuff now should work.
3570 (consider_token): function returned random value--corrected.
3571 (C_entries): corrected == versus = typo.
3572
35731993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3574
3575 * etags.c (put_entries): For NODE->rewritten, put pattern before
3576 \177 and name after, not vice versa.
3577
35781993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3579
3580 * timer.c (main): Generate a SIGIO as soon as we've initialized.
3581
35821993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
3583
3584 * etags.c (FINCST): added the fignore status. Means we are
3585 after the parameter list and before the open curly brace.
3586 Allows correct parsing of C++ constructors.
3587 (C_entries, consider_token): make use of fignore.
3588 (consider_token): reset funcdef when next_token_is_func: when in
3589 ctags mode makes DEFVAR and others work better.
3590 (L_isquote): function that recognises the "(quote" string.
3591 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
3592
35931993-07-29 Paul Eggert (eggert@twinsun.com)
3594
3595 * rcs-checkin: Don't check whether a file is readable until we have
3596 decided not to ignore it.
3597
35981993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3599
3600 * Makefile.in (etags): Depend on ../src/config.h.
3601
3602 * emacsserver.c: Include types.h before file.h.
3603
36041993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3605
3606 * Makefile.in (install): Use .n, not .new, for temporary filenames.
3607
36081993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3609
3610 * Version 19.17 released.
3611
36121993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3613
3614 * etags.c (print_help): Break up the very long strings containing
3615 the help message into shorter strings, to placate chintzy C
3616 compilers which can't handle strings that long.
3617
3618 * wakeup.c: Use CPP tangle from autoconf manual to #include the
3619 correct combination of <time.h> and <sys/time.h>.
3620
36211993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3622
3623 * etags.c (alloca): removed all references to it.
3624 (main): now calls xnew instead of alloca for portability.
3625 (../src/config.h): included only if HAVE_CONFIG_H.
3626 (const): void definition removed--config.h takes care of it.
3627
36281993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3629
3630 * etags.c (consider_token): was `==', now is `='.
3631 (consider_token): DEFUNs now treated like funcs in ctags mode.
3632
3633 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
3634 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
3635 (C_entries): removed a piece of useless code.
3636 (C_entries): making typedef tags is delayed until a semicolon
3637 is met. This handles "typedef int X, Y, Z;" correctly.
3638
36391993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3640
3641 * Version 19.16 released.
3642
3643 * b2m.c: #include <sys/types.h>.
3644 (ltoday): Declare this to be time_t.
3645
36461993-06-30 Paul Eggert (eggert@twinsun.com)
3647
3648 * vcdiff: Add -q option.
3649
36501993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3651
3652 * etags.c: #include "config.h" and the alloca CPP tangle before
3653 #including the system headers and getopt.h. AIX requires the
3654 #pragma to come before any actual C code.
3655
36561993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3657
3658 * Makefile.in (ctags): Depend on etags, so that parallel makes
3659 don't write etags.o files on top of each other.
3660
36611993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3662
3663 * version 19.15 released.
3664
36651993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3666
3667 * etags.c (add_node): Move var last_node to file scope.
3668
36691993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3670
3671 * Version 19.14 released.
3672
36731993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3674
3675 Bring mumbleclean targets into conformance with GNU coding standards.
3676 * Makefile.in (distclean): Call clean to do most of the work.
3677 Delete aixcc.c and TAGS.
3678 (realclean): Just call distclean.
1c478461 3679
362bc2da
DL
3680 * Makefile.in: Remember, spaces are not tabs.
3681
36821993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3683
3684 * Makefile.in (CPP_CFLAGS): New variable.
3685 Use it instead of ALL_CFLAGS when compiling a .c file.
3686 (getopt.o, getopt1.o): Add explicit compilation commands.
3687
36881993-06-10 Mark D. Baushke (mdb@cisco.com)
3689
3690 * etags.c: Reinstate old -f option as an alias for -o for
3691 installed base uses.
3692
36931993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3694
3695 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
3696 to bind or accept, cast the pointer, to avoid warnings on systems
3697 which declare prototypes for this.
3698 * emacsclient.c (main): Same.
3699
3700 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
3701
37021993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3703
3704 * Version 19.13 released.
3705
3706 * wakeup.c: Include sys/types.h, too; I think that's where time_t
3707 comes from, not sys/time.h.
3708
37091993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3710
3711 * wakeup.c: Include sys/time.h.
3712
3713 * etags.c: #undef static.
3714
3715 * Version 19.12 released.
3716
3717 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
3718
37191993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3720
3721 * Version 19.11 released.
3722
3723 * timer.c [LINUX]: #undef signal.
3724 * emacsserver.c: #undef signal.
3725
37261993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3727
3728 * wakeup.c (main): Make when a time_t.
3729
37301993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3731
3732 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
3733 `(cd foo ; pwd)` to get the canonical name of a directory; cd
3734 might fail, and have pwd print out the current directory.
3735
3736 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
3737 string-handling functions.
3738
37391993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3740
3741 * Version 19.10 released.
3742
37431993-05-29 Paul Eggert (eggert@twinsun.com)
3744
3745 * rcs2log: When given no file arguments, inspect RCS/.* as well
3746 as RCS/*. Don't report an error if RCS is empty or nonexistent.
3747
37481993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3749
3750 * Makefile.in (timer): Link with $(LOADLIBES).
3751
37521993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3753
3754 * fakemail.c (put_line): Don't output \n\t unless more text follows.
3755
37561993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3757
3758 * etags.c: Replace the CPP tangle for alloca with the one from the
3759 autoconf documentation, since that's working elsewhere.
3760
37611993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3762
3763 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3764 description files can find their ancestors.
3765
37661993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3767
3768 * Makefile.in (install): Get the scripts from ${srcdir},
3769 unlike the executables.
3770 (ALL_CFLAGS): Add -I../src
3771
37721993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3773
3774 * Version 19.9 released.
3775
37761993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3777
3778 * Makefile.in (install): Do install the programs listed in
3779 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
3780 INSTALLABLE_SCRIPTS, instead of writing the programs out.
3781
3782 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3783 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3784
37851993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3786
3787 * etags.c: Include ../src/config.h.
3788
3789 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3790 in first loop. Delete files from bindir before installing new ones.
3791 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3792
37931993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3794
3795 * Version 19.8 released.
3796
3797 * make-docfile.c: Doc fix.
3798
37991993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3800
3801 * tcp.c: Fix comment syntax at top of file.
3802 (main): Don't call htons with the port number.
3803
38041993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3805
3806 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 3807 appropriate.
362bc2da
DL
3808
3809 * Makefile.in (install): Refer to the variables INSTALLABLES and
3810 INSTALLABLE_SCRIPTS, instead of writing them out.
3811
38121993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3813
3814 * make-path.c (main): Return 0.
3815
38161993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3817
3818 * Version 19.7 released.
3819
38201993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3821
3822 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3823
38241993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3825
3826 * tcp.c: New file.
3827
38281993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3829
3830 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3831
38321993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3833
3834 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3835 only. We should really fix this later, but let's just make it
3836 compile for now.
3837
3838 Install patches from David J. Mackenzie to make the srcdir option
3839 work.
3840 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3841 Makefile.
3842 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3843 INSTALLABLE_SCRIPTS.
3844 (INSTALLABLE_SCRIPTS): New list.
3845 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3846 (${archlibdir}): The scripts to be installed live in the source
3847 tree, not in the object tree.
3848 (test-distrib): Note that the data file lives in the source tree,
3849 not the object tree.
3850 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3851 (all other targets): Change references to source files to use
3852 ${srcdir}, except for config.h, which lives in the object dir.
3853 (timer.o): Note that this depends on ../src/config.h.
3854 * make-docfile.c (main): Add a -d option, to tell it where to find
3855 the source files.
3856 * test-distrib.c (main): Take the name of the distribution file to
3857 test from the command line.
3858
3859 * timer.c: Fix mispellings of get_date function's name.
3860
38611993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3862
3863 * etags.c (main):
3864 Don't require that there be input files if -i switches were given.
3865
38661993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3867
3868 The GNU coding standards specify that CFLAGS should be left for
3869 users to set.
3870 * Makefile.in (CFLAGS): Put this in the "things configure might
3871 edit" section, and have it default to -g.
3872 (ALL_CFLAGS): New variable, set to all the flags which should be
3873 passed to compilations. Replace all other uses of CFLAGS with
3874 ALL_CFLAGS.
3875 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3876
3877 * Makefile.in (DEFS): Remove this; it's always just going to be
3878 "-DHAVE_CONFIG_H -Demacs".
3879
38801993-05-03 Paul Eggert (eggert@twinsun.com)
3881
3882 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3883 /[/]/, so change it to /[\/]/. This should work on all
3884 Posix-compliant awks. It's slightly wrong with traditional awk,
3885 since it matches \ too, but that's a minor problem compared to awk
3886 syntax errors.
3887
38881993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3889
3890 * Makefile.in (ALLOCA): New variable, whose value we should
3891 inherit from the top-level makefile.
3892 (etags, ctags): Include ALLOCA in the list of object files that
3893 these executables depend on and link.
3894
38951993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3896
3897 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3898
38991993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3900
3901 * make-docfile.c (write_c_args): Print an argument named "defalt"
3902 as "default".
3903
39041993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3905
3906 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3907 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3908 compiler.
3909
39101993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3911
3912 * etags.c (YACC): flag added to c_ext.
3913 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3914 (find_entries): consistently use streq when reasonable.
3915 (find_entries): a .y file is a yacc file.
3916 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3917 (C_entries): logical cplpl means c_ext&C_PLPL.
3918 (C_entries): logical yacc_rules means we are after the first %%.
3919 (C_entries): added logic for yacc files.
3920
39211993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3922
3923 * etags.c (C_entries): ':' case moved to the second switch.
3924 (C_entries): do not examine token if structdef==scolonseen.
3925 (consider_token): structtag set to null string for enum.
3926
39271993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3928
3929 * etags.c (GET_COOKIE): and related macros removed.
3930 (logical): is now int, no more a char.
3931 (reg): define deleted.
3932 (isgood, _gd, notgd): deleted.
3933 (gotone): deleted.
3934 (TOKEN): member linestart removed.
3935 (linepos, prev_linepos, lb1): deleted.
3936 (main): call initbuffer on lbs array instead of lb1.
3937 (init): removed the initialisation of the logical _gd array;
3938 (find_entries): a .sa suffix means assembler file.
3939 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3940 All C state machines rewritten.
3941 (C_entries): complete rewrite.
3942 (condider_token): complete rewrite.
3943 (getline): deleted.
3944
39451993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3946
3947 * etags.c (C_entries): Added the quotednl logical variable.
3948 Used for parsing of #define's spanning multiple lines.
3949
39501993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3951
3952 * etags.c (C_entries): Save the definedef status even when a
3953 newline is met inside a string.
3954
39551993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3956
3957 * Makefile.in (EXECUTABLES): added rcs-checkin.
3958
3959 * Makefile.in (unlock, relock): New productions.
3960
39611993-03-16 Paul Eggert (eggert@twinsun.com)
3962
3963 * rcs2log: Some awks don't understand "\r". Code around this.
3964 Unfortunately this requires putting a carriage return in the
3965 source code. Don't assume that rlog will tolerate times like
3966 `10:10:60'; RCS 5.7 won't allow this.
3967
39681993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3969
3970 * timer.c (main): Set the ownership of the stdin file descriptor
3971 to the current process. Print error messages if either of the
3972 fcntl's fails.
3973
3974 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3975 ../src/config.h), not void.
3976
39771993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3978
3979 * b2m.c (main): Don't exit upon reading a blank line.
3980
39811993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3982
3983 * etags.c (C_entries): New local variable quotednl. Used for
3984 parsing of #define's spanning multiple lines.
3985
3986 * etags.c (C_entries): Save the definedef status
3987 even when a newline is met inside a string.
3988
39891993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3990
3991 * timer.c (notify): Initialize waitfor properly.
3992
39931993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3994
3995 * etags.c (C_entries): Don't reset definedef when a newline inside a
3996 comment is met.
3997
39981993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3999
4000 * etags.c (find_entries): If filename ends in .f or .for,
4001 don't try anything but Fortran.
4002
40031993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
4004
4005 * timer.c (notify): Flush stdout after writing message to avoid lossage
4006 on terminals.
4007
4008 (notify): Also, write a newline after the token.
4009
40101992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4011
4012 * Makefile.in (exec_prefix): New variable.
4013 (bindir, libdir): Use it instead of `prefix'.
4014
4015 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
4016
4017 * Makefile.in (libdir): Default to ${prefix}/lib.
4018 (archlibdir): Adjusted to match.
4019
4020 * Makefile.in (distclean): Don't delete backup or autosave files.
4021 (extraclean): Like realclean, but does delete backup and autosave
4022 files.
4023
4024 * Makefile.in (realclean): Ignore errors from rm.
4025
4026 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
4027 that doesn't exist anymore.
4028
40291992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4030
4031 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
4032 described in the top-level Makefile.
4033 (UTILITIES): Add make-path to the list of utility programs.
4034 (../arch-lib): Replaced by the ${archlibdir} target, which places
4035 the executables in their permanent home.
4036 (install, install.sysv, install.xenix): Consolidated into one
4037 target which should work under all circumstances, modulo a few
4038 ignored error messages.
4039
4040 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
4041 a different number of arguments than other DEFVARs, recognize it
4042 specially, and expect the right number of commas.
4043
40441992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4045
4046 * make-path.c: New program, to help with the installation process.
4047 * Makefile.in (make-path): New target.
4048
4049 * make-path.c (touchy_mkdir): Remove debugging output.
4050
40511992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4052
4053 * Makefile.in (getdate.o): Added explicit target for this, so we
4054 can indicate that it depends on ../src/config.h.
4055
40561992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4057
4058 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
4059 instead of CFLAGS.
4060 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
4061
40621992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4063
4064 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
4065 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
4066 that system.
4067
4068 * Makefile.in (arch-lib): Give rm the `-f' option.
4069
40701992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4071
4072 * make-docfile.c (write_c_args): Rewritten to correctly print
4073 &optionals before the first identifier, but after the first paren.
4074 This code used to just wait for commas or spaces; now it notices
4075 identifier boundaries.
4076
40771992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4078
4079 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
4080
40811992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4082
4083 * make-docfile.c (write_c_args): Print the argument lists properly
4084 when the first argument is optional.
4085
40861992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4087
4088 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
4089 Redefine @item. Set catcode of +.
4090
40911992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4092
4093 * emacsclient.c (main): Set IPC_CREAT in msgget call.
4094
40951992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4096
4097 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
4098 (TEX_decode_env): Make `tab' one element longer.
4099
41001992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4101
4102 * etags.c (PF_funcs): Recognize the "entry" keyword.
4103
41041992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4105
4106 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
4107
41081992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4109
4110 * timer.c (events): Rather than having slots marked as in use or
4111 out of use by the `token' field, keep all pending events at the
4112 beginning of the array. When we delete an event in the middle of
4113 the array, we move the last event into its place.
4114 (num_events): New variable.
4115 (schedule): It is now cheaper to find a free event slot;
4116 events[num_events] is the first free slot.
4117 (notify): Scan events[0 .. num_events-1], instead of the whole
4118 array. When an event fires, move the last event in the array into
4119 its spot. Use num_events to determine whether or not there are
4120 any pending events, not wait_for.
4121 (getevent): Deleted unused variable `ep'.
4122 (sigcatch): It's now easier to find all the active events.
4123 (main): Initialize num_events.
4124
4125 * etags.c: Rather than fret about which systems have index and
4126 which systems have strchr, and how to tell the difference between
4127 them, we just write out our own versions. Big deal.
4128 (index, rindex): Extern declarations removed.
4129 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
4130 (etags_index, etags_rindex): New declarations.
4131 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
4132 TEX_getit, substr): Use the etags_*index functions, rather than
4133 the native *index functions.
4134 (rindex, index): Renamed to etags_rindex and tags_rindex, and
4135 made them unconditionally defined, rather than having them depend
4136 on NEED_*INDEX.
4137
4138 * etags.c (savenstr): Add declaration for this at top of file.
4139 (TEX_decode_env): Don't declare it local to this function.
4140
4141 * b2m.c: #include "../src/config.h", so we can test for the USG
4142 macro, and decide whether to include <string.h> or <strings.h>.
4143 * Makefile.in: Note that b2m.c depends on ../src/config.h.
4144
41451992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4146
4147 * timer.c: Reformatted according to the GNU coding standards.
4148 Removed arbitrary limits on the number of events queued and the
4149 length of the tokens used to identify them.
4150 Removed casts to (void).
4151 Removed debugging printfs; they clutter the code, and the need
4152 can be better filled using a real debugger.
4153
41541992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4155
4156 * timer.c: Installed new version from Eric Raymond; this is more
4157 portable, since it doesn't try to use SIGIO.
4158
41591992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4160
4161 * emacsclient.c (main): If we can't find the socket in this
4162 person's home directory, print a message which asks if they've
4163 started the server, instead of just printing the message from
4164 sys_errmsg; Cygnus finds that people are much less confused by
4165 this.
4166
41671992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4168
4169 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
4170 so that index and rindex get defined, why don't we actually
4171 control index and rindex using symbols called "NEED_INDEX" and
4172 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
4173 little more readable than defining something whose name implies
4174 that it's not?
4175
41761992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4177
4178 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
4179 distribution:
4180 Miscellaneous doc fixes.
1c478461 4181 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
4182 (scan_lisp_file): Instead of using long hairy strings of ifs, call
4183 read_lisp_symbol and then see what we got. Call skip_white
4184 instead of writing out a loop to do its job. Correctly extract
4185 docstrings from "defmacro" declarations.
4186
41871992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4188
4189 * movemail.c (strcpy): Declare this to return char *.
4190
41911992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4192
4193 * etags.c (C_entries): When we find a C++ comment, do actually
4194 skip to the end of the line; do a 'break' instead of a 'continue'.
4195
41961992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4197
4198 * etags.c (getit): Add missing parenthesis to expression which
4199 decides if this token is an identifier.
4200
42011992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4202
4203 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
4204
42051992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4206
4207 * etags.c (put_entries): Always put space between name and line num.
4208
42091992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
4210
4211 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
4212 warning.
4213 (LEVEL_OK_FOR_FUNCDEF): Ditto.
4214
42151992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4216
4217 * make-docfile.c (write_c_args): Pass both arguments to putc.
4218
42191992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
4220
4221 * etags.c (C_entries): Fixed reading of "..." strings.
4222 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
4223 the C library source.
4224
4225 * etags.c (C_entries): When we see a backslash inside a quoted
4226 string, skip to the next character. This allows us to correctly
4227 deal with strings containing quotes.
4228
42291992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4230
4231 * make-docfile.c (write_c_args): Print the C argument names as
4232 they would be written in Elisp; print '_' as '-'.
4233
42341992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4235
4236 * movemail.c [POP]: Get user name via getpwuid.
4237
42381992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4239
4240 * Makefile.in: flags in CC invocations rearranged for no reason.
4241
42421992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4243
4244 * etags.c (print_help): Remember not to imbed raw newlines in
4245 strings - end the lines with `\n\'.
4246
42471992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4248
4249 * timer.c (getevent): Removed declaration of memcpy; since
4250 different systems have different return types, and we're not even
4251 using the return type anyway, it wasn't doing us any good.
4252
42531992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4254
4255 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
4256 type of this function.
4257
42581992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4259
4260 * ChangeLog: Since the old etc contents have been split into etc
4261 and lib-src, the old etc's ChangeLog has been duplicated in the
4262 new etc and lib-src. That means that each contains complete and
4263 coherent information, although each contains extraneous
1c478461 4264 information.
362bc2da
DL
4265
42661992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4267
4268 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4269 to be consistent with other GNU programs, like makeinfo.
4270
4271 * lib-src/Makefile: Renamed to Makefile.in; the configure script
4272 will edit this to produce Makefile.
4273
42741992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4275
4276 * etags.c (print_help, print_version): New functions.
4277 (main): Options added to support them.
4278
4279 * etags.c (longopts): New array of long names for the options.
4280 (main): Recognize them.
4281
42821992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4283
4284 * etags.c (C_entries): Removed comment saying that \" in a string
4285 isn't recognized as magic, because it is correctly handled.
4286
4287 * getopt.c, getopt.h: New files, from GNU C library.
4288 * etags.c: Rewritten to use getopt.
4289 #include "getopt.h".
4290 (file_num): Variable deleted; its role is now played by getopt's
4291 optind.
4292 (main): Argument processing loop rewritten to call getopt to get
4293 next option. Options which take parameters (-o and -i) rewritten
4294 to get parameter from optarg instead of argv[1]. Filename
4295 preprocessing loop and update command changed similarly.
4296 * Makefile (etags, ctags): Depend on and link with getopt.h,
4297 getopt.o, and getopt1.o.
4298 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4299
4300 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4301 is non-zero.
4302
4303 (main): In the argument processing loop, the 'goto next_arg'
4304 statements are breaking out of the switch statement in exactly the
4305 same way that a simple 'break' statement would; replace the gotos
4306 with breaks, and remove the label.
4307
43081992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4309
4310 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4311 (consider_token): Move next_token_is_func to global.
4312
43131992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4314
4315 * Makefile: Conform with GNU coding standards:
4316 (mostlyclean): New target, synonymous with clean.
4317 (TAGS, check): New targets.
4318 (INSTALL, INSTALLFLAGS): New variables.
4319
43201992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4321
4322 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4323 `config.emacs' to `configure'.
4324
4325 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4326 * etc/MACHINES: Same.
4327
43281992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4329
4330 * movemail.c (main): Allow tempname to be as long as necessary,
4331 instead of limiting it to 39 characters.
4332
4333 * movemail.c (main): Move declaration of buf from top of function
4334 to local block surrounding the copy loop. This makes it less
4335 likely to be confused with the buf used by the code which checks the
4336 permissions on outname's directory.
4337
43381992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
4339
4340 * SERVICE: Remove my entry.
4341
43421992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4343
4344 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4345 hardcoded -g.
4346
4347 * movemail.c (xmalloc): Return char *, not int.
4348 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4349 that is off by default -- normally don't unlink the mail spool
4350 file, just empty it. Pass creat mode 0600, not 0666.
4351
dff28924 43521992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
4353
4354 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4355 (all): Instead of here.
4356 (install): Don't use the -s option, since people need symbols to
4357 debug code.
4358
dff28924 43591992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
4360
4361 * etags-vmslib.c (fn_exp): Add type cast.
4362
43631992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4364
4365 * movemail.c: Changes in comments.
4366
dff28924 43671992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
4368
4369 * Makefile: Make the distclean target erase the DOC files from
4370 ../share-lib and the executables from ../arch-lib.
4371
dff28924 43721992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
4373
4374 * emacsclient.c: #include <sys/stat.h>
4375 (main): Do declare statbfr.
4376
dff28924 43771991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4378
4379 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4380 for the socket, depending on SERVER_HOME_DIR.
4381 If using /tmp, put host name in the socket name.
4382
4383 * movemail.c (pfatal_and_delete): New function.
4384 (main, popmail): Use it.
4385 (popmail): Close output before deleting messages.
4386 Check for error on close and on fsync.
4387 Use `fatal' where appropriate.
4388 (main): Remove (void).
4389
4390 * aixcc.lex: New file. Not officially part of Emacs.
4391 * Makefile: Rules for that.
4392
dff28924 43931991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
4394
4395 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4396
4397 * etags.c (main): Properly cast call to alloca that initializes
4398 included_files.
4399
44001991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4401
4402 * etags.c (files_are_tag_tables): Remove global var.
4403 (process_file): Don't test it. Also remove hack checking for a
4404 file named "TAGS".
4405 (main): -i now takes an arg which is the name of a file to include.
4406 Collect these names and emit include tags for them after processing
4407 all the argument files.
4408
dff28924 44091991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4410
4411 * wakeup.c: Terminate if parent goes away.
4412
dff28924 44131991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4414
4415 * etags.c (C_entries): Process token before handling end of line.
4416 When inner loops reach end of line, just back up.
4417 Let the real end of line processing happen in just one place.
4418 (consider_token): Likewise.
4419
dff28924 44201991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
4421
4422 * etags.c (TEX_mode): Skip comments while scanning the text to see
4423 which escape character this file uses.
4424
dff28924 44251991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4426
4427 * emacsserver.c [USG]: Terminate if msgrcv fails.
4428
dff28924 44291991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4430
4431 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4432
dff28924 44331991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
4434
4435 * make-docfile: Find the arguments to a C function correctly,
4436 by not ignoring the character that read_c_string returns. Don't
4437 even try to find argument names for functions that take MANY
4438 or UNEVALLED arguments, since they're a figment of the docstring's
4439 imagination.
4440
dff28924 44411991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
4442
4443 * make-docfile: Read the .elc files generated by the new byte
4444 compiler.
4445
dff28924 44461990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4447
4448 * refcard.tex: Use cm fonts, not am, in multi-column mode.
4449
dff28924 44501990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4451
4452 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4453
dff28924 44541990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4455
4456 * Makefile (install*): No need to install wakeup.
4457
dff28924 44581990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4459
4460 * Makefile (install*): Install emacsclient like etags.
4461
dff28924 44621990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4463
4464 * movemail.c (error): Handle 3 args.
4465 (main): Don't check input access if using pop.
4466
dff28924 44671990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4468
4469 * etags.c (find_entries): Check for numbers after Scheme suffix.
4470
dff28924 44711990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4472
4473 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4474
dff28924 44751990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4476
4477 * Makefile (nemacstool, xvetool): New targets.
4478
dff28924 44791990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4480
4481 * emacsclient.c: Include errno.h and define related variables.
4482
dff28924 44831990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4484
4485 * emacsclient.c: Change usage message.
4486
dff28924 44871990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
4488
4489 * emacs.1: Add break before -nw option.
4490
dff28924 44911990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
4492
4493 * qsort.c: Replace with GNU version.
4494
dff28924 44951990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
4496
4497 * wakeup.c: New program replacing loadst.c.
4498
dff28924 44991990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4500
4501 * emacsclient.c [USG]: Pass msgsnd only 4 args.
4502
dff28924 45031990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
4504
4505 * etags.c: Rename `flag' variables for what they do instead of
4506 which option character sets them.
4507
dff28924 45081990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4509
4510 * loadst.c (main): Conditional to get load average on Apollo.
4511
dff28924 45121990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
4513
4514 * emacsserver.c: Set the permission on the socket to 0600.
4515
dff28924 45161990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4517
4518 * emacsclient.c [BSD]: Print clean message for failing getwd.
4519
dff28924 45201990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
4521
4522 * getdate.y: Use the getdate.y from GNU tar for timer.
4523
dff28924 45241990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
4525
4526 * emacsclient.c (main): Don't put brackets around "filename" in
4527 usage message. It isn't optional.
4528
dff28924 45291990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
4530
4531 * etags.c (getit): Recognize '$' as beginning identifiers.
4532
dff28924 45331990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
4534
4535 * emacsserver.c: Renamed from server.c.
4536 * Makefile: Reference emacsserver rather than server.
4537 * MACHINES: Doc fix for new emacsserver name.
4538
dff28924 45391990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4540
4541 * emacsclient.c: Print program name in error messages.
4542
dff28924 45431990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
4544
4545 * timer.c, getdate.y (new files) and Makefile:
4546 Sub-process support for run-at-time in timer.el.
1c478461 4547 Doesn't yet work correctly for USG.
362bc2da 4548
dff28924 45491990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
4550
4551 * MACHINES: Add HP 300 running BSD.
4552
dff28924 45531990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4554
4555 * yow.c: Dynamically allocate buffer; skip header before random
4556 choice to avoid bias toward first item.
4557
dff28924 45581989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4559
4560 * etags.c (readline): Separate out init of `pend'.
4561
dff28924 45621989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4563
4564 * etags.c: Undo changes relating to isgoodhdr.
4565
dff28924 45661989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4567
4568 * etags.c (isgoodhdr): New macro.
4569 (_gdh, notgdh): New variable used by that.
4570 (init): Initialize _gdh.
4571 (find_entries): Set header_file.
4572 (consider_token): Use isgoodhdr if in header file.
4573
4574 * etags.c (total_size_of_entries):
4575 Was miscalculating by 1 in rewritten case.
4576
4577 * etags.c (PAS_funcs): One arg to pfnote was missing.
4578
dff28924 45791989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
4580
4581 * MACHINES: Change for the ULTRIX entry.
4582
dff28924 45831989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
4584
4585 * etags.c (process_file): If file is not regular, return.
4586
dff28924 45871989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4588
4589 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
4590
dff28924 45911989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4592
4593 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
4594 (main): If HAVE_GETLOADAVG, don't call `nlist'.
4595
dff28924 45961989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4597
4598 * etags.c (consider_token): Allow any number of typespec keywords
4599 after `typedef', before new type name.
4600 (enum sym_type): Add st_C_typespec.
4601 (C_create_stab): Put typespec kwds in table.
4602
dff28924 46031989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
4604
4605 * etags.c (main): Don't depend on name invoked by.
4606 If CTAGS is not defined, assume it is ETAGS.
4607
dff28924 46081989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4609
4610 * etags.c (L_funcs): Allow package name in define construct,
4611 as in (foo::defmumble name-defined ...).
4612
dff28924 46131989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4614
4615 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
4616
4617 * Makefile (yow): Depends on ../src/paths.h.
4618
dff28924 46191989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
4620
4621 * etags.c: Fix compilation by moving Pascal after Fortran.
4622
dff28924 46231989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4624
4625 * movemail.c [USG]: Define F_OK, etc., if not found in header.
4626
dff28924 46271989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4628
4629 * hexl.c: New file, supports hexl-mode.
4630
dff28924 46311989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4632
4633 * movemail.c: New compilation flag MAIL_USE_MMDF.
4634
dff28924 46351989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4636
4637 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
4638 * server.c: Likewise.
4639
4640 * make-docfile.c (scan_c_file): Output argument names at end of string.
4641 (write_c_args): New subroutine.
4642
dff28924 46431989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4644
4645 * movemail.c: Report failure of flock.
4646
dff28924 46471989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4648
4649 * etags.c (find_entries): Allow multi-letter extensions for fortran.
4650
dff28924 46511989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4652
4653 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
4654
dff28924 46551989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4656
4657 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
4658
4659 * emacsstool.1: update to document environment variables.
4660
dff28924 46611989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4662
4663 * etags.c (PAS_funcs): New function by Mosur Mohan.
4664
4665 * movemail.c: On sysv, include unistd.h.
4666
dff28924 46671989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4668
4669 * b2m.c: New file.
4670
dff28924 46711989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4672
4673 * etags.c: Prolog support from Sunichirou Sugou
4674
dff28924 46751989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4676
4677 * Makefile (clean): New target.
4678
dff28924 46791989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4680
4681 * fakemail.c (put_line): Break header lines at 79 cols.
4682
dff28924 46831989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4684
4685 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
4686 multiple tags per line.
4687
dff28924 46881989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4689
4690 * movemail.c: Check access before doing real work.
4691 Check that outfile is in a writable directory.
4692 On fatal error, delete the lock file.
4693
dff28924 46941988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da
DL
4695
4696 * env.c: Add decl for my-index
4697 * etags.c (file-entries): .oak => scheme
4698
dff28924 46991988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4700
4701 * movemail.c: Use `access' to check input and output files.
4702
dff28924 47031988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4704
4705 * emacsclient.c (main): Ignore all of CWD before first slash.
4706
dff28924 47071988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4708
4709 * etags.c (readline): Double linebuffer->size outside the xrealloc.
4710
dff28924 47111988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4712
4713 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4714 * server.c: chmod the socket to 0700.
4715
dff28924 47161988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4717
4718 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4719 (add_field): Delete comments and turn `<', `>' to spaces
4720 in header lines.
4721 (USE_FAKEMAIL): New customization macro says to make fakemail
4722 not be a no-op even on a BSD system.
4723
dff28924 47241988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4725
4726 * etags.c (consider_token): Skip comments just like whitespace.
4727 Notice `struct', etc. and set strtag for those tokens.
4728 Return 1 for the token following `struct' if an open-brace follows it.
4729 (C_entries): Special handling of token following `struct'
4730 needed because we have probably advanced to the following line
4731 to find the `{'.
4732 (main): New option `T' sets tflag and strflag.
4733 Set both of them by default if eflags.
4734
dff28924 47351988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4736
4737 * movemail.c: Do fsync before closing output.
4738
dff28924 47391988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da
DL
4740
4741 * movemail.c: Better error message when can't create tempname.
4742 This file needs a great deal of extra error-checking and lucid reporting...
4743
dff28924 47441988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4745
4746 * etags.c: Support assembler code for .s and .a files.
4747 (getit): Allow underscore in a tag.
4748
dff28924 47491988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4750
4751 * movemail.c: Close output and check errors before deleting input.
4752
dff28924 47531988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
4754
4755 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4756 whether to prefix it. Handle line number args.
4757
dff28924 47581988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da
DL
4759
4760 * etags.c (main): default setting of eflag was backwards.
4761
dff28924 47621988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4763
4764 * etags.c: New option -i. -f renamed -o.
4765 `-' as input file means read input file names from stdin.
4766 -i spec'd or input file named TAGS means the input file is another
4767 tag table; output an "include" line for it.
4768
dff28924 47691988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4770
4771 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4772 New targets install, install.sysv, install.xenix.
4773 This makefile is now responsible for installing executables
4774 and documentation from this directory into system directories.
4775
dff28924 47761988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
4777
4778 * server.c, emacsclient.c (main): Compute socket name from euid.
4779
dff28924 47801988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4781
4782 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4783
dff28924 47841988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4785
4786 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4787 * emacsclient.c: Likewise.
4788 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4789
dff28924 47901988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4791
4792 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4793 (istoken) New string-comparison macro.
4794 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4795
dff28924 47961988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4797
4798 * etags.c: Changes for VMS.
4799 Always define ETAGS on VMS.
4800 Define macros GOOD and BAD for success and failure exit codes.
4801 (begtk, intk): Allow `$' in identifiers
4802 (main): Don't support -B, -F or -u on VMS.
4803 Alternate loop for scanning filename arguments.
4804 (system): Delete definition of this function.
4805
4806 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4807
dff28924 48081988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4809
4810 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4811 around include of param.h. (Like fns.c.)
4812
dff28924 48131988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4814
4815 * loadst.c (load_average): Move load-average code to this new fn.
4816 Add conditionals to compute load ave on UMAX.
4817
dff28924 48181988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
4819
4820 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4821 with opposite sense.
4822
dff28924 48231988-05-13 Chris Hanson (cph@kleph)
362bc2da
DL
4824
4825 * emacsclient.c: Delete references to unused variable `out'. This
4826 caused a bus error when used under hp-ux.
4827
dff28924 48281988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4829
4830 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4831
dff28924 48321988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
4833
4834 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4835
dff28924 48361988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4837
4838 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4839
dff28924 48401988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4841
4842 * movemail.c: #undef close, since config can #define it on V.3.
4843 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4844
dff28924 48451988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
4846
4847 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4848 invalid escape sequences such as `\{'.
4849
4850 * loadst.c: Add `sequent' conditional for file dk.h.
4851
dff28924 48521988-03-20 Richard M. Stallman (rms@wilson)
362bc2da
DL
4853
4854 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4855
4856 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
6922b018
KH
4857
4858;; Local Variables:
d19249e7 4859;; coding: iso-2022-7bit
6922b018 4860;; End:
2a34a036 4861
0caa685d 4862 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
2a34a036
GM
4863 Free Software Foundation, Inc.
4864 Copying and distribution of this file, with or without modification,
4865 are permitted provided the copyright notice and this notice are preserved.