*** empty log message ***
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
4fff90e4
FP
12002-03-12 Francesco Potorti` <pot@gnu.org>
2 * etags.c (Python_functions): Skip spaces at beginning of lines.
893a741e 3
4fff90e4 42002-03-06 Jason Rumney <jasonr@gnu.org>
893a741e
JR
5 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
6 compilers that don't optimize out dead code.
7
51aeded3
FP
82002-03-05 Francesco Potorti` <pot@gnu.org>
9
10 * etags.c: Honour #line directives.
11 (no_line_directive): New global var; set it for old behaviour.
12 (main): Remove some #ifdef in the getopt switch.
13 (add_node, put_entries): Code added to merge different chunks of
14 nodes referring to the same file. Currently the tags are just
15 appended, without any check for duplicates.
16 (Perl_functions): Do not special case ctags.
17 (readline): Identify #line directives and do the right thing.
18 (nocharno, invalidcharno): New global vars.
19 (process_file): Reset nocharno.
20 (readline): Set nocharno.
21 (pfnote): Read nocharno and maybe put invalidcharno in node.
22 (total_size_of_entries, put_entries): Use invalidcharno.
23
24 * etags.c: Keep the whole tag table in memory, even in etags mode.
25 (main): Call put_entries here even in CTAGS mode.
26 (main, process_file): Check the return values of fclose and pclose.
27 (process_file): Do not call put_entries after parsing each file.
28 (process_file): Canonicalise file names even for ctags.
29 (process_file): Set curfile here...
30 (find_entries): ... not here any more.
31 (add_node): In etags mode, build a linked list of entries (on
32 right pointer) for each file, and link the first entry of each
33 file on left nodes.
34 (put_entries): Print here the name of the file.
35 (put_entries): Print the entries starting from the first file.
36 (number_len, total_size_of_entries): Define these only iin etags
37 mode, make the second work only on the right nodes.
38
39 * etags.c: Make all global variables static.
40
50ce1f62
JB
412002-02-25 Juanma Barranquero <lektu@terra.es>
42
43 * makefile.w32-in (lisp): Add missing backslash.
44
82a399d2
JR
452002-02-24 Jason Rumney <jasonr@gnu.org>
46
47 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
48 using .elc files.
49 (lisp): Sync with list in src/Makefile.in
50 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
51
a279c920
PE
522002-02-10 Paul Eggert <eggert@twinsun.com>
53
54 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
55 disallows the old syntax.
56
0caa685d
PE
572002-02-03 Paul Eggert <eggert@twinsun.com>
58
59 * rcs2log(Copyright): Update to 2002.
60 (AWK, TMPDIR): Work around portability problem in broken shells that
61 don't understand `: ${VAR=val}'.
62 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
63 Prefer the new -k option to the traditional +M -N option.
64
03950b5b
PJ
652002-01-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
66
67 * b2m.c (main): Parenthesize assignment when used as truth value
68 to prevent gcc warnings.
69
70 * fakemail.c: Include <config.h>.
71
2f8fe2f4
PJ
722001-12-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
73
74 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
75 * yow.c: Include <config.h>.
76
a60e4de9
FP
772001-12-21 Francesco Potorti` <pot@gnu.org>
78
79 * etags.c (Perl_functions): Tag packages and use them in sub tags.
80 (get_tag): Return a pointer to the tag that is found.
81
82 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
83 (F_takeprec): Renamed from takeprec. All callers changed.
84 (F_getit): Renamed from getit. All callers changed.
85 (nocase_tail): Renamed from tail. All callers changed.
86 (Ada_getit): Renamed from adagetit. All callers changed.
87 (L_getit): Simplified by using get_tag.
88 (Perl_functions, Postscript_functions, erlang_attribute): Use the
89 modified LOOKING_AT.
90 (notinname): Removed '[' and added ')' to the recognised chars.
91 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
92 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
93 Clarified, using strneq or notinname.
94 (L_isdef, L_isquote): Removed.
95 (Lisp_functions, L_getit): Clarified.
96
97 * etags.c: (P_): Renamed to __P for consistency with config.h.
98 [HAVE_CONFIG_H]: Let config.h deal with __P.
99 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
100 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
101 gperf code needs it.
102 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with Xemacs).
103 [HAVE_CONFIG_H] [!__P]: Define __P (for use with Xemacs).
104 (xmalloc, xrealloc): Use PTR instead of long *.
105 (bool): Make it a define, not a typedef, for C++ compilers.
106 (pattern): Members renamed to avoid name clash in some C++ compilers.
107 (get_language_from_langname): Use const argument.
108
c95eaa61
PJ
1092001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
110
111 * makefile.nt, makefile.w32-in: Remove mocklisp files.
112
69bfc389
PJ
1132001-12-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
114
b8509940
PJ
115 * emacsserver.c: Conditionally include config.h.
116
594aa066
PJ
117 * fakemail.c: Likewise.
118
e69233c2
PJ
119 * emacsclient.c: Include "config.h", not <../src/config.h>.
120 (main): Parenthesize assignment when used as truth value to
121 prevent gcc warnings.
122
69bfc389
PJ
123 * ebrowse.c: Include stdlib.h and string.h conditionally.
124
e4e34e31
EZ
1252001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
128
ffb7c9c6
PJ
1292001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
130
131 * test-distrib.c: Fix previous change.
132
fb5aa7ac
DL
1332001-12-18 Dave Love <fx@gnu.org>
134
135 * test-distrib.c: Conditionally include fcntl.h.
136
137 * fakemail.c: Include "config.h", not <../src/config.h>.
138 (_XOPEN_SOURCE): Define as 500.
139
140 * emacsserver.c: Include "config.h", not <../src/config.h>.
141
142 * cvtmail.c: Include config.h, stdlib.h.
143 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
144
145 * yow.c: Conditionally include various headers. Use "epaths.h",
146 not <../src/epaths.h>.
147 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
148
e94a3679
FP
1492001-12-12 Francesco Potorti` <pot@gnu.org>
150
13dc0576 151 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
152 (LOOKING_AT): New macro.
153 (Perl_functions, Python_functions, PHP_functions)
154 (Scheme_functions, Texinfo_nodes): Use it.
155 (Perl_functions): Use strneq.
156 (prolog_pred): Renamed to prolog_pr.
13dc0576 157 (prolog_pr): Recognise Prolog rules in addition to predicates.
e94a3679 158 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 159 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
160 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
161
34e39c95
RS
1622001-12-11 Richard M. Stallman <rms@gnu.org>
163
164 * Makefile.in (clean): Don't delete ../etc/DOC*.
165
296071e7
PJ
1662001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
167
168 * COPYING: Moved back.
169
76054cc8
AI
1702001-11-30 Andrew Innes <andrewi@gnu.org>
171
e94a3679
FP
172 * makefile.w32-in (FACE_SUPPORT):
173 (MOUSE_SUPPORT):
174 (FLOAT_SUPPORT):
175 (WINNT_SUPPORT):
76054cc8
AI
176 (lisp): Reference .el files instead of .elc files, to simplify
177 bootstrapping.
178 ($(DOC)): Change dependency to just `make-docfile'.
179
0142178a
PJ
1802001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
181
182 * COPYING: Removed.
183
e8d6a09b
PE
1842001-11-28 Paul Eggert <eggert@twinsun.com>
185
186 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
187
188 The following changes are derived from suggestions by Bob Chapman
189 <rechapman@compuserve.com>.
190
191 * rcs2log (printlogline): Also allow tab and newline to separate
192 '(function):' from the rest of a comment.
193 (reformat the sorted log entries): Require date and author to
194 match the clumpname.
195
9a190096
GM
1962001-11-16 Gerd Moellmann <gerd@gnu.org>
197
198 * ebrowse.c (matching_regexp): Escape '\\'.
199
8ec1b917
PJ
2002001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
201
202 * Makefile.in: Add support for --program-prefix, --program-suffix
203 and --program-transform-name options.
204
6d8f7d5d
RS
2052001-11-03 Richard M. Stallman <rms@gnu.org>
206
207 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
208
209 * movemail.c (popmail): Always pass two args to `error'.
210
84e70f78
KR
2112001-10-24 Ken Raeburn <raeburn@gnu.org>
212
213 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
214 -lhesiod and maybe -lresolv.
215 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
216 support if it's available.
217
386ca361
MB
2182001-10-21 Miles Bader <miles@gnu.org>
219
a3b10252
MB
220 * make-docfile.c (struct rcsoc_state): New type.
221 (read_c_string_or_comment): Add SAW_USAGE
386ca361 222 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
223 Use a variable of type `rcsoc_state' to hold most of our state.
224 (put_char): Add STATE parameter, and remove all other parameters
225 except CH. Use STATE to get access to all needed state.
226 (scan_keyword_or_put_char): New function.
386ca361
MB
227 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
228 Don't output a usage-string if there was one in the doc-string.
229
71431a0e
GM
2302001-10-20 Gerd Moellmann <gerd@gnu.org>
231
6aa97356 232 * (Version 21.1 released.)
71431a0e 233
37a9305e
PJ
2342001-10-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
235
236 * b2m.c: Properly spell the name of Emacs.
237
945220bd
MB
2382001-10-17 Miles Bader <miles@gnu.org>
239
240 * make-docfile.c (put_char): New function.
241 (read_c_string_or_comment): Strip trailing spaces and newlines.
242
14242528
MB
2432001-10-16 Miles Bader <miles@gnu.org>
244
245 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
246 comments [with `doc:' keyword prefix].
247
9f5eb4a3
GM
2482001-10-15 Gerd Moellmann <gerd@gnu.org>
249
250 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
251 in a C doc comment.
252
e641b454
GM
2532001-10-13 Gerd Moellmann <gerd@gnu.org>
254
255 * make-docfile.c (read_c_string_or_comment): Renamed from
256 read_c_string. Add parameter COMMENT. Read C-style comments.
257 (scan_c_file): Handle doc strings in C comments.
258
967d7793
AI
2592001-10-12 Andrew Innes <andrewi@gnu.org>
260
261 * makefile.nt (ALL): Do not include fakemail.
262
263 * makefile.w32-in (install): Do not copy fakemail.
264
d682756a
JR
2652001-10-10 Jason Rumney <jasonr@gnu.org>
266
267 * makefile.w32-in (ALL) Do not include fakemail.
268
269 * makefile.nt (install) Ditto.
270
14a3dff7
GM
2712001-10-09 Gerd Moellmann <gerd@gnu.org>
272
273 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 274
95bc7904 275 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 276
f98d41f5
PJ
2772001-10-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
278
279 * profile.c: Include config.h, not ../src/config.h.
280 Include systime.h, not ../src/systime.h.
281
ab952a4f
GM
2822001-10-05 Gerd Moellmann <gerd@gnu.org>
283
284 * Branch for 21.1.
dff28924 285
12c64503
GM
2862001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
287
288 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
289 ALIASEE to help work with namespace aliases.
290 (struct sym): Remove struct member NAMESP_ALIASES.
291 (namespace_alias_table): New variable.
292 (make_namespace): Add parameter CONTEXT.
293 (check_namespace): New function.
294 (find_namespace): Add parameter CONTEXT.
295 (check_namespace_alias): New function.
296 (register_namespace_alias): Change type of parameter
297 OLD_NAME. Search for already defined alias in
298 NAMESPACE_ALIAS_TABLE.
299 (check_namespace): New function.
300 (enter_namespace): Call find_namespace with CONTEXT parameter.
301 (match_qualified_namespace_alias): New function.
302 (parse_qualified_ident_or_type): Fixed typo in comment. While
303 parsing qualified ident or type update namespace context and
304 restore it on exit.
305 (parse_qualified_param_ident_or_type): Fixed typo in comment.
306 (globals): Changed handling of namespace aliases.
307 (version): Added year 2001.
308
990e1190
FP
3092001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
310
311 * etags.c (analyse_regex): If regex_arg is NULL, return
312 immediately after a call to free_patterns.
313
f2e7e23e
AS
3142001-09-05 Paul Eggert <eggert@twinsun.com>
315
316 * rcs2log (Help, mainline code): Add new option -L FILE.
317 (Copyright): Update year.
318 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
319 LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
320 C locale.
321 (mainline code): Handle nonstandard -u option differently, by
322 transforming it to standard form. Check for "Working file: ", not
323 "Working file:". Allow file names with spaces.
324 (SOH, rlogfile): New shell vars.
dff28924 325 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
326 rlogfile.
327
328 Append ';;' to the last arm of every case statement, for
329 portability to ancient broken BSD shells.
330
331 (logins): Fix bug; was not being computed at all, lowering
332 performance.
333 (pository): New var. This fixes some bugs where repositories are
334 remote, or have trailing slashes.
335 (authors): $llogout is never an empty shell var, so don't worry
336 about that possibility.
dff28924 337 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 338 the output.
dff28924 339
75c911eb
EZ
3402001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
341
342 * ebrowse.c (SEEK_END): #define if not defined by system headers.
343 Suggested by Dave Love <d.love@dl.ac.uk>.
344
5ae10f4a
EZ
3452001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
346
347 * makefile.nt (lisp): Synchronize with src/Makefile.in.
348 * makefile.w32-in (lisp): Ditto.
349
0e4011d8 3502001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
351
352 * grep-changelog (parse_changelog): Remove unused local variable.
353
354 * grep-changelog (main): Add new option --reverse.
355 (print_log): Use it.
356 (parse_changelog): Use it.
357
3c88ae74
GM
3582001-07-20 Gerd Moellmann <gerd@gnu.org>
359
360 * grep-changelog: Remove RCS Id keyword.
361
41848daa
GM
3622001-07-20 Juanma Barranquero <lektu@terra.es>
363
6e07c0a5
GM
364 * grep-changelog (parse_changelog): Add tests for defined values
365 to quiet warning from Perl 5.005 or above.
177ab8ce 366 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
367 argument to prevent duplicate headers.
368
369 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 370
467f1209
GM
3712001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
372
373 * emacsclient.c (print_help_and_exit): Fix help message for
374 +LINE:COLUMN option.
375
3762000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 377
467f1209
GM
378 * emacsclient.c (main): Add support for +LINE:COLUMN command line
379 argument.
380
bb24c64f
GM
3812001-07-16 Gerd Moellmann <gerd@gnu.org>
382
383 * ebrowse.c (main): Check that the output file exists and
384 is non-empty if invoked with `--append'.
385
fa829470
FP
3862001-05-14 Francesco Potorti` <pot@gnu.org>
387
e335b66a
GM
388 * etags.c (add_regex): Reset the whole newly allocated pattern
389 buffer instead of the individual members. It's safer and works
390 with Xemacs.
fa829470 391
e335b66a 392 * etags.1: Markups corrected.
fa829470 393
6da5c7da
GM
3942001-05-08 Gerd Moellmann <gerd@gnu.org>
395
396 * ebrowse.c (enter_namespace): Fix reallocation of
397 namespace_stack.
398
efbecf9d
GM
3992001-05-03 Gerd Moellmann <gerd@gnu.org>
400
401 * ebrowse.c (globals): Fix handling of namespace aliases.
402
f4976ebc
EZ
4032001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
404
405 * etags.c (print_help): Enclose the regexp in the help text
406 example in quotes.
407
23431241
DL
4082001-04-05 Dave Love <fx@gnu.org>
409
410 * emacsclient.c (fail): Don't return a value.
fa829470 411 (main): Cast uid values for sprintf.
23431241 412
476bf681
GM
4132001-04-03 Gerd Moellmann <gerd@gnu.org>
414
b3f6107b
GM
415 * emacsclient.c (fail, main): Don't use implicit int return type.
416
476bf681
GM
417 * b2m.c (main): Always return a value.
418
ef53d75e
GM
4192001-03-02 Gerd Moellmann <gerd@gnu.org>
420
421 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
422 freshly allocated object in *LAST_ID.
423 (read_line): Accept \r\n line endings.
424
425de386
AI
4252001-02-24 Andrew Innes <andrewi@gnu.org>
426
427 * makefile.w32-in: Fix copyright notice.
428
f55ae599
FP
4292001-02-23 Francesco Potorti` <pot@gnu.org>
430
431 * etags.c (enum sym_type): New label st_C_template.
432 (gperf input): Use it for switching to C++ from C.
433 (consider_token): Do it.
c2a642c0
FP
434 (C_entries): Initialise typdefcblev to quiet compilers.
435 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 436
f6839838
AI
4372001-02-22 Andrew Innes <andrewi@gnu.org>
438
439 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
440 VMS header files.
441 ($(BLD)\profile.obj): Ditto.
442
443 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
444 VMS header files.
445 ($(BLD)/profile.$(O)): Ditto.
446
193fba87
AI
4472001-02-05 Andrew Innes <andrewi@gnu.org>
448
449 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
450 invocation of make-docfile, to work with Windows 2000.
451
30526cc6
DL
4522001-01-31 Dave Love <fx@gnu.org>
453
454 * etags.c (in_word_set): Use `static' in definition (for pcc).
455
8f79fe72
FP
4562001-01-31 Francesco Potorti` <pot@gnu.org>
457
458 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
459 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
460 (C_entries): Tag token renamed to still_in_token because sunos4
461 pcc wants to expand it as the token() macro even though it has no
462 arguments.
463
914d7258
AI
4642001-01-30 Andrew Innes <andrewi@gnu.org>
465
466 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
467 bug in the Mingw32 assert.h header file.
468
b28e26be
FP
4692001-01-30 Francesco Potorti` <pot@gnu.org>
470
471 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
472 #define it for the sake of Xemacs.
473 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
474 HAVE_CONFIG_H. This change only affects a standalone etags.
475 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
476 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
477 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
478 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
479 WINDOWSNT, as this is the correct way to use it.
480
8c463abe
FP
4812001-01-28 Francesco Potorti` <pot@gnu.org>
482
483 * etags.c: Be capable to parse nested struct-like structures.
484 (structdef, structtag): Struct state machine revisited.
485 (struct tok): Revisited.
486 (cstack, nestlev, instruct): New struct and macros.
487 (pushclass_above, popclass_above, write_classname): New functions
13dc0576 488 for dealing with nested class names.
8c463abe
FP
489 (consider_token, make_C_tag, C_entries): Many changes for dealing
490 with arbitrarily nested structures.
491 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
492 (C_entries): Consider templates in C++.
493 (sym_type): New constant st_C_class for detecting "class" also in
494 C mode.
495 (C_AUTO): New macro for automatic detection of C++.
496 (consider_token): Automatic set C++ mode.
497 (C_entries): New security check for yacc.
498 (print_language_names, print_help): Mention the autodetect
499 feature, do not show help for the -C option, now mostly useless.
500 (C_entries): Tag C++ forward declarations if --declarations.
501 (C_entries): Don't be fooled by things like XDEFUN.
502 (consider_token): Discard asm pseudo function.
503
e26f9ced
EZ
5042001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
505
506 * etags.c: Add a coding: tag.
507
a47b7816
GM
5082001-01-26 Gerd Moellmann <gerd@gnu.org>
509
8c463abe 510 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
511 New variables.
512 (matching_regexp): Use them instead of static variables in
513 function scope.
514
7df65e91 5152001-01-25 Francesco Potorti` <pot@gnu.org>
d22a24fa
FP
516
517 * etags.c (struct tok): Renamed from struct token.
518 (token): Renamed from tok.
519 (structtype): Make it a local variable.
520 [DEBUG]: Use assert.
521 (xrnew): Change the synopsis.
522 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
523 (grow_linebuffer): Don't call xrnew when not needed.
524 (token): buffer renamed to line.
525 (C_entries): Three calls to inibuffer moved here from main.
526 (C_entries): Removed all references to var methodlen, delete it.
527 (linebuffer_setlen): Was grow_buffer, now also sets len.
528 (consider_token, C_entries, Pascal_functions): Use it.
529 (C_entries): Preventing problems relative to extern "C".
530 (C_entries): Can tag more than one variable or func separated by
531 comma when --declarations is used.
532 (C_entries): More accurate tagging of members and declarations.
533 (yacc_rules): Was global, made local to C_entries.
534 (next_token_is_func): Removed.
535 (fvdef): New constants fdefunkey, fdefunname.
536 (consider_token, C_entries): Use them.
537 (C_entries): Build proper lisp names for Emacs DEFUNs.
538
21c2bbe0
GM
5392001-01-22 Gerd Moellmann <gerd@gnu.org>
540
541 * ebrowse.c (xfree): New function.
542 (member, declaration, globals): Use xmalloc instead of alloca.
543
7df65e91 5442001-01-15 Francesco Potorti` <pot@gnu.org>
83be933c
FP
545
546 * etags.c (print_language_names): Print filenames in addition to
547 suffixes.
548
47df1a5e
EZ
5492001-01-14 Francesco Potorti` <pot@gnu.org>
550
551 * etags.c (get_language_from_langname): Renamed from
552 get_language_from_name.
553 (get_language_from_filename): Renamed from
554 get_language_from_suffix. Now first looks for the complete file
555 name.
556 (language): New member char **filenames.
557 (Makefile_filenames): List of possible filenames for makefiles.
558 (lang_names): Added a NULL member for every entry, added an entry
559 for makefiles.
13dc0576 560 (Makefile_targets): New function.
47df1a5e
EZ
561 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
562 it conformant to the style of the rest of the code.
563
291c7e74
GM
5642001-01-13 Gerd Moellmann <gerd@gnu.org>
565
566 * make-docfile.c (write_c_args): Print newlines as spaces.
567
0dac6924
AI
5682001-01-06 Andrew Innes <andrewi@gnu.org>
569
570 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
571 of *.pdb.
572
3e99d3b4
GM
5732001-01-03 Paul Eggert <eggert@twinsun.com>
574
575 * lib-src/rcs2log: Avoid security hole allowing attacker to
576 cause user of rcs2log to overwrite arbitrary files, fixing
577 a bug reported by Morten Welinder.
578
579 Don't put "exit 1" at the end of the exit trap; it's
580 ineffective in POSIX shells.
581
d6bb0c0d
GM
5822001-01-02 Gerd Moellmann <gerd@gnu.org>
583
584 * ebrowse.c (yyerror): Changed to take two arguments. Prototype
585 added. Callers changed.
586
d5c00476 5872001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
588
589 * ebrowse.c (enter_namespace, main): Cast variables to shut up
590 compiler warnings.
591 (yyerror): Change parameter declarations to be of type long, so
592 that they can take pointers on 64-bit platforms.
593
594 * emacsclient.c (main): Remove unused local variable statbfr.
595 (main) <homedir>: Make its declaration conditional on
596 SERVER_HOME_DIR, to avoid compiler warnings.
597
598 * emacsserver.c (main) <homedir>: Make its declaration conditional
599 on SERVER_HOME_DIR, to avoid compiler warnings.
600
601 * fakemail.c (readline): Cast buffer to "long *" to pacify
602 over-zealous compilers.
603
7c89ea61
EZ
6042000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
605
606 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
607
a6768cc5
GM
6082000-12-15 Gerd Moellmann <gerd@gnu.org>
609
610 * ebrowse.c (operator_name): Cast argument of isalpha to
611 unsigned char.
612
613 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
614 Use them throughout instead of ctype functions/macros.
615 (lowcase): Cast to unsigned char.
616 (UPCASE): New macro.
617 (canonicalize_filename): Use UPCASE instead toupper.
618
619 * fakemail.c (get_keyword): Make sure that isspace and
620 similar aren't called with a negative argument.
621
70de49cc
DL
6222000-12-13 Dave Love <fx@gnu.org>
623
624 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
625
4e8b894c
AI
6262000-12-06 Andrew Innes <andrewi@gnu.org>
627
628 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
629 don't know the real version, and I can't seem to get the quoting
630 right in all circumstances.
631
632 * ebrowse.c (VERSION): Provide default definition, like etags.c
633 does, because Windows build can't snarf this from version.el.
634
88257bc8
AI
6352000-11-30 Andrew Innes <andrewi@gnu.org>
636
637 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
638 (install): Ditto.
639
d19249e7
JR
6402000-11-23 Jason Rumney <jasonr@gnu.org>
641
642 * makefile.w32-in: Add targets for ebrowse.exe.
643 (LOCAL_FLAGS): Add -DVERSION flag.
644
7df6adc3
DL
6452000-09-25 Dave Love <fx@gnu.org>
646
647 * sorted-doc.c: Include config.h.
648 [!HAVE_STDLIB_H]: Declare malloc.
649
fe83b953
AI
6502000-09-14 Andrew Innes <andrewi@gnu.org>
651
652 * makefile.w32-in: Revert to Unix line endings.
653
517699ca
DL
6542000-09-04 Dave Love <fx@gnu.org>
655
656 * movemail.c (index, rindex): Prototype conditionally.
657
f8803e97
AI
6582000-09-03 Andrew Innes <andrewi@gnu.org>
659
660 * makefile.w32-in: Change to DOS line endings.
661
f72adc12
EZ
6622000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
663
4034f3a8 664 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
665 [!F_OK]: Provide default definitions only after including both
666 fcntl.h and unistd.h.
667
f678f592
DL
6682000-08-29 Dave Love <fx@gnu.org>
669
670 * movemail.c: Revert previous change.
671
5b671d04
EZ
6722000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
673
674 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
675
6fa86045
DL
6762000-08-28 Dave Love <fx@gnu.org>
677
678 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
679 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
680
746d9caf
AI
6812000-08-22 Andrew Innes <andrewi@gnu.org>
682
683 * ntlib.h (WIN32): Remove unnecessary definition.
684 (sleep): Make argument unsigned long.
685 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
686
687 * ntlib.c (sleep): Make argument unsigned long.
688
689 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
690
691 * makefile.w32-in: New file.
692
3b541489
EZ
6932000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
694
695 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
696 letter only if it is a drive letter.
697
e5acf0ca
GM
6982000-07-14 Gerd Moellmann <gerd@gnu.org>
699
700 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
701 ymalloc.
702
703 * etags.c (xmalloc, xrealloc): Make externally visible, for use
704 by alloca.o.
705
706 * Makefile.in (alloca.o): Add -Demacs so that alloca will use
707 xmalloc.
708
4b92c49a
GM
7092000-07-10 Gerd Moellmann <gerd@gnu.org>
710
711 * ebrowse.c (yylex): Accept string literals with newlines in them.
712 (process_pp_line): Handle case of string literal with newline
713 in it in replacement text, which counts as continuing the
714 replacement text in GNU C.
715
831a6cb0
GM
7162000-07-02 Gerd Moellmann <gerd@gnu.org>
717
718 * ebrowse.c (token_string): Add missing tokens.
719 (parm_list): Handle case of qualified pointers.
720
53245ee2
DL
7212000-06-23 Dave Love <fx@gnu.org>
722
723 * ebrowse.c: Move config.h before other includes (which may use
724 feature tests).
725
dcbf2cd2
JM
7262000-06-14 Jim Meyering <meyering@lucent.com>
727
728 * grep-changelog: Fix typos in comments. Remove trailing blanks.
729
f1c7754a
JR
7302000-06-11 Jason Rumney <jasonr@gnu.org>
731
732 * makefile.nt: Add targets for ebrowse.
733
734 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
735 compare filenames.
736
5f1aea9a
GM
7372000-06-06 Gerd Moellmann <gerd@gnu.org>
738
739 * ebrowse.c (ymalloc): Renamed from xmalloc.
740 (yrealloc): Renamed from xrealloc.
741
5bf244f1
DL
7422000-05-21 Dave Love <fx@gnu.org>
743
744 * movemail.c: Include config.h, not ../src/config.h.
745 (Errmsg): Bump length.
746
747 * pop.c (ERROR_MAX): Increase to 160.
748
ec82fb2f
GM
7492000-05-04 Gerd Moellmann <gerd@gnu.org>
750
751 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
752
5c922ea7
EZ
7532000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
754
755 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
756 to semi-colon.
757 (FILENAME_EQ): New macro, for comparing file names.
758 (add_member_decl, add_global_decl, add_member_defn): Use
759 FILENAME_EQ.
760 (process_file): Don't assume that fread always reads as many bytes
761 as it was told to (DOS-style CR-LF text files fail this logic).
762 (open_file): Allocate enough space for path->path plus the file
763 name and the slash.
764
6142fdcb 7652000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
766
767 * etags.c (Texinfo_functions): New function.
768 (lang_names): Install it.
769 (Texinfo_suffixes): New variable.
770
cb9215e4
GM
7712000-04-19 Gerd Moellmann <gerd@gnu.org>
772
773 * ebrowse.c (xmalloc, xrealloc): Rewritten.
774 (declaration): Remove parameter IS_EXTERN.
775 (class_definition): Remove unused variable.
776
be0dbdab
GM
7772000-04-09 Gerd Moellmann <gerd@gnu.org>
778
779 * Makefile.in (INSTALLABLES): Add ebrowse.
780 (ebrowse): New target.
781
782 * ebrowse.c: New file.
783
c5aa0fc2
AS
7842000-03-29 Andreas Schwab <schwab@suse.de>
785
786 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
787
d054101f
GM
7882000-03-02 Gerd Moellmann <gerd@gnu.org>
789
790 * etags.c (lisp_suffixes) Add `LSP'.
791
71cbb895
FP
7922000-02-10 Francesco Potorti` <pot@gnu.org>
793
794 * etags.c (iswhite): Redefined not to consider '\0' as white
795 space, and use it throughout in place of isspace, thus preventing a
796 potential signed char to int conversion problem.
797 (MSDOS): #undefine befere redefining
798
7df65e91 7992000-02-04 Francesco Potorti` <pot@gnu.org>
71cbb895
FP
800
801 * etags.c (many functions): Add prototypes.
802
97fa0cc8
DL
8032000-02-10 Dave Love <fx@gnu.org>
804
805 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
806 (erlang_func): Add `static' to definitions to keep pcc happy.
807
7df65e91 8082000-01-31 Francesco Potorti` <pot@gnu.org>
e4100b7f
FP
809
810 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
811 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
812 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
813 (getenv, getcwd): Only declare them if necessary.
814 (EMACS_NAME): New constant macro.
815 (print_version): Use it.
816 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 817
19e262bd 8182000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
819
820 * etags.c [WINDOWSNT]: #include <direct.h>
821
19e262bd 8222000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 823
19e262bd
FP
824 * etags.c (all functions): Made them static.
825 (all functions): Write prototypes.
e4100b7f 826
55e30d2a
RS
8272000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
828
829 * movemail.c (main): Improve error message if can't create lock file.
830
875c1439
GM
8312000-01-28 Eric Hanchrow <offby1@blarg.net>
832
833 * emacsclient.c (socket_status): New function.
834 (main): if $LOGNAME or $USER exist and differ from our euid, look
835 for a socket based on the UID associated with the name.
836
e4936aa9
GM
8372000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
838
839 * emacsclient.c: Add option -a EDITOR and environment variable
840 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
841
791a9087
GM
8421999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
843
844 * movemail.c (popmail): Allow mailbox specifications of the
845 form `po:username:hostname'.
846
7df65e91 8471999-11-19 Francesco Potorti` <pot@gnu.org>
e2081362
FP
848
849 * etags.c (_GNU_SOURCE): Define only if undefined.
850 (get_scheme): Declaration deleted.
851 (main): error was called with an integer as second arg, instead of
852 a char pointer.
853 (canonicalize_filename): Bug removed.
854
8551999-11-18 Dave Love <d.love@dl.ac.uk>
856
857 * etags.c (C_entries): Rename label `intoken', avoiding K&R
858 lossage from name clash with macro.
859
b05d3bee
GM
8601999-11-13 Gerd Moellmann <gerd@gnu.org>
861
862 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
863
cb3a6c48
GM
8641999-11-03 Gerd Moellmann <gerd@gnu.org>
865
866 * etags.c (print_help): Change email address to send bugs to.
867
7df65e91 8681999-11-01 Francesco Potorti` <pot@gnu.org>>
1c478461
FP
869
870 * etags.c: Add suffix psw for PSWrap.
871 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
872 (Postscript_functions): Add code for PSWrap.
873 (Scheme_functions): Use local pointer and new get_tag function.
874 (get_tag): New name for old get_scheme.
875 (process_file): Do not free NULL when file does not exist.
876 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
877 (C_entries): Modifications that make --members tag even inside
878 typedefs and C nested structs (one level only).
879 (consider_token): Corrected a bug which prevented tagging of enum
880 constants.
881 (C_stab_entry): Added if, for, while, switch, return as
882 st_C_ignore. This makes it simpler to work when cblev!=0.
883
884 * etags.c (C_entries): tag member function declarations when
885 --declarations is used.
886
887 * etags.c (C_entries, consider_token): C++ `operator' now is
888 tagged in most cases.
889 As before, :: is not recognised if surrounded by spaces.
890
891 * etags.c (relative_filename): Account for DOS file names such
892 that is impossible to make one relative to another.
893
894 * etags.c (sym_type): New st_C_extern tag.
895 (gperf input): Use it for spotting external declarations.
896 (print_help): Document the new behaviour of --declarations.
897 (fvextern): New global variable.
898 (consider_token, C_entries): Use it.
899
900 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
901 (etags_getcwd): Remove test for WINDOWSNT.
902
903 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
904 foo.cgz, foo.cz, etc.
905
906 * etags.c (declarations): New global switch.
907 (longopts): Describe it.
908 (print_help): Document it.
909 (C_entries): Use it.
910 (process_file): Don't process a file twice.
911
912 * etags.c (Fortran_functions): No tags for "procedure".
913
9141999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
917 non-zero, returns a pointer to where the extension begins; callers
918 changed.
919 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
920 were foo.c.gz.
921
7df65e91 9221999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
923
924 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
925 (fvdev): New constant foperator.
926 (consider_token): Use it to get "operator" in C++.
927 (C_entries): Extend length of operator@ function name.
928 (C_entries): Use foperator when necessary.
929
930 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
931
932 * etags.c (compressor): New struct for compressed files.
933 (get_compressor_from_suffix): New function.
934 (get_language_from_suffix): Use it. Also, semantics changed.
935 (process_file): Consider compressed files, close file.
936 (find_entries): Use different call arg for get_language_from_suffix,
937 don't close file.
938
939 * etags.c (main): Call free_tree.
940 (find_entries): Do not free curfile.
941 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
942 (prolog_pred, erlang_func, substitute): Cast strlen to int when
943 comparing.
944 (canonicalize_filename): Shut up compiler warning.
945 (Perl_functions): Make tag significant.
946
9471999-11-01 Dave Love <d.love@dl.ac.uk>
948
949 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
950 (argument_type): New member at_icregexp.
951 (lc_trans): New global.
952 (main): Fill lc_trans. Process -c args.
953 (add_regex): New arg determining whether to use translation table.
954 (analyse_regex): New arg. Use it for add_regex.
955
7df65e91 9561999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
957
958 * etags.c (init): Cosmetic change: NULL --> '\0'.
959 (erlang_attribute): Bug corrected (uninitialized variable).
960 (filename_is_absolute): New function replaces absolutefn macro and
961 corrects a bug. All callers changed.
962 (canonicalize_filename): New function.
963 (process_file, etags_getcwd, absolute_dirname): Use it.
964 (relative_filename, absolute_filename): Removed var shadowing.
965 (C_entries, Pascal_functions): Add fake initializations to keep
966 compilers quiet.
967 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
968
969 * etags.c (xrnew): New macro. All callers of xrealloc changed.
970 (language): New typedef (was struct lang_entry).
971 (curlang): New global variable.
972 (node): typedef renamed from NODE.
973 (linebuffer): New typedef (was struct linebuffer).
974 (pattern): New typedef (was struct pattern). Some members added.
975 Now used as element of a linked list.
976 (patterns, num_patterns): Global variables deleted.
977 (p_head): New global variable.
978 (forced_lang): New global variable (replaces lang_func).
979 (get_language_from_name, get_language_from_interpreter,
980 get_language_from_suffix): Semantics changed. All callers changed.
981 (last_node): New global variable.
982 (free_tree, add_node, put_entries, total_size_of_entries): Change
983 name of local vars to avoid clashes with typedef node.
984 (number_len): Rewritten for elegance.
985 (token): New typedef replaces TOKEN.
986 (analyse_regex, add_regex): Rewritten for new functionality.
987 (free_patterns): New function called from main and add_regex.
988 (initbuffer, readline_internal, readline, grow_linebuffer):
989 Change name of local vars to avoid clashes with typedef
990 linebuffer.
991 (readline): Rewritten for new functionality.
992
993 * etags.c: (Scheme_suffixes): New suffix ".ss".
994 (print_help): --globals is now used for more than C-type languages.
995 (Perl_functions): Tag global variables ("my" and "local").
996
997 * etags.c (print_help): Some messages clarified.
998 (LOOP_ON_INPUT_LINES): New macro.
999 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
1000 Python_functions, Cobol_paragraphs, Pascal_functions,
1001 Lisp_functions, Postscript_functions, Scheme_functions,
1002 TeX_functions, Prolog_functions, Erlang_functions): Use it.
1003 (Cobol_paragraphs, Postscript_functions, TeX_functions,
1004 Prolog_functions, Erlang_functions): Use a local variable instead
1005 of the global variable dbp.
1006 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
1007 standard indentation.
1008
1009 * etags.c (Python_suffixes, lang_names, Python_functions): Python
1010 support.
1011 (skip_spaces, skip_non_spaces): Utility functions.
1012 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
1013 Python_functions, L_getit, Lisp_functions, Scheme_functions,
1014 prolog_pred, erlanf_func, erlang_attribute): Use them.
1015 (eat_white): Deleted.
1016
1017 * etags.c (CHAR, init): Keep into account non US-ASCII
1018 characters and compilers with default signed chars.
1019 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
1020 constructs.
1021
1022 * (C_stab_entry): "interface" in Java behaves like "class".
1023
1024 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1025 (main): Put interval syntax here.
1026 (add_regex): And remove it from here.
1027
1028 * etags.c (suggest_asking_for_help): Provide a
1029 meaningful help message with and without LONG_OPTIONS.
1030
1031 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
1032 <stdlib.h, string.h>: Don't test MSDOS when including them.
1033 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
1034 (put_entries): Correctly use %ld instead of %d in printf.
1035
1036 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
1037 declare getcwd if HAVE_GETCWD.
1038 (consider_token): Dead break instruction removed.
1039
4ee9629e
PE
10401999-10-19 Paul Eggert <eggert@twinsun.com>
1041
1042 Add support for large files. Merge glibc 2.1.2.
1c478461 1043
4ee9629e
PE
1044 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
1045 movemail.c, pop.c:
1046 Do not include <stdlib.h>, as <config.h> does this now.
1047
1048 * b2m.c, emacsserver.c, etags.c, profile.c:
1049 Include <config.h> before any system include files.
1c478461 1050
4ee9629e
PE
1051 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
1052 test-distrib.c:
1053 (read, write, open, close): Do not undef.
1054
1055 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
1056 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
1057
1058 * getopt.h: Adopt glibc 2.1.2.
1c478461 1059
93c8d183
DL
10601999-10-15 Dave Love <fx@gnu.org>
1061
1062 * Makefile.in (pop.o): Depend on config.h.
1063
b358f91c
GM
10641999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1065
1066 * pop.c: Use "pop3" as the POP service name on all platforms,
1067 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
1068 has been the standard service name since RFC 1340 was published in
1069 July 1992, so I think it's safe to start using it by default.
1070
362bc2da
DL
10711999-09-27 Dave Love <fx@gnu.org>
1072
1073 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
1074
74e4cb59
PR
10751999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1076
1077 * make-docfile.c (scan_lisp_file): Fix previous changes;
1078 swallow CRLF like just CR or just LF.
1079
362bc2da
DL
10801999-09-03 Richard Stallman <rms@gnu.org>
1081
1082 * make-docfile.c: Include config.h not ../src/config.h.
1083 (main, fopen, chdir): Add #undef.
1084 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
1085 (scan_lisp_file): Handle \r like \n.
1086
10871999-08-30 Andreas Schwab <schwab@gnu.org>
1088
1089 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
1090
1091 * emacsserver.c: Include <stdlib.h> if available. Don't declare
1092 errno if it's a macro.
1093
1094 * test-distrib.c: Include <unistd.h> if available.
1095
10961999-08-29 Richard Stallman <rms@gnu.org>
1097
1098 * emacsclient.c (print_help_and_exit): Mention --version.
1099
11001999-08-25 Richard M. Stallman <rms@gnu.org>
1101
1102 * emacsclient.c (decode_options): Update version output.
1103 (print_help_and_exit): Update bug report address.
1104
11051999-08-13 Richard M. Stallman <rms@gnu.org>
1106
1107 * emacsclient.c (main): Move the dynamic allocation of
1108 system_name outside of the SERVER_HOME_DIR conditional.
1109 * emacsserver.c (main): Likewise.
1110
11111999-08-10 Gerd Moellmann <gerd@gnu.org>
1112
1113 * grep-changelog: New.
1114 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
1115
11161999-07-12 Richard Stallman <rms@gnu.org>
1117
1118 * Version 20.4 released.
1119
11201999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1121
1c478461 1122 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
1123
11241999-06-23 Dave Love <fx@gnu.org>
1125
1126 * etags.c (erlang_attribute): Fix undefined variable usage (after
1127 Potorti).
1128
11291999-05-2 Andrew Innes <andrewi@gnu.org>
1130
1131 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
1132 mapped to _chsize.
1133
11341999-04-29 Richard M. Stallman <rms@gnu.org>
1135
1136 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
1137
11381999-03-30 Dave Love <fx@gnu.org>
1139
1140 * sorted-doc.c (main): Split up tables. Modify the preamble
1141 somewhat.
1142
11431999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1144
1145 * makefile.nt: Remove common multiple file compilation commands.
1146
11471999-02-26 Richard Stallman <rms@gnu.org>
1148
1149 * Version 20.4 released.
1150
1151 * Makefile.in (yow): Depend on epaths.h, not paths.h.
1152
1153 * yow.c: Refer to epaths.h.
1154
11551999-02-22 Simon Josefsson <jas@pdc.kth.se>
1156
1157 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
1158
11591999-01-27 Andrew Innes <andrewi@gnu.org>
1160
1161 * makefile.nt: Do make version comparison as strings.
1162
11631999-01-25 Richard Stallman <rms@gnu.org>
1164
1165 * emacsclient.c (xmalloc): Fix previous change.
1166
11671999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
1168
1169 * emacsclient.c (xmalloc): Declare to return long.
1170
11711999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1172
1173 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
1174 the case of the drive letter.
1175
11761999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
1177
1178 * emacsserver.c (main): Eliminate arbitrary limit on
1179 length of system_name.
1180
1181 * emacsclient.c (main): Eliminate arbitrary limit on
1182 length of system_name.
1183 (xmalloc): Define unconditionally.
1184
11851999-01-12 Darrin B. Jewell <jewell@mit.edu>
1186
1187 * etags.c (relative_filename): Stop backward search at beginning
1188 of string, since non-Unix systems can have absolute paths with no
1189 initial slash.
1190
11911998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1192
1193 * makefile.nt: Do string comparision of _NMAKE_VER.
1194
11951998-11-03 Theodore Jump <tjump@cais.com>
1196
1197 * makefile.nt: Compile multiple source files when possible.
1198
11991998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
1200
1201 * Makefile.in: Replace tabs with spaces
1202 when they might confuse some Make versions.
1203
12041998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1205
1206 * emacsclient.c (main): Null-terminate system_name.
1207
1208 * emacsserver.c (main): Null-terminate system_name.
1209
12101998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1211
1212 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
1213 an error message from POP, mention that it's from POP, to
1214 distinguish it from local error messages.
1215
12161998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1217
1218 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
1219 order of messages downloaded from a POP server (e.g., if the
1220 server stores messages in mailboxes in reverse order).
1221
12221998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1223
1224 * Version 20.3 released.
1225
12261998-08-11 Paul Eggert <eggert@twinsun.com>
1227
1228 * rcs2log: Update copyright date and bug report address.
1229 (initialize_fullname): Prefer getent if available.
1230
12311998-07-30 Paul Eggert <eggert@twinsun.com>
1232
1233 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
1234 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 1235
362bc2da
DL
12361998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
1237
1238 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1239
12401998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
1241
1242 * Makefile.in: Properly terminate a comment.
1243
12441998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1245
1246 * movemail.c (sys_wait): Rename to wait.
1247
1248 * ntlib.h: Undefine _WINSOCKAPI_.
1249
1250 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
1251
12521998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1253
1254 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
1255
12561998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
1257
1258 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
1259 all file i/o to be in binary mode. Include ntlib.h.
1260
12611998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
1262
1263 * make-docfile.c: Include <unistd.h> for chdir.
1264
12651998-04-25 Richard Stallman <rms@psilocin.gnu.org>
1266
1267 * etags.c (TEX_decode_env): Don't free the value getenv returns.
1268
12691998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1270
1271 * makefile.nt (obj): Update with new files in src.
1272 (clean): Delete patch scratch files, optimized compilation dir.
1273
12741998-04-08 Dave Love <fx@gnu.org>
1275
1276 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
1277 Irix6, at least.
1278
12791998-04-06 Andreas Schwab <schwab@gnu.org>
1280
1281 Silence -Wimplicit:
1282 * movemail.c: Move cancelations up. Include <stdlib.h> if
1283 available.
1284 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
1285 (parse_header): Explicitly declare return type.
1286 * emacsserver.c: Include <unistd.h> if available.
1287 (main, handle_signals, perror_1, fatal_error): Explicitly declare
1288 return types. Add forward declarations.
1289 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
1290 Don't declare geteuid.
1291 (print_help_and_exit): Change return type to void. Forward
1292 declare it.
1293 * b2m.c: Include <stdlib.h> if available.
1294 (main): Explicitly declare return type.
1295
12961998-04-03 Richard Stallman <rms@delysid.gnu.org>
1297
1298 * etags.c (put_entries): Use %ld.
1299
1300 * b2m.c (fatal): Declare the arg.
1301
13021998-04-03 Richard Stallman <rms@psilocin.gnu.org>
1303
1304 * etags.c (put_entries): Use %ld.
1305
1306 * b2m.c (fatal): Declare the arg.
1307
13081998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1309
1310 * pop.c (pop_getline): Renamed from getline.
1311
13121998-03-05 Richard Stallman <rms@psilocin.gnu.org>
1313
1314 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
1315 for the utilities.
1316
13171998-01-23 Dave Love <d.love@dl.ac.uk>
1318
1319 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
1320 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
1321 Always make named tags.
1322 (Fortran_functions): Grok BLOCK DATA.
1323
13241998-01-23 Andreas Schwab <schwab@gnu.org>
1325
1326 * movemail.c (main): Fix interwoven brace and cpp conditional
1327 nesting.
1328
13291997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
1330
1331 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1332 server to contain embedded nulls.
1333
13341997-12-03 Paul Eggert <eggert@delysid.gnu.org>
1335
1336 * movemail.c:
1337 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
1338 '>' any lines starting with "From " read from the POP server, but
1339 leave the code in place, wrapped in #ifdef
1340 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1341 because it turns out that something is depending on it. Change
1342 suggested by Paul Eggert <eggert@twinsun.com>.
1343 Convert the character \037 (^_) at the beginning of a line into
1344 the character '^' followed by the character '_', because otherwise
1345 Emacs can't parse the resulting file as a valid BABYL file.
1346 Change suggested by Paul Eggert <eggert@twinsun.com>.
1347
13481997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1349
1350 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1351 server to contain embedded nulls.
1352
13531997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 1354
362bc2da
DL
1355 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
1356 quotes with a '>' any lines starting with "From " read from the
1357 POP server, but leave the code in place, wrapped in #ifdef
1358 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1359 because it turns out that something is depending on it. Change
1360 suggested by Paul Eggert <eggert@twinsun.com>.
1361
1362 Convert the character \037 (^_) at the beginning of a line into
1363 the character '^' followed by the character '_', because otherwise
1364 Emacs can't parse the resulting file as a valid BABYL file.
1365 Change suggested by Paul Eggert <eggert@twinsun.com>.
1366
13671997-11-22 Richard Stallman <rms@gnu.org>
1368
1369 * b2m.c: Include getopt.h.
1370 (main): Use getopt_long to handle --version and --help.
1371
1372 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
1373
13741997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1375
1376 * pop.c (fullwrite): Get rid of an extra call to write. Problem
1377 pointed out by Chiaki Ishikawa.
1378
13791997-10-16 Dave Love <d.love@dl.ac.uk>
1380
1381 * etags.c (L_getit): Always make named tags so that Emacs
1382 completion on symbols containing `:' etc. works.
1383 (get_scheme): Likewise.
1384
13851997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1386
1387 * pop.c: Use system header files instead of declaring C-library
1388 functions explicitly.
1389
13901997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1391
1392 * Version 20.2 released.
1393
13941997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1395
1396 * Version 20.1 released.
1397
13981997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1399
1400 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
1401
1402 * ntlib.c (getpid): Delete function.
1403
14041997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1405
1406 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
1407
14081997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1409
1410 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1411 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
1412
14131997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1414
1415 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
1416
14171997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
1418
1419 * profile.c (get_time): Cast arg to fprintf.
1420
1421 * hexl.c (main): Use %08lx instead of %08x in printf because the
1422 variable named addresses is long.
1423
14241997-08-08 Geoff Voelker <voelker@cs.washington.edu>
1425
1426 * makefile.nt (lisp): Update paths to lisp files that have moved.
1427
14281997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
1429
1430 * makefile.nt (ctags.obj): New target.
1431 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
1432
1433 * ntlib.h: Add includes.
1434 Undo definitions of crt routines from config.h.
1435
14361997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1437
1438 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
1439
14401997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1441
1442 * pop.c: Support auto-configuration of both Kerberos V4 and
1443 Kerberos V5 for movemail, including detection of V4 and V5 header
1444 files and libraries.
1445 Include <string.h> when STDC_HEADERS is defined, to get
1446 declarations of string functions.
1447 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
1448 V5 API rather than the old one.
1449 [KERBEROS] (socket_connection): Change a constant name from
1450 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
1451 with a constant in a header file.
1452
1453 * Makefile.in: Support auto-configuration of both Kerberos V4 and
1454 Kerberos V5 for movemail, including detection of V4 and V5 header
1455 files and libraries.
1456
14571997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1458
1459 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
1460
1461 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 1462
362bc2da
DL
14631997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1464
1465 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
1466
14671997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1468
1469 * movemail.c (rindex): Add declaration.
1470
1471Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
1472
1473 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
1474 (movemail.exe): Depend upon and link with getopt files.
1475 (obj): Include new source files.
1476 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
1477 (lisp): Include new and reorganized elisp files.
1478
14791997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1480
1481 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
1482
14831997-06-25 Paul Eggert <eggert@twinsun.com>
1484
1485 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
1486
14871997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
1488
1489 * b2m.c (readline): Terminate buffer properly when EOF seen.
1490 Test for valid pointer before dereferencing it.
1491
14921997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1493
1494 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
1495 defined inside etags.c if HAVE_CONFIG_H is defined.
1496
14971997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1498
1499 * etags.c: (logical): Type name changed to bool.
1500 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
1501 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
1502 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
1503 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
1504 (longopts): New long options without short counterpart are
1505 globals, members, no-globals, no-members. Regexp options are now
1506 defined conditionally to ETAGS_REGEXPS.
1507 (print_help): Updated.
1508
15091997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1510
1511 * etags.c (C_entries): Use "." instead of "::" for Java.
1512 (consider_token): is_func renamed to is_func_or_var.
1513 (C_entries): is_func renamed to funorvar.
1514 (C_entries): Initialise tok.named.
1515 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
1516 get rid of "import", "package" and "friend".
1517 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 1518 users changed.
362bc2da
DL
1519 (C_entries): Make separate tags for variables separated by comma.
1520 (globals, members): New flags.
1521 (main, C_entries): Use them.
1522 (make_C_tag, C_entries): Make tok a global variable.
1c478461 1523
362bc2da
DL
15241997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1525
1526 * etags.c (funcdef): New vignore constant.
1527 (consider_token, C_entries): Use it to tag global variables.
1528 (print_help): Update for global variables.
1529 (consider_token, C_entries): Set the len member of token_name.
1530 (prolog_pred): Cleanup according to GNU coding standards.
1531 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
1532 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
1533
15341997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1535
1536 * etags.c (CHARS, CHAR): New constant and macro.
1537 (iswhite, begtoken, intoken, endtoken): Use them.
1538 (notinname, _nin, nonam): New macro, array, string.
1539 (init): Cleanup and init _nin.
1540 (new_pfnote): New function.
1541 (make_C_tag) [traditional_tag_style]: Use it.
1542 (traditional_tag_style): Costant set to TRUE for now.
1543
15441997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1545
1546 * etags.c (C_entries, Pascal_functions): Cleanup.
1547 (TeX_functions): NULL as a function arg needs a cast.
1548 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
1549
15501997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1551
1552 * etags.c (TeX_functions): Cleaned up.
1553 (tex_getit): Removed.
1554
15551997-05-13 Paul Eggert <eggert@twinsun.com>
1556
1557 * rcs2log (files): When computing arguments automatically, ignore
1558 non-files within the RCS subdirectory.
1559
15601997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1561
1562 * etags.c (C_JAVA): New #define.
1563 (Cjava_suffixes): .java is Java.
1564 (Cjava_entries): New function.
1565 (lang_names): Add Java.
1566 (sym_type): Add st_C_javastruct for Java.
1567 (C_stab_entry): Add `extends' and `implements' keywords.
1568 (consider_token, C_entries): Recognise Java structures.
1569
15701997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1571
1572 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
1573 (Postscript_suffixes): .ps is Postscript.
1574 (lang_names): Add Postscript.
1575 (Postscript_functions): New function.
1576 (TEX_decode_env): Close minor memory leak.
1577 (just_read_file): Correct the char number of the tag.
1578
15791997-05-11 Paul Eggert <eggert@twinsun.com>
1580
1581 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
1582 Don't prepend $nl since this causes some shells to generate the
1583 empty string when IFS is $nl.
1584 (printlogline): Use SOH (octal code 1), not CR, since some
1585 PC-based shells mishandle CR.
1586 (initialize_fullname): Set NIS_PATH to the empty string before invoking
1587 nismatch, in case it's set to some nonstandard value.
1c478461 1588
362bc2da
DL
15891997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1590
1591 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
1592 read in separate blocks.
1593
15941997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1595
1596 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
1597 (struct linebuffer): New member `len' is the length of the string.
1598 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
1599 Use it instead of strlen.
1600 (TEX_getit): Declare and define unconditionally as static.
1601 (TeX_functions): Use if instead of #if TeX_named_tokens.
1602 (add_regex): Set RE_INTERVALS flag for regex compilation.
1603 (substitute): Code cleanup.
1604 (readline_internal): Code cleanup, set new member `len'.
1605 (readline): Bug corrected.
1606
16071997-04-23 Geoff Voelker <voelker@cs.washington.edu>
1608
1609 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
1610 (obj): Change references of nt*.c files to w32*.c files.
1611
16121997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1613
1614 * etags.c (xnew): Add support for debugging with chkmalloc.
1615 (error): Use this instead of printf whenever possible.
1616 (main): Only call xnew after having initialised progname.
1617 (substitute): Bad memory corruption error corrected.
1618
16191997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1620
1621 * etags.c (add_regex): Undo previous change.
1622 (relative_filename): Small memory leak closed.
1623 (absolute_filename): Cleaned up the code, possibly closing a bug.
1624 (absolute_dirname): Always return a newly allocated string.
1c478461 1625
362bc2da
DL
16261997-03-21 Paul Eggert <eggert@twinsun.com>
1627
1628 * rcs2log (files): Ignore files in RCS directory whose names are
1629 of the form ,*, or *_; they are probably RCS lock files.
1630 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
1631 they are used by rcsfreeze.
1632
16331997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1634
1635 * etags.c (add_regex): reset *putbuf before using it.
1636
16371997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1638
1639 * movemail.c (popmail): Remove some unnecessary function
1640 declarations.
1641 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
1642 into pop_retr, there's no reason to pass in mbx_write, and the
1643 file argument can be declared FILE * explicitly. This fixes a
1644 compilation problem on systems with 64-bit pointers.
1645
16461997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1647
1648 * movemail.c: Delete duplicate inclusion of fcntl.h
1649 and duplicate #undefs of open, read, write, close.
1650
16511997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1652
1653 * movemail.c (main): Do not display "[POP-password]" in the usage
1654 message when movemail is compiled without POP support.
1655 (main, popmail): Add the optional "-p" argument, which causes
1656 movemail to leave mail in the inbox after copying it into the
1657 output file.
1c478461 1658
362bc2da
DL
1659 * Makefile.in (movemail): Link with getopt.
1660
16611997-01-20 Paul Eggert <eggert@twinsun.com>
1662
1663 * rcs2log: (--help, --version): New options, per GNU coding standards.
1664 (Copyright, Help, Id): New variables, for above.
1665 (rlog): Use -q option with cvs log, to avoid useless chatter.
1666
1667 Treat logs of "Initial revision" (RCS) or "file F was initially added
1668 on branch B." (CVS) as if they said "New file.", for consistency with
1669 change log entries.
1670
16711997-01-01 Paul Eggert <eggert@twinsun.com>
1672
1673 * vcdiff (PATH): Add /usr/xpg4/bin,
1674 where XPG4 SCCS hangs out in Solaris 2.5.
1675 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1676
16771996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1678
1679 * etags.c (streq, strneq): Use == NULL rather than !.
1680
16811996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
1682
1683 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
1684 (movemail): Use LIBMAIL, to link against -lmail.
1685
1686 * movemail.c: Include maillock.h (conditionally).
1687 Remove a redundant inclusion of <stdio.h>.
1688 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
1689 (main): Add variable spool_name.
1690 Support the usage of maillock and mailunlock to
1691 lock and unlock mailboxes.
1692 (mail_spool_name): New function.
1693
1694 * movemail.c: Fix an uninitialized variable which could cause
1695 movemail to exit with an error status incorrectly on systems which
1696 use lock files rather than a system locking function to lock
1697 mailboxes.
1698
16991996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1700
1701 * pop.c (socket_connection): Free realhost after using it.
1702
17031996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1704
1705 * etags.c (C_entries): Test tok.valid. This handles some
1706 particular cases involving function declarations that failed.
1707
17081996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 1709
362bc2da
DL
1710 * pop.c (socket_connection):
1711 gethostbyname may return a pointer to static data.
1712 krb_realmofhost can clobber it. So copy it.
1713
17141996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1715
1716 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
1717 must cast it to (char *) because we have no prototypes.
1718 (make_C_tag): Macro deleted, new function.
1719 (C_entries): Calls to make_C_tag macro changed to call function.
1720
17211996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1722
1723 * etags.c (grow_linebuffer): New function.
1724 (GROW_LINEBUFFER): Macro deleted. All callers changed.
1725 (make_tag): Macro renamed to make_C_tag. All callers changed.
1726 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
1727 (Prolog_functions): prolog_skip_comment was called with wrong
1728 number of arguments.
1729 (xrealloc): fatal was called with wrong number of arguments
1730
17311996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1732
1733 * etags.c (relative_filename): Bug corrected.
1734 (etags_getcwd): Avoid warning of unused variable.
1735 (C_entries, consider_token): Added support for enum labels.
1736
17371996-11-03 Paul Eggert <eggert@twinsun.com>
1738
1739 * rcs2log: When processing cvs log output, remove `Attic/' from
1740 repository file names.
1741
17421996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
1743
1744 * emacsserver.c: Fix 1996-09-02 change.
1745
17461996-10-12 Paul Eggert <eggert@twinsun.com>
1747
1748 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1749 option', since CVS says 'invalid option'.
1750 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1751 revisions, since some hosts reject 1970-01-01 when east of UTC.
1752 (date): Remove.
1753
17541996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1755
1756 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1757
17581996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1759
1760 * etags.c (print_version): Print copyright info.
1761
1762 * etags.c (print_help): Print the bug reporting address.
1763 (main): Use return as the last instruction, instead of exit.
1764
1765 * etags.c (main): Don't open the tags file in cxref mode.
1766
17671996-09-29 Dave Love <d.love@dl.ac.uk>
1768
1769 * rcs2log (date): Make default format acceptable to CVS post v1.8
1770 as well as earlier CVSs and RCS.
1771
17721996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1773
1774 * movemail.c (main): If the lock call fails with EBUSY or
1775 EAGAIN, retry a few times.
1776
17771996-09-25 Paul Eggert <eggert@twinsun.com>
1778
1779 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1780 whether to append -zLT.
1781
17821996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1783
1784 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1785 * emacsclient.c, movemail.c: Likewise.
1786
17871996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1788
1789 * emacsclient.c (longopts): Change nowait to no-wait.
1790 (print_help_and_exit): Fix option name; upcase metavars.
1791
17921996-09-06 Erik Naggum <erik@naggum.no>
1793
1794 * emacsserver.c (main): Declare `fromlen' as size_t.
1795
17961996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1797
1798 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1799
18001996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1801
1802 * emacsclient.c (quote_file_name): Quote with &, not \.
1803 Quote `-' only at start of file name. Terminate the value string.
1804
1805 * emacsserver.c: Include signal.h properly;
1806 delete the duplicate includes for it.
1807
1808 * emacsserver.c: On fatal signal, delete socket-file:
1809 * emacsserver.c: Include signal.h.
1810 (xmalloc, fatal, error): New functions.
1811 (delete_socket, handle_signals): New functions.
1812 (progname, socket_name): New variables.
1813 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1814
18151996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1816
1817 * emacsclient.c (quote_file_name): New function.
1818 (main, both versions): Use quote_file_name.
1819 (decode_options): Don't return a value.
1820 (main, both versions): Use optind.
1821 Don't check for -nowait here.
1c478461 1822
362bc2da
DL
1823 * emacsclient.c (decode_options): New function.
1824 (main, both versions): Call decode_options.
1825 (print_help_and_exit): New function.
1826 (VERSION): New macro.
1827
1828 * Makefile.in (emacsclient): Link with getopt.
1829 Add -DVERSION so emacsclient knows its version number.
1830
18311996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1832
1833 * makefile.nt (lisp): Include dos-nt.elc.
1834
18351996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1836
1837 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1838
18391996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1840
1841 * emacsclient.c (both versions): Handle -nowait and --nowait
1842 by sending data to the server.
1843
18441996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1845
1846 * Makefile.in (INSTALL_STRIP): New variable.
1847 (${archlibdir}): Use INSTALL_STRIP.
1848
1849 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1850 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1851
1852 * pop.c: Reverse conditional in previous change.
1853
18541996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1855
1856 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1857
18581996-08-24 Paul Eggert <eggert@twinsun.com>
1859
1860 * rcs2log: Use ISO 8601 date format, with time zone appended
1861 if change-log-time-zone-rule is non-nil, instead of
1862 traditional Unix date format.
1863
1864 (datearg): When computing default from ChangeLog, handle ISO format
1865 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1866 Don't worry about hh:mm:ss since the resolution is now by day.
1867 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1868 "$datearg" option to $rlog.
1869 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1870 (month_data): Remove `mo'; no longer needed.
1871 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1872
1873 Match `revision' line of rlog output more accurately.
1874
1875 Add -c, -v options.
1876
18771996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1880
18811996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1882
1883 * Version 19.33 released.
1884
18851996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1886
1887 * Version 19.32 released.
1888
18891996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1890
1891 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1892 computing character positions in source files.
1893
18941996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1895
1896 * makefile.nt (clean): Use OBJDIR macro.
1897
18981996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1899
1900 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1901
19021996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1903
1904 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1905 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1906 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1907
19081996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1909
1910 * ntlib.h: Correct return type of getwd.
1911 * ntlib.c (getwd): Correct return type.
1912
19131996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1914
1915 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1916 to infile.
1917
19181996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1919
1920 * makefile.nt: Remove all references to wakeup.
1921
19221996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1923
1924 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1925 explicit, mutable, typename.
1926
19271996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1928
1929 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1930 streams, one for sending and one for reading the reply.
1931
19321996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1933
1934 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1935 (wakeup): Target deleted.
1936 (UTILITIES): Delete wakeup and timer.
1937
1938 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1939
19401996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1941
1942 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1943 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1944
19451996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1946
1947 * etags.c (main): Copy cwd when appending slash.
1948
19491996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1950
1951 * Version 19.31 released.
1952
19531996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1954
1955 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1956 (Pascal_functions): Increase linecharno by the correct number of
1957 chars, inline the GET_NEW_LINE macro and delete its definition.
1958
19591996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1960
1961 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1962
19631996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1964
1965 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1966 (movemail.exe, fakemail.exe): Now built under Win32.o
1967
1968 * ntlib.c: Include ntlib.h.
1969 (nt_sleep): Rename to sleep.
1970 (getwd): Return directory.
1971 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1972 sys_ctime, sys_fopen): New functions.
1973
1974 * ntlib.h: New file.
1975
19761996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1977
1978 * pop.c (SEND, RECV): Renamed from send, recv.
1979 (pop_open, pop_trash): Make the trash_started code unconditional.
1980 (socket_connection): Delete casts to void.
1981
19821996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1983
1984 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1985 copied from lisp.h.
1986
19871996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1988
1989 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1990
1991 * hexl.c [DOSNT]: Include fcntl.h.
1992 [WINDOWSNT]: Include io.h.
1993 (main) [MSDOS]: Change conditional to DOS_NT.
1994
1995 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1996 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1997 [WINDOWSNT]: Include locking.h.
1998 (main): Update usage message. Use IS_DIRECTORY_SEP.
1999 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
2000 (main) [WINDOWSNT]: Invoke locking instead of flock.
2001 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
2002 (main) [MAIL_USE_POP]: Pass password to popmail if used.
2003 Include winsock.h; don't include unix inet headers.
2004 (popmail): Add password argument and pass it to pop_open.
2005 Open output file in binary mode.
2006
2007 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 2008 Macro SOCKET_ERROR undefined.
362bc2da
DL
2009 Don't declare h_errno.
2010 [!WINDOWSNT]: Define macros recv and send.
2011 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
2012 (pop_open) [WINDOWSNT]: Initialize trash_started.
2013 (have_winsock) [WINDOWSNT]: New variable.
2014 (socket_connection) [WINDOWSNT]: Initialize winsock.
2015 (socket_connection): Use closesocket instead of close.
2016 (getline): Use recv instead of read.
2017 (fullwrite): Use send instead of write.
2018 (pop_trash): Use closesocket instead of close.
2019 (pop_trash) [WINDOWSNT]: Cleanup winsock.
2020 Check if being called recursively by sendline.
2021
2022 * pop.h (struct _popserver): New field trash_started.
2023
2024 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
2025
20261996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2027
2028 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
2029
20301996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2031
2032 * etags.c [WINDOWSNT]: Include io.h.
2033
20341996-04-10 Geoff Voelker <voelker@cs.washington.edu>
2035
2036 * makefile.nt (CTAGSOBJ): Compile with regexp support.
2037
20381996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
2039
2040 * hexl.c [DJGPP v2]: Include io.h.
2041 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
2042
2043 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
2044 DJGPP v2.
2045
20461996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2047
2048 * etags.c (absolute_filename): Use absolutefn.
2049
20501996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
2051
2052 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
2053 letter isn't an alphabetic character.
2054 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
2055 (process_file) [DOS_NT]: Convert all slashes to forward style.
2056 (absolute_filename) [DOS_NT]: Emit error message for relative
2057 paths with a drive letter.
2058 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
2059 DOS/NT drive letters which try to reference the parent of the root.
2060 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
2061
20621996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2063
2064 * makefile.nt: Change uses of del to $(DEL).
2065
20661996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2067
2068 * etags.c (just_read_file): Reset lineno and charno on entry.
2069
20701996-03-15 Anders Lindgren <andersl@csd.uu.se>
2071
2072 * etags.c: Prolog language totaly rewritten.
2073 (Prolog_functions): Rewritten from scratch.
2074 (skip_comment, prolog_getit): Removed.
2075 (prolog_skip_comment): New function, like old skip_comment.
2076 (prolog_pred, prolog_atom, prolog_white): New functions.
2077 (erlang_func, erlang_attributes): Forward declarations added.
2078 (erlang_atom): Check if backslash ends line inside quoted atom.
2079
20801996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2081
2082 * etags.c (absolutefn): DOS_NT version corrected.
2083 (main): Append "/" to the dir name only if not already there.
2084 (print_help): Explain the absolute/relative file name issue.
1c478461 2085
362bc2da
DL
20861996-03-08 Anders Lindgren <andersl@csd.uu.se>
2087
2088 * etags.c: New Languange Erlang added.
2089 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
2090 erlang_white): New functions.
2091 (Erlang_suffixes): New suffix list.
2092 (lang_names): Erlang entry added.
2093 (prolog_getit): Accepts headers spanning several lines.
2094 Always name tags.
2095 (Prolog_functions): Removed incorrect compensation for
2096 newline characters.
2097 (readline_internal): Zero-terminate last line.
2098
20991996-03-20 Mike Long <mike.long@analog.com>
2100
2101 * b2m.c (main): Initialize progname variable before using it.
2102 Quote `username' in From_ header.
2103
21041996-03-18 Geoff Voelker <voelker@cs.washington.edu>
2105
2106 * ntlib.c (getpid): New function.
2107
21081996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2109
2110 * emacsclient.c (main, both definitions):
2111 Print a newline for normal termination.
2112
21131996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
2114
2115 * tcp.c (main): Convert port to network byte order.
2116
21171996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
2118
2119 * pop.c (pop_retrieve, getline): Avoid type clashes.
2120
21211996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
2122
2123 * etags.c (enum sym_type, anonymous enum): Delete final comma.
2124
21251996-01-15 Paul Eggert <eggert@twinsun.com>
2126
2127 * rcs2log (initialize_fullname): Add support for NIS+.
2128 (hostname): Fully qualify the default hostname with the domainname
2129 if the hostname lacks a `.'.
2130
21311996-01-15 Paul Eggert <eggert@twinsun.com>
2132
2133 * rcs2log (initialize_fullname): Add support for NIS+.
2134 (hostname): Fully qualify the default hostname with the domainname
2135 if the hostname lacks a `.'.
2136
21371996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
2138
2139 * etags.c (consider_token): Fix typo in expression.
2140
21411996-01-04 Paul Eggert <eggert@twinsun.com>
2142
2143 * etags.c (substitute): Fix spelling in message.
2144
21451996-01-03 George V. Reilly <georger@microcrafts.com>
2146
2147 * makefile.nt (etags, ctags): Compile with regexp support.
2148 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
2149 subdirectory exists before compiling.
1c478461 2150
362bc2da
DL
21511996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
2152
2153 * emacsserver.c (main): Do chmod based on existing permission.
2154
21551995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2156
2157 * Makefile.in (install): Turn on read/execute permission.
2158
21591995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2160
2161 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
2162 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
2163
21641995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2165
2166 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
2167
21681995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
2169
2170 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
2171 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
2172 get_scheme, prolog_getit): Name the tag in ctags mode.
2173 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
2174 (Perl_interpreters): Accept "@PERL@" as an interpreter.
2175 (suggest_asking_for_help): New function.
2176 (main, get_language_from_name): Use suggest_asking_for_help.
2177 (main): Let get_language_from_name make language existence check.
2178 (streq, strneq): Check the arguments #if DEBUG.
2179
21801995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
2181
2182 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
2183 (gperf): Added keywords for Objective C and GNU macros.
2184 (sym_type): Added values to account for Objective C and GNU macros.
2185 (begtk): The '@' character can start a token.
2186 (objdef, methodlen, objtag): New variables for Objective C.
2187 (consider_token, C_entries): Added code for Objective C.
2188 (plain_C_suffixes): Add .m and .lm for Objective C.
2189 (Yacc_suffixes): Add .ym for Objective yacc.
2190 (GROW_LINEBUFFER): New macro.
2191 (consider_token, C_entries, Pascal_functions): Use the new macro.
2192 (consider_token): Take one more argument. Caller changed.
2193 (consider_token): Use the hashing function to spot GNU macros.
2194 (C_entries): Consider // as a comment start even in plain C for
2195 the sake of Objective C parsing.
2196
21971995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
2198
2199 * Makefile.in (ctags): depend on etags only for simplicity;
2200 compile with regexp support enabled.
2201
22021995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2203
2204 * Version 19.30 released.
2205
22061995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2207
2208 * makefile.nt (DOC, clean): Don't use switches to del not
2209 supported by Windows 95.
2210
22111995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2212
2213 * Makefile.in (regex.o): Depend on ../src/config.h.
2214
22151995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2216
2217 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
2218 (LOADLIBES): Use LIB_STANDARD.
2219
22201995-11-07 Kevin Gallo <kgallo@microsoft.com>
2221
2222 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
2223 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
2224 Windows 95 conditional.
2225
22261995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
2227
2228 * etags.c (get_lang_from_name, get_lang_from_interpreter,
2229 get_lang_from_suffix): New functions.
2230 (get_language): Function deleted.
2231 (lang_entry): Two members added to struct.
2232 (lang_names): Reflect the new layout of lang_entry.
2233 (print_language_names, main, find_entries): Use the new functions.
2234 (find_entries): Look at the first line for #! if no language.
2235 (C_entries): Invalidate the token when funcdef is reset.
2236 (Perl_functions): New function.
2237 (lang_suffixes): .pl and .pm are Perl suffixes.
2238
22391995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2240
2241 * etags.c (lowcase): Use the standard tolower function.
2242 (substitute): Remove some wrong and some useless code related with
2243 escape `\` character in regexp replacement string.
2244 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
2245 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
2246 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
2247 .prolog for prolog (.pl removed).
2248 (massage_name, etags_getcwd): Use lowcase instead of tolower.
2249 (C_entries, find_entries): Added comments about memory leakage.
2250 (add_node): Dead code removed.
2251
22521995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2253
2254 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
2255 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
2256
22571995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2258
2259 * test-distrib.c: Add #undef for open, close, read, write.
2260
22611995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2262
2263 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
2264 [! O_RDONLY]: Define it to zero.
2265 (main): Use O_RDONLY instead of explicit zero.
2266
22671995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
2268
2269 * etags.c (Pascal_functions): Close comment bug corrected.
2270 (add_node): Correctly compare node file names.
2271 (Pascal_functions): Correctly allocate and free memory for tline.
2272 (pfnote): Put the definition of fp in the innermost block.
2273 (NODE): `named' member removed.
2274 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 2275 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
2276 (pfnote): `named' argument removed, all callers changed.
2277 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2278 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 2279 removed from pfnote call, some code cleanup.
362bc2da
DL
2280 (relative_filename): Free temporary space allocated by concat.
2281
22821995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2283
2284 * Makefile.in (getdate.c): New target.
2285 (getdate.o): Just compile getdate.c.
2286
22871995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2288
2289 * fakemail.c (xrealloc): Change cast to match return type.
2290
22911995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2292
2293 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
2294
22951995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2296
2297 * movemail.c (main): Fix previous change.
2298 Add error check for empty OUTNAME.
2299
23001995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2301
2302 * movemail.c (main): Mention lock file name in error message.
2303
23041995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2305
2306 * profile.c (gettimeofday): New function, defined if necessary.
2307
23081995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2309
2310 * Makefile.in: Renamed from Makefile.in.in.
2311 (distclean): Delete Makefile.c, not Makefile.in.
2312
23131995-07-17 Michael Shields <shields@tembel.org>
2314
2315 * Makefile.in.in (tags): Synonym for `TAGS'.
2316
23171995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2318
2319 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
2320 configure has already set $(INSTALL) to the proper relative path.
2321
23221995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2323
2324 * etags.c (plain_C_entries): new function.
2325 (lowcase): new macro.
2326 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2327 (lang_suffixes): new suffix ".pc" for Pro*C files.
2328 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2329 (tail): look for the end of the token when comparing.
2330 (takeprec): since now tail behaves differently, use strneq.
2331
23321995-07-08 Paul Eggert <eggert@twinsun.com>
2333
2334 * rcs2log (datearg): Separate date from time with comma, not space,
2335 to work around CVS 1.5 bug.
2336 (CVSROOT): Don't abort when unset if repository is absolute.
2337
23381995-07-07 Paul Eggert <eggert@twinsun.com>
2339
2340 * rcs-checkin, rcs2log, vcdiff:
2341 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
2342 that interpret `#! /' as a 4-byte magic number.
2343
23441995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
2345
2346 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
2347 mailbox with "po:mailbox", the mailbox is everything after the
2348 "po:" prefix.
2349
23501995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2351
2352 * emacsserver.c: Make all error messages start with `Error: '.
2353 (fatal_error, perror_1): New functions, use throughout.
2354
23551995-06-28 Paul Eggert <eggert@twinsun.com>
2356
2357 * rcs2log (CVSROOT, repository):
2358 Allow remote repositories a la CVS 1.4.
2359
23601995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2361
2362 * etags.c (plain_C_entries): new function.
2363 (lowcase): new macro.
2364 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2365 (lang_suffixes): new suffix ".pc" for Pro*C files.
2366 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2367 (tail): look for the end of the token when comparing.
2368 (takeprec): since now tail behaves differently, use strneq.
2369
23701995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2371
2372 * movemail.c (main): Add newline in usage message.
2373
23741995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2375
2376 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
2377
23781995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
2379
2380 * etags.c (find_entries): Rewind before rereading the input file.
2381
23821995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2383
2384 * Version 19.29 released.
2385
2386 * make-docfile.c (main) [MSDOS]: Do set _fmode.
2387 This undoes part of the previous change.
2388
23891995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2390
2391 * make-docfile.c (main): On MSDOS, don't change stdout
2392 to binary, and insist on an -o option.
2393
23941995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2395
2396 * etags.c (process_file,absolute_filename): Handle filenames
2397 starting with a drive letter.
2398
2399 * makefile.nt (install): Copy wakeup.exe properly.
2400
24011995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
2402
2403 * make-docfile.c [MSDOS]: #undef chdir.
2404
24051995-06-04 Paul Eggert <eggert@twinsun.com>
2406
2407 * rcs2log (output_authors): Allow ':' in time zone,
2408 as per ISO 8601 and RCS 5.6.8 beta.
2409
24101995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
2411
2412 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
2413 compatibility problems.
2414
24151995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
2416
2417 * etags.c (etags_getcwd): Don't use #elif.
2418 Have just one function body.
2419
24201995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2421
2422 * makefile.nt (LIBS): Use BASE_LIBS.
2423 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
2424 upon LIBS.
2425 (DOC): Use del instead of rm.
2426 (DOC) [WINDOWS95]: Use DOC.
2427 (clean): Handle MSVC aux files.
2428 (config.h,paths.h): Use $(CP) instead of cp.
2429 (config.h): Use $(CONFIG_H)
2430 (make-docfile.obj): Depend upon config.h.
2431 Clean up comments.
2432
24331995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
2434
2435 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
2436 former gives the true path even in the presence of simlinks.
2437
24381995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2439
2440 * movemail.c (main): Increase lock timeout to five minutes.
2441
24421995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2443
2444 * makefile.nt (obj): Use .c files.
2445
24461995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2447
2448 * make-docfile.c: Include config.h.
2449 (NO_SHORTNAMES): New definition.
2450 (xmalloc): Return long *.
2451
2452 * etags.c (C_entries): Cast result of xrealloc.
2453 (xmalloc, xrealloc): Declare them to return long *.
2454
2455 * b2m.c (xmalloc, xrealloc): Declare them long *.
2456
2457 * movemail.c (xmalloc): Declare it to return long *.
2458
24591995-04-30 Paul Eggert <eggert@twinsun.com>
2460
2461 * rcs2log (datearg): If rlog options are specified explicitly,
2462 omit the implicit '-d>DATE' option.
2463 (repository, rlog): Allow absolute paths to CVS repositories.
2464 Look only at the first line of CVS/Repository.
2465
24661995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2467
2468 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
2469 realclean.
2470
24711995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2472
2473 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
2474 Alternative (empty) definitions.
2475
24761995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2477
2478 * emacsclient.c (main): Add argv[0] to an error message.
2479
24801995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
2481
2482 * emacsclient.c (main): Improve error handling.
2483 * cvtmail.c (main, skip_to_lf): Improve error handling.
2484 (sysfail): New function.
2485
2486 * b2m.c (main): Check for trailing ", " before trying to delete it.
2487
24881995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2489
2490 * Makefile.in.in (all): Build test-distrib and make-docfile.
2491
2492 * make-docfile.c (scan_c_file): At end, restore file name last char
2493 to its original value.
2494
24951995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2496
2497 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
2498
24991995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2500
2501 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
2502 (alloca.o, regex.o): Use BASE_CFLAGS.
2503
25041995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2505
2506 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
2507
25081995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
2509
2510 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
2511 (SOURCES, distclean): Removed obsolete references to aixcc.
2512
25131995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2514
2515 * aixcc.lex: File deleted--surely obsolete now.
2516
25171995-03-23 Paul Eggert <eggert@twinsun.com>
2518
2519 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
2520 portability to mawk and nawk.
2521
25221995-03-21 Paul Eggert <eggert@twinsun.com>
2523
2524 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
2525 -u "login<tab>fullname<tab>mailaddr".
2526
25271995-03-21 Paul Eggert <eggert@twinsun.com>
2528
2529 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
2530 replaces the (now obsolescent) -n login fullname mailaddr option.
2531 Add -R option for recursive rlog.
2532 (AWK): New environment variable (default `awk') for awk program name.
2533 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
2534 Quote authors and fullnames correctly.
2535 Don't omit path from repository root when logging CVS files.
2536
25371995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2538
2539 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
2540 even if HAVE_SYSVIPC.
2541 * emacsclient.c (main): Use getcwd if not BSD.
2542
25431995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
2544
2545 * etags.c (process_file): free (filename) after using it.
2546 (readline_internal): Do not access the char before start of line.
2547
25481995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
2549
2550 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
2551 savetok.valid. Mark token as valid when it is initialised.
2552 (make_tag): Make token only if token is valid and reset validity.
2553 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
2554 (TOKEN): Added a new member: valid.
2555
25561995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
2557
2558 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
2559 (main): Do not read twice the last filename in the stdin file list.
2560
25611995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
2562
2563 * etags.c (C_entries): Initialise the new members of TOKEN.
2564 (C_entries): Do not allocate a new space for each token found by
2565 consider_token. Let make_tag do that instead.
2566 (make_tag): Since now TOKEN has memory of where it is taken from,
2567 this new macro substitutes both make_tag_from_new_lb and
2568 make_tag_from_oth_lb. All callers changed.
2569 (TOKEN): Add linepos and buffer members.
2570 (main): Initialise token_str.
2571 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
2572 (token_str): New global variable used by C_entries.
2573
25741995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2575
2576 * Makefile.in.in (maintainer-clean): Renamed from realclean.
2577
25781995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
2579
2580 * etags.c (pfnote): Initialise been_warned in the node.
2581 (C_entries): Removed a speed hack for the sake of clarity.
2582
25831995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
2584
2585 * etags.c (longopts, print_help, main): Use -I as abbreviation
2586 for the --ignore-indentation option.
2587 (main): Do not print an error message for unknown options.
2588
25891995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
2590
2591 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
2592 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
2593 constantypedefs, update, vgrind_style, no_warnings,
2594 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
2595 (permit_duplicates): Was a var, now a #define.
2596 (filename_lb): Was global, now local to main.
2597 (main): Open the tag file when in cxref mode.
2598 Use a BUFSIZ size buffer for making the shell commands.
2599 Look at the return value from the system routine.
2600 Exit when cannot open the tag file.
2601 (process_file): Open the file and pass the FILE* to find_entries.
2602 (find_entries): Now void, because does not open the file itself.
2603 (pfnote): Recovering from lack of memory does not work. Removed.
2604 Use savenstr and simplify the code.
2605 (free_tree): Only free the name space if node is named.
2606 (structtag): Now a pointer, not a fixed length array of chars.
2607 (consider_token): Don't take a token as argument. Use savenstr
2608 when saving a tag in structtag. Callers changed.
2609 (TOKEN): Structure changed. Now used only in C_entries.
2610 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
2611 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
2612 (pfcnt): Deleted. Users updated.
2613 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2614 TEX_getit, prolog_getit): Use dinamic allocation for storing
2615 the tag instead of a fixed size buffer.
2616
26171995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2618
2619 * movemail.c (main): Skip past the colon in inname.
2620
26211995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2622
2623 * etags.c (pfatal): New function.
2624 (main, etags_getcwd): Use pfatal.
2625 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
2626
26271995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2628
2629 * etags.c (Lang_function): Use void instead to declare the
2630 language functions, because many compilers are buggy.
2631 (etags_getcwd): Fix the previous fix on the #else branch.
2632 (readline_internal): Discard possible \r before \n here.
2633 (C_entries): Do not deal with \r here: undo previous fix.
2634
dff28924 26351995-01-09 Francesco Potorti` (pot@fly)
362bc2da
DL
2636
2637 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
2638 functions and a macro that allow the program to work on input
2639 lines of whatever length. Copied from etags.c.
2640 (fatal): Print a fatal error message and exit.
2641 (main): Use the new functions. Fixed a bug that made a \037 char
2642 appear at the end of the output.
2643
26441995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2645
2646 * etags.c (C_entries): Ignore carriage return at end of line.
2647
26481994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2649
2650 * fakemail.c (xmalloc, xrealloc): Add casts.
2651 (add_field): Handle <...> and "..." syntax.
2652 (setup_files, get_keyword): Clean up parens and line breaks.
2653 (args_size): Likewise.
2654
26551994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2656
2657 * yow.c: Include program name in error messages.
2658
26591994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2660
2661 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
2662 (xmalloc, fatal, error): New functions.
2663 (progname): New variable.
2664 (main): Set progname.
2665
26661994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2667
2668 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
2669 (main): If socket/mqueue name is in home dir, add in the host name.
2670 Rename .emacs_server to .emacs-server....
2671
26721994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2673
2674 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
2675
26761994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
2677
2678 * etags.c (print_help): print --regex usage for ctags also.
2679 (main): use -h in addition to -H as abbreviation for --help.
2680
26811994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2682
2683 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
2684 is compiled if this is defined. The new functions and variables
2685 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
2686 [VMS]: All VMS specific code previously contained in
2687 etags-vmslib.c is now included here, modified for dealing with
2688 language and regex options intermixed with filenames.
2689 (header_file): Global variable deleted.
2690 (Lang_Function): New typedef. All language parser functions
2691 changed to this new type.
2692 (string_numeric_p, substr, prestr): Functions deleted.
2693 (readline_internal): Does the job that readline did previously.
2694 (longopts): --language and --regex options added.
2695 (lang_names, lang_extensions, lang_func, print_language_names):
2696 New structures, variables and functions for choosing languages.
2697 (print_help): Help strings updated. Calls print_language_names.
2698 (argument_type, ARGUMENT): Typedefs for dealing with language and
2699 regex options intermixed with filenames.
2700 (main): Changed the way of dealing with arguments on the command
2701 line to deal with language and regex options intermixed with
2702 filenames.
2703 (get_language, default_C_entries, Cplusplus_entries,
2704 Cstar_entries, Yacc_entries, just_read_file): New functions.
2705 (find_entries): Use the new method for choosing the language.
2706 (Pascal_functions): Allow intermixing of comment styles.
2707 (prolog_getit, skip_comment): Rewritten for speed.
2708 (readline): Rewritten to deal with regexps.
2709
27101994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2711
2712 * etags.c (<errno.h>): #include added.
2713 (etags_getcwd): Check return value from getcwd.
2714
27151994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2716
2717 * profile.c (TV1, TV2): Use EMACS_TIME as type.
2718 (get_time): Use EMACS_SUB_TIME.
2719
27201994-10-30 voelker <voelker@cs.washington.edu>
2721
2722 * ntlib.c: New file.
2723 * makefile.nt: New file.
2724
2725 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
2726 [WINDOWSNT]: Include the NT headers.
2727 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
2728
2729 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
2730 [WINDOWSNT]: Include some NT headers.
2731
27321994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
2733
2734 * pop.c (getline): When a search of already-read input for CRLF
2735 fails, store the fact that we've searched it and don't search it
2736 again after reading more data.
2737
2738 * pop.c (getline): When determining whether or not it's necessary
2739 to grow the input buffer, take into account the null that's stored
2740 at the end of already-read input in the buffer.
2741
27421994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
2743
2744 * etags.c (prestr, substr): return a logical type.
2745 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2746 (consider_token): set funcdef to fignore when a DEFUN is met.
2747 (C_entries): Now we can use Tom Hageman patch for extern "C".
2748
27491994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2750
2751 * movemail.c: PopServer renamed to popserver throughout.
2752
27531994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2754
2755 * etags.c: Don't declare malloc, since we include config.h.
2756 * fakemail.c: Likewise.
2757
27581994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2759
2760 * movemail.c: Don't declare malloc.
2761
27621994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2763
2764 * rcs-checkin: Use test -r instead of < to check readability, to
2765 avoid syntax error.
2766
27671994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
2768
2769 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2770 defined, and if HAVE_CONFIG_H isn't defined, define
2771 MAIL_USE_POP always (so that this file can be included in
2772 other programs besides emacs).
2773
2774 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2775 HAVE_CONFIG_H isn't defined.
2776
2777 * pop.c (find_crlf, getline): Instead of using strstr, use a
2778 custom function for finding CRLF.
2779 (my_strstr): Function deleted.
2780
27811994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2782
2783 * pop.c (getline): Fix a segfault because of passing a
2784 non-null-terminated string into strstr(). Fix from
2785 djm@va.pubnix.com (David J. MacKenzie).
2786
2787 * pop.c: Don't include <string.h> and <strings.h>.
2788
2789 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2790 should be interchangeable, and indeed the inclusion is done in
2791 both orders in various files in the Kerberos 4 library sources,
2792 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2793 requires that <des.h> be included first, and I don't see any harm
2794 in changing the order.
2795
2796 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2797 STDC_HEADERS, if they're defined. Undef open, read, write and
2798 close after including it.
2799
28001994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2801
2802 * pop.c: Fix mismatch in conditionals.
2803
2804 * make-docfile.c (main): Don't process one input file twice.
2805 Never use exit code > 1.
2806
2807 * pop.c (open, close, read, write): Add #undefs.
2808
2809 * pop.c: Don't declare malloc, realloc, free.
2810 Include ../src/config.h.
2811 Don't include string.h or strings.h.
2812 Include des.h before krb.h.
2813 Do declare my_strstr.
2814 (getline): Really use my_strstr.
2815 Leave one empty place in server->buffer,
2816 and put a null at the end of the data in it.
2817
28181994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2819
2820 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2821 call kill with pid 0. Handle EINTR when receiving messages.
2822
28231994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2824
2825 * Makefile.in.in (regex.o): Use full path to find regex.c.
2826
28271994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2828
2829 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2830 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2831
28321994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2833
2834 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2835 (${archlibdir}): Use mkinstalldirs instead.
2836
2837 * movemail.c: Make functions that return nothing void, not
2838 implicitly int.
2839 (main): Improve usage message.
2840 (error): Write to stderr, not stdout.
2841
2842 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2843 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2844 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2845 variables and implicitly declared functions.
2846
28471994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2848
2849 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2850 (distclean): Not here.
2851
2852 * Makefile.in.in (libexecdir): Renamed from libdir.
2853
28541994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2855
2856 * etags.c (C_entries): Name the #define's that are macros.
2857
28581994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2859
2860 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2861 fd_set arg is a pointer, descriptor arg comes first.
2862
28631994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2864
2865 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2866 (C_entries): Recognise #define inside a struct.
2867 (C_entries): ANSI tells that preprocessor commands do not have to
2868 start on the first column.
2869 (print_help): Documentation corrected for -d and -D.
2870 (white, endtk): ANSI tells the vertical tab is a separator.
2871
28721994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2873
2874 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2875 (pop.o, movemail.o): New targets.
2876 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2877
2878 * pop.c, pop.h: New files.
2879
2880 * movemail.c: Improve POP code, move most of it into a separate file.
2881 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2882 (mbx_write): Check for errors and for From line.
2883 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2884 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2885 (pop_init): Functions deleted.
2886
28871994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2888
2889 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2890 Rename path to dirname.
2891
28921994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2893
2894 * Makefile.in.in (UTILITIES):
2895 Remove test-distrib, make-docfile, make-path.
2896 (DONT_INSTALL): New variable--list those files here.
2897 (clean): Delete the files in DONT_INSTALL.
2898
28991994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2900
2901 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2902 (main): Use fgets, not gets.
2903
29041994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2905
2906 * timer.c: Don't declare malloc.
2907
29081994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2909
2910 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2911 defined, use simple 32-bit versions of these macros.
2912 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2913
29141994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2915
2916 * etags.c (etags_getcwd): Use getcwd if available.
2917
29181994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2919
2920 * Version 19.27 released.
2921
29221994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2923
2924 * Version 19.26 released.
2925
29261994-08-15 Paul Eggert <eggert@twinsun.com>
2927
2928 * rcs2log: Add support for CVS.
2929 Work with `rlog's that output ISO 8601 dates.
2930
29311994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2932
2933 * rcs2log: Use <> to delimit email address.
2934
29351994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2936
2937 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2938 so we can listen for multiple requests.
2939
29401994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2941
2942 * movemail.c: Include config.h first thing.
2943
29441994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2945
2946 * emacsserver.c (main): Add casts to avoid warnings.
2947
29481994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2949
2950 * Makefile.in.in (${archlibdir}): Compare the proper dir
2951 before installing the scripts.
2952
29531994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2954
2955 * emacsclient.c (main): New local var progname saves argv[0].
2956
29571994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2958
2959 * emacsclient.c (main): Don't actually modify argv[0].
2960 Modify a copy instead.
2961
29621994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2963
2964 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2965 (tzp): Var deleted.
2966
2967 * Makefile.in.in: Add #undef alloca.
2968
29691994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2970
2971 * timer.c (xmalloc): New function.
2972
29731994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2974
2975 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2976 (alloca.o): New target.
2977
29781994-07-08 Dave Love (d.love@dl.ac.uk)
2979
2980 * etags.c (takeprec): recognise `character*(*) function'
2981
29821994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2983
2984 * etags.c (main): Don't barf on obsolete -t and -T switches.
2985 (main): Print an explicative message when a switch is not known.
2986
29871994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2988
2989 * hexl.c: Don't declare exit or perror.
2990
2991 * emacsserver.c (main): Don't declare geteuid.
2992 Don't declare getenv if convex.
2993
29941994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2995
2996 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2997
29981994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2999
3000 * etags.c (absolute_filename): Remove infinite loop bug when
3001 accessing files in directories whose name begins with a dot.
3002
30031994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3004
3005 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
3006
30071994-06-01 Morten Welinder (terra@diku.dk)
3008
3009 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
3010 location of data directory.
3011
30121994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3013
3014 * Version 19.25 released.
3015
30161994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3017
3018 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
3019
30201994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3021
3022 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
3023
30241994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3025
3026 * Version 19.24 released.
3027
30281994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3029
3030 * make-docfile.c (write_c_args): Put `default' in upper case.
3031
30321994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3033
3034 * etags.c (etags_getcwd): Cast result of popen.
3035 (popen): Declaration deleted.
3036
30371994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
3038
3039 * etags.c [!MSDOS]: Declare popen.
3040
30411994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3042
3043 * b2m.c (main): Avoid crash if argc is 1.
3044
30451994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3046
3047 * Version 19.23 released.
3048
3049 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
3050
30511994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3052
3053 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
3054
30551994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3056
3057 * Makefile.in.in: Fix out of date comment.
3058
30591994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3060
3061 * Makefile.in.in: Put in a separator for where to start cpp procssing.
3062 Move all autoconf substitutions above that point.
3063 Above that point, use Make-style comments.
3064 This goes with changes in ../configure.in.
3065
30661994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3067
3068 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
3069 warning message.
3070 (${archlibdir}): Don't do it here. Don't depend on blessmail.
3071
30721994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
3073
3074 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
3075
30761994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3077
3078 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
3079 print advice to run it, if it has anything significant to do.
3080 And only if MOVEMAIL_NEEDS_BLESSING.
3081 (blessmail): Use emacs, not temacs.
3082 (configuration): Renamed from configname.
3083
30841994-04-30 Morten Welinder (terra@diku.dk)
3085
3086 * etags.c (find_entries): Treat `*.cpp' as C++ files.
3087
30881994-04-30 Morten Welinder (terra@diku.dk)
3089
3090 * etags.c [MSDOS]: #include <sys/param.h> for the following.
3091 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
3092 a shell.
3093
30941994-04-29 Morten Welinder (terra@diku.dk)
3095
3096 * hexl.c [MSDOS]: Don't define proto type for exit.
3097
30981994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3099
3100 * b2m.c: Don't include string.h or strings.h.
3101
31021994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
3103
3104 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
3105 symbols, not make variables.
3106
31071994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3108
3109 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
3110 * etags.c (print_version): Print VERSION as a string.
3111
31121994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3113
3114 * fakemail.c (readline): Fix updating of p when buffer grows.
3115
31161994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
3117
3118 * Makefile.in.in (blessmail): New target.
3119 ${archlibdir}: Use blessmail when installing movemail.
3120
31211994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3122
3123 * fakemail.c (readline): When extending the buffer,
3124 calculate end afresh using the new size.
3125
31261994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3127
3128 * etags.c (main, print_help): eliminate the -F option.
3129
31301994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3131
3132 * etags.c (absolute_filename): compare against '\0' instead of NULL.
3133
31341994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3135
3136 * Makefile.in.in: Renamed from Makefile.in.
3137 Makefile.in is now generated from it, and then preprocessed.
3138 Change comments to C syntax.
3139 Include config.h.
3140 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
3141 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
3142
31431994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3144
3145 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
3146
31471994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3148
3149 * etags.c (etags_getcwd): Initialize bufsize.
3150
31511994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3152
3153 * profile.c (gettimeofday): If system doesn't have this, define it
3154 to give a fatal error.
3155
31561994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
3157
3158 * movemail.c (main): Use setuid, not seteuid.
3159
31601994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3161
3162 * etags.c: #undef static.
3163
31641994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3165
3166 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
3167 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
3168 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
3169 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
3170 TeX_functions, Prolog_functions.
3171 (inf): no more a global variable.
3172 (C_entries): take 2nd parameter `inf' instead of using the global one.
3173 (find_entries): added the cp1 var for optimisation.
3174 (find_entries): added more suffixes for assembler files.
3175 (Asm_funcs): Now finds labels even without an ending colon.
3176
31771994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3178
3179 * etags.c (main): use etags_getcwd for compatibility.
3180 (etags_getcwd): new function.
3181
31821994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3183
3184 * Makefile.in (etags, ctags): Pass -D for VERSION.
3185
31861994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
3187
3188 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
3189 (main): don't allow the use of -t and -T in etags mode.
3190 (print_help): don't show options enabled by default.
3191 (print_version): show the emacs version number if VERSION is #defined.
3192 (find_entries): add "ss" as suffix for Chez Scheme.
3193
31941994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
3195
3196 * etags.c (cwd, outfiledir): vars added.
3197 (relative_filename, absolute_filename, absolute_dirname):
3198 functions added to compute filenames in tags files.
3199 (process_file): filenames in tags file are relative to the
3200 directory where the tags file is (useful with the -o option).
3201 (main): initialise the outfiledir var.
3202 (TYPEDST): added the `tignore' value.
3203 (C_entries): corrected various small bugs.
3204
32051994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3206
3207 * Makefile.in (UTILITIES): `env' deleted.
3208 (env): Target deleted.
3209 * env.c: File deleted.
1c478461 3210
362bc2da
DL
32111994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3212
3213 * Makefile.in (install, ${archlibdir}): Switch back to ..
3214 before running INSTALL_PROGRAM.
3215
32161994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
3217
3218 * etags.c (TYPEDST): added the `tignore' value.
3219 (C_entries): corrected various bugs, now correctly parses the
3220 `extern "C" {' construction (patch by Tom R.Hageman).
3221
32221994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3223
3224 * b2m.c: Use <...> to include config.h.
3225 Don't include stdlib.h.
3226
32271994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
3228
3229 * b2m.c (main): Change delimiter from "^L" to "^_^L".
3230 Allow for text following "BABYL OPTIONS:".
3231 Add --help option. Use argv[0] in error messages.
3232
32331994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3234
3235 * emacsclient.c (main) [HAVE_SYSVIPC]:
3236 Make msgp->mtext longer if necessary.
3237 On HPUX, error if it's more than 512 chars.
3238
32391994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3240
3241 * etags-vmslib.c: Use GPL.
3242 * emacstool.c: Use GPL.
3243 * fakemail.c: Update GPL.
3244
3245 * make-path.c (main): Return 1 on error, not -1.
3246 Update GPL.
3247
3248 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
3249 (xmalloc, xrealloc): Return char *, not int.
3250 (error): Write to stderr, not stdout.
3251 Update GPL.
3252
32531994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
3254
3255 * profile.c (main, get_time): Don't crash on invalid input.
3256
32571994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
3258
3259 * profile.c (get_time): Simplify; avoid calling index.
3260 (main): exit on EOF.
3261
32621994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
3263
3264 * etags.c (--absolute-pathnames): option removed.
3265
32661994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3267
3268 * fakemail.c (put_line): Don't break the line if it all fits.
3269
dff28924 32701994-02-14 Francesco Potorti` (pot@fly)
362bc2da
DL
3271
3272 * etags.c (absolute_pathnames, cwd): added global vars.
3273 (longopts, print_help, main, process_file): put absolute filenames
3274 in the tag file if the -A --absolute-pathnames option is used.
3275 (print_help): alfabetically order the options.
3276 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
3277
32781994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3279
3280 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
3281 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
3282
32831994-02-07 Christian Lynbech (lynbech@avignon)
3284
3285 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
3286
32871994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3288
3289 * Makefile.in (UTILITIES): Mention profile.
3290 (profile): New target.
3291
3292 * profile.c: New file.
3293
32941994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3295
3296 * Make the argument list output look more like the Lisp docstrings do.
3297 make-docfile.c (write_c_args): Take new arg FUNC. Make output
3298 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3299 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
3300
33011994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
3302
3303 * etags.c (stab_entry, stab_create, stab_find, stab_search,
3304 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
3305 Use gperf generated hash table instead of linked list.
3306 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
3307 Mostly code generated by gperf.
3308 (consider_token): removed unused parameter `lp'.
3309 (PF_funcs, getit): allow subroutine and similar declarations
3310 to span multiple lines.
3311 (C_entries): check for newline if inchar to avoid bus errors.
3312 (process_file, find_entries): distinguish among nonexistent
3313 and not regular file.
3314
33151994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3316
3317 * timer.c: Include errno.h; don't include fasync.h.
3318 (schedule): Don't return a value.
3319 (sigcatch): Reestablish the handler first.
3320 (getevent): Always call notify at the end.
3321 (notify): Defer alarms around the whole body of function.
3322
33231994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3324
3325 * timer.c (main): Don't request SIGIO, and don't handle it.
3326 Loop calling getevent.
3327 (sigcatch): Delete code to handle SIGIO.
3328 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 3329 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
3330 Set defer_alarms around realloc and schedule.
3331 If alarm_deferred gets set, call notify.
3332 Likewise if this event is the only pending event.
3333 Make buf and buf_size global variables.
3334 Don't malloc buf if it is already non-zero.
3335 (schedule): Just exit if run out of memory.
3336 Return the number of events.
3337 (signal) [_CX_UX]: Add #undef.
3338
33391994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3340
3341 * timer.c [USG] (SIGIO): Define as SIGPOLL.
3342 (main) [USG]: Do ioctl to enable SIGPOLL.
3343
33441994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3345
3346 * timer.c: Don't declare sys_errlist; declare strerror instead.
3347 (schedule, main): Call strerror instead of using sys_errlist.
3348 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
3349 Call strerror instead of using sys_errlist.
3350 * env.c (main): Call strerror instead of using sys_errlist.
3351 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
3352 (main): Call strerror instead of using sys_errlist.
3353 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
3354 * env.c [! HAVE_STRERROR] (strerror): Likewise.
3355 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
3356 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
3357
33581994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3359
3360 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
3361
3362 * movemail.c (malloc): Don't declare it.
3363 (xmalloc): Cast result of malloc.
3364 (strcpy): Don't declare it.
3365
33661993-11-14 Morten Welinder (terra@diku.dk)
3367
3368 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
3369 (main): Use fclose to close file opened by fopen.
3370
3371 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
3372
3373 * movemail.c [MSDOS]: #undef `access'.
3374
3375 * b2m.c (main) [MSDOS]: Open all files as binary.
3376 * etags.c (main) [MSDOS]: Open all files as binary.
3377
3378 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
3379 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
3380 with.
3381
33821994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3383
3384 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
3385 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
3386 (LINK_CFLAGS): New variable.
3387 (timer): Use LINK_CFLAGS.
3388
33891993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3390
3391 * movemail.c: Include syswait.h.
3392 Fork a subprocess and use it to copy the mail file.
3393
33941993-12-07 Richard Stallman (rms@srarc2)
3395
3396 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
3397
33981993-12-04 Richard Stallman (rms@srarc2)
3399
3400 * movemail.c (main): When making tempname, cast result of xmalloc.
3401 Include room for EXXXXXX in the size.
3402 Don't use result of strcpy.
3403
34041993-12-03 Paul Eggert (eggert@twinsun.com)
3405
3406 * vcdiff: Add --brief option.
3407
34081993-12-02 Richard Stallman (rms@srarc2)
3409
3410 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
3411 for all executables and scripts.
3412
34131993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3414
3415 * Version 19.22 released.
3416
34171993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3418
3419 * Makefile.in (mostlyclean): Make it distinct from clean.
3420
34211993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3422
3423 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
3424
34251993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3426
3427 * Version 19.21 released.
3428
3429 * Makefile.in (install): Don't change mode or group when installing.
3430
3431 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
3432
34331993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3434
3435 * make-docfile.c (read_c_string): For "", concatenate the two strings.
3436
3437 * movemail.c (main): Fix error message text.
3438
34391993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3440
3441 * Version 19.20 released.
3442
34431993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
3444
3445 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
3446 functions returning a pointer to a function, a la `signal', can be
3447 parsed. This also required new state `fstartlist' to `FUNCST'.
3448 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
3449 (C_entries, CNL): use it to isolate preprocessor directive processing
3450 from the other state engines.
3451 (begtk): add '~', for C++ class destructors.
3452
34531993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
3454
3455 * etags.c (consider_token): removed unused variable firsttok.
3456 (prolog_getit): call pfnote with the right number of arguments.
3457
34581993-10-19 Paul Eggert (eggert@twinsun.com)
3459
3460 * rcs2log (printlogline): Don't generate lines containing only
3461 white space.
3462
34631993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3464
3465 * Makefile.in (${archlibdir}):
3466 Install ${SCRIPTS} from ${srcdir}, not cwd.
3467
34681993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3469
3470 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
3471 the comment character.
3472
34731993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
3474
3475 * etags.c (process_file): dead code removed.
3476 (S_ISREG): #define it using S_IFREG if not defined.
3477 (process_file): regular files have nothing to do with symlinks.
3478
34791993-09-28 Brian Fox (bfox@ai.mit.edu)
3480
3481 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
3482 from current directory. Only chmod and chgrp files that we
3483 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
3484 ${bindir}.
3485 (INSTALLFLAGS): Deleted definition, since it is an unused variable
3486 now.
3487
34881993-09-27 Brian Fox (bfox@ai.mit.edu)
3489
3490 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
3491 configure figure out the correct values for these variables.
3492
34931993-09-14 Brian Fox (bfox@ai.mit.edu)
3494
3495 * Makefile.in (archlibdir): Only install execuatables internally
3496 used by emacs; don't install bindir binaries here.
3497
34981993-09-24 Paul Eggert (eggert@twinsun.com)
3499
3500 * rcs2log: Add -h, -n, -r options.
3501 By default, look for *,v files as well as RCS/*,v files.
3502 Use $TMPDIR (default /tmp) instead of /tmp.
3503
dff28924 35041993-09-20 Francesco Potorti` (pot@fly)
362bc2da
DL
3505
3506 * etags.c (C_entries): is_func is initialised here instead of in
3507 consider_token for the sake of the yacc rules section.
3508 (C_entries): Now class, struct, enum, union and typedef produce
3509 named tags.
3510
35111993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
3512
3513 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
3514
35151993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3516
3517 * Support configuring in a different directory when ${srcdir} has
3518 already been configured.
3519 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
3520 -I${srcdir} -I${srcdir}/../src.
3521 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
3522 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
3523 is already in CPP_FLAGS.
3524 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
3525 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
3526
35271993-08-25 Paul Eggert (eggert@twinsun.com)
3528
3529 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
3530 otherwise, HP awk complains.
3531
3532 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
3533 are common hangouts for SCCS commands.
3534
35351993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3536
3537 * Version 19.19 released.
3538
35391993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3540
3541 * Makefile.in (make-path): Dep on config.h.
3542
35431993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3544
3545 * b2m.c (TRUE, FALSE): Don't define if already defined.
3546
35471993-08-09 Paul Eggert (eggert@twinsun.com)
3548
3549 * rcs2log (awkscript):
3550 Some sites put comma-separated junk after the fullname.
3551 Remove it, but leave "Bill Gates, Jr" alone.
3552 Remove the junk from fullnames like "0000-Admin(0000)".
3553
35541993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3555
3556 * Version 19.18 released.
3557
35581993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
3559
3560 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
3561 (L_funcs): the (foo::defmumble stuff now should work.
3562 (consider_token): function returned random value--corrected.
3563 (C_entries): corrected == versus = typo.
3564
35651993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3566
3567 * etags.c (put_entries): For NODE->rewritten, put pattern before
3568 \177 and name after, not vice versa.
3569
35701993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3571
3572 * timer.c (main): Generate a SIGIO as soon as we've initialized.
3573
35741993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
3575
3576 * etags.c (FINCST): added the fignore status. Means we are
3577 after the parameter list and before the open curly brace.
3578 Allows correct parsing of C++ constructors.
3579 (C_entries, consider_token): make use of fignore.
3580 (consider_token): reset funcdef when next_token_is_func: when in
3581 ctags mode makes DEFVAR and others work better.
3582 (L_isquote): function that recognises the "(quote" string.
3583 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
3584
35851993-07-29 Paul Eggert (eggert@twinsun.com)
3586
3587 * rcs-checkin: Don't check whether a file is readable until we have
3588 decided not to ignore it.
3589
35901993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3591
3592 * Makefile.in (etags): Depend on ../src/config.h.
3593
3594 * emacsserver.c: Include types.h before file.h.
3595
35961993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3597
3598 * Makefile.in (install): Use .n, not .new, for temporary filenames.
3599
36001993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3601
3602 * Version 19.17 released.
3603
36041993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3605
3606 * etags.c (print_help): Break up the very long strings containing
3607 the help message into shorter strings, to placate chintzy C
3608 compilers which can't handle strings that long.
3609
3610 * wakeup.c: Use CPP tangle from autoconf manual to #include the
3611 correct combination of <time.h> and <sys/time.h>.
3612
36131993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3614
3615 * etags.c (alloca): removed all references to it.
3616 (main): now calls xnew instead of alloca for portability.
3617 (../src/config.h): included only if HAVE_CONFIG_H.
3618 (const): void definition removed--config.h takes care of it.
3619
36201993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3621
3622 * etags.c (consider_token): was `==', now is `='.
3623 (consider_token): DEFUNs now treated like funcs in ctags mode.
3624
3625 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
3626 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
3627 (C_entries): removed a piece of useless code.
3628 (C_entries): making typedef tags is delayed until a semicolon
3629 is met. This handles "typedef int X, Y, Z;" correctly.
3630
36311993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3632
3633 * Version 19.16 released.
3634
3635 * b2m.c: #include <sys/types.h>.
3636 (ltoday): Declare this to be time_t.
3637
36381993-06-30 Paul Eggert (eggert@twinsun.com)
3639
3640 * vcdiff: Add -q option.
3641
36421993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3643
3644 * etags.c: #include "config.h" and the alloca CPP tangle before
3645 #including the system headers and getopt.h. AIX requires the
3646 #pragma to come before any actual C code.
3647
36481993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3649
3650 * Makefile.in (ctags): Depend on etags, so that parallel makes
3651 don't write etags.o files on top of each other.
3652
36531993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3654
3655 * version 19.15 released.
3656
36571993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3658
3659 * etags.c (add_node): Move var last_node to file scope.
3660
36611993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3662
3663 * Version 19.14 released.
3664
36651993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3666
3667 Bring mumbleclean targets into conformance with GNU coding standards.
3668 * Makefile.in (distclean): Call clean to do most of the work.
3669 Delete aixcc.c and TAGS.
3670 (realclean): Just call distclean.
1c478461 3671
362bc2da
DL
3672 * Makefile.in: Remember, spaces are not tabs.
3673
36741993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3675
3676 * Makefile.in (CPP_CFLAGS): New variable.
3677 Use it instead of ALL_CFLAGS when compiling a .c file.
3678 (getopt.o, getopt1.o): Add explicit compilation commands.
3679
36801993-06-10 Mark D. Baushke (mdb@cisco.com)
3681
3682 * etags.c: Reinstate old -f option as an alias for -o for
3683 installed base uses.
3684
36851993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3686
3687 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
3688 to bind or accept, cast the pointer, to avoid warnings on systems
3689 which declare prototypes for this.
3690 * emacsclient.c (main): Same.
3691
3692 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
3693
36941993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3695
3696 * Version 19.13 released.
3697
3698 * wakeup.c: Include sys/types.h, too; I think that's where time_t
3699 comes from, not sys/time.h.
3700
37011993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3702
3703 * wakeup.c: Include sys/time.h.
3704
3705 * etags.c: #undef static.
3706
3707 * Version 19.12 released.
3708
3709 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
3710
37111993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3712
3713 * Version 19.11 released.
3714
3715 * timer.c [LINUX]: #undef signal.
3716 * emacsserver.c: #undef signal.
3717
37181993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3719
3720 * wakeup.c (main): Make when a time_t.
3721
37221993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3723
3724 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
3725 `(cd foo ; pwd)` to get the canonical name of a directory; cd
3726 might fail, and have pwd print out the current directory.
3727
3728 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
3729 string-handling functions.
3730
37311993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3732
3733 * Version 19.10 released.
3734
37351993-05-29 Paul Eggert (eggert@twinsun.com)
3736
3737 * rcs2log: When given no file arguments, inspect RCS/.* as well
3738 as RCS/*. Don't report an error if RCS is empty or nonexistent.
3739
37401993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3741
3742 * Makefile.in (timer): Link with $(LOADLIBES).
3743
37441993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3745
3746 * fakemail.c (put_line): Don't output \n\t unless more text follows.
3747
37481993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3749
3750 * etags.c: Replace the CPP tangle for alloca with the one from the
3751 autoconf documentation, since that's working elsewhere.
3752
37531993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3754
3755 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3756 description files can find their ancestors.
3757
37581993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3759
3760 * Makefile.in (install): Get the scripts from ${srcdir},
3761 unlike the executables.
3762 (ALL_CFLAGS): Add -I../src
3763
37641993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3765
3766 * Version 19.9 released.
3767
37681993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3769
3770 * Makefile.in (install): Do install the programs listed in
3771 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
3772 INSTALLABLE_SCRIPTS, instead of writing the programs out.
3773
3774 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3775 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3776
37771993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3778
3779 * etags.c: Include ../src/config.h.
3780
3781 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3782 in first loop. Delete files from bindir before installing new ones.
3783 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3784
37851993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3786
3787 * Version 19.8 released.
3788
3789 * make-docfile.c: Doc fix.
3790
37911993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3792
3793 * tcp.c: Fix comment syntax at top of file.
3794 (main): Don't call htons with the port number.
3795
37961993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3797
3798 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 3799 appropriate.
362bc2da
DL
3800
3801 * Makefile.in (install): Refer to the variables INSTALLABLES and
3802 INSTALLABLE_SCRIPTS, instead of writing them out.
3803
38041993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3805
3806 * make-path.c (main): Return 0.
3807
38081993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3809
3810 * Version 19.7 released.
3811
38121993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3813
3814 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3815
38161993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3817
3818 * tcp.c: New file.
3819
38201993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3821
3822 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3823
38241993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3825
3826 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3827 only. We should really fix this later, but let's just make it
3828 compile for now.
3829
3830 Install patches from David J. Mackenzie to make the srcdir option
3831 work.
3832 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3833 Makefile.
3834 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3835 INSTALLABLE_SCRIPTS.
3836 (INSTALLABLE_SCRIPTS): New list.
3837 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3838 (${archlibdir}): The scripts to be installed live in the source
3839 tree, not in the object tree.
3840 (test-distrib): Note that the data file lives in the source tree,
3841 not the object tree.
3842 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3843 (all other targets): Change references to source files to use
3844 ${srcdir}, except for config.h, which lives in the object dir.
3845 (timer.o): Note that this depends on ../src/config.h.
3846 * make-docfile.c (main): Add a -d option, to tell it where to find
3847 the source files.
3848 * test-distrib.c (main): Take the name of the distribution file to
3849 test from the command line.
3850
3851 * timer.c: Fix mispellings of get_date function's name.
3852
38531993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3854
3855 * etags.c (main):
3856 Don't require that there be input files if -i switches were given.
3857
38581993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3859
3860 The GNU coding standards specify that CFLAGS should be left for
3861 users to set.
3862 * Makefile.in (CFLAGS): Put this in the "things configure might
3863 edit" section, and have it default to -g.
3864 (ALL_CFLAGS): New variable, set to all the flags which should be
3865 passed to compilations. Replace all other uses of CFLAGS with
3866 ALL_CFLAGS.
3867 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3868
3869 * Makefile.in (DEFS): Remove this; it's always just going to be
3870 "-DHAVE_CONFIG_H -Demacs".
3871
38721993-05-03 Paul Eggert (eggert@twinsun.com)
3873
3874 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3875 /[/]/, so change it to /[\/]/. This should work on all
3876 Posix-compliant awks. It's slightly wrong with traditional awk,
3877 since it matches \ too, but that's a minor problem compared to awk
3878 syntax errors.
3879
38801993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3881
3882 * Makefile.in (ALLOCA): New variable, whose value we should
3883 inherit from the top-level makefile.
3884 (etags, ctags): Include ALLOCA in the list of object files that
3885 these executables depend on and link.
3886
38871993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3888
3889 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3890
38911993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3892
3893 * make-docfile.c (write_c_args): Print an argument named "defalt"
3894 as "default".
3895
38961993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3897
3898 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3899 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3900 compiler.
3901
39021993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3903
3904 * etags.c (YACC): flag added to c_ext.
3905 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3906 (find_entries): consistently use streq when reasonable.
3907 (find_entries): a .y file is a yacc file.
3908 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3909 (C_entries): logical cplpl means c_ext&C_PLPL.
3910 (C_entries): logical yacc_rules means we are after the first %%.
3911 (C_entries): added logic for yacc files.
3912
39131993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3914
3915 * etags.c (C_entries): ':' case moved to the second switch.
3916 (C_entries): do not examine token if structdef==scolonseen.
3917 (consider_token): structtag set to null string for enum.
3918
39191993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3920
3921 * etags.c (GET_COOKIE): and related macros removed.
3922 (logical): is now int, no more a char.
3923 (reg): define deleted.
3924 (isgood, _gd, notgd): deleted.
3925 (gotone): deleted.
3926 (TOKEN): member linestart removed.
3927 (linepos, prev_linepos, lb1): deleted.
3928 (main): call initbuffer on lbs array instead of lb1.
3929 (init): removed the initialisation of the logical _gd array;
3930 (find_entries): a .sa suffix means assembler file.
3931 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3932 All C state machines rewritten.
3933 (C_entries): complete rewrite.
3934 (condider_token): complete rewrite.
3935 (getline): deleted.
3936
39371993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3938
3939 * etags.c (C_entries): Added the quotednl logical variable.
3940 Used for parsing of #define's spanning multiple lines.
3941
39421993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3943
3944 * etags.c (C_entries): Save the definedef status even when a
3945 newline is met inside a string.
3946
39471993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3948
3949 * Makefile.in (EXECUTABLES): added rcs-checkin.
3950
3951 * Makefile.in (unlock, relock): New productions.
3952
39531993-03-16 Paul Eggert (eggert@twinsun.com)
3954
3955 * rcs2log: Some awks don't understand "\r". Code around this.
3956 Unfortunately this requires putting a carriage return in the
3957 source code. Don't assume that rlog will tolerate times like
3958 `10:10:60'; RCS 5.7 won't allow this.
3959
39601993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3961
3962 * timer.c (main): Set the ownership of the stdin file descriptor
3963 to the current process. Print error messages if either of the
3964 fcntl's fails.
3965
3966 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3967 ../src/config.h), not void.
3968
39691993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3970
3971 * b2m.c (main): Don't exit upon reading a blank line.
3972
39731993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3974
3975 * etags.c (C_entries): New local variable quotednl. Used for
3976 parsing of #define's spanning multiple lines.
3977
3978 * etags.c (C_entries): Save the definedef status
3979 even when a newline is met inside a string.
3980
39811993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3982
3983 * timer.c (notify): Initialize waitfor properly.
3984
39851993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3986
3987 * etags.c (C_entries): Don't reset definedef when a newline inside a
3988 comment is met.
3989
39901993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3991
3992 * etags.c (find_entries): If filename ends in .f or .for,
3993 don't try anything but Fortran.
3994
39951993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
3996
3997 * timer.c (notify): Flush stdout after writing message to avoid lossage
3998 on terminals.
3999
4000 (notify): Also, write a newline after the token.
4001
40021992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4003
4004 * Makefile.in (exec_prefix): New variable.
4005 (bindir, libdir): Use it instead of `prefix'.
4006
4007 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
4008
4009 * Makefile.in (libdir): Default to ${prefix}/lib.
4010 (archlibdir): Adjusted to match.
4011
4012 * Makefile.in (distclean): Don't delete backup or autosave files.
4013 (extraclean): Like realclean, but does delete backup and autosave
4014 files.
4015
4016 * Makefile.in (realclean): Ignore errors from rm.
4017
4018 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
4019 that doesn't exist anymore.
4020
40211992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4022
4023 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
4024 described in the top-level Makefile.
4025 (UTILITIES): Add make-path to the list of utility programs.
4026 (../arch-lib): Replaced by the ${archlibdir} target, which places
4027 the executables in their permanent home.
4028 (install, install.sysv, install.xenix): Consolidated into one
4029 target which should work under all circumstances, modulo a few
4030 ignored error messages.
4031
4032 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
4033 a different number of arguments than other DEFVARs, recognize it
4034 specially, and expect the right number of commas.
4035
40361992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4037
4038 * make-path.c: New program, to help with the installation process.
4039 * Makefile.in (make-path): New target.
4040
4041 * make-path.c (touchy_mkdir): Remove debugging output.
4042
40431992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4044
4045 * Makefile.in (getdate.o): Added explicit target for this, so we
4046 can indicate that it depends on ../src/config.h.
4047
40481992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4049
4050 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
4051 instead of CFLAGS.
4052 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
4053
40541992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4055
4056 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
4057 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
4058 that system.
4059
4060 * Makefile.in (arch-lib): Give rm the `-f' option.
4061
40621992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4063
4064 * make-docfile.c (write_c_args): Rewritten to correctly print
4065 &optionals before the first identifier, but after the first paren.
4066 This code used to just wait for commas or spaces; now it notices
4067 identifier boundaries.
4068
40691992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4070
4071 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
4072
40731992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4074
4075 * make-docfile.c (write_c_args): Print the argument lists properly
4076 when the first argument is optional.
4077
40781992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4079
4080 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
4081 Redefine @item. Set catcode of +.
4082
40831992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4084
4085 * emacsclient.c (main): Set IPC_CREAT in msgget call.
4086
40871992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4088
4089 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
4090 (TEX_decode_env): Make `tab' one element longer.
4091
40921992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4093
4094 * etags.c (PF_funcs): Recognize the "entry" keyword.
4095
40961992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4097
4098 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
4099
41001992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4101
4102 * timer.c (events): Rather than having slots marked as in use or
4103 out of use by the `token' field, keep all pending events at the
4104 beginning of the array. When we delete an event in the middle of
4105 the array, we move the last event into its place.
4106 (num_events): New variable.
4107 (schedule): It is now cheaper to find a free event slot;
4108 events[num_events] is the first free slot.
4109 (notify): Scan events[0 .. num_events-1], instead of the whole
4110 array. When an event fires, move the last event in the array into
4111 its spot. Use num_events to determine whether or not there are
4112 any pending events, not wait_for.
4113 (getevent): Deleted unused variable `ep'.
4114 (sigcatch): It's now easier to find all the active events.
4115 (main): Initialize num_events.
4116
4117 * etags.c: Rather than fret about which systems have index and
4118 which systems have strchr, and how to tell the difference between
4119 them, we just write out our own versions. Big deal.
4120 (index, rindex): Extern declarations removed.
4121 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
4122 (etags_index, etags_rindex): New declarations.
4123 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
4124 TEX_getit, substr): Use the etags_*index functions, rather than
4125 the native *index functions.
4126 (rindex, index): Renamed to etags_rindex and tags_rindex, and
4127 made them unconditionally defined, rather than having them depend
4128 on NEED_*INDEX.
4129
4130 * etags.c (savenstr): Add declaration for this at top of file.
4131 (TEX_decode_env): Don't declare it local to this function.
4132
4133 * b2m.c: #include "../src/config.h", so we can test for the USG
4134 macro, and decide whether to include <string.h> or <strings.h>.
4135 * Makefile.in: Note that b2m.c depends on ../src/config.h.
4136
41371992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4138
4139 * timer.c: Reformatted according to the GNU coding standards.
4140 Removed arbitrary limits on the number of events queued and the
4141 length of the tokens used to identify them.
4142 Removed casts to (void).
4143 Removed debugging printfs; they clutter the code, and the need
4144 can be better filled using a real debugger.
4145
41461992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4147
4148 * timer.c: Installed new version from Eric Raymond; this is more
4149 portable, since it doesn't try to use SIGIO.
4150
41511992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4152
4153 * emacsclient.c (main): If we can't find the socket in this
4154 person's home directory, print a message which asks if they've
4155 started the server, instead of just printing the message from
4156 sys_errmsg; Cygnus finds that people are much less confused by
4157 this.
4158
41591992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4160
4161 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
4162 so that index and rindex get defined, why don't we actually
4163 control index and rindex using symbols called "NEED_INDEX" and
4164 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
4165 little more readable than defining something whose name implies
4166 that it's not?
4167
41681992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4169
4170 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
4171 distribution:
4172 Miscellaneous doc fixes.
1c478461 4173 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
4174 (scan_lisp_file): Instead of using long hairy strings of ifs, call
4175 read_lisp_symbol and then see what we got. Call skip_white
4176 instead of writing out a loop to do its job. Correctly extract
4177 docstrings from "defmacro" declarations.
4178
41791992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4180
4181 * movemail.c (strcpy): Declare this to return char *.
4182
41831992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4184
4185 * etags.c (C_entries): When we find a C++ comment, do actually
4186 skip to the end of the line; do a 'break' instead of a 'continue'.
4187
41881992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4189
4190 * etags.c (getit): Add missing parenthesis to expression which
4191 decides if this token is an identifier.
4192
41931992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4194
4195 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
4196
41971992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4198
4199 * etags.c (put_entries): Always put space between name and line num.
4200
42011992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
4202
4203 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
4204 warning.
4205 (LEVEL_OK_FOR_FUNCDEF): Ditto.
4206
42071992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4208
4209 * make-docfile.c (write_c_args): Pass both arguments to putc.
4210
42111992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
4212
4213 * etags.c (C_entries): Fixed reading of "..." strings.
4214 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
4215 the C library source.
4216
4217 * etags.c (C_entries): When we see a backslash inside a quoted
4218 string, skip to the next character. This allows us to correctly
4219 deal with strings containing quotes.
4220
42211992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4222
4223 * make-docfile.c (write_c_args): Print the C argument names as
4224 they would be written in Elisp; print '_' as '-'.
4225
42261992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4227
4228 * movemail.c [POP]: Get user name via getpwuid.
4229
42301992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4231
4232 * Makefile.in: flags in CC invocations rearranged for no reason.
4233
42341992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4235
4236 * etags.c (print_help): Remember not to imbed raw newlines in
4237 strings - end the lines with `\n\'.
4238
42391992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4240
4241 * timer.c (getevent): Removed declaration of memcpy; since
4242 different systems have different return types, and we're not even
4243 using the return type anyway, it wasn't doing us any good.
4244
42451992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4246
4247 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
4248 type of this function.
4249
42501992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4251
4252 * ChangeLog: Since the old etc contents have been split into etc
4253 and lib-src, the old etc's ChangeLog has been duplicated in the
4254 new etc and lib-src. That means that each contains complete and
4255 coherent information, although each contains extraneous
1c478461 4256 information.
362bc2da
DL
4257
42581992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4259
4260 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4261 to be consistent with other GNU programs, like makeinfo.
4262
4263 * lib-src/Makefile: Renamed to Makefile.in; the configure script
4264 will edit this to produce Makefile.
4265
42661992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4267
4268 * etags.c (print_help, print_version): New functions.
4269 (main): Options added to support them.
4270
4271 * etags.c (longopts): New array of long names for the options.
4272 (main): Recognize them.
4273
42741992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4275
4276 * etags.c (C_entries): Removed comment saying that \" in a string
4277 isn't recognized as magic, because it is correctly handled.
4278
4279 * getopt.c, getopt.h: New files, from GNU C library.
4280 * etags.c: Rewritten to use getopt.
4281 #include "getopt.h".
4282 (file_num): Variable deleted; its role is now played by getopt's
4283 optind.
4284 (main): Argument processing loop rewritten to call getopt to get
4285 next option. Options which take parameters (-o and -i) rewritten
4286 to get parameter from optarg instead of argv[1]. Filename
4287 preprocessing loop and update command changed similarly.
4288 * Makefile (etags, ctags): Depend on and link with getopt.h,
4289 getopt.o, and getopt1.o.
4290 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4291
4292 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4293 is non-zero.
4294
4295 (main): In the argument processing loop, the 'goto next_arg'
4296 statements are breaking out of the switch statement in exactly the
4297 same way that a simple 'break' statement would; replace the gotos
4298 with breaks, and remove the label.
4299
43001992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4301
4302 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4303 (consider_token): Move next_token_is_func to global.
4304
43051992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4306
4307 * Makefile: Conform with GNU coding standards:
4308 (mostlyclean): New target, synonymous with clean.
4309 (TAGS, check): New targets.
4310 (INSTALL, INSTALLFLAGS): New variables.
4311
43121992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4313
4314 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4315 `config.emacs' to `configure'.
4316
4317 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4318 * etc/MACHINES: Same.
4319
43201992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4321
4322 * movemail.c (main): Allow tempname to be as long as necessary,
4323 instead of limiting it to 39 characters.
4324
4325 * movemail.c (main): Move declaration of buf from top of function
4326 to local block surrounding the copy loop. This makes it less
4327 likely to be confused with the buf used by the code which checks the
4328 permissions on outname's directory.
4329
43301992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
4331
4332 * SERVICE: Remove my entry.
4333
43341992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4335
4336 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4337 hardcoded -g.
4338
4339 * movemail.c (xmalloc): Return char *, not int.
4340 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4341 that is off by default -- normally don't unlink the mail spool
4342 file, just empty it. Pass creat mode 0600, not 0666.
4343
dff28924 43441992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
4345
4346 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4347 (all): Instead of here.
4348 (install): Don't use the -s option, since people need symbols to
4349 debug code.
4350
dff28924 43511992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
4352
4353 * etags-vmslib.c (fn_exp): Add type cast.
4354
43551992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4356
4357 * movemail.c: Changes in comments.
4358
dff28924 43591992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
4360
4361 * Makefile: Make the distclean target erase the DOC files from
4362 ../share-lib and the executables from ../arch-lib.
4363
dff28924 43641992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
4365
4366 * emacsclient.c: #include <sys/stat.h>
4367 (main): Do declare statbfr.
4368
dff28924 43691991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4370
4371 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4372 for the socket, depending on SERVER_HOME_DIR.
4373 If using /tmp, put host name in the socket name.
4374
4375 * movemail.c (pfatal_and_delete): New function.
4376 (main, popmail): Use it.
4377 (popmail): Close output before deleting messages.
4378 Check for error on close and on fsync.
4379 Use `fatal' where appropriate.
4380 (main): Remove (void).
4381
4382 * aixcc.lex: New file. Not officially part of Emacs.
4383 * Makefile: Rules for that.
4384
dff28924 43851991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
4386
4387 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4388
4389 * etags.c (main): Properly cast call to alloca that initializes
4390 included_files.
4391
43921991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4393
4394 * etags.c (files_are_tag_tables): Remove global var.
4395 (process_file): Don't test it. Also remove hack checking for a
4396 file named "TAGS".
4397 (main): -i now takes an arg which is the name of a file to include.
4398 Collect these names and emit include tags for them after processing
4399 all the argument files.
4400
dff28924 44011991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4402
4403 * wakeup.c: Terminate if parent goes away.
4404
dff28924 44051991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4406
4407 * etags.c (C_entries): Process token before handling end of line.
4408 When inner loops reach end of line, just back up.
4409 Let the real end of line processing happen in just one place.
4410 (consider_token): Likewise.
4411
dff28924 44121991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
4413
4414 * etags.c (TEX_mode): Skip comments while scanning the text to see
4415 which escape character this file uses.
4416
dff28924 44171991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
4418
4419 * emacsserver.c [USG]: Terminate if msgrcv fails.
4420
dff28924 44211991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4422
4423 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4424
dff28924 44251991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
4426
4427 * make-docfile: Find the arguments to a C function correctly,
4428 by not ignoring the character that read_c_string returns. Don't
4429 even try to find argument names for functions that take MANY
4430 or UNEVALLED arguments, since they're a figment of the docstring's
4431 imagination.
4432
dff28924 44331991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
4434
4435 * make-docfile: Read the .elc files generated by the new byte
4436 compiler.
4437
dff28924 44381990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4439
4440 * refcard.tex: Use cm fonts, not am, in multi-column mode.
4441
dff28924 44421990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4443
4444 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4445
dff28924 44461990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4447
4448 * Makefile (install*): No need to install wakeup.
4449
dff28924 44501990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4451
4452 * Makefile (install*): Install emacsclient like etags.
4453
dff28924 44541990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4455
4456 * movemail.c (error): Handle 3 args.
4457 (main): Don't check input access if using pop.
4458
dff28924 44591990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4460
4461 * etags.c (find_entries): Check for numbers after Scheme suffix.
4462
dff28924 44631990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4464
4465 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4466
dff28924 44671990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4468
4469 * Makefile (nemacstool, xvetool): New targets.
4470
dff28924 44711990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4472
4473 * emacsclient.c: Include errno.h and define related variables.
4474
dff28924 44751990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
4476
4477 * emacsclient.c: Change usage message.
4478
dff28924 44791990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
4480
4481 * emacs.1: Add break before -nw option.
4482
dff28924 44831990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
4484
4485 * qsort.c: Replace with GNU version.
4486
dff28924 44871990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
4488
4489 * wakeup.c: New program replacing loadst.c.
4490
dff28924 44911990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4492
4493 * emacsclient.c [USG]: Pass msgsnd only 4 args.
4494
dff28924 44951990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
4496
4497 * etags.c: Rename `flag' variables for what they do instead of
4498 which option character sets them.
4499
dff28924 45001990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4501
4502 * loadst.c (main): Conditional to get load average on Apollo.
4503
dff28924 45041990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
4505
4506 * emacsserver.c: Set the permission on the socket to 0600.
4507
dff28924 45081990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4509
4510 * emacsclient.c [BSD]: Print clean message for failing getwd.
4511
dff28924 45121990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
4513
4514 * getdate.y: Use the getdate.y from GNU tar for timer.
4515
dff28924 45161990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
4517
4518 * emacsclient.c (main): Don't put brackets around "filename" in
4519 usage message. It isn't optional.
4520
dff28924 45211990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
4522
4523 * etags.c (getit): Recognize '$' as beginning identifiers.
4524
dff28924 45251990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
4526
4527 * emacsserver.c: Renamed from server.c.
4528 * Makefile: Reference emacsserver rather than server.
4529 * MACHINES: Doc fix for new emacsserver name.
4530
dff28924 45311990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4532
4533 * emacsclient.c: Print program name in error messages.
4534
dff28924 45351990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
4536
4537 * timer.c, getdate.y (new files) and Makefile:
4538 Sub-process support for run-at-time in timer.el.
1c478461 4539 Doesn't yet work correctly for USG.
362bc2da 4540
dff28924 45411990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
4542
4543 * MACHINES: Add HP 300 running BSD.
4544
dff28924 45451990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4546
4547 * yow.c: Dynamically allocate buffer; skip header before random
4548 choice to avoid bias toward first item.
4549
dff28924 45501989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4551
4552 * etags.c (readline): Separate out init of `pend'.
4553
dff28924 45541989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4555
4556 * etags.c: Undo changes relating to isgoodhdr.
4557
dff28924 45581989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4559
4560 * etags.c (isgoodhdr): New macro.
4561 (_gdh, notgdh): New variable used by that.
4562 (init): Initialize _gdh.
4563 (find_entries): Set header_file.
4564 (consider_token): Use isgoodhdr if in header file.
4565
4566 * etags.c (total_size_of_entries):
4567 Was miscalculating by 1 in rewritten case.
4568
4569 * etags.c (PAS_funcs): One arg to pfnote was missing.
4570
dff28924 45711989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
4572
4573 * MACHINES: Change for the ULTRIX entry.
4574
dff28924 45751989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
4576
4577 * etags.c (process_file): If file is not regular, return.
4578
dff28924 45791989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4580
4581 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
4582
dff28924 45831989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4584
4585 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
4586 (main): If HAVE_GETLOADAVG, don't call `nlist'.
4587
dff28924 45881989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4589
4590 * etags.c (consider_token): Allow any number of typespec keywords
4591 after `typedef', before new type name.
4592 (enum sym_type): Add st_C_typespec.
4593 (C_create_stab): Put typespec kwds in table.
4594
dff28924 45951989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
4596
4597 * etags.c (main): Don't depend on name invoked by.
4598 If CTAGS is not defined, assume it is ETAGS.
4599
dff28924 46001989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4601
4602 * etags.c (L_funcs): Allow package name in define construct,
4603 as in (foo::defmumble name-defined ...).
4604
dff28924 46051989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4606
4607 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
4608
4609 * Makefile (yow): Depends on ../src/paths.h.
4610
dff28924 46111989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
4612
4613 * etags.c: Fix compilation by moving Pascal after Fortran.
4614
dff28924 46151989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4616
4617 * movemail.c [USG]: Define F_OK, etc., if not found in header.
4618
dff28924 46191989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4620
4621 * hexl.c: New file, supports hexl-mode.
4622
dff28924 46231989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4624
4625 * movemail.c: New compilation flag MAIL_USE_MMDF.
4626
dff28924 46271989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4628
4629 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
4630 * server.c: Likewise.
4631
4632 * make-docfile.c (scan_c_file): Output argument names at end of string.
4633 (write_c_args): New subroutine.
4634
dff28924 46351989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4636
4637 * movemail.c: Report failure of flock.
4638
dff28924 46391989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4640
4641 * etags.c (find_entries): Allow multi-letter extensions for fortran.
4642
dff28924 46431989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4644
4645 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
4646
dff28924 46471989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4648
4649 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
4650
4651 * emacsstool.1: update to document environment variables.
4652
dff28924 46531989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4654
4655 * etags.c (PAS_funcs): New function by Mosur Mohan.
4656
4657 * movemail.c: On sysv, include unistd.h.
4658
dff28924 46591989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4660
4661 * b2m.c: New file.
4662
dff28924 46631989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4664
4665 * etags.c: Prolog support from Sunichirou Sugou
4666
dff28924 46671989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4668
4669 * Makefile (clean): New target.
4670
dff28924 46711989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4672
4673 * fakemail.c (put_line): Break header lines at 79 cols.
4674
dff28924 46751989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4676
4677 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
4678 multiple tags per line.
4679
dff28924 46801989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4681
4682 * movemail.c: Check access before doing real work.
4683 Check that outfile is in a writable directory.
4684 On fatal error, delete the lock file.
4685
dff28924 46861988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da
DL
4687
4688 * env.c: Add decl for my-index
4689 * etags.c (file-entries): .oak => scheme
4690
dff28924 46911988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4692
4693 * movemail.c: Use `access' to check input and output files.
4694
dff28924 46951988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4696
4697 * emacsclient.c (main): Ignore all of CWD before first slash.
4698
dff28924 46991988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4700
4701 * etags.c (readline): Double linebuffer->size outside the xrealloc.
4702
dff28924 47031988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4704
4705 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4706 * server.c: chmod the socket to 0700.
4707
dff28924 47081988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4709
4710 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4711 (add_field): Delete comments and turn `<', `>' to spaces
4712 in header lines.
4713 (USE_FAKEMAIL): New customization macro says to make fakemail
4714 not be a no-op even on a BSD system.
4715
dff28924 47161988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4717
4718 * etags.c (consider_token): Skip comments just like whitespace.
4719 Notice `struct', etc. and set strtag for those tokens.
4720 Return 1 for the token following `struct' if an open-brace follows it.
4721 (C_entries): Special handling of token following `struct'
4722 needed because we have probably advanced to the following line
4723 to find the `{'.
4724 (main): New option `T' sets tflag and strflag.
4725 Set both of them by default if eflags.
4726
dff28924 47271988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4728
4729 * movemail.c: Do fsync before closing output.
4730
dff28924 47311988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da
DL
4732
4733 * movemail.c: Better error message when can't create tempname.
4734 This file needs a great deal of extra error-checking and lucid reporting...
4735
dff28924 47361988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4737
4738 * etags.c: Support assembler code for .s and .a files.
4739 (getit): Allow underscore in a tag.
4740
dff28924 47411988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4742
4743 * movemail.c: Close output and check errors before deleting input.
4744
dff28924 47451988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
4746
4747 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4748 whether to prefix it. Handle line number args.
4749
dff28924 47501988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da
DL
4751
4752 * etags.c (main): default setting of eflag was backwards.
4753
dff28924 47541988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4755
4756 * etags.c: New option -i. -f renamed -o.
4757 `-' as input file means read input file names from stdin.
4758 -i spec'd or input file named TAGS means the input file is another
4759 tag table; output an "include" line for it.
4760
dff28924 47611988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4762
4763 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4764 New targets install, install.sysv, install.xenix.
4765 This makefile is now responsible for installing executables
4766 and documentation from this directory into system directories.
4767
dff28924 47681988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
4769
4770 * server.c, emacsclient.c (main): Compute socket name from euid.
4771
dff28924 47721988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4773
4774 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4775
dff28924 47761988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4777
4778 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4779 * emacsclient.c: Likewise.
4780 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4781
dff28924 47821988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4783
4784 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4785 (istoken) New string-comparison macro.
4786 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4787
dff28924 47881988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4789
4790 * etags.c: Changes for VMS.
4791 Always define ETAGS on VMS.
4792 Define macros GOOD and BAD for success and failure exit codes.
4793 (begtk, intk): Allow `$' in identifiers
4794 (main): Don't support -B, -F or -u on VMS.
4795 Alternate loop for scanning filename arguments.
4796 (system): Delete definition of this function.
4797
4798 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4799
dff28924 48001988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
4801
4802 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4803 around include of param.h. (Like fns.c.)
4804
dff28924 48051988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4806
4807 * loadst.c (load_average): Move load-average code to this new fn.
4808 Add conditionals to compute load ave on UMAX.
4809
dff28924 48101988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
4811
4812 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4813 with opposite sense.
4814
dff28924 48151988-05-13 Chris Hanson (cph@kleph)
362bc2da
DL
4816
4817 * emacsclient.c: Delete references to unused variable `out'. This
4818 caused a bus error when used under hp-ux.
4819
dff28924 48201988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4821
4822 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4823
dff28924 48241988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
4825
4826 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4827
dff28924 48281988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4829
4830 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4831
dff28924 48321988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
4833
4834 * movemail.c: #undef close, since config can #define it on V.3.
4835 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4836
dff28924 48371988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
4838
4839 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4840 invalid escape sequences such as `\{'.
4841
4842 * loadst.c: Add `sequent' conditional for file dk.h.
4843
dff28924 48441988-03-20 Richard M. Stallman (rms@wilson)
362bc2da
DL
4845
4846 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4847
4848 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
6922b018
KH
4849
4850;; Local Variables:
d19249e7 4851;; coding: iso-2022-7bit
6922b018 4852;; End:
2a34a036 4853
0caa685d 4854 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002
2a34a036
GM
4855 Free Software Foundation, Inc.
4856 Copying and distribution of this file, with or without modification,
4857 are permitted provided the copyright notice and this notice are preserved.