Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes.
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
6d8f7d5d
RS
12001-11-03 Richard M. Stallman <rms@gnu.org>
2
3 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
4
5 * movemail.c (popmail): Always pass two args to `error'.
6
84e70f78
KR
72001-10-24 Ken Raeburn <raeburn@gnu.org>
8
9 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
10 -lhesiod and maybe -lresolv.
11 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
12 support if it's available.
13
386ca361
MB
142001-10-21 Miles Bader <miles@gnu.org>
15
a3b10252
MB
16 * make-docfile.c (struct rcsoc_state): New type.
17 (read_c_string_or_comment): Add SAW_USAGE
386ca361 18 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
19 Use a variable of type `rcsoc_state' to hold most of our state.
20 (put_char): Add STATE parameter, and remove all other parameters
21 except CH. Use STATE to get access to all needed state.
22 (scan_keyword_or_put_char): New function.
386ca361
MB
23 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
24 Don't output a usage-string if there was one in the doc-string.
25
71431a0e
GM
262001-10-20 Gerd Moellmann <gerd@gnu.org>
27
6aa97356 28 * (Version 21.1 released.)
71431a0e 29
37a9305e
PJ
302001-10-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
31
32 * b2m.c: Properly spell the name of Emacs.
33
945220bd
MB
342001-10-17 Miles Bader <miles@gnu.org>
35
36 * make-docfile.c (put_char): New function.
37 (read_c_string_or_comment): Strip trailing spaces and newlines.
38
14242528
MB
392001-10-16 Miles Bader <miles@gnu.org>
40
41 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
42 comments [with `doc:' keyword prefix].
43
9f5eb4a3
GM
442001-10-15 Gerd Moellmann <gerd@gnu.org>
45
46 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
47 in a C doc comment.
48
e641b454
GM
492001-10-13 Gerd Moellmann <gerd@gnu.org>
50
51 * make-docfile.c (read_c_string_or_comment): Renamed from
52 read_c_string. Add parameter COMMENT. Read C-style comments.
53 (scan_c_file): Handle doc strings in C comments.
54
967d7793
AI
552001-10-12 Andrew Innes <andrewi@gnu.org>
56
57 * makefile.nt (ALL): Do not include fakemail.
58
59 * makefile.w32-in (install): Do not copy fakemail.
60
d682756a
JR
612001-10-10 Jason Rumney <jasonr@gnu.org>
62
63 * makefile.w32-in (ALL) Do not include fakemail.
64
65 * makefile.nt (install) Ditto.
66
14a3dff7
GM
672001-10-09 Gerd Moellmann <gerd@gnu.org>
68
69 * emacsserver.c (main): Cast geteuid in sprintf to int.
70 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
71
72 * emacsclient.c (main): Cast isdigit() argument to unsigned char.
73 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
74
f98d41f5
PJ
752001-10-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
76
77 * profile.c: Include config.h, not ../src/config.h.
78 Include systime.h, not ../src/systime.h.
79
ab952a4f
GM
802001-10-05 Gerd Moellmann <gerd@gnu.org>
81
82 * Branch for 21.1.
83
12c64503
GM
842001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
85
86 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
87 ALIASEE to help work with namespace aliases.
88 (struct sym): Remove struct member NAMESP_ALIASES.
89 (namespace_alias_table): New variable.
90 (make_namespace): Add parameter CONTEXT.
91 (check_namespace): New function.
92 (find_namespace): Add parameter CONTEXT.
93 (check_namespace_alias): New function.
94 (register_namespace_alias): Change type of parameter
95 OLD_NAME. Search for already defined alias in
96 NAMESPACE_ALIAS_TABLE.
97 (check_namespace): New function.
98 (enter_namespace): Call find_namespace with CONTEXT parameter.
99 (match_qualified_namespace_alias): New function.
100 (parse_qualified_ident_or_type): Fixed typo in comment. While
101 parsing qualified ident or type update namespace context and
102 restore it on exit.
103 (parse_qualified_param_ident_or_type): Fixed typo in comment.
104 (globals): Changed handling of namespace aliases.
105 (version): Added year 2001.
106
990e1190
FP
1072001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * etags.c (analyse_regex): If regex_arg is NULL, return
110 immediately after a call to free_patterns.
111
f2e7e23e
AS
1122001-09-05 Paul Eggert <eggert@twinsun.com>
113
114 * rcs2log (Help, mainline code): Add new option -L FILE.
115 (Copyright): Update year.
116 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
117 LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
118 C locale.
119 (mainline code): Handle nonstandard -u option differently, by
120 transforming it to standard form. Check for "Working file: ", not
121 "Working file:". Allow file names with spaces.
122 (SOH, rlogfile): New shell vars.
123 (rlogout): Remove. Its old functionality is mostly migrated to
124 rlogfile.
125
126 Append ';;' to the last arm of every case statement, for
127 portability to ancient broken BSD shells.
128
129 (logins): Fix bug; was not being computed at all, lowering
130 performance.
131 (pository): New var. This fixes some bugs where repositories are
132 remote, or have trailing slashes.
133 (authors): $llogout is never an empty shell var, so don't worry
134 about that possibility.
135 (printlogline, mainline code): Fix bug with SOH's being put into
136 the output.
137
75c911eb
EZ
1382001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
139
140 * ebrowse.c (SEEK_END): #define if not defined by system headers.
141 Suggested by Dave Love <d.love@dl.ac.uk>.
142
5ae10f4a
EZ
1432001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * makefile.nt (lisp): Synchronize with src/Makefile.in.
146 * makefile.w32-in (lisp): Ditto.
147
0e4011d8 1482001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
149
150 * grep-changelog (parse_changelog): Remove unused local variable.
151
152 * grep-changelog (main): Add new option --reverse.
153 (print_log): Use it.
154 (parse_changelog): Use it.
155
3c88ae74
GM
1562001-07-20 Gerd Moellmann <gerd@gnu.org>
157
158 * grep-changelog: Remove RCS Id keyword.
159
41848daa
GM
1602001-07-20 Juanma Barranquero <lektu@terra.es>
161
6e07c0a5
GM
162 * grep-changelog (parse_changelog): Add tests for defined values
163 to quiet warning from Perl 5.005 or above.
177ab8ce 164 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
165 argument to prevent duplicate headers.
166
167 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 168
467f1209
GM
1692001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
170
171 * emacsclient.c (print_help_and_exit): Fix help message for
172 +LINE:COLUMN option.
173
1742000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 175
467f1209
GM
176 * emacsclient.c (main): Add support for +LINE:COLUMN command line
177 argument.
178
bb24c64f
GM
1792001-07-16 Gerd Moellmann <gerd@gnu.org>
180
181 * ebrowse.c (main): Check that the output file exists and
182 is non-empty if invoked with `--append'.
183
fa829470
FP
1842001-05-14 Francesco Potorti` <pot@gnu.org>
185
e335b66a
GM
186 * etags.c (add_regex): Reset the whole newly allocated pattern
187 buffer instead of the individual members. It's safer and works
188 with Xemacs.
fa829470 189
e335b66a 190 * etags.1: Markups corrected.
fa829470 191
6da5c7da
GM
1922001-05-08 Gerd Moellmann <gerd@gnu.org>
193
194 * ebrowse.c (enter_namespace): Fix reallocation of
195 namespace_stack.
196
efbecf9d
GM
1972001-05-03 Gerd Moellmann <gerd@gnu.org>
198
199 * ebrowse.c (globals): Fix handling of namespace aliases.
200
f4976ebc
EZ
2012001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
202
203 * etags.c (print_help): Enclose the regexp in the help text
204 example in quotes.
205
23431241
DL
2062001-04-05 Dave Love <fx@gnu.org>
207
208 * emacsclient.c (fail): Don't return a value.
fa829470 209 (main): Cast uid values for sprintf.
23431241 210
476bf681
GM
2112001-04-03 Gerd Moellmann <gerd@gnu.org>
212
b3f6107b
GM
213 * emacsclient.c (fail, main): Don't use implicit int return type.
214
476bf681
GM
215 * b2m.c (main): Always return a value.
216
ef53d75e
GM
2172001-03-02 Gerd Moellmann <gerd@gnu.org>
218
219 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
220 freshly allocated object in *LAST_ID.
221 (read_line): Accept \r\n line endings.
222
425de386
AI
2232001-02-24 Andrew Innes <andrewi@gnu.org>
224
225 * makefile.w32-in: Fix copyright notice.
226
f55ae599
FP
2272001-02-23 Francesco Potorti` <pot@gnu.org>
228
229 * etags.c (enum sym_type): New label st_C_template.
230 (gperf input): Use it for switching to C++ from C.
231 (consider_token): Do it.
c2a642c0
FP
232 (C_entries): Initialise typdefcblev to quiet compilers.
233 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 234
f6839838
AI
2352001-02-22 Andrew Innes <andrewi@gnu.org>
236
237 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
238 VMS header files.
239 ($(BLD)\profile.obj): Ditto.
240
241 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
242 VMS header files.
243 ($(BLD)/profile.$(O)): Ditto.
244
193fba87
AI
2452001-02-05 Andrew Innes <andrewi@gnu.org>
246
247 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
248 invocation of make-docfile, to work with Windows 2000.
249
30526cc6
DL
2502001-01-31 Dave Love <fx@gnu.org>
251
252 * etags.c (in_word_set): Use `static' in definition (for pcc).
253
8f79fe72
FP
2542001-01-31 Francesco Potorti` <pot@gnu.org>
255
256 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
257 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
258 (C_entries): Tag token renamed to still_in_token because sunos4
259 pcc wants to expand it as the token() macro even though it has no
260 arguments.
261
914d7258
AI
2622001-01-30 Andrew Innes <andrewi@gnu.org>
263
264 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
265 bug in the Mingw32 assert.h header file.
266
b28e26be
FP
2672001-01-30 Francesco Potorti` <pot@gnu.org>
268
269 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
270 #define it for the sake of Xemacs.
271 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
272 HAVE_CONFIG_H. This change only affects a standalone etags.
273 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
274 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
275 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
276 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
277 WINDOWSNT, as this is the correct way to use it.
278
8c463abe
FP
2792001-01-28 Francesco Potorti` <pot@gnu.org>
280
281 * etags.c: Be capable to parse nested struct-like structures.
282 (structdef, structtag): Struct state machine revisited.
283 (struct tok): Revisited.
284 (cstack, nestlev, instruct): New struct and macros.
285 (pushclass_above, popclass_above, write_classname): New functions
286 for dealing with nested class names, inspired by Mykola Dzyuba.
287 (consider_token, make_C_tag, C_entries): Many changes for dealing
288 with arbitrarily nested structures.
289 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
290 (C_entries): Consider templates in C++.
291 (sym_type): New constant st_C_class for detecting "class" also in
292 C mode.
293 (C_AUTO): New macro for automatic detection of C++.
294 (consider_token): Automatic set C++ mode.
295 (C_entries): New security check for yacc.
296 (print_language_names, print_help): Mention the autodetect
297 feature, do not show help for the -C option, now mostly useless.
298 (C_entries): Tag C++ forward declarations if --declarations.
299 (C_entries): Don't be fooled by things like XDEFUN.
300 (consider_token): Discard asm pseudo function.
301
e26f9ced
EZ
3022001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
303
304 * etags.c: Add a coding: tag.
305
a47b7816
GM
3062001-01-26 Gerd Moellmann <gerd@gnu.org>
307
8c463abe 308 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
309 New variables.
310 (matching_regexp): Use them instead of static variables in
311 function scope.
312
7df65e91 3132001-01-25 Francesco Potorti` <pot@gnu.org>
d22a24fa
FP
314
315 * etags.c (struct tok): Renamed from struct token.
316 (token): Renamed from tok.
317 (structtype): Make it a local variable.
318 [DEBUG]: Use assert.
319 (xrnew): Change the synopsis.
320 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
321 (grow_linebuffer): Don't call xrnew when not needed.
322 (token): buffer renamed to line.
323 (C_entries): Three calls to inibuffer moved here from main.
324 (C_entries): Removed all references to var methodlen, delete it.
325 (linebuffer_setlen): Was grow_buffer, now also sets len.
326 (consider_token, C_entries, Pascal_functions): Use it.
327 (C_entries): Preventing problems relative to extern "C".
328 (C_entries): Can tag more than one variable or func separated by
329 comma when --declarations is used.
330 (C_entries): More accurate tagging of members and declarations.
331 (yacc_rules): Was global, made local to C_entries.
332 (next_token_is_func): Removed.
333 (fvdef): New constants fdefunkey, fdefunname.
334 (consider_token, C_entries): Use them.
335 (C_entries): Build proper lisp names for Emacs DEFUNs.
336
21c2bbe0
GM
3372001-01-22 Gerd Moellmann <gerd@gnu.org>
338
339 * ebrowse.c (xfree): New function.
340 (member, declaration, globals): Use xmalloc instead of alloca.
341
7df65e91 3422001-01-15 Francesco Potorti` <pot@gnu.org>
83be933c
FP
343
344 * etags.c (print_language_names): Print filenames in addition to
345 suffixes.
346
47df1a5e
EZ
3472001-01-14 Francesco Potorti` <pot@gnu.org>
348
349 * etags.c (get_language_from_langname): Renamed from
350 get_language_from_name.
351 (get_language_from_filename): Renamed from
352 get_language_from_suffix. Now first looks for the complete file
353 name.
354 (language): New member char **filenames.
355 (Makefile_filenames): List of possible filenames for makefiles.
356 (lang_names): Added a NULL member for every entry, added an entry
357 for makefiles.
358 (Makefile_targets): New function, inspired by Assar Westerlund
359 <assar@sics.se>.
360 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
361 it conformant to the style of the rest of the code.
362
291c7e74
GM
3632001-01-13 Gerd Moellmann <gerd@gnu.org>
364
365 * make-docfile.c (write_c_args): Print newlines as spaces.
366
0dac6924
AI
3672001-01-06 Andrew Innes <andrewi@gnu.org>
368
369 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
370 of *.pdb.
371
3e99d3b4
GM
3722001-01-03 Paul Eggert <eggert@twinsun.com>
373
374 * lib-src/rcs2log: Avoid security hole allowing attacker to
375 cause user of rcs2log to overwrite arbitrary files, fixing
376 a bug reported by Morten Welinder.
377
378 Don't put "exit 1" at the end of the exit trap; it's
379 ineffective in POSIX shells.
380
d6bb0c0d
GM
3812001-01-02 Gerd Moellmann <gerd@gnu.org>
382
383 * ebrowse.c (yyerror): Changed to take two arguments. Prototype
384 added. Callers changed.
385
d5c00476 3862001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
387
388 * ebrowse.c (enter_namespace, main): Cast variables to shut up
389 compiler warnings.
390 (yyerror): Change parameter declarations to be of type long, so
391 that they can take pointers on 64-bit platforms.
392
393 * emacsclient.c (main): Remove unused local variable statbfr.
394 (main) <homedir>: Make its declaration conditional on
395 SERVER_HOME_DIR, to avoid compiler warnings.
396
397 * emacsserver.c (main) <homedir>: Make its declaration conditional
398 on SERVER_HOME_DIR, to avoid compiler warnings.
399
400 * fakemail.c (readline): Cast buffer to "long *" to pacify
401 over-zealous compilers.
402
7c89ea61
EZ
4032000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
404
405 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
406
a6768cc5
GM
4072000-12-15 Gerd Moellmann <gerd@gnu.org>
408
409 * ebrowse.c (operator_name): Cast argument of isalpha to
410 unsigned char.
411
412 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
413 Use them throughout instead of ctype functions/macros.
414 (lowcase): Cast to unsigned char.
415 (UPCASE): New macro.
416 (canonicalize_filename): Use UPCASE instead toupper.
417
418 * fakemail.c (get_keyword): Make sure that isspace and
419 similar aren't called with a negative argument.
420
70de49cc
DL
4212000-12-13 Dave Love <fx@gnu.org>
422
423 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
424
4e8b894c
AI
4252000-12-06 Andrew Innes <andrewi@gnu.org>
426
427 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
428 don't know the real version, and I can't seem to get the quoting
429 right in all circumstances.
430
431 * ebrowse.c (VERSION): Provide default definition, like etags.c
432 does, because Windows build can't snarf this from version.el.
433
88257bc8
AI
4342000-11-30 Andrew Innes <andrewi@gnu.org>
435
436 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
437 (install): Ditto.
438
d19249e7
JR
4392000-11-23 Jason Rumney <jasonr@gnu.org>
440
441 * makefile.w32-in: Add targets for ebrowse.exe.
442 (LOCAL_FLAGS): Add -DVERSION flag.
443
7df6adc3
DL
4442000-09-25 Dave Love <fx@gnu.org>
445
446 * sorted-doc.c: Include config.h.
447 [!HAVE_STDLIB_H]: Declare malloc.
448
fe83b953
AI
4492000-09-14 Andrew Innes <andrewi@gnu.org>
450
451 * makefile.w32-in: Revert to Unix line endings.
452
517699ca
DL
4532000-09-04 Dave Love <fx@gnu.org>
454
455 * movemail.c (index, rindex): Prototype conditionally.
456
f8803e97
AI
4572000-09-03 Andrew Innes <andrewi@gnu.org>
458
459 * makefile.w32-in: Change to DOS line endings.
460
f72adc12
EZ
4612000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
462
4034f3a8 463 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
464 [!F_OK]: Provide default definitions only after including both
465 fcntl.h and unistd.h.
466
f678f592
DL
4672000-08-29 Dave Love <fx@gnu.org>
468
469 * movemail.c: Revert previous change.
470
5b671d04
EZ
4712000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
472
473 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
474
6fa86045
DL
4752000-08-28 Dave Love <fx@gnu.org>
476
477 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
478 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
479
746d9caf
AI
4802000-08-22 Andrew Innes <andrewi@gnu.org>
481
482 * ntlib.h (WIN32): Remove unnecessary definition.
483 (sleep): Make argument unsigned long.
484 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
485
486 * ntlib.c (sleep): Make argument unsigned long.
487
488 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
489
490 * makefile.w32-in: New file.
491
3b541489
EZ
4922000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
493
494 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
495 letter only if it is a drive letter.
496
e5acf0ca
GM
4972000-07-14 Gerd Moellmann <gerd@gnu.org>
498
499 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
500 ymalloc.
501
502 * etags.c (xmalloc, xrealloc): Make externally visible, for use
503 by alloca.o.
504
505 * Makefile.in (alloca.o): Add -Demacs so that alloca will use
506 xmalloc.
507
4b92c49a
GM
5082000-07-10 Gerd Moellmann <gerd@gnu.org>
509
510 * ebrowse.c (yylex): Accept string literals with newlines in them.
511 (process_pp_line): Handle case of string literal with newline
512 in it in replacement text, which counts as continuing the
513 replacement text in GNU C.
514
831a6cb0
GM
5152000-07-02 Gerd Moellmann <gerd@gnu.org>
516
517 * ebrowse.c (token_string): Add missing tokens.
518 (parm_list): Handle case of qualified pointers.
519
53245ee2
DL
5202000-06-23 Dave Love <fx@gnu.org>
521
522 * ebrowse.c: Move config.h before other includes (which may use
523 feature tests).
524
dcbf2cd2
JM
5252000-06-14 Jim Meyering <meyering@lucent.com>
526
527 * grep-changelog: Fix typos in comments. Remove trailing blanks.
528
f1c7754a
JR
5292000-06-11 Jason Rumney <jasonr@gnu.org>
530
531 * makefile.nt: Add targets for ebrowse.
532
533 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
534 compare filenames.
535
5f1aea9a
GM
5362000-06-06 Gerd Moellmann <gerd@gnu.org>
537
538 * ebrowse.c (ymalloc): Renamed from xmalloc.
539 (yrealloc): Renamed from xrealloc.
540
5bf244f1
DL
5412000-05-21 Dave Love <fx@gnu.org>
542
543 * movemail.c: Include config.h, not ../src/config.h.
544 (Errmsg): Bump length.
545
546 * pop.c (ERROR_MAX): Increase to 160.
547
ec82fb2f
GM
5482000-05-04 Gerd Moellmann <gerd@gnu.org>
549
550 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
551
5c922ea7
EZ
5522000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
555 to semi-colon.
556 (FILENAME_EQ): New macro, for comparing file names.
557 (add_member_decl, add_global_decl, add_member_defn): Use
558 FILENAME_EQ.
559 (process_file): Don't assume that fread always reads as many bytes
560 as it was told to (DOS-style CR-LF text files fail this logic).
561 (open_file): Allocate enough space for path->path plus the file
562 name and the slash.
563
6142fdcb 5642000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
565
566 * etags.c (Texinfo_functions): New function.
567 (lang_names): Install it.
568 (Texinfo_suffixes): New variable.
569
cb9215e4
GM
5702000-04-19 Gerd Moellmann <gerd@gnu.org>
571
572 * ebrowse.c (xmalloc, xrealloc): Rewritten.
573 (declaration): Remove parameter IS_EXTERN.
574 (class_definition): Remove unused variable.
575
be0dbdab
GM
5762000-04-09 Gerd Moellmann <gerd@gnu.org>
577
578 * Makefile.in (INSTALLABLES): Add ebrowse.
579 (ebrowse): New target.
580
581 * ebrowse.c: New file.
582
c5aa0fc2
AS
5832000-03-29 Andreas Schwab <schwab@suse.de>
584
585 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
586
d054101f
GM
5872000-03-02 Gerd Moellmann <gerd@gnu.org>
588
589 * etags.c (lisp_suffixes) Add `LSP'.
590
71cbb895
FP
5912000-02-10 Francesco Potorti` <pot@gnu.org>
592
593 * etags.c (iswhite): Redefined not to consider '\0' as white
594 space, and use it throughout in place of isspace, thus preventing a
595 potential signed char to int conversion problem.
596 (MSDOS): #undefine befere redefining
597
7df65e91 5982000-02-04 Francesco Potorti` <pot@gnu.org>
71cbb895
FP
599
600 * etags.c (many functions): Add prototypes.
601
97fa0cc8
DL
6022000-02-10 Dave Love <fx@gnu.org>
603
604 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
605 (erlang_func): Add `static' to definitions to keep pcc happy.
606
7df65e91 6072000-01-31 Francesco Potorti` <pot@gnu.org>
e4100b7f
FP
608
609 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
610 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
611 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
612 (getenv, getcwd): Only declare them if necessary.
613 (EMACS_NAME): New constant macro.
614 (print_version): Use it.
615 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 616
19e262bd 6172000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
618
619 * etags.c [WINDOWSNT]: #include <direct.h>
620
19e262bd 6212000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 622
19e262bd
FP
623 * etags.c (all functions): Made them static.
624 (all functions): Write prototypes.
e4100b7f 625
55e30d2a
RS
6262000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
627
628 * movemail.c (main): Improve error message if can't create lock file.
629
875c1439
GM
6302000-01-28 Eric Hanchrow <offby1@blarg.net>
631
632 * emacsclient.c (socket_status): New function.
633 (main): if $LOGNAME or $USER exist and differ from our euid, look
634 for a socket based on the UID associated with the name.
635
e4936aa9
GM
6362000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
637
638 * emacsclient.c: Add option -a EDITOR and environment variable
639 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
640
791a9087
GM
6411999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
642
643 * movemail.c (popmail): Allow mailbox specifications of the
644 form `po:username:hostname'.
645
7df65e91 6461999-11-19 Francesco Potorti` <pot@gnu.org>
e2081362
FP
647
648 * etags.c (_GNU_SOURCE): Define only if undefined.
649 (get_scheme): Declaration deleted.
650 (main): error was called with an integer as second arg, instead of
651 a char pointer.
652 (canonicalize_filename): Bug removed.
653
6541999-11-18 Dave Love <d.love@dl.ac.uk>
655
656 * etags.c (C_entries): Rename label `intoken', avoiding K&R
657 lossage from name clash with macro.
658
b05d3bee
GM
6591999-11-13 Gerd Moellmann <gerd@gnu.org>
660
661 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
662
cb3a6c48
GM
6631999-11-03 Gerd Moellmann <gerd@gnu.org>
664
665 * etags.c (print_help): Change email address to send bugs to.
666
7df65e91 6671999-11-01 Francesco Potorti` <pot@gnu.org>>
1c478461
FP
668
669 * etags.c: Add suffix psw for PSWrap.
670 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
671 (Postscript_functions): Add code for PSWrap.
672 (Scheme_functions): Use local pointer and new get_tag function.
673 (get_tag): New name for old get_scheme.
674 (process_file): Do not free NULL when file does not exist.
675 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
676 (C_entries): Modifications that make --members tag even inside
677 typedefs and C nested structs (one level only).
678 (consider_token): Corrected a bug which prevented tagging of enum
679 constants.
680 (C_stab_entry): Added if, for, while, switch, return as
681 st_C_ignore. This makes it simpler to work when cblev!=0.
682
683 * etags.c (C_entries): tag member function declarations when
684 --declarations is used.
685
686 * etags.c (C_entries, consider_token): C++ `operator' now is
687 tagged in most cases.
688 As before, :: is not recognised if surrounded by spaces.
689
690 * etags.c (relative_filename): Account for DOS file names such
691 that is impossible to make one relative to another.
692
693 * etags.c (sym_type): New st_C_extern tag.
694 (gperf input): Use it for spotting external declarations.
695 (print_help): Document the new behaviour of --declarations.
696 (fvextern): New global variable.
697 (consider_token, C_entries): Use it.
698
699 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
700 (etags_getcwd): Remove test for WINDOWSNT.
701
702 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
703 foo.cgz, foo.cz, etc.
704
705 * etags.c (declarations): New global switch.
706 (longopts): Describe it.
707 (print_help): Document it.
708 (C_entries): Use it.
709 (process_file): Don't process a file twice.
710
711 * etags.c (Fortran_functions): No tags for "procedure".
712
7131999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
714
715 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
716 non-zero, returns a pointer to where the extension begins; callers
717 changed.
718 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
719 were foo.c.gz.
720
7df65e91 7211999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
722
723 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
724 (fvdev): New constant foperator.
725 (consider_token): Use it to get "operator" in C++.
726 (C_entries): Extend length of operator@ function name.
727 (C_entries): Use foperator when necessary.
728
729 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
730
731 * etags.c (compressor): New struct for compressed files.
732 (get_compressor_from_suffix): New function.
733 (get_language_from_suffix): Use it. Also, semantics changed.
734 (process_file): Consider compressed files, close file.
735 (find_entries): Use different call arg for get_language_from_suffix,
736 don't close file.
737
738 * etags.c (main): Call free_tree.
739 (find_entries): Do not free curfile.
740 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
741 (prolog_pred, erlang_func, substitute): Cast strlen to int when
742 comparing.
743 (canonicalize_filename): Shut up compiler warning.
744 (Perl_functions): Make tag significant.
745
7461999-11-01 Dave Love <d.love@dl.ac.uk>
747
748 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
749 (argument_type): New member at_icregexp.
750 (lc_trans): New global.
751 (main): Fill lc_trans. Process -c args.
752 (add_regex): New arg determining whether to use translation table.
753 (analyse_regex): New arg. Use it for add_regex.
754
7df65e91 7551999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
756
757 * etags.c (init): Cosmetic change: NULL --> '\0'.
758 (erlang_attribute): Bug corrected (uninitialized variable).
759 (filename_is_absolute): New function replaces absolutefn macro and
760 corrects a bug. All callers changed.
761 (canonicalize_filename): New function.
762 (process_file, etags_getcwd, absolute_dirname): Use it.
763 (relative_filename, absolute_filename): Removed var shadowing.
764 (C_entries, Pascal_functions): Add fake initializations to keep
765 compilers quiet.
766 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
767
768 * etags.c (xrnew): New macro. All callers of xrealloc changed.
769 (language): New typedef (was struct lang_entry).
770 (curlang): New global variable.
771 (node): typedef renamed from NODE.
772 (linebuffer): New typedef (was struct linebuffer).
773 (pattern): New typedef (was struct pattern). Some members added.
774 Now used as element of a linked list.
775 (patterns, num_patterns): Global variables deleted.
776 (p_head): New global variable.
777 (forced_lang): New global variable (replaces lang_func).
778 (get_language_from_name, get_language_from_interpreter,
779 get_language_from_suffix): Semantics changed. All callers changed.
780 (last_node): New global variable.
781 (free_tree, add_node, put_entries, total_size_of_entries): Change
782 name of local vars to avoid clashes with typedef node.
783 (number_len): Rewritten for elegance.
784 (token): New typedef replaces TOKEN.
785 (analyse_regex, add_regex): Rewritten for new functionality.
786 (free_patterns): New function called from main and add_regex.
787 (initbuffer, readline_internal, readline, grow_linebuffer):
788 Change name of local vars to avoid clashes with typedef
789 linebuffer.
790 (readline): Rewritten for new functionality.
791
792 * etags.c: (Scheme_suffixes): New suffix ".ss".
793 (print_help): --globals is now used for more than C-type languages.
794 (Perl_functions): Tag global variables ("my" and "local").
795
796 * etags.c (print_help): Some messages clarified.
797 (LOOP_ON_INPUT_LINES): New macro.
798 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
799 Python_functions, Cobol_paragraphs, Pascal_functions,
800 Lisp_functions, Postscript_functions, Scheme_functions,
801 TeX_functions, Prolog_functions, Erlang_functions): Use it.
802 (Cobol_paragraphs, Postscript_functions, TeX_functions,
803 Prolog_functions, Erlang_functions): Use a local variable instead
804 of the global variable dbp.
805 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
806 standard indentation.
807
808 * etags.c (Python_suffixes, lang_names, Python_functions): Python
809 support.
810 (skip_spaces, skip_non_spaces): Utility functions.
811 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
812 Python_functions, L_getit, Lisp_functions, Scheme_functions,
813 prolog_pred, erlanf_func, erlang_attribute): Use them.
814 (eat_white): Deleted.
815
816 * etags.c (CHAR, init): Keep into account non US-ASCII
817 characters and compilers with default signed chars.
818 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
819 constructs.
820
821 * (C_stab_entry): "interface" in Java behaves like "class".
822
823 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
824 (main): Put interval syntax here.
825 (add_regex): And remove it from here.
826
827 * etags.c (suggest_asking_for_help): Provide a
828 meaningful help message with and without LONG_OPTIONS.
829
830 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
831 <stdlib.h, string.h>: Don't test MSDOS when including them.
832 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
833 (put_entries): Correctly use %ld instead of %d in printf.
834
835 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
836 declare getcwd if HAVE_GETCWD.
837 (consider_token): Dead break instruction removed.
838
4ee9629e
PE
8391999-10-19 Paul Eggert <eggert@twinsun.com>
840
841 Add support for large files. Merge glibc 2.1.2.
1c478461 842
4ee9629e
PE
843 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
844 movemail.c, pop.c:
845 Do not include <stdlib.h>, as <config.h> does this now.
846
847 * b2m.c, emacsserver.c, etags.c, profile.c:
848 Include <config.h> before any system include files.
1c478461 849
4ee9629e
PE
850 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
851 test-distrib.c:
852 (read, write, open, close): Do not undef.
853
854 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
855 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
856
857 * getopt.h: Adopt glibc 2.1.2.
1c478461 858
93c8d183
DL
8591999-10-15 Dave Love <fx@gnu.org>
860
861 * Makefile.in (pop.o): Depend on config.h.
862
b358f91c
GM
8631999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
864
865 * pop.c: Use "pop3" as the POP service name on all platforms,
866 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
867 has been the standard service name since RFC 1340 was published in
868 July 1992, so I think it's safe to start using it by default.
869
362bc2da
DL
8701999-09-27 Dave Love <fx@gnu.org>
871
872 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
873
74e4cb59
PR
8741999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
875
876 * make-docfile.c (scan_lisp_file): Fix previous changes;
877 swallow CRLF like just CR or just LF.
878
362bc2da
DL
8791999-09-03 Richard Stallman <rms@gnu.org>
880
881 * make-docfile.c: Include config.h not ../src/config.h.
882 (main, fopen, chdir): Add #undef.
883 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
884 (scan_lisp_file): Handle \r like \n.
885
8861999-08-30 Andreas Schwab <schwab@gnu.org>
887
888 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
889
890 * emacsserver.c: Include <stdlib.h> if available. Don't declare
891 errno if it's a macro.
892
893 * test-distrib.c: Include <unistd.h> if available.
894
8951999-08-29 Richard Stallman <rms@gnu.org>
896
897 * emacsclient.c (print_help_and_exit): Mention --version.
898
8991999-08-25 Richard M. Stallman <rms@gnu.org>
900
901 * emacsclient.c (decode_options): Update version output.
902 (print_help_and_exit): Update bug report address.
903
9041999-08-13 Richard M. Stallman <rms@gnu.org>
905
906 * emacsclient.c (main): Move the dynamic allocation of
907 system_name outside of the SERVER_HOME_DIR conditional.
908 * emacsserver.c (main): Likewise.
909
9101999-08-10 Gerd Moellmann <gerd@gnu.org>
911
912 * grep-changelog: New.
913 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
914
9151999-07-12 Richard Stallman <rms@gnu.org>
916
917 * Version 20.4 released.
918
9191999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
920
1c478461 921 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
922
9231999-06-23 Dave Love <fx@gnu.org>
924
925 * etags.c (erlang_attribute): Fix undefined variable usage (after
926 Potorti).
927
9281999-05-2 Andrew Innes <andrewi@gnu.org>
929
930 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
931 mapped to _chsize.
932
9331999-04-29 Richard M. Stallman <rms@gnu.org>
934
935 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
936
9371999-03-30 Dave Love <fx@gnu.org>
938
939 * sorted-doc.c (main): Split up tables. Modify the preamble
940 somewhat.
941
9421999-03-05 Geoff Voelker <voelker@cs.washington.edu>
943
944 * makefile.nt: Remove common multiple file compilation commands.
945
9461999-02-26 Richard Stallman <rms@gnu.org>
947
948 * Version 20.4 released.
949
950 * Makefile.in (yow): Depend on epaths.h, not paths.h.
951
952 * yow.c: Refer to epaths.h.
953
9541999-02-22 Simon Josefsson <jas@pdc.kth.se>
955
956 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
957
9581999-01-27 Andrew Innes <andrewi@gnu.org>
959
960 * makefile.nt: Do make version comparison as strings.
961
9621999-01-25 Richard Stallman <rms@gnu.org>
963
964 * emacsclient.c (xmalloc): Fix previous change.
965
9661999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
967
968 * emacsclient.c (xmalloc): Declare to return long.
969
9701999-01-22 Geoff Voelker <voelker@cs.washington.edu>
971
972 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
973 the case of the drive letter.
974
9751999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
976
977 * emacsserver.c (main): Eliminate arbitrary limit on
978 length of system_name.
979
980 * emacsclient.c (main): Eliminate arbitrary limit on
981 length of system_name.
982 (xmalloc): Define unconditionally.
983
9841999-01-12 Darrin B. Jewell <jewell@mit.edu>
985
986 * etags.c (relative_filename): Stop backward search at beginning
987 of string, since non-Unix systems can have absolute paths with no
988 initial slash.
989
9901998-12-08 Geoff Voelker <voelker@cs.washington.edu>
991
992 * makefile.nt: Do string comparision of _NMAKE_VER.
993
9941998-11-03 Theodore Jump <tjump@cais.com>
995
996 * makefile.nt: Compile multiple source files when possible.
997
9981998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
999
1000 * Makefile.in: Replace tabs with spaces
1001 when they might confuse some Make versions.
1002
10031998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1004
1005 * emacsclient.c (main): Null-terminate system_name.
1006
1007 * emacsserver.c (main): Null-terminate system_name.
1008
10091998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1010
1011 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
1012 an error message from POP, mention that it's from POP, to
1013 distinguish it from local error messages.
1014
10151998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1016
1017 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
1018 order of messages downloaded from a POP server (e.g., if the
1019 server stores messages in mailboxes in reverse order).
1020
10211998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1022
1023 * Version 20.3 released.
1024
10251998-08-11 Paul Eggert <eggert@twinsun.com>
1026
1027 * rcs2log: Update copyright date and bug report address.
1028 (initialize_fullname): Prefer getent if available.
1029
10301998-07-30 Paul Eggert <eggert@twinsun.com>
1031
1032 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
1033 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 1034
362bc2da
DL
10351998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
1036
1037 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1038
10391998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
1040
1041 * Makefile.in: Properly terminate a comment.
1042
10431998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1044
1045 * movemail.c (sys_wait): Rename to wait.
1046
1047 * ntlib.h: Undefine _WINSOCKAPI_.
1048
1049 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
1050
10511998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1052
1053 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
1054
10551998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
1056
1057 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
1058 all file i/o to be in binary mode. Include ntlib.h.
1059
10601998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
1061
1062 * make-docfile.c: Include <unistd.h> for chdir.
1063
10641998-04-25 Richard Stallman <rms@psilocin.gnu.org>
1065
1066 * etags.c (TEX_decode_env): Don't free the value getenv returns.
1067
10681998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1069
1070 * makefile.nt (obj): Update with new files in src.
1071 (clean): Delete patch scratch files, optimized compilation dir.
1072
10731998-04-08 Dave Love <fx@gnu.org>
1074
1075 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
1076 Irix6, at least.
1077
10781998-04-06 Andreas Schwab <schwab@gnu.org>
1079
1080 Silence -Wimplicit:
1081 * movemail.c: Move cancelations up. Include <stdlib.h> if
1082 available.
1083 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
1084 (parse_header): Explicitly declare return type.
1085 * emacsserver.c: Include <unistd.h> if available.
1086 (main, handle_signals, perror_1, fatal_error): Explicitly declare
1087 return types. Add forward declarations.
1088 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
1089 Don't declare geteuid.
1090 (print_help_and_exit): Change return type to void. Forward
1091 declare it.
1092 * b2m.c: Include <stdlib.h> if available.
1093 (main): Explicitly declare return type.
1094
10951998-04-03 Richard Stallman <rms@delysid.gnu.org>
1096
1097 * etags.c (put_entries): Use %ld.
1098
1099 * b2m.c (fatal): Declare the arg.
1100
11011998-04-03 Richard Stallman <rms@psilocin.gnu.org>
1102
1103 * etags.c (put_entries): Use %ld.
1104
1105 * b2m.c (fatal): Declare the arg.
1106
11071998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1108
1109 * pop.c (pop_getline): Renamed from getline.
1110
11111998-03-05 Richard Stallman <rms@psilocin.gnu.org>
1112
1113 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
1114 for the utilities.
1115
11161998-01-23 Dave Love <d.love@dl.ac.uk>
1117
1118 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
1119 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
1120 Always make named tags.
1121 (Fortran_functions): Grok BLOCK DATA.
1122
11231998-01-23 Andreas Schwab <schwab@gnu.org>
1124
1125 * movemail.c (main): Fix interwoven brace and cpp conditional
1126 nesting.
1127
11281997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
1129
1130 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1131 server to contain embedded nulls.
1132
11331997-12-03 Paul Eggert <eggert@delysid.gnu.org>
1134
1135 * movemail.c:
1136 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
1137 '>' any lines starting with "From " read from the POP server, but
1138 leave the code in place, wrapped in #ifdef
1139 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1140 because it turns out that something is depending on it. Change
1141 suggested by Paul Eggert <eggert@twinsun.com>.
1142 Convert the character \037 (^_) at the beginning of a line into
1143 the character '^' followed by the character '_', because otherwise
1144 Emacs can't parse the resulting file as a valid BABYL file.
1145 Change suggested by Paul Eggert <eggert@twinsun.com>.
1146
11471997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1148
1149 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1150 server to contain embedded nulls.
1151
11521997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 1153
362bc2da
DL
1154 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
1155 quotes with a '>' any lines starting with "From " read from the
1156 POP server, but leave the code in place, wrapped in #ifdef
1157 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1158 because it turns out that something is depending on it. Change
1159 suggested by Paul Eggert <eggert@twinsun.com>.
1160
1161 Convert the character \037 (^_) at the beginning of a line into
1162 the character '^' followed by the character '_', because otherwise
1163 Emacs can't parse the resulting file as a valid BABYL file.
1164 Change suggested by Paul Eggert <eggert@twinsun.com>.
1165
11661997-11-22 Richard Stallman <rms@gnu.org>
1167
1168 * b2m.c: Include getopt.h.
1169 (main): Use getopt_long to handle --version and --help.
1170
1171 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
1172
11731997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1174
1175 * pop.c (fullwrite): Get rid of an extra call to write. Problem
1176 pointed out by Chiaki Ishikawa.
1177
11781997-10-16 Dave Love <d.love@dl.ac.uk>
1179
1180 * etags.c (L_getit): Always make named tags so that Emacs
1181 completion on symbols containing `:' etc. works.
1182 (get_scheme): Likewise.
1183
11841997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1185
1186 * pop.c: Use system header files instead of declaring C-library
1187 functions explicitly.
1188
11891997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1190
1191 * Version 20.2 released.
1192
11931997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1194
1195 * Version 20.1 released.
1196
11971997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1198
1199 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
1200
1201 * ntlib.c (getpid): Delete function.
1202
12031997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1204
1205 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
1206
12071997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1208
1209 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1210 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
1211
12121997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1213
1214 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
1215
12161997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
1217
1218 * profile.c (get_time): Cast arg to fprintf.
1219
1220 * hexl.c (main): Use %08lx instead of %08x in printf because the
1221 variable named addresses is long.
1222
12231997-08-08 Geoff Voelker <voelker@cs.washington.edu>
1224
1225 * makefile.nt (lisp): Update paths to lisp files that have moved.
1226
12271997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
1228
1229 * makefile.nt (ctags.obj): New target.
1230 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
1231
1232 * ntlib.h: Add includes.
1233 Undo definitions of crt routines from config.h.
1234
12351997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1236
1237 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
1238
12391997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1240
1241 * pop.c: Support auto-configuration of both Kerberos V4 and
1242 Kerberos V5 for movemail, including detection of V4 and V5 header
1243 files and libraries.
1244 Include <string.h> when STDC_HEADERS is defined, to get
1245 declarations of string functions.
1246 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
1247 V5 API rather than the old one.
1248 [KERBEROS] (socket_connection): Change a constant name from
1249 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
1250 with a constant in a header file.
1251
1252 * Makefile.in: Support auto-configuration of both Kerberos V4 and
1253 Kerberos V5 for movemail, including detection of V4 and V5 header
1254 files and libraries.
1255
12561997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1257
1258 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
1259
1260 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 1261
362bc2da
DL
12621997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1263
1264 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
1265
12661997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1267
1268 * movemail.c (rindex): Add declaration.
1269
1270Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
1271
1272 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
1273 (movemail.exe): Depend upon and link with getopt files.
1274 (obj): Include new source files.
1275 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
1276 (lisp): Include new and reorganized elisp files.
1277
12781997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1279
1280 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
1281
12821997-06-25 Paul Eggert <eggert@twinsun.com>
1283
1284 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
1285
12861997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
1287
1288 * b2m.c (readline): Terminate buffer properly when EOF seen.
1289 Test for valid pointer before dereferencing it.
1290
12911997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1292
1293 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
1294 defined inside etags.c if HAVE_CONFIG_H is defined.
1295
12961997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1297
1298 * etags.c: (logical): Type name changed to bool.
1299 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
1300 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
1301 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
1302 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
1303 (longopts): New long options without short counterpart are
1304 globals, members, no-globals, no-members. Regexp options are now
1305 defined conditionally to ETAGS_REGEXPS.
1306 (print_help): Updated.
1307
13081997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1309
1310 * etags.c (C_entries): Use "." instead of "::" for Java.
1311 (consider_token): is_func renamed to is_func_or_var.
1312 (C_entries): is_func renamed to funorvar.
1313 (C_entries): Initialise tok.named.
1314 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
1315 get rid of "import", "package" and "friend".
1316 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 1317 users changed.
362bc2da
DL
1318 (C_entries): Make separate tags for variables separated by comma.
1319 (globals, members): New flags.
1320 (main, C_entries): Use them.
1321 (make_C_tag, C_entries): Make tok a global variable.
1c478461 1322
362bc2da
DL
13231997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1324
1325 * etags.c (funcdef): New vignore constant.
1326 (consider_token, C_entries): Use it to tag global variables.
1327 (print_help): Update for global variables.
1328 (consider_token, C_entries): Set the len member of token_name.
1329 (prolog_pred): Cleanup according to GNU coding standards.
1330 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
1331 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
1332
13331997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1334
1335 * etags.c (CHARS, CHAR): New constant and macro.
1336 (iswhite, begtoken, intoken, endtoken): Use them.
1337 (notinname, _nin, nonam): New macro, array, string.
1338 (init): Cleanup and init _nin.
1339 (new_pfnote): New function.
1340 (make_C_tag) [traditional_tag_style]: Use it.
1341 (traditional_tag_style): Costant set to TRUE for now.
1342
13431997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1344
1345 * etags.c (C_entries, Pascal_functions): Cleanup.
1346 (TeX_functions): NULL as a function arg needs a cast.
1347 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
1348
13491997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1350
1351 * etags.c (TeX_functions): Cleaned up.
1352 (tex_getit): Removed.
1353
13541997-05-13 Paul Eggert <eggert@twinsun.com>
1355
1356 * rcs2log (files): When computing arguments automatically, ignore
1357 non-files within the RCS subdirectory.
1358
13591997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1360
1361 * etags.c (C_JAVA): New #define.
1362 (Cjava_suffixes): .java is Java.
1363 (Cjava_entries): New function.
1364 (lang_names): Add Java.
1365 (sym_type): Add st_C_javastruct for Java.
1366 (C_stab_entry): Add `extends' and `implements' keywords.
1367 (consider_token, C_entries): Recognise Java structures.
1368
13691997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1370
1371 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
1372 (Postscript_suffixes): .ps is Postscript.
1373 (lang_names): Add Postscript.
1374 (Postscript_functions): New function.
1375 (TEX_decode_env): Close minor memory leak.
1376 (just_read_file): Correct the char number of the tag.
1377
13781997-05-11 Paul Eggert <eggert@twinsun.com>
1379
1380 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
1381 Don't prepend $nl since this causes some shells to generate the
1382 empty string when IFS is $nl.
1383 (printlogline): Use SOH (octal code 1), not CR, since some
1384 PC-based shells mishandle CR.
1385 (initialize_fullname): Set NIS_PATH to the empty string before invoking
1386 nismatch, in case it's set to some nonstandard value.
1c478461 1387
362bc2da
DL
13881997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1389
1390 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
1391 read in separate blocks.
1392
13931997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1394
1395 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
1396 (struct linebuffer): New member `len' is the length of the string.
1397 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
1398 Use it instead of strlen.
1399 (TEX_getit): Declare and define unconditionally as static.
1400 (TeX_functions): Use if instead of #if TeX_named_tokens.
1401 (add_regex): Set RE_INTERVALS flag for regex compilation.
1402 (substitute): Code cleanup.
1403 (readline_internal): Code cleanup, set new member `len'.
1404 (readline): Bug corrected.
1405
14061997-04-23 Geoff Voelker <voelker@cs.washington.edu>
1407
1408 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
1409 (obj): Change references of nt*.c files to w32*.c files.
1410
14111997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1412
1413 * etags.c (xnew): Add support for debugging with chkmalloc.
1414 (error): Use this instead of printf whenever possible.
1415 (main): Only call xnew after having initialised progname.
1416 (substitute): Bad memory corruption error corrected.
1417
14181997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1419
1420 * etags.c (add_regex): Undo previous change.
1421 (relative_filename): Small memory leak closed.
1422 (absolute_filename): Cleaned up the code, possibly closing a bug.
1423 (absolute_dirname): Always return a newly allocated string.
1c478461 1424
362bc2da
DL
14251997-03-21 Paul Eggert <eggert@twinsun.com>
1426
1427 * rcs2log (files): Ignore files in RCS directory whose names are
1428 of the form ,*, or *_; they are probably RCS lock files.
1429 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
1430 they are used by rcsfreeze.
1431
14321997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1433
1434 * etags.c (add_regex): reset *putbuf before using it.
1435
14361997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1437
1438 * movemail.c (popmail): Remove some unnecessary function
1439 declarations.
1440 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
1441 into pop_retr, there's no reason to pass in mbx_write, and the
1442 file argument can be declared FILE * explicitly. This fixes a
1443 compilation problem on systems with 64-bit pointers.
1444
14451997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1446
1447 * movemail.c: Delete duplicate inclusion of fcntl.h
1448 and duplicate #undefs of open, read, write, close.
1449
14501997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1451
1452 * movemail.c (main): Do not display "[POP-password]" in the usage
1453 message when movemail is compiled without POP support.
1454 (main, popmail): Add the optional "-p" argument, which causes
1455 movemail to leave mail in the inbox after copying it into the
1456 output file.
1c478461 1457
362bc2da
DL
1458 * Makefile.in (movemail): Link with getopt.
1459
14601997-01-20 Paul Eggert <eggert@twinsun.com>
1461
1462 * rcs2log: (--help, --version): New options, per GNU coding standards.
1463 (Copyright, Help, Id): New variables, for above.
1464 (rlog): Use -q option with cvs log, to avoid useless chatter.
1465
1466 Treat logs of "Initial revision" (RCS) or "file F was initially added
1467 on branch B." (CVS) as if they said "New file.", for consistency with
1468 change log entries.
1469
14701997-01-01 Paul Eggert <eggert@twinsun.com>
1471
1472 * vcdiff (PATH): Add /usr/xpg4/bin,
1473 where XPG4 SCCS hangs out in Solaris 2.5.
1474 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1475
14761996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1477
1478 * etags.c (streq, strneq): Use == NULL rather than !.
1479
14801996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
1481
1482 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
1483 (movemail): Use LIBMAIL, to link against -lmail.
1484
1485 * movemail.c: Include maillock.h (conditionally).
1486 Remove a redundant inclusion of <stdio.h>.
1487 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
1488 (main): Add variable spool_name.
1489 Support the usage of maillock and mailunlock to
1490 lock and unlock mailboxes.
1491 (mail_spool_name): New function.
1492
1493 * movemail.c: Fix an uninitialized variable which could cause
1494 movemail to exit with an error status incorrectly on systems which
1495 use lock files rather than a system locking function to lock
1496 mailboxes.
1497
14981996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1499
1500 * pop.c (socket_connection): Free realhost after using it.
1501
15021996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1503
1504 * etags.c (C_entries): Test tok.valid. This handles some
1505 particular cases involving function declarations that failed.
1506
15071996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 1508
362bc2da
DL
1509 * pop.c (socket_connection):
1510 gethostbyname may return a pointer to static data.
1511 krb_realmofhost can clobber it. So copy it.
1512
15131996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1514
1515 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
1516 must cast it to (char *) because we have no prototypes.
1517 (make_C_tag): Macro deleted, new function.
1518 (C_entries): Calls to make_C_tag macro changed to call function.
1519
15201996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1521
1522 * etags.c (grow_linebuffer): New function.
1523 (GROW_LINEBUFFER): Macro deleted. All callers changed.
1524 (make_tag): Macro renamed to make_C_tag. All callers changed.
1525 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
1526 (Prolog_functions): prolog_skip_comment was called with wrong
1527 number of arguments.
1528 (xrealloc): fatal was called with wrong number of arguments
1529
15301996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1531
1532 * etags.c (relative_filename): Bug corrected.
1533 (etags_getcwd): Avoid warning of unused variable.
1534 (C_entries, consider_token): Added support for enum labels.
1535
15361996-11-03 Paul Eggert <eggert@twinsun.com>
1537
1538 * rcs2log: When processing cvs log output, remove `Attic/' from
1539 repository file names.
1540
15411996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
1542
1543 * emacsserver.c: Fix 1996-09-02 change.
1544
15451996-10-12 Paul Eggert <eggert@twinsun.com>
1546
1547 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1548 option', since CVS says 'invalid option'.
1549 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1550 revisions, since some hosts reject 1970-01-01 when east of UTC.
1551 (date): Remove.
1552
15531996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1554
1555 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1556
15571996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1558
1559 * etags.c (print_version): Print copyright info.
1560
1561 * etags.c (print_help): Print the bug reporting address.
1562 (main): Use return as the last instruction, instead of exit.
1563
1564 * etags.c (main): Don't open the tags file in cxref mode.
1565
15661996-09-29 Dave Love <d.love@dl.ac.uk>
1567
1568 * rcs2log (date): Make default format acceptable to CVS post v1.8
1569 as well as earlier CVSs and RCS.
1570
15711996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1572
1573 * movemail.c (main): If the lock call fails with EBUSY or
1574 EAGAIN, retry a few times.
1575
15761996-09-25 Paul Eggert <eggert@twinsun.com>
1577
1578 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1579 whether to append -zLT.
1580
15811996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1582
1583 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1584 * emacsclient.c, movemail.c: Likewise.
1585
15861996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1587
1588 * emacsclient.c (longopts): Change nowait to no-wait.
1589 (print_help_and_exit): Fix option name; upcase metavars.
1590
15911996-09-06 Erik Naggum <erik@naggum.no>
1592
1593 * emacsserver.c (main): Declare `fromlen' as size_t.
1594
15951996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1596
1597 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1598
15991996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1600
1601 * emacsclient.c (quote_file_name): Quote with &, not \.
1602 Quote `-' only at start of file name. Terminate the value string.
1603
1604 * emacsserver.c: Include signal.h properly;
1605 delete the duplicate includes for it.
1606
1607 * emacsserver.c: On fatal signal, delete socket-file:
1608 * emacsserver.c: Include signal.h.
1609 (xmalloc, fatal, error): New functions.
1610 (delete_socket, handle_signals): New functions.
1611 (progname, socket_name): New variables.
1612 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1613
16141996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1615
1616 * emacsclient.c (quote_file_name): New function.
1617 (main, both versions): Use quote_file_name.
1618 (decode_options): Don't return a value.
1619 (main, both versions): Use optind.
1620 Don't check for -nowait here.
1c478461 1621
362bc2da
DL
1622 * emacsclient.c (decode_options): New function.
1623 (main, both versions): Call decode_options.
1624 (print_help_and_exit): New function.
1625 (VERSION): New macro.
1626
1627 * Makefile.in (emacsclient): Link with getopt.
1628 Add -DVERSION so emacsclient knows its version number.
1629
16301996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1631
1632 * makefile.nt (lisp): Include dos-nt.elc.
1633
16341996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1635
1636 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1637
16381996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1639
1640 * emacsclient.c (both versions): Handle -nowait and --nowait
1641 by sending data to the server.
1642
16431996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1644
1645 * Makefile.in (INSTALL_STRIP): New variable.
1646 (${archlibdir}): Use INSTALL_STRIP.
1647
1648 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1649 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1650
1651 * pop.c: Reverse conditional in previous change.
1652
16531996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1654
1655 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1656
16571996-08-24 Paul Eggert <eggert@twinsun.com>
1658
1659 * rcs2log: Use ISO 8601 date format, with time zone appended
1660 if change-log-time-zone-rule is non-nil, instead of
1661 traditional Unix date format.
1662
1663 (datearg): When computing default from ChangeLog, handle ISO format
1664 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1665 Don't worry about hh:mm:ss since the resolution is now by day.
1666 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1667 "$datearg" option to $rlog.
1668 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1669 (month_data): Remove `mo'; no longer needed.
1670 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1671
1672 Match `revision' line of rlog output more accurately.
1673
1674 Add -c, -v options.
1675
16761996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1677
1678 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1679
16801996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1681
1682 * Version 19.33 released.
1683
16841996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1685
1686 * Version 19.32 released.
1687
16881996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1689
1690 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1691 computing character positions in source files.
1692
16931996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1694
1695 * makefile.nt (clean): Use OBJDIR macro.
1696
16971996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1698
1699 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1700
17011996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1702
1703 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1704 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1705 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1706
17071996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1708
1709 * ntlib.h: Correct return type of getwd.
1710 * ntlib.c (getwd): Correct return type.
1711
17121996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1713
1714 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1715 to infile.
1716
17171996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1718
1719 * makefile.nt: Remove all references to wakeup.
1720
17211996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1722
1723 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1724 explicit, mutable, typename.
1725
17261996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1727
1728 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1729 streams, one for sending and one for reading the reply.
1730
17311996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1732
1733 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1734 (wakeup): Target deleted.
1735 (UTILITIES): Delete wakeup and timer.
1736
1737 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1738
17391996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1740
1741 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1742 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1743
17441996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1745
1746 * etags.c (main): Copy cwd when appending slash.
1747
17481996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1749
1750 * Version 19.31 released.
1751
17521996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1753
1754 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1755 (Pascal_functions): Increase linecharno by the correct number of
1756 chars, inline the GET_NEW_LINE macro and delete its definition.
1757
17581996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1759
1760 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1761
17621996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1763
1764 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1765 (movemail.exe, fakemail.exe): Now built under Win32.o
1766
1767 * ntlib.c: Include ntlib.h.
1768 (nt_sleep): Rename to sleep.
1769 (getwd): Return directory.
1770 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1771 sys_ctime, sys_fopen): New functions.
1772
1773 * ntlib.h: New file.
1774
17751996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1776
1777 * pop.c (SEND, RECV): Renamed from send, recv.
1778 (pop_open, pop_trash): Make the trash_started code unconditional.
1779 (socket_connection): Delete casts to void.
1780
17811996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1782
1783 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1784 copied from lisp.h.
1785
17861996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1787
1788 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1789
1790 * hexl.c [DOSNT]: Include fcntl.h.
1791 [WINDOWSNT]: Include io.h.
1792 (main) [MSDOS]: Change conditional to DOS_NT.
1793
1794 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1795 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1796 [WINDOWSNT]: Include locking.h.
1797 (main): Update usage message. Use IS_DIRECTORY_SEP.
1798 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
1799 (main) [WINDOWSNT]: Invoke locking instead of flock.
1800 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
1801 (main) [MAIL_USE_POP]: Pass password to popmail if used.
1802 Include winsock.h; don't include unix inet headers.
1803 (popmail): Add password argument and pass it to pop_open.
1804 Open output file in binary mode.
1805
1806 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 1807 Macro SOCKET_ERROR undefined.
362bc2da
DL
1808 Don't declare h_errno.
1809 [!WINDOWSNT]: Define macros recv and send.
1810 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
1811 (pop_open) [WINDOWSNT]: Initialize trash_started.
1812 (have_winsock) [WINDOWSNT]: New variable.
1813 (socket_connection) [WINDOWSNT]: Initialize winsock.
1814 (socket_connection): Use closesocket instead of close.
1815 (getline): Use recv instead of read.
1816 (fullwrite): Use send instead of write.
1817 (pop_trash): Use closesocket instead of close.
1818 (pop_trash) [WINDOWSNT]: Cleanup winsock.
1819 Check if being called recursively by sendline.
1820
1821 * pop.h (struct _popserver): New field trash_started.
1822
1823 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
1824
18251996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1826
1827 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
1828
18291996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1830
1831 * etags.c [WINDOWSNT]: Include io.h.
1832
18331996-04-10 Geoff Voelker <voelker@cs.washington.edu>
1834
1835 * makefile.nt (CTAGSOBJ): Compile with regexp support.
1836
18371996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
1838
1839 * hexl.c [DJGPP v2]: Include io.h.
1840 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
1841
1842 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
1843 DJGPP v2.
1844
18451996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1846
1847 * etags.c (absolute_filename): Use absolutefn.
1848
18491996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
1850
1851 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
1852 letter isn't an alphabetic character.
1853 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
1854 (process_file) [DOS_NT]: Convert all slashes to forward style.
1855 (absolute_filename) [DOS_NT]: Emit error message for relative
1856 paths with a drive letter.
1857 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
1858 DOS/NT drive letters which try to reference the parent of the root.
1859 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
1860
18611996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1862
1863 * makefile.nt: Change uses of del to $(DEL).
1864
18651996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1866
1867 * etags.c (just_read_file): Reset lineno and charno on entry.
1868
18691996-03-15 Anders Lindgren <andersl@csd.uu.se>
1870
1871 * etags.c: Prolog language totaly rewritten.
1872 (Prolog_functions): Rewritten from scratch.
1873 (skip_comment, prolog_getit): Removed.
1874 (prolog_skip_comment): New function, like old skip_comment.
1875 (prolog_pred, prolog_atom, prolog_white): New functions.
1876 (erlang_func, erlang_attributes): Forward declarations added.
1877 (erlang_atom): Check if backslash ends line inside quoted atom.
1878
18791996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1880
1881 * etags.c (absolutefn): DOS_NT version corrected.
1882 (main): Append "/" to the dir name only if not already there.
1883 (print_help): Explain the absolute/relative file name issue.
1c478461 1884
362bc2da
DL
18851996-03-08 Anders Lindgren <andersl@csd.uu.se>
1886
1887 * etags.c: New Languange Erlang added.
1888 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
1889 erlang_white): New functions.
1890 (Erlang_suffixes): New suffix list.
1891 (lang_names): Erlang entry added.
1892 (prolog_getit): Accepts headers spanning several lines.
1893 Always name tags.
1894 (Prolog_functions): Removed incorrect compensation for
1895 newline characters.
1896 (readline_internal): Zero-terminate last line.
1897
18981996-03-20 Mike Long <mike.long@analog.com>
1899
1900 * b2m.c (main): Initialize progname variable before using it.
1901 Quote `username' in From_ header.
1902
19031996-03-18 Geoff Voelker <voelker@cs.washington.edu>
1904
1905 * ntlib.c (getpid): New function.
1906
19071996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1908
1909 * emacsclient.c (main, both definitions):
1910 Print a newline for normal termination.
1911
19121996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
1913
1914 * tcp.c (main): Convert port to network byte order.
1915
19161996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
1917
1918 * pop.c (pop_retrieve, getline): Avoid type clashes.
1919
19201996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
1921
1922 * etags.c (enum sym_type, anonymous enum): Delete final comma.
1923
19241996-01-15 Paul Eggert <eggert@twinsun.com>
1925
1926 * rcs2log (initialize_fullname): Add support for NIS+.
1927 (hostname): Fully qualify the default hostname with the domainname
1928 if the hostname lacks a `.'.
1929
19301996-01-15 Paul Eggert <eggert@twinsun.com>
1931
1932 * rcs2log (initialize_fullname): Add support for NIS+.
1933 (hostname): Fully qualify the default hostname with the domainname
1934 if the hostname lacks a `.'.
1935
19361996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
1937
1938 * etags.c (consider_token): Fix typo in expression.
1939
19401996-01-04 Paul Eggert <eggert@twinsun.com>
1941
1942 * etags.c (substitute): Fix spelling in message.
1943
19441996-01-03 George V. Reilly <georger@microcrafts.com>
1945
1946 * makefile.nt (etags, ctags): Compile with regexp support.
1947 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
1948 subdirectory exists before compiling.
1c478461 1949
362bc2da
DL
19501996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
1951
1952 * emacsserver.c (main): Do chmod based on existing permission.
1953
19541995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1955
1956 * Makefile.in (install): Turn on read/execute permission.
1957
19581995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1959
1960 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
1961 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
1962
19631995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1964
1965 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
1966
19671995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
1968
1969 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
1970 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
1971 get_scheme, prolog_getit): Name the tag in ctags mode.
1972 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
1973 (Perl_interpreters): Accept "@PERL@" as an interpreter.
1974 (suggest_asking_for_help): New function.
1975 (main, get_language_from_name): Use suggest_asking_for_help.
1976 (main): Let get_language_from_name make language existence check.
1977 (streq, strneq): Check the arguments #if DEBUG.
1978
19791995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
1980
1981 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
1982 (gperf): Added keywords for Objective C and GNU macros.
1983 (sym_type): Added values to account for Objective C and GNU macros.
1984 (begtk): The '@' character can start a token.
1985 (objdef, methodlen, objtag): New variables for Objective C.
1986 (consider_token, C_entries): Added code for Objective C.
1987 (plain_C_suffixes): Add .m and .lm for Objective C.
1988 (Yacc_suffixes): Add .ym for Objective yacc.
1989 (GROW_LINEBUFFER): New macro.
1990 (consider_token, C_entries, Pascal_functions): Use the new macro.
1991 (consider_token): Take one more argument. Caller changed.
1992 (consider_token): Use the hashing function to spot GNU macros.
1993 (C_entries): Consider // as a comment start even in plain C for
1994 the sake of Objective C parsing.
1995
19961995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
1997
1998 * Makefile.in (ctags): depend on etags only for simplicity;
1999 compile with regexp support enabled.
2000
20011995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2002
2003 * Version 19.30 released.
2004
20051995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2006
2007 * makefile.nt (DOC, clean): Don't use switches to del not
2008 supported by Windows 95.
2009
20101995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2011
2012 * Makefile.in (regex.o): Depend on ../src/config.h.
2013
20141995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2015
2016 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
2017 (LOADLIBES): Use LIB_STANDARD.
2018
20191995-11-07 Kevin Gallo <kgallo@microsoft.com>
2020
2021 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
2022 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
2023 Windows 95 conditional.
2024
20251995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
2026
2027 * etags.c (get_lang_from_name, get_lang_from_interpreter,
2028 get_lang_from_suffix): New functions.
2029 (get_language): Function deleted.
2030 (lang_entry): Two members added to struct.
2031 (lang_names): Reflect the new layout of lang_entry.
2032 (print_language_names, main, find_entries): Use the new functions.
2033 (find_entries): Look at the first line for #! if no language.
2034 (C_entries): Invalidate the token when funcdef is reset.
2035 (Perl_functions): New function.
2036 (lang_suffixes): .pl and .pm are Perl suffixes.
2037
20381995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2039
2040 * etags.c (lowcase): Use the standard tolower function.
2041 (substitute): Remove some wrong and some useless code related with
2042 escape `\` character in regexp replacement string.
2043 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
2044 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
2045 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
2046 .prolog for prolog (.pl removed).
2047 (massage_name, etags_getcwd): Use lowcase instead of tolower.
2048 (C_entries, find_entries): Added comments about memory leakage.
2049 (add_node): Dead code removed.
2050
20511995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2052
2053 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
2054 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
2055
20561995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2057
2058 * test-distrib.c: Add #undef for open, close, read, write.
2059
20601995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2061
2062 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
2063 [! O_RDONLY]: Define it to zero.
2064 (main): Use O_RDONLY instead of explicit zero.
2065
20661995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
2067
2068 * etags.c (Pascal_functions): Close comment bug corrected.
2069 (add_node): Correctly compare node file names.
2070 (Pascal_functions): Correctly allocate and free memory for tline.
2071 (pfnote): Put the definition of fp in the innermost block.
2072 (NODE): `named' member removed.
2073 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 2074 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
2075 (pfnote): `named' argument removed, all callers changed.
2076 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2077 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 2078 removed from pfnote call, some code cleanup.
362bc2da
DL
2079 (relative_filename): Free temporary space allocated by concat.
2080
20811995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2082
2083 * Makefile.in (getdate.c): New target.
2084 (getdate.o): Just compile getdate.c.
2085
20861995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2087
2088 * fakemail.c (xrealloc): Change cast to match return type.
2089
20901995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2091
2092 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
2093
20941995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2095
2096 * movemail.c (main): Fix previous change.
2097 Add error check for empty OUTNAME.
2098
20991995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2100
2101 * movemail.c (main): Mention lock file name in error message.
2102
21031995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2104
2105 * profile.c (gettimeofday): New function, defined if necessary.
2106
21071995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2108
2109 * Makefile.in: Renamed from Makefile.in.in.
2110 (distclean): Delete Makefile.c, not Makefile.in.
2111
21121995-07-17 Michael Shields <shields@tembel.org>
2113
2114 * Makefile.in.in (tags): Synonym for `TAGS'.
2115
21161995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2117
2118 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
2119 configure has already set $(INSTALL) to the proper relative path.
2120
21211995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2122
2123 * etags.c (plain_C_entries): new function.
2124 (lowcase): new macro.
2125 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2126 (lang_suffixes): new suffix ".pc" for Pro*C files.
2127 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2128 (tail): look for the end of the token when comparing.
2129 (takeprec): since now tail behaves differently, use strneq.
2130
21311995-07-08 Paul Eggert <eggert@twinsun.com>
2132
2133 * rcs2log (datearg): Separate date from time with comma, not space,
2134 to work around CVS 1.5 bug.
2135 (CVSROOT): Don't abort when unset if repository is absolute.
2136
21371995-07-07 Paul Eggert <eggert@twinsun.com>
2138
2139 * rcs-checkin, rcs2log, vcdiff:
2140 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
2141 that interpret `#! /' as a 4-byte magic number.
2142
21431995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
2144
2145 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
2146 mailbox with "po:mailbox", the mailbox is everything after the
2147 "po:" prefix.
2148
21491995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2150
2151 * emacsserver.c: Make all error messages start with `Error: '.
2152 (fatal_error, perror_1): New functions, use throughout.
2153
21541995-06-28 Paul Eggert <eggert@twinsun.com>
2155
2156 * rcs2log (CVSROOT, repository):
2157 Allow remote repositories a la CVS 1.4.
2158
21591995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2160
2161 * etags.c (plain_C_entries): new function.
2162 (lowcase): new macro.
2163 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2164 (lang_suffixes): new suffix ".pc" for Pro*C files.
2165 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2166 (tail): look for the end of the token when comparing.
2167 (takeprec): since now tail behaves differently, use strneq.
2168
21691995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2170
2171 * movemail.c (main): Add newline in usage message.
2172
21731995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2174
2175 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
2176
21771995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
2178
2179 * etags.c (find_entries): Rewind before rereading the input file.
2180
21811995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2182
2183 * Version 19.29 released.
2184
2185 * make-docfile.c (main) [MSDOS]: Do set _fmode.
2186 This undoes part of the previous change.
2187
21881995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2189
2190 * make-docfile.c (main): On MSDOS, don't change stdout
2191 to binary, and insist on an -o option.
2192
21931995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2194
2195 * etags.c (process_file,absolute_filename): Handle filenames
2196 starting with a drive letter.
2197
2198 * makefile.nt (install): Copy wakeup.exe properly.
2199
22001995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
2201
2202 * make-docfile.c [MSDOS]: #undef chdir.
2203
22041995-06-04 Paul Eggert <eggert@twinsun.com>
2205
2206 * rcs2log (output_authors): Allow ':' in time zone,
2207 as per ISO 8601 and RCS 5.6.8 beta.
2208
22091995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
2210
2211 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
2212 compatibility problems.
2213
22141995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
2215
2216 * etags.c (etags_getcwd): Don't use #elif.
2217 Have just one function body.
2218
22191995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2220
2221 * makefile.nt (LIBS): Use BASE_LIBS.
2222 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
2223 upon LIBS.
2224 (DOC): Use del instead of rm.
2225 (DOC) [WINDOWS95]: Use DOC.
2226 (clean): Handle MSVC aux files.
2227 (config.h,paths.h): Use $(CP) instead of cp.
2228 (config.h): Use $(CONFIG_H)
2229 (make-docfile.obj): Depend upon config.h.
2230 Clean up comments.
2231
22321995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
2233
2234 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
2235 former gives the true path even in the presence of simlinks.
2236
22371995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2238
2239 * movemail.c (main): Increase lock timeout to five minutes.
2240
22411995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2242
2243 * makefile.nt (obj): Use .c files.
2244
22451995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2246
2247 * make-docfile.c: Include config.h.
2248 (NO_SHORTNAMES): New definition.
2249 (xmalloc): Return long *.
2250
2251 * etags.c (C_entries): Cast result of xrealloc.
2252 (xmalloc, xrealloc): Declare them to return long *.
2253
2254 * b2m.c (xmalloc, xrealloc): Declare them long *.
2255
2256 * movemail.c (xmalloc): Declare it to return long *.
2257
22581995-04-30 Paul Eggert <eggert@twinsun.com>
2259
2260 * rcs2log (datearg): If rlog options are specified explicitly,
2261 omit the implicit '-d>DATE' option.
2262 (repository, rlog): Allow absolute paths to CVS repositories.
2263 Look only at the first line of CVS/Repository.
2264
22651995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2266
2267 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
2268 realclean.
2269
22701995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2271
2272 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
2273 Alternative (empty) definitions.
2274
22751995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2276
2277 * emacsclient.c (main): Add argv[0] to an error message.
2278
22791995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
2280
2281 * emacsclient.c (main): Improve error handling.
2282 * cvtmail.c (main, skip_to_lf): Improve error handling.
2283 (sysfail): New function.
2284
2285 * b2m.c (main): Check for trailing ", " before trying to delete it.
2286
22871995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2288
2289 * Makefile.in.in (all): Build test-distrib and make-docfile.
2290
2291 * make-docfile.c (scan_c_file): At end, restore file name last char
2292 to its original value.
2293
22941995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2295
2296 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
2297
22981995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2299
2300 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
2301 (alloca.o, regex.o): Use BASE_CFLAGS.
2302
23031995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2304
2305 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
2306
23071995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
2308
2309 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
2310 (SOURCES, distclean): Removed obsolete references to aixcc.
2311
23121995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2313
2314 * aixcc.lex: File deleted--surely obsolete now.
2315
23161995-03-23 Paul Eggert <eggert@twinsun.com>
2317
2318 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
2319 portability to mawk and nawk.
2320
23211995-03-21 Paul Eggert <eggert@twinsun.com>
2322
2323 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
2324 -u "login<tab>fullname<tab>mailaddr".
2325
23261995-03-21 Paul Eggert <eggert@twinsun.com>
2327
2328 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
2329 replaces the (now obsolescent) -n login fullname mailaddr option.
2330 Add -R option for recursive rlog.
2331 (AWK): New environment variable (default `awk') for awk program name.
2332 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
2333 Quote authors and fullnames correctly.
2334 Don't omit path from repository root when logging CVS files.
2335
23361995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2337
2338 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
2339 even if HAVE_SYSVIPC.
2340 * emacsclient.c (main): Use getcwd if not BSD.
2341
23421995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
2343
2344 * etags.c (process_file): free (filename) after using it.
2345 (readline_internal): Do not access the char before start of line.
2346
23471995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
2348
2349 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
2350 savetok.valid. Mark token as valid when it is initialised.
2351 (make_tag): Make token only if token is valid and reset validity.
2352 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
2353 (TOKEN): Added a new member: valid.
2354
23551995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
2356
2357 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
2358 (main): Do not read twice the last filename in the stdin file list.
2359
23601995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
2361
2362 * etags.c (C_entries): Initialise the new members of TOKEN.
2363 (C_entries): Do not allocate a new space for each token found by
2364 consider_token. Let make_tag do that instead.
2365 (make_tag): Since now TOKEN has memory of where it is taken from,
2366 this new macro substitutes both make_tag_from_new_lb and
2367 make_tag_from_oth_lb. All callers changed.
2368 (TOKEN): Add linepos and buffer members.
2369 (main): Initialise token_str.
2370 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
2371 (token_str): New global variable used by C_entries.
2372
23731995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2374
2375 * Makefile.in.in (maintainer-clean): Renamed from realclean.
2376
23771995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
2378
2379 * etags.c (pfnote): Initialise been_warned in the node.
2380 (C_entries): Removed a speed hack for the sake of clarity.
2381
23821995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
2383
2384 * etags.c (longopts, print_help, main): Use -I as abbreviation
2385 for the --ignore-indentation option.
2386 (main): Do not print an error message for unknown options.
2387
23881995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
2389
2390 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
2391 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
2392 constantypedefs, update, vgrind_style, no_warnings,
2393 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
2394 (permit_duplicates): Was a var, now a #define.
2395 (filename_lb): Was global, now local to main.
2396 (main): Open the tag file when in cxref mode.
2397 Use a BUFSIZ size buffer for making the shell commands.
2398 Look at the return value from the system routine.
2399 Exit when cannot open the tag file.
2400 (process_file): Open the file and pass the FILE* to find_entries.
2401 (find_entries): Now void, because does not open the file itself.
2402 (pfnote): Recovering from lack of memory does not work. Removed.
2403 Use savenstr and simplify the code.
2404 (free_tree): Only free the name space if node is named.
2405 (structtag): Now a pointer, not a fixed length array of chars.
2406 (consider_token): Don't take a token as argument. Use savenstr
2407 when saving a tag in structtag. Callers changed.
2408 (TOKEN): Structure changed. Now used only in C_entries.
2409 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
2410 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
2411 (pfcnt): Deleted. Users updated.
2412 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2413 TEX_getit, prolog_getit): Use dinamic allocation for storing
2414 the tag instead of a fixed size buffer.
2415
24161995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2417
2418 * movemail.c (main): Skip past the colon in inname.
2419
24201995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2421
2422 * etags.c (pfatal): New function.
2423 (main, etags_getcwd): Use pfatal.
2424 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
2425
24261995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2427
2428 * etags.c (Lang_function): Use void instead to declare the
2429 language functions, because many compilers are buggy.
2430 (etags_getcwd): Fix the previous fix on the #else branch.
2431 (readline_internal): Discard possible \r before \n here.
2432 (C_entries): Do not deal with \r here: undo previous fix.
2433
24341995-01-09 Francesco Potorti` (pot at fly)
2435
2436 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
2437 functions and a macro that allow the program to work on input
2438 lines of whatever length. Copied from etags.c.
2439 (fatal): Print a fatal error message and exit.
2440 (main): Use the new functions. Fixed a bug that made a \037 char
2441 appear at the end of the output.
2442
24431995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2444
2445 * etags.c (C_entries): Ignore carriage return at end of line.
2446
24471994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2448
2449 * fakemail.c (xmalloc, xrealloc): Add casts.
2450 (add_field): Handle <...> and "..." syntax.
2451 (setup_files, get_keyword): Clean up parens and line breaks.
2452 (args_size): Likewise.
2453
24541994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2455
2456 * yow.c: Include program name in error messages.
2457
24581994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2459
2460 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
2461 (xmalloc, fatal, error): New functions.
2462 (progname): New variable.
2463 (main): Set progname.
2464
24651994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2466
2467 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
2468 (main): If socket/mqueue name is in home dir, add in the host name.
2469 Rename .emacs_server to .emacs-server....
2470
24711994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2472
2473 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
2474
24751994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
2476
2477 * etags.c (print_help): print --regex usage for ctags also.
2478 (main): use -h in addition to -H as abbreviation for --help.
2479
24801994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2481
2482 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
2483 is compiled if this is defined. The new functions and variables
2484 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
2485 [VMS]: All VMS specific code previously contained in
2486 etags-vmslib.c is now included here, modified for dealing with
2487 language and regex options intermixed with filenames.
2488 (header_file): Global variable deleted.
2489 (Lang_Function): New typedef. All language parser functions
2490 changed to this new type.
2491 (string_numeric_p, substr, prestr): Functions deleted.
2492 (readline_internal): Does the job that readline did previously.
2493 (longopts): --language and --regex options added.
2494 (lang_names, lang_extensions, lang_func, print_language_names):
2495 New structures, variables and functions for choosing languages.
2496 (print_help): Help strings updated. Calls print_language_names.
2497 (argument_type, ARGUMENT): Typedefs for dealing with language and
2498 regex options intermixed with filenames.
2499 (main): Changed the way of dealing with arguments on the command
2500 line to deal with language and regex options intermixed with
2501 filenames.
2502 (get_language, default_C_entries, Cplusplus_entries,
2503 Cstar_entries, Yacc_entries, just_read_file): New functions.
2504 (find_entries): Use the new method for choosing the language.
2505 (Pascal_functions): Allow intermixing of comment styles.
2506 (prolog_getit, skip_comment): Rewritten for speed.
2507 (readline): Rewritten to deal with regexps.
2508
25091994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2510
2511 * etags.c (<errno.h>): #include added.
2512 (etags_getcwd): Check return value from getcwd.
2513
25141994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2515
2516 * profile.c (TV1, TV2): Use EMACS_TIME as type.
2517 (get_time): Use EMACS_SUB_TIME.
2518
25191994-10-30 voelker <voelker@cs.washington.edu>
2520
2521 * ntlib.c: New file.
2522 * makefile.nt: New file.
2523
2524 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
2525 [WINDOWSNT]: Include the NT headers.
2526 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
2527
2528 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
2529 [WINDOWSNT]: Include some NT headers.
2530
25311994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
2532
2533 * pop.c (getline): When a search of already-read input for CRLF
2534 fails, store the fact that we've searched it and don't search it
2535 again after reading more data.
2536
2537 * pop.c (getline): When determining whether or not it's necessary
2538 to grow the input buffer, take into account the null that's stored
2539 at the end of already-read input in the buffer.
2540
25411994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
2542
2543 * etags.c (prestr, substr): return a logical type.
2544 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2545 (consider_token): set funcdef to fignore when a DEFUN is met.
2546 (C_entries): Now we can use Tom Hageman patch for extern "C".
2547
25481994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2549
2550 * movemail.c: PopServer renamed to popserver throughout.
2551
25521994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2553
2554 * etags.c: Don't declare malloc, since we include config.h.
2555 * fakemail.c: Likewise.
2556
25571994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2558
2559 * movemail.c: Don't declare malloc.
2560
25611994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2562
2563 * rcs-checkin: Use test -r instead of < to check readability, to
2564 avoid syntax error.
2565
25661994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
2567
2568 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2569 defined, and if HAVE_CONFIG_H isn't defined, define
2570 MAIL_USE_POP always (so that this file can be included in
2571 other programs besides emacs).
2572
2573 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2574 HAVE_CONFIG_H isn't defined.
2575
2576 * pop.c (find_crlf, getline): Instead of using strstr, use a
2577 custom function for finding CRLF.
2578 (my_strstr): Function deleted.
2579
25801994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2581
2582 * pop.c (getline): Fix a segfault because of passing a
2583 non-null-terminated string into strstr(). Fix from
2584 djm@va.pubnix.com (David J. MacKenzie).
2585
2586 * pop.c: Don't include <string.h> and <strings.h>.
2587
2588 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2589 should be interchangeable, and indeed the inclusion is done in
2590 both orders in various files in the Kerberos 4 library sources,
2591 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2592 requires that <des.h> be included first, and I don't see any harm
2593 in changing the order.
2594
2595 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2596 STDC_HEADERS, if they're defined. Undef open, read, write and
2597 close after including it.
2598
25991994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2600
2601 * pop.c: Fix mismatch in conditionals.
2602
2603 * make-docfile.c (main): Don't process one input file twice.
2604 Never use exit code > 1.
2605
2606 * pop.c (open, close, read, write): Add #undefs.
2607
2608 * pop.c: Don't declare malloc, realloc, free.
2609 Include ../src/config.h.
2610 Don't include string.h or strings.h.
2611 Include des.h before krb.h.
2612 Do declare my_strstr.
2613 (getline): Really use my_strstr.
2614 Leave one empty place in server->buffer,
2615 and put a null at the end of the data in it.
2616
26171994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2618
2619 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2620 call kill with pid 0. Handle EINTR when receiving messages.
2621
26221994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2623
2624 * Makefile.in.in (regex.o): Use full path to find regex.c.
2625
26261994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2627
2628 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2629 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2630
26311994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2632
2633 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2634 (${archlibdir}): Use mkinstalldirs instead.
2635
2636 * movemail.c: Make functions that return nothing void, not
2637 implicitly int.
2638 (main): Improve usage message.
2639 (error): Write to stderr, not stdout.
2640
2641 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2642 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2643 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2644 variables and implicitly declared functions.
2645
26461994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2647
2648 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2649 (distclean): Not here.
2650
2651 * Makefile.in.in (libexecdir): Renamed from libdir.
2652
26531994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2654
2655 * etags.c (C_entries): Name the #define's that are macros.
2656
26571994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2658
2659 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2660 fd_set arg is a pointer, descriptor arg comes first.
2661
26621994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2663
2664 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2665 (C_entries): Recognise #define inside a struct.
2666 (C_entries): ANSI tells that preprocessor commands do not have to
2667 start on the first column.
2668 (print_help): Documentation corrected for -d and -D.
2669 (white, endtk): ANSI tells the vertical tab is a separator.
2670
26711994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2672
2673 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2674 (pop.o, movemail.o): New targets.
2675 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2676
2677 * pop.c, pop.h: New files.
2678
2679 * movemail.c: Improve POP code, move most of it into a separate file.
2680 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2681 (mbx_write): Check for errors and for From line.
2682 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2683 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2684 (pop_init): Functions deleted.
2685
26861994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2687
2688 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2689 Rename path to dirname.
2690
26911994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2692
2693 * Makefile.in.in (UTILITIES):
2694 Remove test-distrib, make-docfile, make-path.
2695 (DONT_INSTALL): New variable--list those files here.
2696 (clean): Delete the files in DONT_INSTALL.
2697
26981994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2699
2700 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2701 (main): Use fgets, not gets.
2702
27031994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2704
2705 * timer.c: Don't declare malloc.
2706
27071994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2708
2709 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2710 defined, use simple 32-bit versions of these macros.
2711 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2712
27131994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2714
2715 * etags.c (etags_getcwd): Use getcwd if available.
2716
27171994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2718
2719 * Version 19.27 released.
2720
27211994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2722
2723 * Version 19.26 released.
2724
27251994-08-15 Paul Eggert <eggert@twinsun.com>
2726
2727 * rcs2log: Add support for CVS.
2728 Work with `rlog's that output ISO 8601 dates.
2729
27301994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2731
2732 * rcs2log: Use <> to delimit email address.
2733
27341994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2735
2736 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2737 so we can listen for multiple requests.
2738
27391994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2740
2741 * movemail.c: Include config.h first thing.
2742
27431994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2744
2745 * emacsserver.c (main): Add casts to avoid warnings.
2746
27471994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2748
2749 * Makefile.in.in (${archlibdir}): Compare the proper dir
2750 before installing the scripts.
2751
27521994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2753
2754 * emacsclient.c (main): New local var progname saves argv[0].
2755
27561994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2757
2758 * emacsclient.c (main): Don't actually modify argv[0].
2759 Modify a copy instead.
2760
27611994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2762
2763 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2764 (tzp): Var deleted.
2765
2766 * Makefile.in.in: Add #undef alloca.
2767
27681994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2769
2770 * timer.c (xmalloc): New function.
2771
27721994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2773
2774 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2775 (alloca.o): New target.
2776
27771994-07-08 Dave Love (d.love@dl.ac.uk)
2778
2779 * etags.c (takeprec): recognise `character*(*) function'
2780
27811994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2782
2783 * etags.c (main): Don't barf on obsolete -t and -T switches.
2784 (main): Print an explicative message when a switch is not known.
2785
27861994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2787
2788 * hexl.c: Don't declare exit or perror.
2789
2790 * emacsserver.c (main): Don't declare geteuid.
2791 Don't declare getenv if convex.
2792
27931994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2794
2795 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2796
27971994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2798
2799 * etags.c (absolute_filename): Remove infinite loop bug when
2800 accessing files in directories whose name begins with a dot.
2801
28021994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2803
2804 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
2805
28061994-06-01 Morten Welinder (terra@diku.dk)
2807
2808 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
2809 location of data directory.
2810
28111994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2812
2813 * Version 19.25 released.
2814
28151994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2816
2817 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
2818
28191994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2820
2821 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
2822
28231994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2824
2825 * Version 19.24 released.
2826
28271994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2828
2829 * make-docfile.c (write_c_args): Put `default' in upper case.
2830
28311994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2832
2833 * etags.c (etags_getcwd): Cast result of popen.
2834 (popen): Declaration deleted.
2835
28361994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
2837
2838 * etags.c [!MSDOS]: Declare popen.
2839
28401994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2841
2842 * b2m.c (main): Avoid crash if argc is 1.
2843
28441994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2845
2846 * Version 19.23 released.
2847
2848 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
2849
28501994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2851
2852 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
2853
28541994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
2855
2856 * Makefile.in.in: Fix out of date comment.
2857
28581994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2859
2860 * Makefile.in.in: Put in a separator for where to start cpp procssing.
2861 Move all autoconf substitutions above that point.
2862 Above that point, use Make-style comments.
2863 This goes with changes in ../configure.in.
2864
28651994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2866
2867 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
2868 warning message.
2869 (${archlibdir}): Don't do it here. Don't depend on blessmail.
2870
28711994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
2872
2873 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
2874
28751994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2876
2877 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
2878 print advice to run it, if it has anything significant to do.
2879 And only if MOVEMAIL_NEEDS_BLESSING.
2880 (blessmail): Use emacs, not temacs.
2881 (configuration): Renamed from configname.
2882
28831994-04-30 Morten Welinder (terra@diku.dk)
2884
2885 * etags.c (find_entries): Treat `*.cpp' as C++ files.
2886
28871994-04-30 Morten Welinder (terra@diku.dk)
2888
2889 * etags.c [MSDOS]: #include <sys/param.h> for the following.
2890 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
2891 a shell.
2892
28931994-04-29 Morten Welinder (terra@diku.dk)
2894
2895 * hexl.c [MSDOS]: Don't define proto type for exit.
2896
28971994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2898
2899 * b2m.c: Don't include string.h or strings.h.
2900
29011994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
2902
2903 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
2904 symbols, not make variables.
2905
29061994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2907
2908 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
2909 * etags.c (print_version): Print VERSION as a string.
2910
29111994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2912
2913 * fakemail.c (readline): Fix updating of p when buffer grows.
2914
29151994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
2916
2917 * Makefile.in.in (blessmail): New target.
2918 ${archlibdir}: Use blessmail when installing movemail.
2919
29201994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2921
2922 * fakemail.c (readline): When extending the buffer,
2923 calculate end afresh using the new size.
2924
29251994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2926
2927 * etags.c (main, print_help): eliminate the -F option.
2928
29291994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2930
2931 * etags.c (absolute_filename): compare against '\0' instead of NULL.
2932
29331994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2934
2935 * Makefile.in.in: Renamed from Makefile.in.
2936 Makefile.in is now generated from it, and then preprocessed.
2937 Change comments to C syntax.
2938 Include config.h.
2939 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
2940 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
2941
29421994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2943
2944 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
2945
29461994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2947
2948 * etags.c (etags_getcwd): Initialize bufsize.
2949
29501994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2951
2952 * profile.c (gettimeofday): If system doesn't have this, define it
2953 to give a fatal error.
2954
29551994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
2956
2957 * movemail.c (main): Use setuid, not seteuid.
2958
29591994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2960
2961 * etags.c: #undef static.
2962
29631994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2964
2965 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
2966 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
2967 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
2968 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
2969 TeX_functions, Prolog_functions.
2970 (inf): no more a global variable.
2971 (C_entries): take 2nd parameter `inf' instead of using the global one.
2972 (find_entries): added the cp1 var for optimisation.
2973 (find_entries): added more suffixes for assembler files.
2974 (Asm_funcs): Now finds labels even without an ending colon.
2975
29761994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2977
2978 * etags.c (main): use etags_getcwd for compatibility.
2979 (etags_getcwd): new function.
2980
29811994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2982
2983 * Makefile.in (etags, ctags): Pass -D for VERSION.
2984
29851994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
2986
2987 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
2988 (main): don't allow the use of -t and -T in etags mode.
2989 (print_help): don't show options enabled by default.
2990 (print_version): show the emacs version number if VERSION is #defined.
2991 (find_entries): add "ss" as suffix for Chez Scheme.
2992
29931994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
2994
2995 * etags.c (cwd, outfiledir): vars added.
2996 (relative_filename, absolute_filename, absolute_dirname):
2997 functions added to compute filenames in tags files.
2998 (process_file): filenames in tags file are relative to the
2999 directory where the tags file is (useful with the -o option).
3000 (main): initialise the outfiledir var.
3001 (TYPEDST): added the `tignore' value.
3002 (C_entries): corrected various small bugs.
3003
30041994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3005
3006 * Makefile.in (UTILITIES): `env' deleted.
3007 (env): Target deleted.
3008 * env.c: File deleted.
1c478461 3009
362bc2da
DL
30101994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3011
3012 * Makefile.in (install, ${archlibdir}): Switch back to ..
3013 before running INSTALL_PROGRAM.
3014
30151994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
3016
3017 * etags.c (TYPEDST): added the `tignore' value.
3018 (C_entries): corrected various bugs, now correctly parses the
3019 `extern "C" {' construction (patch by Tom R.Hageman).
3020
30211994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3022
3023 * b2m.c: Use <...> to include config.h.
3024 Don't include stdlib.h.
3025
30261994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
3027
3028 * b2m.c (main): Change delimiter from "^L" to "^_^L".
3029 Allow for text following "BABYL OPTIONS:".
3030 Add --help option. Use argv[0] in error messages.
3031
30321994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3033
3034 * emacsclient.c (main) [HAVE_SYSVIPC]:
3035 Make msgp->mtext longer if necessary.
3036 On HPUX, error if it's more than 512 chars.
3037
30381994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3039
3040 * etags-vmslib.c: Use GPL.
3041 * emacstool.c: Use GPL.
3042 * fakemail.c: Update GPL.
3043
3044 * make-path.c (main): Return 1 on error, not -1.
3045 Update GPL.
3046
3047 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
3048 (xmalloc, xrealloc): Return char *, not int.
3049 (error): Write to stderr, not stdout.
3050 Update GPL.
3051
30521994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
3053
3054 * profile.c (main, get_time): Don't crash on invalid input.
3055
30561994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
3057
3058 * profile.c (get_time): Simplify; avoid calling index.
3059 (main): exit on EOF.
3060
30611994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
3062
3063 * etags.c (--absolute-pathnames): option removed.
3064
30651994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3066
3067 * fakemail.c (put_line): Don't break the line if it all fits.
3068
30691994-02-14 Francesco Potorti` (pot at fly)
3070
3071 * etags.c (absolute_pathnames, cwd): added global vars.
3072 (longopts, print_help, main, process_file): put absolute filenames
3073 in the tag file if the -A --absolute-pathnames option is used.
3074 (print_help): alfabetically order the options.
3075 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
3076
30771994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3078
3079 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
3080 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
3081
30821994-02-07 Christian Lynbech (lynbech@avignon)
3083
3084 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
3085
30861994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3087
3088 * Makefile.in (UTILITIES): Mention profile.
3089 (profile): New target.
3090
3091 * profile.c: New file.
3092
30931994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3094
3095 * Make the argument list output look more like the Lisp docstrings do.
3096 make-docfile.c (write_c_args): Take new arg FUNC. Make output
3097 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3098 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
3099
31001994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
3101
3102 * etags.c (stab_entry, stab_create, stab_find, stab_search,
3103 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
3104 Use gperf generated hash table instead of linked list.
3105 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
3106 Mostly code generated by gperf.
3107 (consider_token): removed unused parameter `lp'.
3108 (PF_funcs, getit): allow subroutine and similar declarations
3109 to span multiple lines.
3110 (C_entries): check for newline if inchar to avoid bus errors.
3111 (process_file, find_entries): distinguish among nonexistent
3112 and not regular file.
3113
31141994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3115
3116 * timer.c: Include errno.h; don't include fasync.h.
3117 (schedule): Don't return a value.
3118 (sigcatch): Reestablish the handler first.
3119 (getevent): Always call notify at the end.
3120 (notify): Defer alarms around the whole body of function.
3121
31221994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3123
3124 * timer.c (main): Don't request SIGIO, and don't handle it.
3125 Loop calling getevent.
3126 (sigcatch): Delete code to handle SIGIO.
3127 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 3128 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
3129 Set defer_alarms around realloc and schedule.
3130 If alarm_deferred gets set, call notify.
3131 Likewise if this event is the only pending event.
3132 Make buf and buf_size global variables.
3133 Don't malloc buf if it is already non-zero.
3134 (schedule): Just exit if run out of memory.
3135 Return the number of events.
3136 (signal) [_CX_UX]: Add #undef.
3137
31381994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3139
3140 * timer.c [USG] (SIGIO): Define as SIGPOLL.
3141 (main) [USG]: Do ioctl to enable SIGPOLL.
3142
31431994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3144
3145 * timer.c: Don't declare sys_errlist; declare strerror instead.
3146 (schedule, main): Call strerror instead of using sys_errlist.
3147 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
3148 Call strerror instead of using sys_errlist.
3149 * env.c (main): Call strerror instead of using sys_errlist.
3150 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
3151 (main): Call strerror instead of using sys_errlist.
3152 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
3153 * env.c [! HAVE_STRERROR] (strerror): Likewise.
3154 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
3155 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
3156
31571994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3158
3159 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
3160
3161 * movemail.c (malloc): Don't declare it.
3162 (xmalloc): Cast result of malloc.
3163 (strcpy): Don't declare it.
3164
31651993-11-14 Morten Welinder (terra@diku.dk)
3166
3167 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
3168 (main): Use fclose to close file opened by fopen.
3169
3170 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
3171
3172 * movemail.c [MSDOS]: #undef `access'.
3173
3174 * b2m.c (main) [MSDOS]: Open all files as binary.
3175 * etags.c (main) [MSDOS]: Open all files as binary.
3176
3177 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
3178 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
3179 with.
3180
31811994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3182
3183 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
3184 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
3185 (LINK_CFLAGS): New variable.
3186 (timer): Use LINK_CFLAGS.
3187
31881993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3189
3190 * movemail.c: Include syswait.h.
3191 Fork a subprocess and use it to copy the mail file.
3192
31931993-12-07 Richard Stallman (rms@srarc2)
3194
3195 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
3196
31971993-12-04 Richard Stallman (rms@srarc2)
3198
3199 * movemail.c (main): When making tempname, cast result of xmalloc.
3200 Include room for EXXXXXX in the size.
3201 Don't use result of strcpy.
3202
32031993-12-03 Paul Eggert (eggert@twinsun.com)
3204
3205 * vcdiff: Add --brief option.
3206
32071993-12-02 Richard Stallman (rms@srarc2)
3208
3209 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
3210 for all executables and scripts.
3211
32121993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3213
3214 * Version 19.22 released.
3215
32161993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3217
3218 * Makefile.in (mostlyclean): Make it distinct from clean.
3219
32201993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3221
3222 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
3223
32241993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3225
3226 * Version 19.21 released.
3227
3228 * Makefile.in (install): Don't change mode or group when installing.
3229
3230 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
3231
32321993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3233
3234 * make-docfile.c (read_c_string): For "", concatenate the two strings.
3235
3236 * movemail.c (main): Fix error message text.
3237
32381993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3239
3240 * Version 19.20 released.
3241
32421993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
3243
3244 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
3245 functions returning a pointer to a function, a la `signal', can be
3246 parsed. This also required new state `fstartlist' to `FUNCST'.
3247 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
3248 (C_entries, CNL): use it to isolate preprocessor directive processing
3249 from the other state engines.
3250 (begtk): add '~', for C++ class destructors.
3251
32521993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
3253
3254 * etags.c (consider_token): removed unused variable firsttok.
3255 (prolog_getit): call pfnote with the right number of arguments.
3256
32571993-10-19 Paul Eggert (eggert@twinsun.com)
3258
3259 * rcs2log (printlogline): Don't generate lines containing only
3260 white space.
3261
32621993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3263
3264 * Makefile.in (${archlibdir}):
3265 Install ${SCRIPTS} from ${srcdir}, not cwd.
3266
32671993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3268
3269 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
3270 the comment character.
3271
32721993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
3273
3274 * etags.c (process_file): dead code removed.
3275 (S_ISREG): #define it using S_IFREG if not defined.
3276 (process_file): regular files have nothing to do with symlinks.
3277
32781993-09-28 Brian Fox (bfox@ai.mit.edu)
3279
3280 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
3281 from current directory. Only chmod and chgrp files that we
3282 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
3283 ${bindir}.
3284 (INSTALLFLAGS): Deleted definition, since it is an unused variable
3285 now.
3286
32871993-09-27 Brian Fox (bfox@ai.mit.edu)
3288
3289 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
3290 configure figure out the correct values for these variables.
3291
32921993-09-14 Brian Fox (bfox@ai.mit.edu)
3293
3294 * Makefile.in (archlibdir): Only install execuatables internally
3295 used by emacs; don't install bindir binaries here.
3296
32971993-09-24 Paul Eggert (eggert@twinsun.com)
3298
3299 * rcs2log: Add -h, -n, -r options.
3300 By default, look for *,v files as well as RCS/*,v files.
3301 Use $TMPDIR (default /tmp) instead of /tmp.
3302
33031993-09-20 Francesco Potorti` (pot at fly)
3304
3305 * etags.c (C_entries): is_func is initialised here instead of in
3306 consider_token for the sake of the yacc rules section.
3307 (C_entries): Now class, struct, enum, union and typedef produce
3308 named tags.
3309
33101993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
3311
3312 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
3313
33141993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3315
3316 * Support configuring in a different directory when ${srcdir} has
3317 already been configured.
3318 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
3319 -I${srcdir} -I${srcdir}/../src.
3320 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
3321 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
3322 is already in CPP_FLAGS.
3323 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
3324 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
3325
33261993-08-25 Paul Eggert (eggert@twinsun.com)
3327
3328 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
3329 otherwise, HP awk complains.
3330
3331 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
3332 are common hangouts for SCCS commands.
3333
33341993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3335
3336 * Version 19.19 released.
3337
33381993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3339
3340 * Makefile.in (make-path): Dep on config.h.
3341
33421993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3343
3344 * b2m.c (TRUE, FALSE): Don't define if already defined.
3345
33461993-08-09 Paul Eggert (eggert@twinsun.com)
3347
3348 * rcs2log (awkscript):
3349 Some sites put comma-separated junk after the fullname.
3350 Remove it, but leave "Bill Gates, Jr" alone.
3351 Remove the junk from fullnames like "0000-Admin(0000)".
3352
33531993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3354
3355 * Version 19.18 released.
3356
33571993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
3358
3359 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
3360 (L_funcs): the (foo::defmumble stuff now should work.
3361 (consider_token): function returned random value--corrected.
3362 (C_entries): corrected == versus = typo.
3363
33641993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3365
3366 * etags.c (put_entries): For NODE->rewritten, put pattern before
3367 \177 and name after, not vice versa.
3368
33691993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3370
3371 * timer.c (main): Generate a SIGIO as soon as we've initialized.
3372
33731993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
3374
3375 * etags.c (FINCST): added the fignore status. Means we are
3376 after the parameter list and before the open curly brace.
3377 Allows correct parsing of C++ constructors.
3378 (C_entries, consider_token): make use of fignore.
3379 (consider_token): reset funcdef when next_token_is_func: when in
3380 ctags mode makes DEFVAR and others work better.
3381 (L_isquote): function that recognises the "(quote" string.
3382 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
3383
33841993-07-29 Paul Eggert (eggert@twinsun.com)
3385
3386 * rcs-checkin: Don't check whether a file is readable until we have
3387 decided not to ignore it.
3388
33891993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3390
3391 * Makefile.in (etags): Depend on ../src/config.h.
3392
3393 * emacsserver.c: Include types.h before file.h.
3394
33951993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3396
3397 * Makefile.in (install): Use .n, not .new, for temporary filenames.
3398
33991993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3400
3401 * Version 19.17 released.
3402
34031993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3404
3405 * etags.c (print_help): Break up the very long strings containing
3406 the help message into shorter strings, to placate chintzy C
3407 compilers which can't handle strings that long.
3408
3409 * wakeup.c: Use CPP tangle from autoconf manual to #include the
3410 correct combination of <time.h> and <sys/time.h>.
3411
34121993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3413
3414 * etags.c (alloca): removed all references to it.
3415 (main): now calls xnew instead of alloca for portability.
3416 (../src/config.h): included only if HAVE_CONFIG_H.
3417 (const): void definition removed--config.h takes care of it.
3418
34191993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3420
3421 * etags.c (consider_token): was `==', now is `='.
3422 (consider_token): DEFUNs now treated like funcs in ctags mode.
3423
3424 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
3425 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
3426 (C_entries): removed a piece of useless code.
3427 (C_entries): making typedef tags is delayed until a semicolon
3428 is met. This handles "typedef int X, Y, Z;" correctly.
3429
34301993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3431
3432 * Version 19.16 released.
3433
3434 * b2m.c: #include <sys/types.h>.
3435 (ltoday): Declare this to be time_t.
3436
34371993-06-30 Paul Eggert (eggert@twinsun.com)
3438
3439 * vcdiff: Add -q option.
3440
34411993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3442
3443 * etags.c: #include "config.h" and the alloca CPP tangle before
3444 #including the system headers and getopt.h. AIX requires the
3445 #pragma to come before any actual C code.
3446
34471993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3448
3449 * Makefile.in (ctags): Depend on etags, so that parallel makes
3450 don't write etags.o files on top of each other.
3451
34521993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3453
3454 * version 19.15 released.
3455
34561993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3457
3458 * etags.c (add_node): Move var last_node to file scope.
3459
34601993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3461
3462 * Version 19.14 released.
3463
34641993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3465
3466 Bring mumbleclean targets into conformance with GNU coding standards.
3467 * Makefile.in (distclean): Call clean to do most of the work.
3468 Delete aixcc.c and TAGS.
3469 (realclean): Just call distclean.
1c478461 3470
362bc2da
DL
3471 * Makefile.in: Remember, spaces are not tabs.
3472
34731993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3474
3475 * Makefile.in (CPP_CFLAGS): New variable.
3476 Use it instead of ALL_CFLAGS when compiling a .c file.
3477 (getopt.o, getopt1.o): Add explicit compilation commands.
3478
34791993-06-10 Mark D. Baushke (mdb@cisco.com)
3480
3481 * etags.c: Reinstate old -f option as an alias for -o for
3482 installed base uses.
3483
34841993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3485
3486 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
3487 to bind or accept, cast the pointer, to avoid warnings on systems
3488 which declare prototypes for this.
3489 * emacsclient.c (main): Same.
3490
3491 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
3492
34931993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3494
3495 * Version 19.13 released.
3496
3497 * wakeup.c: Include sys/types.h, too; I think that's where time_t
3498 comes from, not sys/time.h.
3499
35001993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3501
3502 * wakeup.c: Include sys/time.h.
3503
3504 * etags.c: #undef static.
3505
3506 * Version 19.12 released.
3507
3508 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
3509
35101993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3511
3512 * Version 19.11 released.
3513
3514 * timer.c [LINUX]: #undef signal.
3515 * emacsserver.c: #undef signal.
3516
35171993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3518
3519 * wakeup.c (main): Make when a time_t.
3520
35211993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3522
3523 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
3524 `(cd foo ; pwd)` to get the canonical name of a directory; cd
3525 might fail, and have pwd print out the current directory.
3526
3527 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
3528 string-handling functions.
3529
35301993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3531
3532 * Version 19.10 released.
3533
35341993-05-29 Paul Eggert (eggert@twinsun.com)
3535
3536 * rcs2log: When given no file arguments, inspect RCS/.* as well
3537 as RCS/*. Don't report an error if RCS is empty or nonexistent.
3538
35391993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3540
3541 * Makefile.in (timer): Link with $(LOADLIBES).
3542
35431993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3544
3545 * fakemail.c (put_line): Don't output \n\t unless more text follows.
3546
35471993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3548
3549 * etags.c: Replace the CPP tangle for alloca with the one from the
3550 autoconf documentation, since that's working elsewhere.
3551
35521993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3553
3554 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3555 description files can find their ancestors.
3556
35571993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3558
3559 * Makefile.in (install): Get the scripts from ${srcdir},
3560 unlike the executables.
3561 (ALL_CFLAGS): Add -I../src
3562
35631993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3564
3565 * Version 19.9 released.
3566
35671993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3568
3569 * Makefile.in (install): Do install the programs listed in
3570 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
3571 INSTALLABLE_SCRIPTS, instead of writing the programs out.
3572
3573 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3574 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3575
35761993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3577
3578 * etags.c: Include ../src/config.h.
3579
3580 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3581 in first loop. Delete files from bindir before installing new ones.
3582 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3583
35841993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3585
3586 * Version 19.8 released.
3587
3588 * make-docfile.c: Doc fix.
3589
35901993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3591
3592 * tcp.c: Fix comment syntax at top of file.
3593 (main): Don't call htons with the port number.
3594
35951993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3596
3597 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 3598 appropriate.
362bc2da
DL
3599
3600 * Makefile.in (install): Refer to the variables INSTALLABLES and
3601 INSTALLABLE_SCRIPTS, instead of writing them out.
3602
36031993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3604
3605 * make-path.c (main): Return 0.
3606
36071993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3608
3609 * Version 19.7 released.
3610
36111993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3612
3613 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3614
36151993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3616
3617 * tcp.c: New file.
3618
36191993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3620
3621 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3622
36231993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3624
3625 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3626 only. We should really fix this later, but let's just make it
3627 compile for now.
3628
3629 Install patches from David J. Mackenzie to make the srcdir option
3630 work.
3631 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3632 Makefile.
3633 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3634 INSTALLABLE_SCRIPTS.
3635 (INSTALLABLE_SCRIPTS): New list.
3636 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3637 (${archlibdir}): The scripts to be installed live in the source
3638 tree, not in the object tree.
3639 (test-distrib): Note that the data file lives in the source tree,
3640 not the object tree.
3641 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3642 (all other targets): Change references to source files to use
3643 ${srcdir}, except for config.h, which lives in the object dir.
3644 (timer.o): Note that this depends on ../src/config.h.
3645 * make-docfile.c (main): Add a -d option, to tell it where to find
3646 the source files.
3647 * test-distrib.c (main): Take the name of the distribution file to
3648 test from the command line.
3649
3650 * timer.c: Fix mispellings of get_date function's name.
3651
36521993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3653
3654 * etags.c (main):
3655 Don't require that there be input files if -i switches were given.
3656
36571993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3658
3659 The GNU coding standards specify that CFLAGS should be left for
3660 users to set.
3661 * Makefile.in (CFLAGS): Put this in the "things configure might
3662 edit" section, and have it default to -g.
3663 (ALL_CFLAGS): New variable, set to all the flags which should be
3664 passed to compilations. Replace all other uses of CFLAGS with
3665 ALL_CFLAGS.
3666 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3667
3668 * Makefile.in (DEFS): Remove this; it's always just going to be
3669 "-DHAVE_CONFIG_H -Demacs".
3670
36711993-05-03 Paul Eggert (eggert@twinsun.com)
3672
3673 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3674 /[/]/, so change it to /[\/]/. This should work on all
3675 Posix-compliant awks. It's slightly wrong with traditional awk,
3676 since it matches \ too, but that's a minor problem compared to awk
3677 syntax errors.
3678
36791993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3680
3681 * Makefile.in (ALLOCA): New variable, whose value we should
3682 inherit from the top-level makefile.
3683 (etags, ctags): Include ALLOCA in the list of object files that
3684 these executables depend on and link.
3685
36861993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3687
3688 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3689
36901993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3691
3692 * make-docfile.c (write_c_args): Print an argument named "defalt"
3693 as "default".
3694
36951993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3696
3697 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3698 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3699 compiler.
3700
37011993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3702
3703 * etags.c (YACC): flag added to c_ext.
3704 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3705 (find_entries): consistently use streq when reasonable.
3706 (find_entries): a .y file is a yacc file.
3707 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3708 (C_entries): logical cplpl means c_ext&C_PLPL.
3709 (C_entries): logical yacc_rules means we are after the first %%.
3710 (C_entries): added logic for yacc files.
3711
37121993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3713
3714 * etags.c (C_entries): ':' case moved to the second switch.
3715 (C_entries): do not examine token if structdef==scolonseen.
3716 (consider_token): structtag set to null string for enum.
3717
37181993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3719
3720 * etags.c (GET_COOKIE): and related macros removed.
3721 (logical): is now int, no more a char.
3722 (reg): define deleted.
3723 (isgood, _gd, notgd): deleted.
3724 (gotone): deleted.
3725 (TOKEN): member linestart removed.
3726 (linepos, prev_linepos, lb1): deleted.
3727 (main): call initbuffer on lbs array instead of lb1.
3728 (init): removed the initialisation of the logical _gd array;
3729 (find_entries): a .sa suffix means assembler file.
3730 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3731 All C state machines rewritten.
3732 (C_entries): complete rewrite.
3733 (condider_token): complete rewrite.
3734 (getline): deleted.
3735
37361993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3737
3738 * etags.c (C_entries): Added the quotednl logical variable.
3739 Used for parsing of #define's spanning multiple lines.
3740
37411993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3742
3743 * etags.c (C_entries): Save the definedef status even when a
3744 newline is met inside a string.
3745
37461993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3747
3748 * Makefile.in (EXECUTABLES): added rcs-checkin.
3749
3750 * Makefile.in (unlock, relock): New productions.
3751
37521993-03-16 Paul Eggert (eggert@twinsun.com)
3753
3754 * rcs2log: Some awks don't understand "\r". Code around this.
3755 Unfortunately this requires putting a carriage return in the
3756 source code. Don't assume that rlog will tolerate times like
3757 `10:10:60'; RCS 5.7 won't allow this.
3758
37591993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3760
3761 * timer.c (main): Set the ownership of the stdin file descriptor
3762 to the current process. Print error messages if either of the
3763 fcntl's fails.
3764
3765 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3766 ../src/config.h), not void.
3767
37681993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3769
3770 * b2m.c (main): Don't exit upon reading a blank line.
3771
37721993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3773
3774 * etags.c (C_entries): New local variable quotednl. Used for
3775 parsing of #define's spanning multiple lines.
3776
3777 * etags.c (C_entries): Save the definedef status
3778 even when a newline is met inside a string.
3779
37801993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3781
3782 * timer.c (notify): Initialize waitfor properly.
3783
37841993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3785
3786 * etags.c (C_entries): Don't reset definedef when a newline inside a
3787 comment is met.
3788
37891993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3790
3791 * etags.c (find_entries): If filename ends in .f or .for,
3792 don't try anything but Fortran.
3793
37941993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
3795
3796 * timer.c (notify): Flush stdout after writing message to avoid lossage
3797 on terminals.
3798
3799 (notify): Also, write a newline after the token.
3800
38011992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3802
3803 * Makefile.in (exec_prefix): New variable.
3804 (bindir, libdir): Use it instead of `prefix'.
3805
3806 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
3807
3808 * Makefile.in (libdir): Default to ${prefix}/lib.
3809 (archlibdir): Adjusted to match.
3810
3811 * Makefile.in (distclean): Don't delete backup or autosave files.
3812 (extraclean): Like realclean, but does delete backup and autosave
3813 files.
3814
3815 * Makefile.in (realclean): Ignore errors from rm.
3816
3817 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
3818 that doesn't exist anymore.
3819
38201992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3821
3822 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
3823 described in the top-level Makefile.
3824 (UTILITIES): Add make-path to the list of utility programs.
3825 (../arch-lib): Replaced by the ${archlibdir} target, which places
3826 the executables in their permanent home.
3827 (install, install.sysv, install.xenix): Consolidated into one
3828 target which should work under all circumstances, modulo a few
3829 ignored error messages.
3830
3831 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
3832 a different number of arguments than other DEFVARs, recognize it
3833 specially, and expect the right number of commas.
3834
38351992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3836
3837 * make-path.c: New program, to help with the installation process.
3838 * Makefile.in (make-path): New target.
3839
3840 * make-path.c (touchy_mkdir): Remove debugging output.
3841
38421992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3843
3844 * Makefile.in (getdate.o): Added explicit target for this, so we
3845 can indicate that it depends on ../src/config.h.
3846
38471992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3848
3849 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
3850 instead of CFLAGS.
3851 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
3852
38531992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3854
3855 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
3856 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
3857 that system.
3858
3859 * Makefile.in (arch-lib): Give rm the `-f' option.
3860
38611992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3862
3863 * make-docfile.c (write_c_args): Rewritten to correctly print
3864 &optionals before the first identifier, but after the first paren.
3865 This code used to just wait for commas or spaces; now it notices
3866 identifier boundaries.
3867
38681992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3869
3870 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
3871
38721992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3873
3874 * make-docfile.c (write_c_args): Print the argument lists properly
3875 when the first argument is optional.
3876
38771992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3878
3879 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
3880 Redefine @item. Set catcode of +.
3881
38821992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3883
3884 * emacsclient.c (main): Set IPC_CREAT in msgget call.
3885
38861992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3887
3888 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
3889 (TEX_decode_env): Make `tab' one element longer.
3890
38911992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3892
3893 * etags.c (PF_funcs): Recognize the "entry" keyword.
3894
38951992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3896
3897 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
3898
38991992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3900
3901 * timer.c (events): Rather than having slots marked as in use or
3902 out of use by the `token' field, keep all pending events at the
3903 beginning of the array. When we delete an event in the middle of
3904 the array, we move the last event into its place.
3905 (num_events): New variable.
3906 (schedule): It is now cheaper to find a free event slot;
3907 events[num_events] is the first free slot.
3908 (notify): Scan events[0 .. num_events-1], instead of the whole
3909 array. When an event fires, move the last event in the array into
3910 its spot. Use num_events to determine whether or not there are
3911 any pending events, not wait_for.
3912 (getevent): Deleted unused variable `ep'.
3913 (sigcatch): It's now easier to find all the active events.
3914 (main): Initialize num_events.
3915
3916 * etags.c: Rather than fret about which systems have index and
3917 which systems have strchr, and how to tell the difference between
3918 them, we just write out our own versions. Big deal.
3919 (index, rindex): Extern declarations removed.
3920 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
3921 (etags_index, etags_rindex): New declarations.
3922 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
3923 TEX_getit, substr): Use the etags_*index functions, rather than
3924 the native *index functions.
3925 (rindex, index): Renamed to etags_rindex and tags_rindex, and
3926 made them unconditionally defined, rather than having them depend
3927 on NEED_*INDEX.
3928
3929 * etags.c (savenstr): Add declaration for this at top of file.
3930 (TEX_decode_env): Don't declare it local to this function.
3931
3932 * b2m.c: #include "../src/config.h", so we can test for the USG
3933 macro, and decide whether to include <string.h> or <strings.h>.
3934 * Makefile.in: Note that b2m.c depends on ../src/config.h.
3935
39361992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3937
3938 * timer.c: Reformatted according to the GNU coding standards.
3939 Removed arbitrary limits on the number of events queued and the
3940 length of the tokens used to identify them.
3941 Removed casts to (void).
3942 Removed debugging printfs; they clutter the code, and the need
3943 can be better filled using a real debugger.
3944
39451992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3946
3947 * timer.c: Installed new version from Eric Raymond; this is more
3948 portable, since it doesn't try to use SIGIO.
3949
39501992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3951
3952 * emacsclient.c (main): If we can't find the socket in this
3953 person's home directory, print a message which asks if they've
3954 started the server, instead of just printing the message from
3955 sys_errmsg; Cygnus finds that people are much less confused by
3956 this.
3957
39581992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3959
3960 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
3961 so that index and rindex get defined, why don't we actually
3962 control index and rindex using symbols called "NEED_INDEX" and
3963 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
3964 little more readable than defining something whose name implies
3965 that it's not?
3966
39671992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3968
3969 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
3970 distribution:
3971 Miscellaneous doc fixes.
1c478461 3972 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
3973 (scan_lisp_file): Instead of using long hairy strings of ifs, call
3974 read_lisp_symbol and then see what we got. Call skip_white
3975 instead of writing out a loop to do its job. Correctly extract
3976 docstrings from "defmacro" declarations.
3977
39781992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3979
3980 * movemail.c (strcpy): Declare this to return char *.
3981
39821992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3983
3984 * etags.c (C_entries): When we find a C++ comment, do actually
3985 skip to the end of the line; do a 'break' instead of a 'continue'.
3986
39871992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3988
3989 * etags.c (getit): Add missing parenthesis to expression which
3990 decides if this token is an identifier.
3991
39921992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3993
3994 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
3995
39961992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3997
3998 * etags.c (put_entries): Always put space between name and line num.
3999
40001992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
4001
4002 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
4003 warning.
4004 (LEVEL_OK_FOR_FUNCDEF): Ditto.
4005
40061992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4007
4008 * make-docfile.c (write_c_args): Pass both arguments to putc.
4009
40101992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
4011
4012 * etags.c (C_entries): Fixed reading of "..." strings.
4013 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
4014 the C library source.
4015
4016 * etags.c (C_entries): When we see a backslash inside a quoted
4017 string, skip to the next character. This allows us to correctly
4018 deal with strings containing quotes.
4019
40201992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4021
4022 * make-docfile.c (write_c_args): Print the C argument names as
4023 they would be written in Elisp; print '_' as '-'.
4024
40251992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4026
4027 * movemail.c [POP]: Get user name via getpwuid.
4028
40291992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4030
4031 * Makefile.in: flags in CC invocations rearranged for no reason.
4032
40331992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4034
4035 * etags.c (print_help): Remember not to imbed raw newlines in
4036 strings - end the lines with `\n\'.
4037
40381992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4039
4040 * timer.c (getevent): Removed declaration of memcpy; since
4041 different systems have different return types, and we're not even
4042 using the return type anyway, it wasn't doing us any good.
4043
40441992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4045
4046 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
4047 type of this function.
4048
40491992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4050
4051 * ChangeLog: Since the old etc contents have been split into etc
4052 and lib-src, the old etc's ChangeLog has been duplicated in the
4053 new etc and lib-src. That means that each contains complete and
4054 coherent information, although each contains extraneous
1c478461 4055 information.
362bc2da
DL
4056
40571992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4058
4059 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4060 to be consistent with other GNU programs, like makeinfo.
4061
4062 * lib-src/Makefile: Renamed to Makefile.in; the configure script
4063 will edit this to produce Makefile.
4064
40651992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4066
4067 * etags.c (print_help, print_version): New functions.
4068 (main): Options added to support them.
4069
4070 * etags.c (longopts): New array of long names for the options.
4071 (main): Recognize them.
4072
40731992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4074
4075 * etags.c (C_entries): Removed comment saying that \" in a string
4076 isn't recognized as magic, because it is correctly handled.
4077
4078 * getopt.c, getopt.h: New files, from GNU C library.
4079 * etags.c: Rewritten to use getopt.
4080 #include "getopt.h".
4081 (file_num): Variable deleted; its role is now played by getopt's
4082 optind.
4083 (main): Argument processing loop rewritten to call getopt to get
4084 next option. Options which take parameters (-o and -i) rewritten
4085 to get parameter from optarg instead of argv[1]. Filename
4086 preprocessing loop and update command changed similarly.
4087 * Makefile (etags, ctags): Depend on and link with getopt.h,
4088 getopt.o, and getopt1.o.
4089 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4090
4091 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4092 is non-zero.
4093
4094 (main): In the argument processing loop, the 'goto next_arg'
4095 statements are breaking out of the switch statement in exactly the
4096 same way that a simple 'break' statement would; replace the gotos
4097 with breaks, and remove the label.
4098
40991992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4100
4101 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4102 (consider_token): Move next_token_is_func to global.
4103
41041992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4105
4106 * Makefile: Conform with GNU coding standards:
4107 (mostlyclean): New target, synonymous with clean.
4108 (TAGS, check): New targets.
4109 (INSTALL, INSTALLFLAGS): New variables.
4110
41111992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4112
4113 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4114 `config.emacs' to `configure'.
4115
4116 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4117 * etc/MACHINES: Same.
4118
41191992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4120
4121 * movemail.c (main): Allow tempname to be as long as necessary,
4122 instead of limiting it to 39 characters.
4123
4124 * movemail.c (main): Move declaration of buf from top of function
4125 to local block surrounding the copy loop. This makes it less
4126 likely to be confused with the buf used by the code which checks the
4127 permissions on outname's directory.
4128
41291992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
4130
4131 * SERVICE: Remove my entry.
4132
41331992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4134
4135 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4136 hardcoded -g.
4137
4138 * movemail.c (xmalloc): Return char *, not int.
4139 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4140 that is off by default -- normally don't unlink the mail spool
4141 file, just empty it. Pass creat mode 0600, not 0666.
4142
41431992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu)
4144
4145 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4146 (all): Instead of here.
4147 (install): Don't use the -s option, since people need symbols to
4148 debug code.
4149
41501992-01-19 (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
4151
4152 * etags-vmslib.c (fn_exp): Add type cast.
4153
41541992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4155
4156 * movemail.c: Changes in comments.
4157
41581992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu)
4159
4160 * Makefile: Make the distclean target erase the DOC files from
4161 ../share-lib and the executables from ../arch-lib.
4162
41631992-01-09 Jim Blandy (jimb at pogo.cs.oberlin.edu)
4164
4165 * emacsclient.c: #include <sys/stat.h>
4166 (main): Do declare statbfr.
4167
41681991-12-21 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4169
4170 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4171 for the socket, depending on SERVER_HOME_DIR.
4172 If using /tmp, put host name in the socket name.
4173
4174 * movemail.c (pfatal_and_delete): New function.
4175 (main, popmail): Use it.
4176 (popmail): Close output before deleting messages.
4177 Check for error on close and on fsync.
4178 Use `fatal' where appropriate.
4179 (main): Remove (void).
4180
4181 * aixcc.lex: New file. Not officially part of Emacs.
4182 * Makefile: Rules for that.
4183
41841991-12-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
4185
4186 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4187
4188 * etags.c (main): Properly cast call to alloca that initializes
4189 included_files.
4190
41911991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4192
4193 * etags.c (files_are_tag_tables): Remove global var.
4194 (process_file): Don't test it. Also remove hack checking for a
4195 file named "TAGS".
4196 (main): -i now takes an arg which is the name of a file to include.
4197 Collect these names and emit include tags for them after processing
4198 all the argument files.
4199
42001991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4201
4202 * wakeup.c: Terminate if parent goes away.
4203
42041991-07-18 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4205
4206 * etags.c (C_entries): Process token before handling end of line.
4207 When inner loops reach end of line, just back up.
4208 Let the real end of line processing happen in just one place.
4209 (consider_token): Likewise.
4210
42111991-04-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
4212
4213 * etags.c (TEX_mode): Skip comments while scanning the text to see
4214 which escape character this file uses.
4215
42161991-03-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4217
4218 * emacsserver.c [USG]: Terminate if msgrcv fails.
4219
42201991-03-03 Richard Stallman (rms at mole.ai.mit.edu)
4221
4222 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4223
42241991-01-25 Jim Blandy (jimb at churchy.ai.mit.edu)
4225
4226 * make-docfile: Find the arguments to a C function correctly,
4227 by not ignoring the character that read_c_string returns. Don't
4228 even try to find argument names for functions that take MANY
4229 or UNEVALLED arguments, since they're a figment of the docstring's
4230 imagination.
4231
42321991-01-14 Jim Blandy (jimb at churchy.ai.mit.edu)
4233
4234 * make-docfile: Read the .elc files generated by the new byte
4235 compiler.
4236
42371990-12-31 Richard Stallman (rms at mole.ai.mit.edu)
4238
4239 * refcard.tex: Use cm fonts, not am, in multi-column mode.
4240
42411990-11-29 Richard Stallman (rms at mole.ai.mit.edu)
4242
4243 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4244
42451990-11-27 Richard Stallman (rms at mole.ai.mit.edu)
4246
4247 * Makefile (install*): No need to install wakeup.
4248
42491990-11-26 Richard Stallman (rms at mole.ai.mit.edu)
4250
4251 * Makefile (install*): Install emacsclient like etags.
4252
42531990-11-13 Richard Stallman (rms at mole.ai.mit.edu)
4254
4255 * movemail.c (error): Handle 3 args.
4256 (main): Don't check input access if using pop.
4257
42581990-10-16 Richard Stallman (rms at mole.ai.mit.edu)
4259
4260 * etags.c (find_entries): Check for numbers after Scheme suffix.
4261
42621990-10-14 Richard Stallman (rms at mole.ai.mit.edu)
4263
4264 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4265
42661990-10-09 Richard Stallman (rms at mole.ai.mit.edu)
4267
4268 * Makefile (nemacstool, xvetool): New targets.
4269
42701990-09-26 Richard Stallman (rms at mole.ai.mit.edu)
4271
4272 * emacsclient.c: Include errno.h and define related variables.
4273
42741990-09-23 Richard Stallman (rms at mole.ai.mit.edu)
4275
4276 * emacsclient.c: Change usage message.
4277
42781990-08-30 David Lawrence (tale at pogo.ai.mit.edu)
4279
4280 * emacs.1: Add break before -nw option.
4281
42821990-08-19 David J. MacKenzie (djm at apple-gunkies)
4283
4284 * qsort.c: Replace with GNU version.
4285
42861990-08-14 David J. MacKenzie (djm at apple-gunkies)
4287
4288 * wakeup.c: New program replacing loadst.c.
4289
42901990-08-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4291
4292 * emacsclient.c [USG]: Pass msgsnd only 4 args.
4293
42941990-08-09 David J. MacKenzie (djm at pogo.ai.mit.edu)
4295
4296 * etags.c: Rename `flag' variables for what they do instead of
4297 which option character sets them.
4298
42991990-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4300
4301 * loadst.c (main): Conditional to get load average on Apollo.
4302
43031990-05-22 Joseph Arceneaux (jla at churchy.ai.mit.edu)
4304
4305 * emacsserver.c: Set the permission on the socket to 0600.
4306
43071990-03-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4308
4309 * emacsclient.c [BSD]: Print clean message for failing getwd.
4310
43111990-03-20 David Lawrence (tale at pogo.ai.mit.edu)
4312
4313 * getdate.y: Use the getdate.y from GNU tar for timer.
4314
43151990-03-18 Jim Kingdon (kingdon at pogo.ai.mit.edu)
4316
4317 * emacsclient.c (main): Don't put brackets around "filename" in
4318 usage message. It isn't optional.
4319
43201990-03-14 Joseph Arceneaux (jla at churchy.ai.mit.edu)
4321
4322 * etags.c (getit): Recognize '$' as beginning identifiers.
4323
43241990-02-22 David Lawrence (tale at pogo.ai.mit.edu)
4325
4326 * emacsserver.c: Renamed from server.c.
4327 * Makefile: Reference emacsserver rather than server.
4328 * MACHINES: Doc fix for new emacsserver name.
4329
43301990-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4331
4332 * emacsclient.c: Print program name in error messages.
4333
43341990-01-19 David Lawrence (tale at cocoa-puffs)
4335
4336 * timer.c, getdate.y (new files) and Makefile:
4337 Sub-process support for run-at-time in timer.el.
1c478461 4338 Doesn't yet work correctly for USG.
362bc2da
DL
4339
43401990-01-10 Jim Kingdon (kingdon at pogo)
4341
4342 * MACHINES: Add HP 300 running BSD.
4343
43441990-01-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4345
4346 * yow.c: Dynamically allocate buffer; skip header before random
4347 choice to avoid bias toward first item.
4348
43491989-12-24 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4350
4351 * etags.c (readline): Separate out init of `pend'.
4352
43531989-12-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4354
4355 * etags.c: Undo changes relating to isgoodhdr.
4356
43571989-12-16 Mosur Mohan (rms at sugar-bombs.ai.mit.edu)
4358
4359 * etags.c (isgoodhdr): New macro.
4360 (_gdh, notgdh): New variable used by that.
4361 (init): Initialize _gdh.
4362 (find_entries): Set header_file.
4363 (consider_token): Use isgoodhdr if in header file.
4364
4365 * etags.c (total_size_of_entries):
4366 Was miscalculating by 1 in rewritten case.
4367
4368 * etags.c (PAS_funcs): One arg to pfnote was missing.
4369
43701989-12-05 Joseph Arceneaux (jla at spiff)
4371
4372 * MACHINES: Change for the ULTRIX entry.
4373
43741989-11-21 Joseph Arceneaux (jla at spiff)
4375
4376 * etags.c (process_file): If file is not regular, return.
4377
43781989-11-06 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4379
4380 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
4381
43821989-10-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4383
4384 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
4385 (main): If HAVE_GETLOADAVG, don't call `nlist'.
4386
43871989-10-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4388
4389 * etags.c (consider_token): Allow any number of typespec keywords
4390 after `typedef', before new type name.
4391 (enum sym_type): Add st_C_typespec.
4392 (C_create_stab): Put typespec kwds in table.
4393
43941989-08-27 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4395
4396 * etags.c (main): Don't depend on name invoked by.
4397 If CTAGS is not defined, assume it is ETAGS.
4398
43991989-07-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4400
4401 * etags.c (L_funcs): Allow package name in define construct,
4402 as in (foo::defmumble name-defined ...).
4403
44041989-07-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4405
4406 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
4407
4408 * Makefile (yow): Depends on ../src/paths.h.
4409
44101989-07-04 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4411
4412 * etags.c: Fix compilation by moving Pascal after Fortran.
4413
44141989-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4415
4416 * movemail.c [USG]: Define F_OK, etc., if not found in header.
4417
44181989-05-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4419
4420 * hexl.c: New file, supports hexl-mode.
4421
44221989-05-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4423
4424 * movemail.c: New compilation flag MAIL_USE_MMDF.
4425
44261989-05-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4427
4428 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
4429 * server.c: Likewise.
4430
4431 * make-docfile.c (scan_c_file): Output argument names at end of string.
4432 (write_c_args): New subroutine.
4433
44341989-04-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4435
4436 * movemail.c: Report failure of flock.
4437
44381989-04-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4439
4440 * etags.c (find_entries): Allow multi-letter extensions for fortran.
4441
44421989-04-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4443
4444 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
4445
44461989-03-15 Jeff Peck (rms at sugar-bombs.ai.mit.edu)
4447
4448 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
4449
4450 * emacsstool.1: update to document environment variables.
4451
44521989-02-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4453
4454 * etags.c (PAS_funcs): New function by Mosur Mohan.
4455
4456 * movemail.c: On sysv, include unistd.h.
4457
44581989-02-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4459
4460 * b2m.c: New file.
4461
44621989-02-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4463
4464 * etags.c: Prolog support from Sunichirou Sugou
4465
44661989-02-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4467
4468 * Makefile (clean): New target.
4469
44701989-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4471
4472 * fakemail.c (put_line): Break header lines at 79 cols.
4473
44741989-01-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4475
4476 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
4477 multiple tags per line.
4478
44791989-01-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4480
4481 * movemail.c: Check access before doing real work.
4482 Check that outfile is in a writable directory.
4483 On fatal error, delete the lock file.
4484
44851988-12-31 Richard Mlynarik (mly at rice-chex.ai.mit.edu)
4486
4487 * env.c: Add decl for my-index
4488 * etags.c (file-entries): .oak => scheme
4489
44901988-12-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4491
4492 * movemail.c: Use `access' to check input and output files.
4493
44941988-12-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4495
4496 * emacsclient.c (main): Ignore all of CWD before first slash.
4497
44981988-12-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4499
4500 * etags.c (readline): Double linebuffer->size outside the xrealloc.
4501
45021988-12-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4503
4504 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4505 * server.c: chmod the socket to 0700.
4506
45071988-12-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4508
4509 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4510 (add_field): Delete comments and turn `<', `>' to spaces
4511 in header lines.
4512 (USE_FAKEMAIL): New customization macro says to make fakemail
4513 not be a no-op even on a BSD system.
4514
45151988-12-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4516
4517 * etags.c (consider_token): Skip comments just like whitespace.
4518 Notice `struct', etc. and set strtag for those tokens.
4519 Return 1 for the token following `struct' if an open-brace follows it.
4520 (C_entries): Special handling of token following `struct'
4521 needed because we have probably advanced to the following line
4522 to find the `{'.
4523 (main): New option `T' sets tflag and strflag.
4524 Set both of them by default if eflags.
4525
45261988-11-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4527
4528 * movemail.c: Do fsync before closing output.
4529
45301988-11-29 Richard Mlynarik (mly at pickled-brain.ai.mit.edu)
4531
4532 * movemail.c: Better error message when can't create tempname.
4533 This file needs a great deal of extra error-checking and lucid reporting...
4534
45351988-11-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4536
4537 * etags.c: Support assembler code for .s and .a files.
4538 (getit): Allow underscore in a tag.
4539
45401988-11-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4541
4542 * movemail.c: Close output and check errors before deleting input.
4543
45441988-10-01 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4545
4546 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4547 whether to prefix it. Handle line number args.
4548
45491988-09-24 Richard Stallman (rms at gluteus.ai.mit.edu)
4550
4551 * etags.c (main): default setting of eflag was backwards.
4552
45531988-09-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4554
4555 * etags.c: New option -i. -f renamed -o.
4556 `-' as input file means read input file names from stdin.
4557 -i spec'd or input file named TAGS means the input file is another
4558 tag table; output an "include" line for it.
4559
45601988-09-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4561
4562 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4563 New targets install, install.sysv, install.xenix.
4564 This makefile is now responsible for installing executables
4565 and documentation from this directory into system directories.
4566
45671988-09-16 Richard Stallman (rms at corn-chex.ai.mit.edu)
4568
4569 * server.c, emacsclient.c (main): Compute socket name from euid.
4570
45711988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4572
4573 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4574
45751988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4576
4577 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4578 * emacsclient.c: Likewise.
4579 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4580
45811988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4582
4583 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4584 (istoken) New string-comparison macro.
4585 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4586
45871988-06-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4588
4589 * etags.c: Changes for VMS.
4590 Always define ETAGS on VMS.
4591 Define macros GOOD and BAD for success and failure exit codes.
4592 (begtk, intk): Allow `$' in identifiers
4593 (main): Don't support -B, -F or -u on VMS.
4594 Alternate loop for scanning filename arguments.
4595 (system): Delete definition of this function.
4596
4597 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4598
45991988-06-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4600
4601 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4602 around include of param.h. (Like fns.c.)
4603
46041988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4605
4606 * loadst.c (load_average): Move load-average code to this new fn.
4607 Add conditionals to compute load ave on UMAX.
4608
46091988-05-14 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4610
4611 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4612 with opposite sense.
4613
46141988-05-13 Chris Hanson (cph at kleph)
4615
4616 * emacsclient.c: Delete references to unused variable `out'. This
4617 caused a bus error when used under hp-ux.
4618
46191988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4620
4621 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4622
46231988-05-04 Richard Stallman (rms at rice-krispies.ai.mit.edu)
4624
4625 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4626
46271988-04-29 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4628
4629 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4630
46311988-04-28 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4632
4633 * movemail.c: #undef close, since config can #define it on V.3.
4634 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4635
46361988-04-26 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4637
4638 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4639 invalid escape sequences such as `\{'.
4640
4641 * loadst.c: Add `sequent' conditional for file dk.h.
4642
46431988-03-20 Richard M. Stallman (rms at wilson)
4644
4645 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4646
4647 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
6922b018
KH
4648
4649;; Local Variables:
d19249e7 4650;; coding: iso-2022-7bit
6922b018 4651;; End:
2a34a036
GM
4652
4653 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
4654 Free Software Foundation, Inc.
4655 Copying and distribution of this file, with or without modification,
4656 are permitted provided the copyright notice and this notice are preserved.