*** empty log message ***
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
12c64503
GM
12001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
2
3 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
4 ALIASEE to help work with namespace aliases.
5 (struct sym): Remove struct member NAMESP_ALIASES.
6 (namespace_alias_table): New variable.
7 (make_namespace): Add parameter CONTEXT.
8 (check_namespace): New function.
9 (find_namespace): Add parameter CONTEXT.
10 (check_namespace_alias): New function.
11 (register_namespace_alias): Change type of parameter
12 OLD_NAME. Search for already defined alias in
13 NAMESPACE_ALIAS_TABLE.
14 (check_namespace): New function.
15 (enter_namespace): Call find_namespace with CONTEXT parameter.
16 (match_qualified_namespace_alias): New function.
17 (parse_qualified_ident_or_type): Fixed typo in comment. While
18 parsing qualified ident or type update namespace context and
19 restore it on exit.
20 (parse_qualified_param_ident_or_type): Fixed typo in comment.
21 (globals): Changed handling of namespace aliases.
22 (version): Added year 2001.
23
990e1190
FP
242001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
25
26 * etags.c (analyse_regex): If regex_arg is NULL, return
27 immediately after a call to free_patterns.
28
f2e7e23e
AS
292001-09-05 Paul Eggert <eggert@twinsun.com>
30
31 * rcs2log (Help, mainline code): Add new option -L FILE.
32 (Copyright): Update year.
33 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES,
34 LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
35 C locale.
36 (mainline code): Handle nonstandard -u option differently, by
37 transforming it to standard form. Check for "Working file: ", not
38 "Working file:". Allow file names with spaces.
39 (SOH, rlogfile): New shell vars.
40 (rlogout): Remove. Its old functionality is mostly migrated to
41 rlogfile.
42
43 Append ';;' to the last arm of every case statement, for
44 portability to ancient broken BSD shells.
45
46 (logins): Fix bug; was not being computed at all, lowering
47 performance.
48 (pository): New var. This fixes some bugs where repositories are
49 remote, or have trailing slashes.
50 (authors): $llogout is never an empty shell var, so don't worry
51 about that possibility.
52 (printlogline, mainline code): Fix bug with SOH's being put into
53 the output.
54
75c911eb
EZ
552001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
56
57 * ebrowse.c (SEEK_END): #define if not defined by system headers.
58 Suggested by Dave Love <d.love@dl.ac.uk>.
59
5ae10f4a
EZ
602001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
61
62 * makefile.nt (lisp): Synchronize with src/Makefile.in.
63 * makefile.w32-in (lisp): Ditto.
64
0e4011d8 652001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
66
67 * grep-changelog (parse_changelog): Remove unused local variable.
68
69 * grep-changelog (main): Add new option --reverse.
70 (print_log): Use it.
71 (parse_changelog): Use it.
72
3c88ae74
GM
732001-07-20 Gerd Moellmann <gerd@gnu.org>
74
75 * grep-changelog: Remove RCS Id keyword.
76
41848daa
GM
772001-07-20 Juanma Barranquero <lektu@terra.es>
78
6e07c0a5
GM
79 * grep-changelog (parse_changelog): Add tests for defined values
80 to quiet warning from Perl 5.005 or above.
177ab8ce 81 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
82 argument to prevent duplicate headers.
83
84 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 85
467f1209
GM
862001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
87
88 * emacsclient.c (print_help_and_exit): Fix help message for
89 +LINE:COLUMN option.
90
912000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 92
467f1209
GM
93 * emacsclient.c (main): Add support for +LINE:COLUMN command line
94 argument.
95
bb24c64f
GM
962001-07-16 Gerd Moellmann <gerd@gnu.org>
97
98 * ebrowse.c (main): Check that the output file exists and
99 is non-empty if invoked with `--append'.
100
fa829470
FP
1012001-05-14 Francesco Potorti` <pot@gnu.org>
102
e335b66a
GM
103 * etags.c (add_regex): Reset the whole newly allocated pattern
104 buffer instead of the individual members. It's safer and works
105 with Xemacs.
fa829470 106
e335b66a 107 * etags.1: Markups corrected.
fa829470 108
6da5c7da
GM
1092001-05-08 Gerd Moellmann <gerd@gnu.org>
110
111 * ebrowse.c (enter_namespace): Fix reallocation of
112 namespace_stack.
113
efbecf9d
GM
1142001-05-03 Gerd Moellmann <gerd@gnu.org>
115
116 * ebrowse.c (globals): Fix handling of namespace aliases.
117
f4976ebc
EZ
1182001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
119
120 * etags.c (print_help): Enclose the regexp in the help text
121 example in quotes.
122
23431241
DL
1232001-04-05 Dave Love <fx@gnu.org>
124
125 * emacsclient.c (fail): Don't return a value.
fa829470 126 (main): Cast uid values for sprintf.
23431241 127
476bf681
GM
1282001-04-03 Gerd Moellmann <gerd@gnu.org>
129
b3f6107b
GM
130 * emacsclient.c (fail, main): Don't use implicit int return type.
131
476bf681
GM
132 * b2m.c (main): Always return a value.
133
ef53d75e
GM
1342001-03-02 Gerd Moellmann <gerd@gnu.org>
135
136 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
137 freshly allocated object in *LAST_ID.
138 (read_line): Accept \r\n line endings.
139
425de386
AI
1402001-02-24 Andrew Innes <andrewi@gnu.org>
141
142 * makefile.w32-in: Fix copyright notice.
143
f55ae599
FP
1442001-02-23 Francesco Potorti` <pot@gnu.org>
145
146 * etags.c (enum sym_type): New label st_C_template.
147 (gperf input): Use it for switching to C++ from C.
148 (consider_token): Do it.
c2a642c0
FP
149 (C_entries): Initialise typdefcblev to quiet compilers.
150 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 151
f6839838
AI
1522001-02-22 Andrew Innes <andrewi@gnu.org>
153
154 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
155 VMS header files.
156 ($(BLD)\profile.obj): Ditto.
157
158 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
159 VMS header files.
160 ($(BLD)/profile.$(O)): Ditto.
161
193fba87
AI
1622001-02-05 Andrew Innes <andrewi@gnu.org>
163
164 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
165 invocation of make-docfile, to work with Windows 2000.
166
30526cc6
DL
1672001-01-31 Dave Love <fx@gnu.org>
168
169 * etags.c (in_word_set): Use `static' in definition (for pcc).
170
8f79fe72
FP
1712001-01-31 Francesco Potorti` <pot@gnu.org>
172
173 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
174 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
175 (C_entries): Tag token renamed to still_in_token because sunos4
176 pcc wants to expand it as the token() macro even though it has no
177 arguments.
178
914d7258
AI
1792001-01-30 Andrew Innes <andrewi@gnu.org>
180
181 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
182 bug in the Mingw32 assert.h header file.
183
b28e26be
FP
1842001-01-30 Francesco Potorti` <pot@gnu.org>
185
186 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
187 #define it for the sake of Xemacs.
188 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
189 HAVE_CONFIG_H. This change only affects a standalone etags.
190 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
191 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
192 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
193 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
194 WINDOWSNT, as this is the correct way to use it.
195
8c463abe
FP
1962001-01-28 Francesco Potorti` <pot@gnu.org>
197
198 * etags.c: Be capable to parse nested struct-like structures.
199 (structdef, structtag): Struct state machine revisited.
200 (struct tok): Revisited.
201 (cstack, nestlev, instruct): New struct and macros.
202 (pushclass_above, popclass_above, write_classname): New functions
203 for dealing with nested class names, inspired by Mykola Dzyuba.
204 (consider_token, make_C_tag, C_entries): Many changes for dealing
205 with arbitrarily nested structures.
206 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
207 (C_entries): Consider templates in C++.
208 (sym_type): New constant st_C_class for detecting "class" also in
209 C mode.
210 (C_AUTO): New macro for automatic detection of C++.
211 (consider_token): Automatic set C++ mode.
212 (C_entries): New security check for yacc.
213 (print_language_names, print_help): Mention the autodetect
214 feature, do not show help for the -C option, now mostly useless.
215 (C_entries): Tag C++ forward declarations if --declarations.
216 (C_entries): Don't be fooled by things like XDEFUN.
217 (consider_token): Discard asm pseudo function.
218
e26f9ced
EZ
2192001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * etags.c: Add a coding: tag.
222
a47b7816
GM
2232001-01-26 Gerd Moellmann <gerd@gnu.org>
224
8c463abe 225 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
226 New variables.
227 (matching_regexp): Use them instead of static variables in
228 function scope.
229
7df65e91 2302001-01-25 Francesco Potorti` <pot@gnu.org>
d22a24fa
FP
231
232 * etags.c (struct tok): Renamed from struct token.
233 (token): Renamed from tok.
234 (structtype): Make it a local variable.
235 [DEBUG]: Use assert.
236 (xrnew): Change the synopsis.
237 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
238 (grow_linebuffer): Don't call xrnew when not needed.
239 (token): buffer renamed to line.
240 (C_entries): Three calls to inibuffer moved here from main.
241 (C_entries): Removed all references to var methodlen, delete it.
242 (linebuffer_setlen): Was grow_buffer, now also sets len.
243 (consider_token, C_entries, Pascal_functions): Use it.
244 (C_entries): Preventing problems relative to extern "C".
245 (C_entries): Can tag more than one variable or func separated by
246 comma when --declarations is used.
247 (C_entries): More accurate tagging of members and declarations.
248 (yacc_rules): Was global, made local to C_entries.
249 (next_token_is_func): Removed.
250 (fvdef): New constants fdefunkey, fdefunname.
251 (consider_token, C_entries): Use them.
252 (C_entries): Build proper lisp names for Emacs DEFUNs.
253
21c2bbe0
GM
2542001-01-22 Gerd Moellmann <gerd@gnu.org>
255
256 * ebrowse.c (xfree): New function.
257 (member, declaration, globals): Use xmalloc instead of alloca.
258
7df65e91 2592001-01-15 Francesco Potorti` <pot@gnu.org>
83be933c
FP
260
261 * etags.c (print_language_names): Print filenames in addition to
262 suffixes.
263
47df1a5e
EZ
2642001-01-14 Francesco Potorti` <pot@gnu.org>
265
266 * etags.c (get_language_from_langname): Renamed from
267 get_language_from_name.
268 (get_language_from_filename): Renamed from
269 get_language_from_suffix. Now first looks for the complete file
270 name.
271 (language): New member char **filenames.
272 (Makefile_filenames): List of possible filenames for makefiles.
273 (lang_names): Added a NULL member for every entry, added an entry
274 for makefiles.
275 (Makefile_targets): New function, inspired by Assar Westerlund
276 <assar@sics.se>.
277 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
278 it conformant to the style of the rest of the code.
279
291c7e74
GM
2802001-01-13 Gerd Moellmann <gerd@gnu.org>
281
282 * make-docfile.c (write_c_args): Print newlines as spaces.
283
0dac6924
AI
2842001-01-06 Andrew Innes <andrewi@gnu.org>
285
286 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
287 of *.pdb.
288
3e99d3b4
GM
2892001-01-03 Paul Eggert <eggert@twinsun.com>
290
291 * lib-src/rcs2log: Avoid security hole allowing attacker to
292 cause user of rcs2log to overwrite arbitrary files, fixing
293 a bug reported by Morten Welinder.
294
295 Don't put "exit 1" at the end of the exit trap; it's
296 ineffective in POSIX shells.
297
d6bb0c0d
GM
2982001-01-02 Gerd Moellmann <gerd@gnu.org>
299
300 * ebrowse.c (yyerror): Changed to take two arguments. Prototype
301 added. Callers changed.
302
d5c00476 3032001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
304
305 * ebrowse.c (enter_namespace, main): Cast variables to shut up
306 compiler warnings.
307 (yyerror): Change parameter declarations to be of type long, so
308 that they can take pointers on 64-bit platforms.
309
310 * emacsclient.c (main): Remove unused local variable statbfr.
311 (main) <homedir>: Make its declaration conditional on
312 SERVER_HOME_DIR, to avoid compiler warnings.
313
314 * emacsserver.c (main) <homedir>: Make its declaration conditional
315 on SERVER_HOME_DIR, to avoid compiler warnings.
316
317 * fakemail.c (readline): Cast buffer to "long *" to pacify
318 over-zealous compilers.
319
7c89ea61
EZ
3202000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
323
a6768cc5
GM
3242000-12-15 Gerd Moellmann <gerd@gnu.org>
325
326 * ebrowse.c (operator_name): Cast argument of isalpha to
327 unsigned char.
328
329 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
330 Use them throughout instead of ctype functions/macros.
331 (lowcase): Cast to unsigned char.
332 (UPCASE): New macro.
333 (canonicalize_filename): Use UPCASE instead toupper.
334
335 * fakemail.c (get_keyword): Make sure that isspace and
336 similar aren't called with a negative argument.
337
70de49cc
DL
3382000-12-13 Dave Love <fx@gnu.org>
339
340 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
341
4e8b894c
AI
3422000-12-06 Andrew Innes <andrewi@gnu.org>
343
344 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
345 don't know the real version, and I can't seem to get the quoting
346 right in all circumstances.
347
348 * ebrowse.c (VERSION): Provide default definition, like etags.c
349 does, because Windows build can't snarf this from version.el.
350
88257bc8
AI
3512000-11-30 Andrew Innes <andrewi@gnu.org>
352
353 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
354 (install): Ditto.
355
d19249e7
JR
3562000-11-23 Jason Rumney <jasonr@gnu.org>
357
358 * makefile.w32-in: Add targets for ebrowse.exe.
359 (LOCAL_FLAGS): Add -DVERSION flag.
360
7df6adc3
DL
3612000-09-25 Dave Love <fx@gnu.org>
362
363 * sorted-doc.c: Include config.h.
364 [!HAVE_STDLIB_H]: Declare malloc.
365
fe83b953
AI
3662000-09-14 Andrew Innes <andrewi@gnu.org>
367
368 * makefile.w32-in: Revert to Unix line endings.
369
517699ca
DL
3702000-09-04 Dave Love <fx@gnu.org>
371
372 * movemail.c (index, rindex): Prototype conditionally.
373
f8803e97
AI
3742000-09-03 Andrew Innes <andrewi@gnu.org>
375
376 * makefile.w32-in: Change to DOS line endings.
377
f72adc12
EZ
3782000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
379
4034f3a8 380 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
381 [!F_OK]: Provide default definitions only after including both
382 fcntl.h and unistd.h.
383
f678f592
DL
3842000-08-29 Dave Love <fx@gnu.org>
385
386 * movemail.c: Revert previous change.
387
5b671d04
EZ
3882000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
389
390 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
391
6fa86045
DL
3922000-08-28 Dave Love <fx@gnu.org>
393
394 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
395 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
396
746d9caf
AI
3972000-08-22 Andrew Innes <andrewi@gnu.org>
398
399 * ntlib.h (WIN32): Remove unnecessary definition.
400 (sleep): Make argument unsigned long.
401 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
402
403 * ntlib.c (sleep): Make argument unsigned long.
404
405 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
406
407 * makefile.w32-in: New file.
408
3b541489
EZ
4092000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
410
411 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
412 letter only if it is a drive letter.
413
e5acf0ca
GM
4142000-07-14 Gerd Moellmann <gerd@gnu.org>
415
416 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
417 ymalloc.
418
419 * etags.c (xmalloc, xrealloc): Make externally visible, for use
420 by alloca.o.
421
422 * Makefile.in (alloca.o): Add -Demacs so that alloca will use
423 xmalloc.
424
4b92c49a
GM
4252000-07-10 Gerd Moellmann <gerd@gnu.org>
426
427 * ebrowse.c (yylex): Accept string literals with newlines in them.
428 (process_pp_line): Handle case of string literal with newline
429 in it in replacement text, which counts as continuing the
430 replacement text in GNU C.
431
831a6cb0
GM
4322000-07-02 Gerd Moellmann <gerd@gnu.org>
433
434 * ebrowse.c (token_string): Add missing tokens.
435 (parm_list): Handle case of qualified pointers.
436
53245ee2
DL
4372000-06-23 Dave Love <fx@gnu.org>
438
439 * ebrowse.c: Move config.h before other includes (which may use
440 feature tests).
441
dcbf2cd2
JM
4422000-06-14 Jim Meyering <meyering@lucent.com>
443
444 * grep-changelog: Fix typos in comments. Remove trailing blanks.
445
f1c7754a
JR
4462000-06-11 Jason Rumney <jasonr@gnu.org>
447
448 * makefile.nt: Add targets for ebrowse.
449
450 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
451 compare filenames.
452
5f1aea9a
GM
4532000-06-06 Gerd Moellmann <gerd@gnu.org>
454
455 * ebrowse.c (ymalloc): Renamed from xmalloc.
456 (yrealloc): Renamed from xrealloc.
457
5bf244f1
DL
4582000-05-21 Dave Love <fx@gnu.org>
459
460 * movemail.c: Include config.h, not ../src/config.h.
461 (Errmsg): Bump length.
462
463 * pop.c (ERROR_MAX): Increase to 160.
464
ec82fb2f
GM
4652000-05-04 Gerd Moellmann <gerd@gnu.org>
466
467 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
468
5c922ea7
EZ
4692000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
470
471 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
472 to semi-colon.
473 (FILENAME_EQ): New macro, for comparing file names.
474 (add_member_decl, add_global_decl, add_member_defn): Use
475 FILENAME_EQ.
476 (process_file): Don't assume that fread always reads as many bytes
477 as it was told to (DOS-style CR-LF text files fail this logic).
478 (open_file): Allocate enough space for path->path plus the file
479 name and the slash.
480
6142fdcb 4812000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
482
483 * etags.c (Texinfo_functions): New function.
484 (lang_names): Install it.
485 (Texinfo_suffixes): New variable.
486
cb9215e4
GM
4872000-04-19 Gerd Moellmann <gerd@gnu.org>
488
489 * ebrowse.c (xmalloc, xrealloc): Rewritten.
490 (declaration): Remove parameter IS_EXTERN.
491 (class_definition): Remove unused variable.
492
be0dbdab
GM
4932000-04-09 Gerd Moellmann <gerd@gnu.org>
494
495 * Makefile.in (INSTALLABLES): Add ebrowse.
496 (ebrowse): New target.
497
498 * ebrowse.c: New file.
499
c5aa0fc2
AS
5002000-03-29 Andreas Schwab <schwab@suse.de>
501
502 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
503
d054101f
GM
5042000-03-02 Gerd Moellmann <gerd@gnu.org>
505
506 * etags.c (lisp_suffixes) Add `LSP'.
507
71cbb895
FP
5082000-02-10 Francesco Potorti` <pot@gnu.org>
509
510 * etags.c (iswhite): Redefined not to consider '\0' as white
511 space, and use it throughout in place of isspace, thus preventing a
512 potential signed char to int conversion problem.
513 (MSDOS): #undefine befere redefining
514
7df65e91 5152000-02-04 Francesco Potorti` <pot@gnu.org>
71cbb895
FP
516
517 * etags.c (many functions): Add prototypes.
518
97fa0cc8
DL
5192000-02-10 Dave Love <fx@gnu.org>
520
521 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
522 (erlang_func): Add `static' to definitions to keep pcc happy.
523
7df65e91 5242000-01-31 Francesco Potorti` <pot@gnu.org>
e4100b7f
FP
525
526 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
527 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
528 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
529 (getenv, getcwd): Only declare them if necessary.
530 (EMACS_NAME): New constant macro.
531 (print_version): Use it.
532 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 533
19e262bd 5342000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
535
536 * etags.c [WINDOWSNT]: #include <direct.h>
537
19e262bd 5382000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 539
19e262bd
FP
540 * etags.c (all functions): Made them static.
541 (all functions): Write prototypes.
e4100b7f 542
55e30d2a
RS
5432000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
544
545 * movemail.c (main): Improve error message if can't create lock file.
546
875c1439
GM
5472000-01-28 Eric Hanchrow <offby1@blarg.net>
548
549 * emacsclient.c (socket_status): New function.
550 (main): if $LOGNAME or $USER exist and differ from our euid, look
551 for a socket based on the UID associated with the name.
552
e4936aa9
GM
5532000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
554
555 * emacsclient.c: Add option -a EDITOR and environment variable
556 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
557
791a9087
GM
5581999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
559
560 * movemail.c (popmail): Allow mailbox specifications of the
561 form `po:username:hostname'.
562
7df65e91 5631999-11-19 Francesco Potorti` <pot@gnu.org>
e2081362
FP
564
565 * etags.c (_GNU_SOURCE): Define only if undefined.
566 (get_scheme): Declaration deleted.
567 (main): error was called with an integer as second arg, instead of
568 a char pointer.
569 (canonicalize_filename): Bug removed.
570
5711999-11-18 Dave Love <d.love@dl.ac.uk>
572
573 * etags.c (C_entries): Rename label `intoken', avoiding K&R
574 lossage from name clash with macro.
575
b05d3bee
GM
5761999-11-13 Gerd Moellmann <gerd@gnu.org>
577
578 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
579
cb3a6c48
GM
5801999-11-03 Gerd Moellmann <gerd@gnu.org>
581
582 * etags.c (print_help): Change email address to send bugs to.
583
7df65e91 5841999-11-01 Francesco Potorti` <pot@gnu.org>>
1c478461
FP
585
586 * etags.c: Add suffix psw for PSWrap.
587 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
588 (Postscript_functions): Add code for PSWrap.
589 (Scheme_functions): Use local pointer and new get_tag function.
590 (get_tag): New name for old get_scheme.
591 (process_file): Do not free NULL when file does not exist.
592 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
593 (C_entries): Modifications that make --members tag even inside
594 typedefs and C nested structs (one level only).
595 (consider_token): Corrected a bug which prevented tagging of enum
596 constants.
597 (C_stab_entry): Added if, for, while, switch, return as
598 st_C_ignore. This makes it simpler to work when cblev!=0.
599
600 * etags.c (C_entries): tag member function declarations when
601 --declarations is used.
602
603 * etags.c (C_entries, consider_token): C++ `operator' now is
604 tagged in most cases.
605 As before, :: is not recognised if surrounded by spaces.
606
607 * etags.c (relative_filename): Account for DOS file names such
608 that is impossible to make one relative to another.
609
610 * etags.c (sym_type): New st_C_extern tag.
611 (gperf input): Use it for spotting external declarations.
612 (print_help): Document the new behaviour of --declarations.
613 (fvextern): New global variable.
614 (consider_token, C_entries): Use it.
615
616 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
617 (etags_getcwd): Remove test for WINDOWSNT.
618
619 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
620 foo.cgz, foo.cz, etc.
621
622 * etags.c (declarations): New global switch.
623 (longopts): Describe it.
624 (print_help): Document it.
625 (C_entries): Use it.
626 (process_file): Don't process a file twice.
627
628 * etags.c (Fortran_functions): No tags for "procedure".
629
6301999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
631
632 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
633 non-zero, returns a pointer to where the extension begins; callers
634 changed.
635 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
636 were foo.c.gz.
637
7df65e91 6381999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
639
640 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
641 (fvdev): New constant foperator.
642 (consider_token): Use it to get "operator" in C++.
643 (C_entries): Extend length of operator@ function name.
644 (C_entries): Use foperator when necessary.
645
646 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
647
648 * etags.c (compressor): New struct for compressed files.
649 (get_compressor_from_suffix): New function.
650 (get_language_from_suffix): Use it. Also, semantics changed.
651 (process_file): Consider compressed files, close file.
652 (find_entries): Use different call arg for get_language_from_suffix,
653 don't close file.
654
655 * etags.c (main): Call free_tree.
656 (find_entries): Do not free curfile.
657 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
658 (prolog_pred, erlang_func, substitute): Cast strlen to int when
659 comparing.
660 (canonicalize_filename): Shut up compiler warning.
661 (Perl_functions): Make tag significant.
662
6631999-11-01 Dave Love <d.love@dl.ac.uk>
664
665 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
666 (argument_type): New member at_icregexp.
667 (lc_trans): New global.
668 (main): Fill lc_trans. Process -c args.
669 (add_regex): New arg determining whether to use translation table.
670 (analyse_regex): New arg. Use it for add_regex.
671
7df65e91 6721999-11-01 Francesco Potorti` <pot@gnu.org>
1c478461
FP
673
674 * etags.c (init): Cosmetic change: NULL --> '\0'.
675 (erlang_attribute): Bug corrected (uninitialized variable).
676 (filename_is_absolute): New function replaces absolutefn macro and
677 corrects a bug. All callers changed.
678 (canonicalize_filename): New function.
679 (process_file, etags_getcwd, absolute_dirname): Use it.
680 (relative_filename, absolute_filename): Removed var shadowing.
681 (C_entries, Pascal_functions): Add fake initializations to keep
682 compilers quiet.
683 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
684
685 * etags.c (xrnew): New macro. All callers of xrealloc changed.
686 (language): New typedef (was struct lang_entry).
687 (curlang): New global variable.
688 (node): typedef renamed from NODE.
689 (linebuffer): New typedef (was struct linebuffer).
690 (pattern): New typedef (was struct pattern). Some members added.
691 Now used as element of a linked list.
692 (patterns, num_patterns): Global variables deleted.
693 (p_head): New global variable.
694 (forced_lang): New global variable (replaces lang_func).
695 (get_language_from_name, get_language_from_interpreter,
696 get_language_from_suffix): Semantics changed. All callers changed.
697 (last_node): New global variable.
698 (free_tree, add_node, put_entries, total_size_of_entries): Change
699 name of local vars to avoid clashes with typedef node.
700 (number_len): Rewritten for elegance.
701 (token): New typedef replaces TOKEN.
702 (analyse_regex, add_regex): Rewritten for new functionality.
703 (free_patterns): New function called from main and add_regex.
704 (initbuffer, readline_internal, readline, grow_linebuffer):
705 Change name of local vars to avoid clashes with typedef
706 linebuffer.
707 (readline): Rewritten for new functionality.
708
709 * etags.c: (Scheme_suffixes): New suffix ".ss".
710 (print_help): --globals is now used for more than C-type languages.
711 (Perl_functions): Tag global variables ("my" and "local").
712
713 * etags.c (print_help): Some messages clarified.
714 (LOOP_ON_INPUT_LINES): New macro.
715 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
716 Python_functions, Cobol_paragraphs, Pascal_functions,
717 Lisp_functions, Postscript_functions, Scheme_functions,
718 TeX_functions, Prolog_functions, Erlang_functions): Use it.
719 (Cobol_paragraphs, Postscript_functions, TeX_functions,
720 Prolog_functions, Erlang_functions): Use a local variable instead
721 of the global variable dbp.
722 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
723 standard indentation.
724
725 * etags.c (Python_suffixes, lang_names, Python_functions): Python
726 support.
727 (skip_spaces, skip_non_spaces): Utility functions.
728 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
729 Python_functions, L_getit, Lisp_functions, Scheme_functions,
730 prolog_pred, erlanf_func, erlang_attribute): Use them.
731 (eat_white): Deleted.
732
733 * etags.c (CHAR, init): Keep into account non US-ASCII
734 characters and compilers with default signed chars.
735 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
736 constructs.
737
738 * (C_stab_entry): "interface" in Java behaves like "class".
739
740 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
741 (main): Put interval syntax here.
742 (add_regex): And remove it from here.
743
744 * etags.c (suggest_asking_for_help): Provide a
745 meaningful help message with and without LONG_OPTIONS.
746
747 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
748 <stdlib.h, string.h>: Don't test MSDOS when including them.
749 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
750 (put_entries): Correctly use %ld instead of %d in printf.
751
752 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
753 declare getcwd if HAVE_GETCWD.
754 (consider_token): Dead break instruction removed.
755
4ee9629e
PE
7561999-10-19 Paul Eggert <eggert@twinsun.com>
757
758 Add support for large files. Merge glibc 2.1.2.
1c478461 759
4ee9629e
PE
760 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
761 movemail.c, pop.c:
762 Do not include <stdlib.h>, as <config.h> does this now.
763
764 * b2m.c, emacsserver.c, etags.c, profile.c:
765 Include <config.h> before any system include files.
1c478461 766
4ee9629e
PE
767 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
768 test-distrib.c:
769 (read, write, open, close): Do not undef.
770
771 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
772 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
773
774 * getopt.h: Adopt glibc 2.1.2.
1c478461 775
93c8d183
DL
7761999-10-15 Dave Love <fx@gnu.org>
777
778 * Makefile.in (pop.o): Depend on config.h.
779
b358f91c
GM
7801999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
781
782 * pop.c: Use "pop3" as the POP service name on all platforms,
783 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
784 has been the standard service name since RFC 1340 was published in
785 July 1992, so I think it's safe to start using it by default.
786
362bc2da
DL
7871999-09-27 Dave Love <fx@gnu.org>
788
789 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
790
74e4cb59
PR
7911999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
792
793 * make-docfile.c (scan_lisp_file): Fix previous changes;
794 swallow CRLF like just CR or just LF.
795
362bc2da
DL
7961999-09-03 Richard Stallman <rms@gnu.org>
797
798 * make-docfile.c: Include config.h not ../src/config.h.
799 (main, fopen, chdir): Add #undef.
800 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
801 (scan_lisp_file): Handle \r like \n.
802
8031999-08-30 Andreas Schwab <schwab@gnu.org>
804
805 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
806
807 * emacsserver.c: Include <stdlib.h> if available. Don't declare
808 errno if it's a macro.
809
810 * test-distrib.c: Include <unistd.h> if available.
811
8121999-08-29 Richard Stallman <rms@gnu.org>
813
814 * emacsclient.c (print_help_and_exit): Mention --version.
815
8161999-08-25 Richard M. Stallman <rms@gnu.org>
817
818 * emacsclient.c (decode_options): Update version output.
819 (print_help_and_exit): Update bug report address.
820
8211999-08-13 Richard M. Stallman <rms@gnu.org>
822
823 * emacsclient.c (main): Move the dynamic allocation of
824 system_name outside of the SERVER_HOME_DIR conditional.
825 * emacsserver.c (main): Likewise.
826
8271999-08-10 Gerd Moellmann <gerd@gnu.org>
828
829 * grep-changelog: New.
830 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
831
8321999-07-12 Richard Stallman <rms@gnu.org>
833
834 * Version 20.4 released.
835
8361999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
837
1c478461 838 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
839
8401999-06-23 Dave Love <fx@gnu.org>
841
842 * etags.c (erlang_attribute): Fix undefined variable usage (after
843 Potorti).
844
8451999-05-2 Andrew Innes <andrewi@gnu.org>
846
847 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
848 mapped to _chsize.
849
8501999-04-29 Richard M. Stallman <rms@gnu.org>
851
852 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
853
8541999-03-30 Dave Love <fx@gnu.org>
855
856 * sorted-doc.c (main): Split up tables. Modify the preamble
857 somewhat.
858
8591999-03-05 Geoff Voelker <voelker@cs.washington.edu>
860
861 * makefile.nt: Remove common multiple file compilation commands.
862
8631999-02-26 Richard Stallman <rms@gnu.org>
864
865 * Version 20.4 released.
866
867 * Makefile.in (yow): Depend on epaths.h, not paths.h.
868
869 * yow.c: Refer to epaths.h.
870
8711999-02-22 Simon Josefsson <jas@pdc.kth.se>
872
873 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
874
8751999-01-27 Andrew Innes <andrewi@gnu.org>
876
877 * makefile.nt: Do make version comparison as strings.
878
8791999-01-25 Richard Stallman <rms@gnu.org>
880
881 * emacsclient.c (xmalloc): Fix previous change.
882
8831999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
884
885 * emacsclient.c (xmalloc): Declare to return long.
886
8871999-01-22 Geoff Voelker <voelker@cs.washington.edu>
888
889 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
890 the case of the drive letter.
891
8921999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
893
894 * emacsserver.c (main): Eliminate arbitrary limit on
895 length of system_name.
896
897 * emacsclient.c (main): Eliminate arbitrary limit on
898 length of system_name.
899 (xmalloc): Define unconditionally.
900
9011999-01-12 Darrin B. Jewell <jewell@mit.edu>
902
903 * etags.c (relative_filename): Stop backward search at beginning
904 of string, since non-Unix systems can have absolute paths with no
905 initial slash.
906
9071998-12-08 Geoff Voelker <voelker@cs.washington.edu>
908
909 * makefile.nt: Do string comparision of _NMAKE_VER.
910
9111998-11-03 Theodore Jump <tjump@cais.com>
912
913 * makefile.nt: Compile multiple source files when possible.
914
9151998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
916
917 * Makefile.in: Replace tabs with spaces
918 when they might confuse some Make versions.
919
9201998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
921
922 * emacsclient.c (main): Null-terminate system_name.
923
924 * emacsserver.c (main): Null-terminate system_name.
925
9261998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
927
928 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
929 an error message from POP, mention that it's from POP, to
930 distinguish it from local error messages.
931
9321998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
933
934 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
935 order of messages downloaded from a POP server (e.g., if the
936 server stores messages in mailboxes in reverse order).
937
9381998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
939
940 * Version 20.3 released.
941
9421998-08-11 Paul Eggert <eggert@twinsun.com>
943
944 * rcs2log: Update copyright date and bug report address.
945 (initialize_fullname): Prefer getent if available.
946
9471998-07-30 Paul Eggert <eggert@twinsun.com>
948
949 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
950 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 951
362bc2da
DL
9521998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
953
954 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
955
9561998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
957
958 * Makefile.in: Properly terminate a comment.
959
9601998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
961
962 * movemail.c (sys_wait): Rename to wait.
963
964 * ntlib.h: Undefine _WINSOCKAPI_.
965
966 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
967
9681998-05-30 Geoff Voelker <voelker@cs.washington.edu>
969
970 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
971
9721998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
973
974 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
975 all file i/o to be in binary mode. Include ntlib.h.
976
9771998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
978
979 * make-docfile.c: Include <unistd.h> for chdir.
980
9811998-04-25 Richard Stallman <rms@psilocin.gnu.org>
982
983 * etags.c (TEX_decode_env): Don't free the value getenv returns.
984
9851998-04-17 Geoff Voelker <voelker@cs.washington.edu>
986
987 * makefile.nt (obj): Update with new files in src.
988 (clean): Delete patch scratch files, optimized compilation dir.
989
9901998-04-08 Dave Love <fx@gnu.org>
991
992 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
993 Irix6, at least.
994
9951998-04-06 Andreas Schwab <schwab@gnu.org>
996
997 Silence -Wimplicit:
998 * movemail.c: Move cancelations up. Include <stdlib.h> if
999 available.
1000 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
1001 (parse_header): Explicitly declare return type.
1002 * emacsserver.c: Include <unistd.h> if available.
1003 (main, handle_signals, perror_1, fatal_error): Explicitly declare
1004 return types. Add forward declarations.
1005 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
1006 Don't declare geteuid.
1007 (print_help_and_exit): Change return type to void. Forward
1008 declare it.
1009 * b2m.c: Include <stdlib.h> if available.
1010 (main): Explicitly declare return type.
1011
10121998-04-03 Richard Stallman <rms@delysid.gnu.org>
1013
1014 * etags.c (put_entries): Use %ld.
1015
1016 * b2m.c (fatal): Declare the arg.
1017
10181998-04-03 Richard Stallman <rms@psilocin.gnu.org>
1019
1020 * etags.c (put_entries): Use %ld.
1021
1022 * b2m.c (fatal): Declare the arg.
1023
10241998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1025
1026 * pop.c (pop_getline): Renamed from getline.
1027
10281998-03-05 Richard Stallman <rms@psilocin.gnu.org>
1029
1030 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
1031 for the utilities.
1032
10331998-01-23 Dave Love <d.love@dl.ac.uk>
1034
1035 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
1036 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
1037 Always make named tags.
1038 (Fortran_functions): Grok BLOCK DATA.
1039
10401998-01-23 Andreas Schwab <schwab@gnu.org>
1041
1042 * movemail.c (main): Fix interwoven brace and cpp conditional
1043 nesting.
1044
10451997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
1046
1047 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1048 server to contain embedded nulls.
1049
10501997-12-03 Paul Eggert <eggert@delysid.gnu.org>
1051
1052 * movemail.c:
1053 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
1054 '>' any lines starting with "From " read from the POP server, but
1055 leave the code in place, wrapped in #ifdef
1056 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1057 because it turns out that something is depending on it. Change
1058 suggested by Paul Eggert <eggert@twinsun.com>.
1059 Convert the character \037 (^_) at the beginning of a line into
1060 the character '^' followed by the character '_', because otherwise
1061 Emacs can't parse the resulting file as a valid BABYL file.
1062 Change suggested by Paul Eggert <eggert@twinsun.com>.
1063
10641997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1065
1066 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
1067 server to contain embedded nulls.
1068
10691997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 1070
362bc2da
DL
1071 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
1072 quotes with a '>' any lines starting with "From " read from the
1073 POP server, but leave the code in place, wrapped in #ifdef
1074 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
1075 because it turns out that something is depending on it. Change
1076 suggested by Paul Eggert <eggert@twinsun.com>.
1077
1078 Convert the character \037 (^_) at the beginning of a line into
1079 the character '^' followed by the character '_', because otherwise
1080 Emacs can't parse the resulting file as a valid BABYL file.
1081 Change suggested by Paul Eggert <eggert@twinsun.com>.
1082
10831997-11-22 Richard Stallman <rms@gnu.org>
1084
1085 * b2m.c: Include getopt.h.
1086 (main): Use getopt_long to handle --version and --help.
1087
1088 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
1089
10901997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1091
1092 * pop.c (fullwrite): Get rid of an extra call to write. Problem
1093 pointed out by Chiaki Ishikawa.
1094
10951997-10-16 Dave Love <d.love@dl.ac.uk>
1096
1097 * etags.c (L_getit): Always make named tags so that Emacs
1098 completion on symbols containing `:' etc. works.
1099 (get_scheme): Likewise.
1100
11011997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1102
1103 * pop.c: Use system header files instead of declaring C-library
1104 functions explicitly.
1105
11061997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1107
1108 * Version 20.2 released.
1109
11101997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1111
1112 * Version 20.1 released.
1113
11141997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1115
1116 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
1117
1118 * ntlib.c (getpid): Delete function.
1119
11201997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1121
1122 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
1123
11241997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1125
1126 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1127 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
1128
11291997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1130
1131 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
1132
11331997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
1134
1135 * profile.c (get_time): Cast arg to fprintf.
1136
1137 * hexl.c (main): Use %08lx instead of %08x in printf because the
1138 variable named addresses is long.
1139
11401997-08-08 Geoff Voelker <voelker@cs.washington.edu>
1141
1142 * makefile.nt (lisp): Update paths to lisp files that have moved.
1143
11441997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
1145
1146 * makefile.nt (ctags.obj): New target.
1147 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
1148
1149 * ntlib.h: Add includes.
1150 Undo definitions of crt routines from config.h.
1151
11521997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1153
1154 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
1155
11561997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1157
1158 * pop.c: Support auto-configuration of both Kerberos V4 and
1159 Kerberos V5 for movemail, including detection of V4 and V5 header
1160 files and libraries.
1161 Include <string.h> when STDC_HEADERS is defined, to get
1162 declarations of string functions.
1163 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
1164 V5 API rather than the old one.
1165 [KERBEROS] (socket_connection): Change a constant name from
1166 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
1167 with a constant in a header file.
1168
1169 * Makefile.in: Support auto-configuration of both Kerberos V4 and
1170 Kerberos V5 for movemail, including detection of V4 and V5 header
1171 files and libraries.
1172
11731997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1174
1175 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
1176
1177 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 1178
362bc2da
DL
11791997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1180
1181 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
1182
11831997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1184
1185 * movemail.c (rindex): Add declaration.
1186
1187Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
1188
1189 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
1190 (movemail.exe): Depend upon and link with getopt files.
1191 (obj): Include new source files.
1192 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
1193 (lisp): Include new and reorganized elisp files.
1194
11951997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1196
1197 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
1198
11991997-06-25 Paul Eggert <eggert@twinsun.com>
1200
1201 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
1202
12031997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
1204
1205 * b2m.c (readline): Terminate buffer properly when EOF seen.
1206 Test for valid pointer before dereferencing it.
1207
12081997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1209
1210 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
1211 defined inside etags.c if HAVE_CONFIG_H is defined.
1212
12131997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1214
1215 * etags.c: (logical): Type name changed to bool.
1216 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
1217 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
1218 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
1219 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
1220 (longopts): New long options without short counterpart are
1221 globals, members, no-globals, no-members. Regexp options are now
1222 defined conditionally to ETAGS_REGEXPS.
1223 (print_help): Updated.
1224
12251997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1226
1227 * etags.c (C_entries): Use "." instead of "::" for Java.
1228 (consider_token): is_func renamed to is_func_or_var.
1229 (C_entries): is_func renamed to funorvar.
1230 (C_entries): Initialise tok.named.
1231 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
1232 get rid of "import", "package" and "friend".
1233 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 1234 users changed.
362bc2da
DL
1235 (C_entries): Make separate tags for variables separated by comma.
1236 (globals, members): New flags.
1237 (main, C_entries): Use them.
1238 (make_C_tag, C_entries): Make tok a global variable.
1c478461 1239
362bc2da
DL
12401997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1241
1242 * etags.c (funcdef): New vignore constant.
1243 (consider_token, C_entries): Use it to tag global variables.
1244 (print_help): Update for global variables.
1245 (consider_token, C_entries): Set the len member of token_name.
1246 (prolog_pred): Cleanup according to GNU coding standards.
1247 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
1248 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
1249
12501997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1251
1252 * etags.c (CHARS, CHAR): New constant and macro.
1253 (iswhite, begtoken, intoken, endtoken): Use them.
1254 (notinname, _nin, nonam): New macro, array, string.
1255 (init): Cleanup and init _nin.
1256 (new_pfnote): New function.
1257 (make_C_tag) [traditional_tag_style]: Use it.
1258 (traditional_tag_style): Costant set to TRUE for now.
1259
12601997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1261
1262 * etags.c (C_entries, Pascal_functions): Cleanup.
1263 (TeX_functions): NULL as a function arg needs a cast.
1264 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
1265
12661997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1267
1268 * etags.c (TeX_functions): Cleaned up.
1269 (tex_getit): Removed.
1270
12711997-05-13 Paul Eggert <eggert@twinsun.com>
1272
1273 * rcs2log (files): When computing arguments automatically, ignore
1274 non-files within the RCS subdirectory.
1275
12761997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1277
1278 * etags.c (C_JAVA): New #define.
1279 (Cjava_suffixes): .java is Java.
1280 (Cjava_entries): New function.
1281 (lang_names): Add Java.
1282 (sym_type): Add st_C_javastruct for Java.
1283 (C_stab_entry): Add `extends' and `implements' keywords.
1284 (consider_token, C_entries): Recognise Java structures.
1285
12861997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1287
1288 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
1289 (Postscript_suffixes): .ps is Postscript.
1290 (lang_names): Add Postscript.
1291 (Postscript_functions): New function.
1292 (TEX_decode_env): Close minor memory leak.
1293 (just_read_file): Correct the char number of the tag.
1294
12951997-05-11 Paul Eggert <eggert@twinsun.com>
1296
1297 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
1298 Don't prepend $nl since this causes some shells to generate the
1299 empty string when IFS is $nl.
1300 (printlogline): Use SOH (octal code 1), not CR, since some
1301 PC-based shells mishandle CR.
1302 (initialize_fullname): Set NIS_PATH to the empty string before invoking
1303 nismatch, in case it's set to some nonstandard value.
1c478461 1304
362bc2da
DL
13051997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1306
1307 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
1308 read in separate blocks.
1309
13101997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1311
1312 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
1313 (struct linebuffer): New member `len' is the length of the string.
1314 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
1315 Use it instead of strlen.
1316 (TEX_getit): Declare and define unconditionally as static.
1317 (TeX_functions): Use if instead of #if TeX_named_tokens.
1318 (add_regex): Set RE_INTERVALS flag for regex compilation.
1319 (substitute): Code cleanup.
1320 (readline_internal): Code cleanup, set new member `len'.
1321 (readline): Bug corrected.
1322
13231997-04-23 Geoff Voelker <voelker@cs.washington.edu>
1324
1325 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
1326 (obj): Change references of nt*.c files to w32*.c files.
1327
13281997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1329
1330 * etags.c (xnew): Add support for debugging with chkmalloc.
1331 (error): Use this instead of printf whenever possible.
1332 (main): Only call xnew after having initialised progname.
1333 (substitute): Bad memory corruption error corrected.
1334
13351997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1336
1337 * etags.c (add_regex): Undo previous change.
1338 (relative_filename): Small memory leak closed.
1339 (absolute_filename): Cleaned up the code, possibly closing a bug.
1340 (absolute_dirname): Always return a newly allocated string.
1c478461 1341
362bc2da
DL
13421997-03-21 Paul Eggert <eggert@twinsun.com>
1343
1344 * rcs2log (files): Ignore files in RCS directory whose names are
1345 of the form ,*, or *_; they are probably RCS lock files.
1346 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
1347 they are used by rcsfreeze.
1348
13491997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1350
1351 * etags.c (add_regex): reset *putbuf before using it.
1352
13531997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1354
1355 * movemail.c (popmail): Remove some unnecessary function
1356 declarations.
1357 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
1358 into pop_retr, there's no reason to pass in mbx_write, and the
1359 file argument can be declared FILE * explicitly. This fixes a
1360 compilation problem on systems with 64-bit pointers.
1361
13621997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1363
1364 * movemail.c: Delete duplicate inclusion of fcntl.h
1365 and duplicate #undefs of open, read, write, close.
1366
13671997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1368
1369 * movemail.c (main): Do not display "[POP-password]" in the usage
1370 message when movemail is compiled without POP support.
1371 (main, popmail): Add the optional "-p" argument, which causes
1372 movemail to leave mail in the inbox after copying it into the
1373 output file.
1c478461 1374
362bc2da
DL
1375 * Makefile.in (movemail): Link with getopt.
1376
13771997-01-20 Paul Eggert <eggert@twinsun.com>
1378
1379 * rcs2log: (--help, --version): New options, per GNU coding standards.
1380 (Copyright, Help, Id): New variables, for above.
1381 (rlog): Use -q option with cvs log, to avoid useless chatter.
1382
1383 Treat logs of "Initial revision" (RCS) or "file F was initially added
1384 on branch B." (CVS) as if they said "New file.", for consistency with
1385 change log entries.
1386
13871997-01-01 Paul Eggert <eggert@twinsun.com>
1388
1389 * vcdiff (PATH): Add /usr/xpg4/bin,
1390 where XPG4 SCCS hangs out in Solaris 2.5.
1391 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
1392
13931996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1394
1395 * etags.c (streq, strneq): Use == NULL rather than !.
1396
13971996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
1398
1399 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
1400 (movemail): Use LIBMAIL, to link against -lmail.
1401
1402 * movemail.c: Include maillock.h (conditionally).
1403 Remove a redundant inclusion of <stdio.h>.
1404 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
1405 (main): Add variable spool_name.
1406 Support the usage of maillock and mailunlock to
1407 lock and unlock mailboxes.
1408 (mail_spool_name): New function.
1409
1410 * movemail.c: Fix an uninitialized variable which could cause
1411 movemail to exit with an error status incorrectly on systems which
1412 use lock files rather than a system locking function to lock
1413 mailboxes.
1414
14151996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1416
1417 * pop.c (socket_connection): Free realhost after using it.
1418
14191996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1420
1421 * etags.c (C_entries): Test tok.valid. This handles some
1422 particular cases involving function declarations that failed.
1423
14241996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 1425
362bc2da
DL
1426 * pop.c (socket_connection):
1427 gethostbyname may return a pointer to static data.
1428 krb_realmofhost can clobber it. So copy it.
1429
14301996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1431
1432 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
1433 must cast it to (char *) because we have no prototypes.
1434 (make_C_tag): Macro deleted, new function.
1435 (C_entries): Calls to make_C_tag macro changed to call function.
1436
14371996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1438
1439 * etags.c (grow_linebuffer): New function.
1440 (GROW_LINEBUFFER): Macro deleted. All callers changed.
1441 (make_tag): Macro renamed to make_C_tag. All callers changed.
1442 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
1443 (Prolog_functions): prolog_skip_comment was called with wrong
1444 number of arguments.
1445 (xrealloc): fatal was called with wrong number of arguments
1446
14471996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1448
1449 * etags.c (relative_filename): Bug corrected.
1450 (etags_getcwd): Avoid warning of unused variable.
1451 (C_entries, consider_token): Added support for enum labels.
1452
14531996-11-03 Paul Eggert <eggert@twinsun.com>
1454
1455 * rcs2log: When processing cvs log output, remove `Attic/' from
1456 repository file names.
1457
14581996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
1459
1460 * emacsserver.c: Fix 1996-09-02 change.
1461
14621996-10-12 Paul Eggert <eggert@twinsun.com>
1463
1464 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1465 option', since CVS says 'invalid option'.
1466 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1467 revisions, since some hosts reject 1970-01-01 when east of UTC.
1468 (date): Remove.
1469
14701996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1471
1472 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1473
14741996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1475
1476 * etags.c (print_version): Print copyright info.
1477
1478 * etags.c (print_help): Print the bug reporting address.
1479 (main): Use return as the last instruction, instead of exit.
1480
1481 * etags.c (main): Don't open the tags file in cxref mode.
1482
14831996-09-29 Dave Love <d.love@dl.ac.uk>
1484
1485 * rcs2log (date): Make default format acceptable to CVS post v1.8
1486 as well as earlier CVSs and RCS.
1487
14881996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1489
1490 * movemail.c (main): If the lock call fails with EBUSY or
1491 EAGAIN, retry a few times.
1492
14931996-09-25 Paul Eggert <eggert@twinsun.com>
1494
1495 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1496 whether to append -zLT.
1497
14981996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1499
1500 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1501 * emacsclient.c, movemail.c: Likewise.
1502
15031996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1504
1505 * emacsclient.c (longopts): Change nowait to no-wait.
1506 (print_help_and_exit): Fix option name; upcase metavars.
1507
15081996-09-06 Erik Naggum <erik@naggum.no>
1509
1510 * emacsserver.c (main): Declare `fromlen' as size_t.
1511
15121996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1515
15161996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1517
1518 * emacsclient.c (quote_file_name): Quote with &, not \.
1519 Quote `-' only at start of file name. Terminate the value string.
1520
1521 * emacsserver.c: Include signal.h properly;
1522 delete the duplicate includes for it.
1523
1524 * emacsserver.c: On fatal signal, delete socket-file:
1525 * emacsserver.c: Include signal.h.
1526 (xmalloc, fatal, error): New functions.
1527 (delete_socket, handle_signals): New functions.
1528 (progname, socket_name): New variables.
1529 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1530
15311996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1532
1533 * emacsclient.c (quote_file_name): New function.
1534 (main, both versions): Use quote_file_name.
1535 (decode_options): Don't return a value.
1536 (main, both versions): Use optind.
1537 Don't check for -nowait here.
1c478461 1538
362bc2da
DL
1539 * emacsclient.c (decode_options): New function.
1540 (main, both versions): Call decode_options.
1541 (print_help_and_exit): New function.
1542 (VERSION): New macro.
1543
1544 * Makefile.in (emacsclient): Link with getopt.
1545 Add -DVERSION so emacsclient knows its version number.
1546
15471996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1548
1549 * makefile.nt (lisp): Include dos-nt.elc.
1550
15511996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1552
1553 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1554
15551996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1556
1557 * emacsclient.c (both versions): Handle -nowait and --nowait
1558 by sending data to the server.
1559
15601996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1561
1562 * Makefile.in (INSTALL_STRIP): New variable.
1563 (${archlibdir}): Use INSTALL_STRIP.
1564
1565 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1566 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1567
1568 * pop.c: Reverse conditional in previous change.
1569
15701996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1571
1572 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1573
15741996-08-24 Paul Eggert <eggert@twinsun.com>
1575
1576 * rcs2log: Use ISO 8601 date format, with time zone appended
1577 if change-log-time-zone-rule is non-nil, instead of
1578 traditional Unix date format.
1579
1580 (datearg): When computing default from ChangeLog, handle ISO format
1581 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1582 Don't worry about hh:mm:ss since the resolution is now by day.
1583 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1584 "$datearg" option to $rlog.
1585 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1586 (month_data): Remove `mo'; no longer needed.
1587 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1588
1589 Match `revision' line of rlog output more accurately.
1590
1591 Add -c, -v options.
1592
15931996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1594
1595 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1596
15971996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1598
1599 * Version 19.33 released.
1600
16011996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1602
1603 * Version 19.32 released.
1604
16051996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1606
1607 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1608 computing character positions in source files.
1609
16101996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1611
1612 * makefile.nt (clean): Use OBJDIR macro.
1613
16141996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1615
1616 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1617
16181996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1619
1620 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1621 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1622 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1623
16241996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1625
1626 * ntlib.h: Correct return type of getwd.
1627 * ntlib.c (getwd): Correct return type.
1628
16291996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1630
1631 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1632 to infile.
1633
16341996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1635
1636 * makefile.nt: Remove all references to wakeup.
1637
16381996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1639
1640 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1641 explicit, mutable, typename.
1642
16431996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1644
1645 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1646 streams, one for sending and one for reading the reply.
1647
16481996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1649
1650 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1651 (wakeup): Target deleted.
1652 (UTILITIES): Delete wakeup and timer.
1653
1654 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1655
16561996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1657
1658 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1659 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1660
16611996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1662
1663 * etags.c (main): Copy cwd when appending slash.
1664
16651996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1666
1667 * Version 19.31 released.
1668
16691996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1670
1671 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1672 (Pascal_functions): Increase linecharno by the correct number of
1673 chars, inline the GET_NEW_LINE macro and delete its definition.
1674
16751996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1676
1677 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1678
16791996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1680
1681 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1682 (movemail.exe, fakemail.exe): Now built under Win32.o
1683
1684 * ntlib.c: Include ntlib.h.
1685 (nt_sleep): Rename to sleep.
1686 (getwd): Return directory.
1687 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1688 sys_ctime, sys_fopen): New functions.
1689
1690 * ntlib.h: New file.
1691
16921996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1693
1694 * pop.c (SEND, RECV): Renamed from send, recv.
1695 (pop_open, pop_trash): Make the trash_started code unconditional.
1696 (socket_connection): Delete casts to void.
1697
16981996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1699
1700 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1701 copied from lisp.h.
1702
17031996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1704
1705 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1706
1707 * hexl.c [DOSNT]: Include fcntl.h.
1708 [WINDOWSNT]: Include io.h.
1709 (main) [MSDOS]: Change conditional to DOS_NT.
1710
1711 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1712 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1713 [WINDOWSNT]: Include locking.h.
1714 (main): Update usage message. Use IS_DIRECTORY_SEP.
1715 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
1716 (main) [WINDOWSNT]: Invoke locking instead of flock.
1717 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
1718 (main) [MAIL_USE_POP]: Pass password to popmail if used.
1719 Include winsock.h; don't include unix inet headers.
1720 (popmail): Add password argument and pass it to pop_open.
1721 Open output file in binary mode.
1722
1723 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 1724 Macro SOCKET_ERROR undefined.
362bc2da
DL
1725 Don't declare h_errno.
1726 [!WINDOWSNT]: Define macros recv and send.
1727 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
1728 (pop_open) [WINDOWSNT]: Initialize trash_started.
1729 (have_winsock) [WINDOWSNT]: New variable.
1730 (socket_connection) [WINDOWSNT]: Initialize winsock.
1731 (socket_connection): Use closesocket instead of close.
1732 (getline): Use recv instead of read.
1733 (fullwrite): Use send instead of write.
1734 (pop_trash): Use closesocket instead of close.
1735 (pop_trash) [WINDOWSNT]: Cleanup winsock.
1736 Check if being called recursively by sendline.
1737
1738 * pop.h (struct _popserver): New field trash_started.
1739
1740 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
1741
17421996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1743
1744 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
1745
17461996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1747
1748 * etags.c [WINDOWSNT]: Include io.h.
1749
17501996-04-10 Geoff Voelker <voelker@cs.washington.edu>
1751
1752 * makefile.nt (CTAGSOBJ): Compile with regexp support.
1753
17541996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
1755
1756 * hexl.c [DJGPP v2]: Include io.h.
1757 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
1758
1759 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
1760 DJGPP v2.
1761
17621996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1763
1764 * etags.c (absolute_filename): Use absolutefn.
1765
17661996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
1767
1768 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
1769 letter isn't an alphabetic character.
1770 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
1771 (process_file) [DOS_NT]: Convert all slashes to forward style.
1772 (absolute_filename) [DOS_NT]: Emit error message for relative
1773 paths with a drive letter.
1774 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
1775 DOS/NT drive letters which try to reference the parent of the root.
1776 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
1777
17781996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1779
1780 * makefile.nt: Change uses of del to $(DEL).
1781
17821996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1783
1784 * etags.c (just_read_file): Reset lineno and charno on entry.
1785
17861996-03-15 Anders Lindgren <andersl@csd.uu.se>
1787
1788 * etags.c: Prolog language totaly rewritten.
1789 (Prolog_functions): Rewritten from scratch.
1790 (skip_comment, prolog_getit): Removed.
1791 (prolog_skip_comment): New function, like old skip_comment.
1792 (prolog_pred, prolog_atom, prolog_white): New functions.
1793 (erlang_func, erlang_attributes): Forward declarations added.
1794 (erlang_atom): Check if backslash ends line inside quoted atom.
1795
17961996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1797
1798 * etags.c (absolutefn): DOS_NT version corrected.
1799 (main): Append "/" to the dir name only if not already there.
1800 (print_help): Explain the absolute/relative file name issue.
1c478461 1801
362bc2da
DL
18021996-03-08 Anders Lindgren <andersl@csd.uu.se>
1803
1804 * etags.c: New Languange Erlang added.
1805 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
1806 erlang_white): New functions.
1807 (Erlang_suffixes): New suffix list.
1808 (lang_names): Erlang entry added.
1809 (prolog_getit): Accepts headers spanning several lines.
1810 Always name tags.
1811 (Prolog_functions): Removed incorrect compensation for
1812 newline characters.
1813 (readline_internal): Zero-terminate last line.
1814
18151996-03-20 Mike Long <mike.long@analog.com>
1816
1817 * b2m.c (main): Initialize progname variable before using it.
1818 Quote `username' in From_ header.
1819
18201996-03-18 Geoff Voelker <voelker@cs.washington.edu>
1821
1822 * ntlib.c (getpid): New function.
1823
18241996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1825
1826 * emacsclient.c (main, both definitions):
1827 Print a newline for normal termination.
1828
18291996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
1830
1831 * tcp.c (main): Convert port to network byte order.
1832
18331996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
1834
1835 * pop.c (pop_retrieve, getline): Avoid type clashes.
1836
18371996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
1838
1839 * etags.c (enum sym_type, anonymous enum): Delete final comma.
1840
18411996-01-15 Paul Eggert <eggert@twinsun.com>
1842
1843 * rcs2log (initialize_fullname): Add support for NIS+.
1844 (hostname): Fully qualify the default hostname with the domainname
1845 if the hostname lacks a `.'.
1846
18471996-01-15 Paul Eggert <eggert@twinsun.com>
1848
1849 * rcs2log (initialize_fullname): Add support for NIS+.
1850 (hostname): Fully qualify the default hostname with the domainname
1851 if the hostname lacks a `.'.
1852
18531996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
1854
1855 * etags.c (consider_token): Fix typo in expression.
1856
18571996-01-04 Paul Eggert <eggert@twinsun.com>
1858
1859 * etags.c (substitute): Fix spelling in message.
1860
18611996-01-03 George V. Reilly <georger@microcrafts.com>
1862
1863 * makefile.nt (etags, ctags): Compile with regexp support.
1864 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
1865 subdirectory exists before compiling.
1c478461 1866
362bc2da
DL
18671996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
1868
1869 * emacsserver.c (main): Do chmod based on existing permission.
1870
18711995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1872
1873 * Makefile.in (install): Turn on read/execute permission.
1874
18751995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1876
1877 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
1878 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
1879
18801995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1881
1882 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
1883
18841995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
1885
1886 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
1887 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
1888 get_scheme, prolog_getit): Name the tag in ctags mode.
1889 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
1890 (Perl_interpreters): Accept "@PERL@" as an interpreter.
1891 (suggest_asking_for_help): New function.
1892 (main, get_language_from_name): Use suggest_asking_for_help.
1893 (main): Let get_language_from_name make language existence check.
1894 (streq, strneq): Check the arguments #if DEBUG.
1895
18961995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
1897
1898 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
1899 (gperf): Added keywords for Objective C and GNU macros.
1900 (sym_type): Added values to account for Objective C and GNU macros.
1901 (begtk): The '@' character can start a token.
1902 (objdef, methodlen, objtag): New variables for Objective C.
1903 (consider_token, C_entries): Added code for Objective C.
1904 (plain_C_suffixes): Add .m and .lm for Objective C.
1905 (Yacc_suffixes): Add .ym for Objective yacc.
1906 (GROW_LINEBUFFER): New macro.
1907 (consider_token, C_entries, Pascal_functions): Use the new macro.
1908 (consider_token): Take one more argument. Caller changed.
1909 (consider_token): Use the hashing function to spot GNU macros.
1910 (C_entries): Consider // as a comment start even in plain C for
1911 the sake of Objective C parsing.
1912
19131995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
1914
1915 * Makefile.in (ctags): depend on etags only for simplicity;
1916 compile with regexp support enabled.
1917
19181995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1919
1920 * Version 19.30 released.
1921
19221995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1923
1924 * makefile.nt (DOC, clean): Don't use switches to del not
1925 supported by Windows 95.
1926
19271995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1928
1929 * Makefile.in (regex.o): Depend on ../src/config.h.
1930
19311995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1932
1933 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
1934 (LOADLIBES): Use LIB_STANDARD.
1935
19361995-11-07 Kevin Gallo <kgallo@microsoft.com>
1937
1938 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
1939 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
1940 Windows 95 conditional.
1941
19421995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
1943
1944 * etags.c (get_lang_from_name, get_lang_from_interpreter,
1945 get_lang_from_suffix): New functions.
1946 (get_language): Function deleted.
1947 (lang_entry): Two members added to struct.
1948 (lang_names): Reflect the new layout of lang_entry.
1949 (print_language_names, main, find_entries): Use the new functions.
1950 (find_entries): Look at the first line for #! if no language.
1951 (C_entries): Invalidate the token when funcdef is reset.
1952 (Perl_functions): New function.
1953 (lang_suffixes): .pl and .pm are Perl suffixes.
1954
19551995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
1956
1957 * etags.c (lowcase): Use the standard tolower function.
1958 (substitute): Remove some wrong and some useless code related with
1959 escape `\` character in regexp replacement string.
1960 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
1961 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
1962 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
1963 .prolog for prolog (.pl removed).
1964 (massage_name, etags_getcwd): Use lowcase instead of tolower.
1965 (C_entries, find_entries): Added comments about memory leakage.
1966 (add_node): Dead code removed.
1967
19681995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1969
1970 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
1971 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
1972
19731995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1974
1975 * test-distrib.c: Add #undef for open, close, read, write.
1976
19771995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1978
1979 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
1980 [! O_RDONLY]: Define it to zero.
1981 (main): Use O_RDONLY instead of explicit zero.
1982
19831995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
1984
1985 * etags.c (Pascal_functions): Close comment bug corrected.
1986 (add_node): Correctly compare node file names.
1987 (Pascal_functions): Correctly allocate and free memory for tline.
1988 (pfnote): Put the definition of fp in the innermost block.
1989 (NODE): `named' member removed.
1990 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 1991 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
1992 (pfnote): `named' argument removed, all callers changed.
1993 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1994 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 1995 removed from pfnote call, some code cleanup.
362bc2da
DL
1996 (relative_filename): Free temporary space allocated by concat.
1997
19981995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1999
2000 * Makefile.in (getdate.c): New target.
2001 (getdate.o): Just compile getdate.c.
2002
20031995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
2004
2005 * fakemail.c (xrealloc): Change cast to match return type.
2006
20071995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2008
2009 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
2010
20111995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2012
2013 * movemail.c (main): Fix previous change.
2014 Add error check for empty OUTNAME.
2015
20161995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2017
2018 * movemail.c (main): Mention lock file name in error message.
2019
20201995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2021
2022 * profile.c (gettimeofday): New function, defined if necessary.
2023
20241995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2025
2026 * Makefile.in: Renamed from Makefile.in.in.
2027 (distclean): Delete Makefile.c, not Makefile.in.
2028
20291995-07-17 Michael Shields <shields@tembel.org>
2030
2031 * Makefile.in.in (tags): Synonym for `TAGS'.
2032
20331995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2034
2035 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
2036 configure has already set $(INSTALL) to the proper relative path.
2037
20381995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2039
2040 * etags.c (plain_C_entries): new function.
2041 (lowcase): new macro.
2042 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2043 (lang_suffixes): new suffix ".pc" for Pro*C files.
2044 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2045 (tail): look for the end of the token when comparing.
2046 (takeprec): since now tail behaves differently, use strneq.
2047
20481995-07-08 Paul Eggert <eggert@twinsun.com>
2049
2050 * rcs2log (datearg): Separate date from time with comma, not space,
2051 to work around CVS 1.5 bug.
2052 (CVSROOT): Don't abort when unset if repository is absolute.
2053
20541995-07-07 Paul Eggert <eggert@twinsun.com>
2055
2056 * rcs-checkin, rcs2log, vcdiff:
2057 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
2058 that interpret `#! /' as a 4-byte magic number.
2059
20601995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
2061
2062 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
2063 mailbox with "po:mailbox", the mailbox is everything after the
2064 "po:" prefix.
2065
20661995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2067
2068 * emacsserver.c: Make all error messages start with `Error: '.
2069 (fatal_error, perror_1): New functions, use throughout.
2070
20711995-06-28 Paul Eggert <eggert@twinsun.com>
2072
2073 * rcs2log (CVSROOT, repository):
2074 Allow remote repositories a la CVS 1.4.
2075
20761995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
2077
2078 * etags.c (plain_C_entries): new function.
2079 (lowcase): new macro.
2080 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
2081 (lang_suffixes): new suffix ".pc" for Pro*C files.
2082 (consider_token): don't tag all tokens beginning with DEFUN & Co..
2083 (tail): look for the end of the token when comparing.
2084 (takeprec): since now tail behaves differently, use strneq.
2085
20861995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2087
2088 * movemail.c (main): Add newline in usage message.
2089
20901995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2091
2092 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
2093
20941995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
2095
2096 * etags.c (find_entries): Rewind before rereading the input file.
2097
20981995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2099
2100 * Version 19.29 released.
2101
2102 * make-docfile.c (main) [MSDOS]: Do set _fmode.
2103 This undoes part of the previous change.
2104
21051995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2106
2107 * make-docfile.c (main): On MSDOS, don't change stdout
2108 to binary, and insist on an -o option.
2109
21101995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2111
2112 * etags.c (process_file,absolute_filename): Handle filenames
2113 starting with a drive letter.
2114
2115 * makefile.nt (install): Copy wakeup.exe properly.
2116
21171995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
2118
2119 * make-docfile.c [MSDOS]: #undef chdir.
2120
21211995-06-04 Paul Eggert <eggert@twinsun.com>
2122
2123 * rcs2log (output_authors): Allow ':' in time zone,
2124 as per ISO 8601 and RCS 5.6.8 beta.
2125
21261995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
2127
2128 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
2129 compatibility problems.
2130
21311995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
2132
2133 * etags.c (etags_getcwd): Don't use #elif.
2134 Have just one function body.
2135
21361995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2137
2138 * makefile.nt (LIBS): Use BASE_LIBS.
2139 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
2140 upon LIBS.
2141 (DOC): Use del instead of rm.
2142 (DOC) [WINDOWS95]: Use DOC.
2143 (clean): Handle MSVC aux files.
2144 (config.h,paths.h): Use $(CP) instead of cp.
2145 (config.h): Use $(CONFIG_H)
2146 (make-docfile.obj): Depend upon config.h.
2147 Clean up comments.
2148
21491995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
2150
2151 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
2152 former gives the true path even in the presence of simlinks.
2153
21541995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2155
2156 * movemail.c (main): Increase lock timeout to five minutes.
2157
21581995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2159
2160 * makefile.nt (obj): Use .c files.
2161
21621995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2163
2164 * make-docfile.c: Include config.h.
2165 (NO_SHORTNAMES): New definition.
2166 (xmalloc): Return long *.
2167
2168 * etags.c (C_entries): Cast result of xrealloc.
2169 (xmalloc, xrealloc): Declare them to return long *.
2170
2171 * b2m.c (xmalloc, xrealloc): Declare them long *.
2172
2173 * movemail.c (xmalloc): Declare it to return long *.
2174
21751995-04-30 Paul Eggert <eggert@twinsun.com>
2176
2177 * rcs2log (datearg): If rlog options are specified explicitly,
2178 omit the implicit '-d>DATE' option.
2179 (repository, rlog): Allow absolute paths to CVS repositories.
2180 Look only at the first line of CVS/Repository.
2181
21821995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
2183
2184 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
2185 realclean.
2186
21871995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2188
2189 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
2190 Alternative (empty) definitions.
2191
21921995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2193
2194 * emacsclient.c (main): Add argv[0] to an error message.
2195
21961995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
2197
2198 * emacsclient.c (main): Improve error handling.
2199 * cvtmail.c (main, skip_to_lf): Improve error handling.
2200 (sysfail): New function.
2201
2202 * b2m.c (main): Check for trailing ", " before trying to delete it.
2203
22041995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2205
2206 * Makefile.in.in (all): Build test-distrib and make-docfile.
2207
2208 * make-docfile.c (scan_c_file): At end, restore file name last char
2209 to its original value.
2210
22111995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2212
2213 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
2214
22151995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2216
2217 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
2218 (alloca.o, regex.o): Use BASE_CFLAGS.
2219
22201995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2221
2222 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
2223
22241995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
2225
2226 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
2227 (SOURCES, distclean): Removed obsolete references to aixcc.
2228
22291995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2230
2231 * aixcc.lex: File deleted--surely obsolete now.
2232
22331995-03-23 Paul Eggert <eggert@twinsun.com>
2234
2235 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
2236 portability to mawk and nawk.
2237
22381995-03-21 Paul Eggert <eggert@twinsun.com>
2239
2240 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
2241 -u "login<tab>fullname<tab>mailaddr".
2242
22431995-03-21 Paul Eggert <eggert@twinsun.com>
2244
2245 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
2246 replaces the (now obsolescent) -n login fullname mailaddr option.
2247 Add -R option for recursive rlog.
2248 (AWK): New environment variable (default `awk') for awk program name.
2249 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
2250 Quote authors and fullnames correctly.
2251 Don't omit path from repository root when logging CVS files.
2252
22531995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2254
2255 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
2256 even if HAVE_SYSVIPC.
2257 * emacsclient.c (main): Use getcwd if not BSD.
2258
22591995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
2260
2261 * etags.c (process_file): free (filename) after using it.
2262 (readline_internal): Do not access the char before start of line.
2263
22641995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
2265
2266 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
2267 savetok.valid. Mark token as valid when it is initialised.
2268 (make_tag): Make token only if token is valid and reset validity.
2269 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
2270 (TOKEN): Added a new member: valid.
2271
22721995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
2273
2274 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
2275 (main): Do not read twice the last filename in the stdin file list.
2276
22771995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
2278
2279 * etags.c (C_entries): Initialise the new members of TOKEN.
2280 (C_entries): Do not allocate a new space for each token found by
2281 consider_token. Let make_tag do that instead.
2282 (make_tag): Since now TOKEN has memory of where it is taken from,
2283 this new macro substitutes both make_tag_from_new_lb and
2284 make_tag_from_oth_lb. All callers changed.
2285 (TOKEN): Add linepos and buffer members.
2286 (main): Initialise token_str.
2287 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
2288 (token_str): New global variable used by C_entries.
2289
22901995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
2291
2292 * Makefile.in.in (maintainer-clean): Renamed from realclean.
2293
22941995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
2295
2296 * etags.c (pfnote): Initialise been_warned in the node.
2297 (C_entries): Removed a speed hack for the sake of clarity.
2298
22991995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
2300
2301 * etags.c (longopts, print_help, main): Use -I as abbreviation
2302 for the --ignore-indentation option.
2303 (main): Do not print an error message for unknown options.
2304
23051995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
2306
2307 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
2308 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
2309 constantypedefs, update, vgrind_style, no_warnings,
2310 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
2311 (permit_duplicates): Was a var, now a #define.
2312 (filename_lb): Was global, now local to main.
2313 (main): Open the tag file when in cxref mode.
2314 Use a BUFSIZ size buffer for making the shell commands.
2315 Look at the return value from the system routine.
2316 Exit when cannot open the tag file.
2317 (process_file): Open the file and pass the FILE* to find_entries.
2318 (find_entries): Now void, because does not open the file itself.
2319 (pfnote): Recovering from lack of memory does not work. Removed.
2320 Use savenstr and simplify the code.
2321 (free_tree): Only free the name space if node is named.
2322 (structtag): Now a pointer, not a fixed length array of chars.
2323 (consider_token): Don't take a token as argument. Use savenstr
2324 when saving a tag in structtag. Callers changed.
2325 (TOKEN): Structure changed. Now used only in C_entries.
2326 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
2327 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
2328 (pfcnt): Deleted. Users updated.
2329 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
2330 TEX_getit, prolog_getit): Use dinamic allocation for storing
2331 the tag instead of a fixed size buffer.
2332
23331995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2334
2335 * movemail.c (main): Skip past the colon in inname.
2336
23371995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2338
2339 * etags.c (pfatal): New function.
2340 (main, etags_getcwd): Use pfatal.
2341 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
2342
23431995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
2344
2345 * etags.c (Lang_function): Use void instead to declare the
2346 language functions, because many compilers are buggy.
2347 (etags_getcwd): Fix the previous fix on the #else branch.
2348 (readline_internal): Discard possible \r before \n here.
2349 (C_entries): Do not deal with \r here: undo previous fix.
2350
23511995-01-09 Francesco Potorti` (pot at fly)
2352
2353 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
2354 functions and a macro that allow the program to work on input
2355 lines of whatever length. Copied from etags.c.
2356 (fatal): Print a fatal error message and exit.
2357 (main): Use the new functions. Fixed a bug that made a \037 char
2358 appear at the end of the output.
2359
23601995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2361
2362 * etags.c (C_entries): Ignore carriage return at end of line.
2363
23641994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2365
2366 * fakemail.c (xmalloc, xrealloc): Add casts.
2367 (add_field): Handle <...> and "..." syntax.
2368 (setup_files, get_keyword): Clean up parens and line breaks.
2369 (args_size): Likewise.
2370
23711994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2372
2373 * yow.c: Include program name in error messages.
2374
23751994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2376
2377 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
2378 (xmalloc, fatal, error): New functions.
2379 (progname): New variable.
2380 (main): Set progname.
2381
23821994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2383
2384 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
2385 (main): If socket/mqueue name is in home dir, add in the host name.
2386 Rename .emacs_server to .emacs-server....
2387
23881994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2389
2390 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
2391
23921994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
2393
2394 * etags.c (print_help): print --regex usage for ctags also.
2395 (main): use -h in addition to -H as abbreviation for --help.
2396
23971994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2398
2399 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
2400 is compiled if this is defined. The new functions and variables
2401 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
2402 [VMS]: All VMS specific code previously contained in
2403 etags-vmslib.c is now included here, modified for dealing with
2404 language and regex options intermixed with filenames.
2405 (header_file): Global variable deleted.
2406 (Lang_Function): New typedef. All language parser functions
2407 changed to this new type.
2408 (string_numeric_p, substr, prestr): Functions deleted.
2409 (readline_internal): Does the job that readline did previously.
2410 (longopts): --language and --regex options added.
2411 (lang_names, lang_extensions, lang_func, print_language_names):
2412 New structures, variables and functions for choosing languages.
2413 (print_help): Help strings updated. Calls print_language_names.
2414 (argument_type, ARGUMENT): Typedefs for dealing with language and
2415 regex options intermixed with filenames.
2416 (main): Changed the way of dealing with arguments on the command
2417 line to deal with language and regex options intermixed with
2418 filenames.
2419 (get_language, default_C_entries, Cplusplus_entries,
2420 Cstar_entries, Yacc_entries, just_read_file): New functions.
2421 (find_entries): Use the new method for choosing the language.
2422 (Pascal_functions): Allow intermixing of comment styles.
2423 (prolog_getit, skip_comment): Rewritten for speed.
2424 (readline): Rewritten to deal with regexps.
2425
24261994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
2427
2428 * etags.c (<errno.h>): #include added.
2429 (etags_getcwd): Check return value from getcwd.
2430
24311994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2432
2433 * profile.c (TV1, TV2): Use EMACS_TIME as type.
2434 (get_time): Use EMACS_SUB_TIME.
2435
24361994-10-30 voelker <voelker@cs.washington.edu>
2437
2438 * ntlib.c: New file.
2439 * makefile.nt: New file.
2440
2441 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
2442 [WINDOWSNT]: Include the NT headers.
2443 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
2444
2445 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
2446 [WINDOWSNT]: Include some NT headers.
2447
24481994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
2449
2450 * pop.c (getline): When a search of already-read input for CRLF
2451 fails, store the fact that we've searched it and don't search it
2452 again after reading more data.
2453
2454 * pop.c (getline): When determining whether or not it's necessary
2455 to grow the input buffer, take into account the null that's stored
2456 at the end of already-read input in the buffer.
2457
24581994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
2459
2460 * etags.c (prestr, substr): return a logical type.
2461 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2462 (consider_token): set funcdef to fignore when a DEFUN is met.
2463 (C_entries): Now we can use Tom Hageman patch for extern "C".
2464
24651994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2466
2467 * movemail.c: PopServer renamed to popserver throughout.
2468
24691994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2470
2471 * etags.c: Don't declare malloc, since we include config.h.
2472 * fakemail.c: Likewise.
2473
24741994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2475
2476 * movemail.c: Don't declare malloc.
2477
24781994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2479
2480 * rcs-checkin: Use test -r instead of < to check readability, to
2481 avoid syntax error.
2482
24831994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
2484
2485 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2486 defined, and if HAVE_CONFIG_H isn't defined, define
2487 MAIL_USE_POP always (so that this file can be included in
2488 other programs besides emacs).
2489
2490 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2491 HAVE_CONFIG_H isn't defined.
2492
2493 * pop.c (find_crlf, getline): Instead of using strstr, use a
2494 custom function for finding CRLF.
2495 (my_strstr): Function deleted.
2496
24971994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2498
2499 * pop.c (getline): Fix a segfault because of passing a
2500 non-null-terminated string into strstr(). Fix from
2501 djm@va.pubnix.com (David J. MacKenzie).
2502
2503 * pop.c: Don't include <string.h> and <strings.h>.
2504
2505 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2506 should be interchangeable, and indeed the inclusion is done in
2507 both orders in various files in the Kerberos 4 library sources,
2508 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2509 requires that <des.h> be included first, and I don't see any harm
2510 in changing the order.
2511
2512 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2513 STDC_HEADERS, if they're defined. Undef open, read, write and
2514 close after including it.
2515
25161994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2517
2518 * pop.c: Fix mismatch in conditionals.
2519
2520 * make-docfile.c (main): Don't process one input file twice.
2521 Never use exit code > 1.
2522
2523 * pop.c (open, close, read, write): Add #undefs.
2524
2525 * pop.c: Don't declare malloc, realloc, free.
2526 Include ../src/config.h.
2527 Don't include string.h or strings.h.
2528 Include des.h before krb.h.
2529 Do declare my_strstr.
2530 (getline): Really use my_strstr.
2531 Leave one empty place in server->buffer,
2532 and put a null at the end of the data in it.
2533
25341994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2535
2536 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2537 call kill with pid 0. Handle EINTR when receiving messages.
2538
25391994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2540
2541 * Makefile.in.in (regex.o): Use full path to find regex.c.
2542
25431994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2544
2545 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2546 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2547
25481994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2549
2550 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2551 (${archlibdir}): Use mkinstalldirs instead.
2552
2553 * movemail.c: Make functions that return nothing void, not
2554 implicitly int.
2555 (main): Improve usage message.
2556 (error): Write to stderr, not stdout.
2557
2558 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2559 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2560 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2561 variables and implicitly declared functions.
2562
25631994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2564
2565 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2566 (distclean): Not here.
2567
2568 * Makefile.in.in (libexecdir): Renamed from libdir.
2569
25701994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2571
2572 * etags.c (C_entries): Name the #define's that are macros.
2573
25741994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2575
2576 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2577 fd_set arg is a pointer, descriptor arg comes first.
2578
25791994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2580
2581 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2582 (C_entries): Recognise #define inside a struct.
2583 (C_entries): ANSI tells that preprocessor commands do not have to
2584 start on the first column.
2585 (print_help): Documentation corrected for -d and -D.
2586 (white, endtk): ANSI tells the vertical tab is a separator.
2587
25881994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2589
2590 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2591 (pop.o, movemail.o): New targets.
2592 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2593
2594 * pop.c, pop.h: New files.
2595
2596 * movemail.c: Improve POP code, move most of it into a separate file.
2597 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2598 (mbx_write): Check for errors and for From line.
2599 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2600 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2601 (pop_init): Functions deleted.
2602
26031994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2604
2605 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2606 Rename path to dirname.
2607
26081994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2609
2610 * Makefile.in.in (UTILITIES):
2611 Remove test-distrib, make-docfile, make-path.
2612 (DONT_INSTALL): New variable--list those files here.
2613 (clean): Delete the files in DONT_INSTALL.
2614
26151994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2616
2617 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2618 (main): Use fgets, not gets.
2619
26201994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2621
2622 * timer.c: Don't declare malloc.
2623
26241994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2625
2626 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2627 defined, use simple 32-bit versions of these macros.
2628 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2629
26301994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2631
2632 * etags.c (etags_getcwd): Use getcwd if available.
2633
26341994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2635
2636 * Version 19.27 released.
2637
26381994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2639
2640 * Version 19.26 released.
2641
26421994-08-15 Paul Eggert <eggert@twinsun.com>
2643
2644 * rcs2log: Add support for CVS.
2645 Work with `rlog's that output ISO 8601 dates.
2646
26471994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2648
2649 * rcs2log: Use <> to delimit email address.
2650
26511994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2652
2653 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2654 so we can listen for multiple requests.
2655
26561994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2657
2658 * movemail.c: Include config.h first thing.
2659
26601994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2661
2662 * emacsserver.c (main): Add casts to avoid warnings.
2663
26641994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2665
2666 * Makefile.in.in (${archlibdir}): Compare the proper dir
2667 before installing the scripts.
2668
26691994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2670
2671 * emacsclient.c (main): New local var progname saves argv[0].
2672
26731994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2674
2675 * emacsclient.c (main): Don't actually modify argv[0].
2676 Modify a copy instead.
2677
26781994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2679
2680 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2681 (tzp): Var deleted.
2682
2683 * Makefile.in.in: Add #undef alloca.
2684
26851994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2686
2687 * timer.c (xmalloc): New function.
2688
26891994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2690
2691 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2692 (alloca.o): New target.
2693
26941994-07-08 Dave Love (d.love@dl.ac.uk)
2695
2696 * etags.c (takeprec): recognise `character*(*) function'
2697
26981994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2699
2700 * etags.c (main): Don't barf on obsolete -t and -T switches.
2701 (main): Print an explicative message when a switch is not known.
2702
27031994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2704
2705 * hexl.c: Don't declare exit or perror.
2706
2707 * emacsserver.c (main): Don't declare geteuid.
2708 Don't declare getenv if convex.
2709
27101994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2711
2712 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2713
27141994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2715
2716 * etags.c (absolute_filename): Remove infinite loop bug when
2717 accessing files in directories whose name begins with a dot.
2718
27191994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2720
2721 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
2722
27231994-06-01 Morten Welinder (terra@diku.dk)
2724
2725 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
2726 location of data directory.
2727
27281994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2729
2730 * Version 19.25 released.
2731
27321994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2733
2734 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
2735
27361994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2737
2738 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
2739
27401994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2741
2742 * Version 19.24 released.
2743
27441994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2745
2746 * make-docfile.c (write_c_args): Put `default' in upper case.
2747
27481994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2749
2750 * etags.c (etags_getcwd): Cast result of popen.
2751 (popen): Declaration deleted.
2752
27531994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
2754
2755 * etags.c [!MSDOS]: Declare popen.
2756
27571994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2758
2759 * b2m.c (main): Avoid crash if argc is 1.
2760
27611994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2762
2763 * Version 19.23 released.
2764
2765 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
2766
27671994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2768
2769 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
2770
27711994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
2772
2773 * Makefile.in.in: Fix out of date comment.
2774
27751994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2776
2777 * Makefile.in.in: Put in a separator for where to start cpp procssing.
2778 Move all autoconf substitutions above that point.
2779 Above that point, use Make-style comments.
2780 This goes with changes in ../configure.in.
2781
27821994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2783
2784 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
2785 warning message.
2786 (${archlibdir}): Don't do it here. Don't depend on blessmail.
2787
27881994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
2789
2790 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
2791
27921994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2793
2794 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
2795 print advice to run it, if it has anything significant to do.
2796 And only if MOVEMAIL_NEEDS_BLESSING.
2797 (blessmail): Use emacs, not temacs.
2798 (configuration): Renamed from configname.
2799
28001994-04-30 Morten Welinder (terra@diku.dk)
2801
2802 * etags.c (find_entries): Treat `*.cpp' as C++ files.
2803
28041994-04-30 Morten Welinder (terra@diku.dk)
2805
2806 * etags.c [MSDOS]: #include <sys/param.h> for the following.
2807 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
2808 a shell.
2809
28101994-04-29 Morten Welinder (terra@diku.dk)
2811
2812 * hexl.c [MSDOS]: Don't define proto type for exit.
2813
28141994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2815
2816 * b2m.c: Don't include string.h or strings.h.
2817
28181994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
2819
2820 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
2821 symbols, not make variables.
2822
28231994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2824
2825 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
2826 * etags.c (print_version): Print VERSION as a string.
2827
28281994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2829
2830 * fakemail.c (readline): Fix updating of p when buffer grows.
2831
28321994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
2833
2834 * Makefile.in.in (blessmail): New target.
2835 ${archlibdir}: Use blessmail when installing movemail.
2836
28371994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2838
2839 * fakemail.c (readline): When extending the buffer,
2840 calculate end afresh using the new size.
2841
28421994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2843
2844 * etags.c (main, print_help): eliminate the -F option.
2845
28461994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2847
2848 * etags.c (absolute_filename): compare against '\0' instead of NULL.
2849
28501994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2851
2852 * Makefile.in.in: Renamed from Makefile.in.
2853 Makefile.in is now generated from it, and then preprocessed.
2854 Change comments to C syntax.
2855 Include config.h.
2856 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
2857 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
2858
28591994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2860
2861 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
2862
28631994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2864
2865 * etags.c (etags_getcwd): Initialize bufsize.
2866
28671994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2868
2869 * profile.c (gettimeofday): If system doesn't have this, define it
2870 to give a fatal error.
2871
28721994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
2873
2874 * movemail.c (main): Use setuid, not seteuid.
2875
28761994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2877
2878 * etags.c: #undef static.
2879
28801994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2881
2882 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
2883 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
2884 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
2885 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
2886 TeX_functions, Prolog_functions.
2887 (inf): no more a global variable.
2888 (C_entries): take 2nd parameter `inf' instead of using the global one.
2889 (find_entries): added the cp1 var for optimisation.
2890 (find_entries): added more suffixes for assembler files.
2891 (Asm_funcs): Now finds labels even without an ending colon.
2892
28931994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2894
2895 * etags.c (main): use etags_getcwd for compatibility.
2896 (etags_getcwd): new function.
2897
28981994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2899
2900 * Makefile.in (etags, ctags): Pass -D for VERSION.
2901
29021994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
2903
2904 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
2905 (main): don't allow the use of -t and -T in etags mode.
2906 (print_help): don't show options enabled by default.
2907 (print_version): show the emacs version number if VERSION is #defined.
2908 (find_entries): add "ss" as suffix for Chez Scheme.
2909
29101994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
2911
2912 * etags.c (cwd, outfiledir): vars added.
2913 (relative_filename, absolute_filename, absolute_dirname):
2914 functions added to compute filenames in tags files.
2915 (process_file): filenames in tags file are relative to the
2916 directory where the tags file is (useful with the -o option).
2917 (main): initialise the outfiledir var.
2918 (TYPEDST): added the `tignore' value.
2919 (C_entries): corrected various small bugs.
2920
29211994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2922
2923 * Makefile.in (UTILITIES): `env' deleted.
2924 (env): Target deleted.
2925 * env.c: File deleted.
1c478461 2926
362bc2da
DL
29271994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2928
2929 * Makefile.in (install, ${archlibdir}): Switch back to ..
2930 before running INSTALL_PROGRAM.
2931
29321994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
2933
2934 * etags.c (TYPEDST): added the `tignore' value.
2935 (C_entries): corrected various bugs, now correctly parses the
2936 `extern "C" {' construction (patch by Tom R.Hageman).
2937
29381994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2939
2940 * b2m.c: Use <...> to include config.h.
2941 Don't include stdlib.h.
2942
29431994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
2944
2945 * b2m.c (main): Change delimiter from "^L" to "^_^L".
2946 Allow for text following "BABYL OPTIONS:".
2947 Add --help option. Use argv[0] in error messages.
2948
29491994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2950
2951 * emacsclient.c (main) [HAVE_SYSVIPC]:
2952 Make msgp->mtext longer if necessary.
2953 On HPUX, error if it's more than 512 chars.
2954
29551994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2956
2957 * etags-vmslib.c: Use GPL.
2958 * emacstool.c: Use GPL.
2959 * fakemail.c: Update GPL.
2960
2961 * make-path.c (main): Return 1 on error, not -1.
2962 Update GPL.
2963
2964 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
2965 (xmalloc, xrealloc): Return char *, not int.
2966 (error): Write to stderr, not stdout.
2967 Update GPL.
2968
29691994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
2970
2971 * profile.c (main, get_time): Don't crash on invalid input.
2972
29731994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
2974
2975 * profile.c (get_time): Simplify; avoid calling index.
2976 (main): exit on EOF.
2977
29781994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
2979
2980 * etags.c (--absolute-pathnames): option removed.
2981
29821994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2983
2984 * fakemail.c (put_line): Don't break the line if it all fits.
2985
29861994-02-14 Francesco Potorti` (pot at fly)
2987
2988 * etags.c (absolute_pathnames, cwd): added global vars.
2989 (longopts, print_help, main, process_file): put absolute filenames
2990 in the tag file if the -A --absolute-pathnames option is used.
2991 (print_help): alfabetically order the options.
2992 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
2993
29941994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2995
2996 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
2997 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
2998
29991994-02-07 Christian Lynbech (lynbech@avignon)
3000
3001 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
3002
30031994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3004
3005 * Makefile.in (UTILITIES): Mention profile.
3006 (profile): New target.
3007
3008 * profile.c: New file.
3009
30101994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3011
3012 * Make the argument list output look more like the Lisp docstrings do.
3013 make-docfile.c (write_c_args): Take new arg FUNC. Make output
3014 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
3015 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
3016
30171994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
3018
3019 * etags.c (stab_entry, stab_create, stab_find, stab_search,
3020 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
3021 Use gperf generated hash table instead of linked list.
3022 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
3023 Mostly code generated by gperf.
3024 (consider_token): removed unused parameter `lp'.
3025 (PF_funcs, getit): allow subroutine and similar declarations
3026 to span multiple lines.
3027 (C_entries): check for newline if inchar to avoid bus errors.
3028 (process_file, find_entries): distinguish among nonexistent
3029 and not regular file.
3030
30311994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3032
3033 * timer.c: Include errno.h; don't include fasync.h.
3034 (schedule): Don't return a value.
3035 (sigcatch): Reestablish the handler first.
3036 (getevent): Always call notify at the end.
3037 (notify): Defer alarms around the whole body of function.
3038
30391994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3040
3041 * timer.c (main): Don't request SIGIO, and don't handle it.
3042 Loop calling getevent.
3043 (sigcatch): Delete code to handle SIGIO.
3044 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 3045 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
3046 Set defer_alarms around realloc and schedule.
3047 If alarm_deferred gets set, call notify.
3048 Likewise if this event is the only pending event.
3049 Make buf and buf_size global variables.
3050 Don't malloc buf if it is already non-zero.
3051 (schedule): Just exit if run out of memory.
3052 Return the number of events.
3053 (signal) [_CX_UX]: Add #undef.
3054
30551994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3056
3057 * timer.c [USG] (SIGIO): Define as SIGPOLL.
3058 (main) [USG]: Do ioctl to enable SIGPOLL.
3059
30601994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3061
3062 * timer.c: Don't declare sys_errlist; declare strerror instead.
3063 (schedule, main): Call strerror instead of using sys_errlist.
3064 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
3065 Call strerror instead of using sys_errlist.
3066 * env.c (main): Call strerror instead of using sys_errlist.
3067 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
3068 (main): Call strerror instead of using sys_errlist.
3069 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
3070 * env.c [! HAVE_STRERROR] (strerror): Likewise.
3071 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
3072 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
3073
30741994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3075
3076 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
3077
3078 * movemail.c (malloc): Don't declare it.
3079 (xmalloc): Cast result of malloc.
3080 (strcpy): Don't declare it.
3081
30821993-11-14 Morten Welinder (terra@diku.dk)
3083
3084 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
3085 (main): Use fclose to close file opened by fopen.
3086
3087 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
3088
3089 * movemail.c [MSDOS]: #undef `access'.
3090
3091 * b2m.c (main) [MSDOS]: Open all files as binary.
3092 * etags.c (main) [MSDOS]: Open all files as binary.
3093
3094 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
3095 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
3096 with.
3097
30981994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3099
3100 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
3101 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
3102 (LINK_CFLAGS): New variable.
3103 (timer): Use LINK_CFLAGS.
3104
31051993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3106
3107 * movemail.c: Include syswait.h.
3108 Fork a subprocess and use it to copy the mail file.
3109
31101993-12-07 Richard Stallman (rms@srarc2)
3111
3112 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
3113
31141993-12-04 Richard Stallman (rms@srarc2)
3115
3116 * movemail.c (main): When making tempname, cast result of xmalloc.
3117 Include room for EXXXXXX in the size.
3118 Don't use result of strcpy.
3119
31201993-12-03 Paul Eggert (eggert@twinsun.com)
3121
3122 * vcdiff: Add --brief option.
3123
31241993-12-02 Richard Stallman (rms@srarc2)
3125
3126 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
3127 for all executables and scripts.
3128
31291993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3130
3131 * Version 19.22 released.
3132
31331993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3134
3135 * Makefile.in (mostlyclean): Make it distinct from clean.
3136
31371993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3138
3139 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
3140
31411993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3142
3143 * Version 19.21 released.
3144
3145 * Makefile.in (install): Don't change mode or group when installing.
3146
3147 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
3148
31491993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3150
3151 * make-docfile.c (read_c_string): For "", concatenate the two strings.
3152
3153 * movemail.c (main): Fix error message text.
3154
31551993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3156
3157 * Version 19.20 released.
3158
31591993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
3160
3161 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
3162 functions returning a pointer to a function, a la `signal', can be
3163 parsed. This also required new state `fstartlist' to `FUNCST'.
3164 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
3165 (C_entries, CNL): use it to isolate preprocessor directive processing
3166 from the other state engines.
3167 (begtk): add '~', for C++ class destructors.
3168
31691993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
3170
3171 * etags.c (consider_token): removed unused variable firsttok.
3172 (prolog_getit): call pfnote with the right number of arguments.
3173
31741993-10-19 Paul Eggert (eggert@twinsun.com)
3175
3176 * rcs2log (printlogline): Don't generate lines containing only
3177 white space.
3178
31791993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3180
3181 * Makefile.in (${archlibdir}):
3182 Install ${SCRIPTS} from ${srcdir}, not cwd.
3183
31841993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3185
3186 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
3187 the comment character.
3188
31891993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
3190
3191 * etags.c (process_file): dead code removed.
3192 (S_ISREG): #define it using S_IFREG if not defined.
3193 (process_file): regular files have nothing to do with symlinks.
3194
31951993-09-28 Brian Fox (bfox@ai.mit.edu)
3196
3197 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
3198 from current directory. Only chmod and chgrp files that we
3199 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
3200 ${bindir}.
3201 (INSTALLFLAGS): Deleted definition, since it is an unused variable
3202 now.
3203
32041993-09-27 Brian Fox (bfox@ai.mit.edu)
3205
3206 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
3207 configure figure out the correct values for these variables.
3208
32091993-09-14 Brian Fox (bfox@ai.mit.edu)
3210
3211 * Makefile.in (archlibdir): Only install execuatables internally
3212 used by emacs; don't install bindir binaries here.
3213
32141993-09-24 Paul Eggert (eggert@twinsun.com)
3215
3216 * rcs2log: Add -h, -n, -r options.
3217 By default, look for *,v files as well as RCS/*,v files.
3218 Use $TMPDIR (default /tmp) instead of /tmp.
3219
32201993-09-20 Francesco Potorti` (pot at fly)
3221
3222 * etags.c (C_entries): is_func is initialised here instead of in
3223 consider_token for the sake of the yacc rules section.
3224 (C_entries): Now class, struct, enum, union and typedef produce
3225 named tags.
3226
32271993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
3228
3229 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
3230
32311993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3232
3233 * Support configuring in a different directory when ${srcdir} has
3234 already been configured.
3235 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
3236 -I${srcdir} -I${srcdir}/../src.
3237 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
3238 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
3239 is already in CPP_FLAGS.
3240 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
3241 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
3242
32431993-08-25 Paul Eggert (eggert@twinsun.com)
3244
3245 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
3246 otherwise, HP awk complains.
3247
3248 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
3249 are common hangouts for SCCS commands.
3250
32511993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3252
3253 * Version 19.19 released.
3254
32551993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3256
3257 * Makefile.in (make-path): Dep on config.h.
3258
32591993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3260
3261 * b2m.c (TRUE, FALSE): Don't define if already defined.
3262
32631993-08-09 Paul Eggert (eggert@twinsun.com)
3264
3265 * rcs2log (awkscript):
3266 Some sites put comma-separated junk after the fullname.
3267 Remove it, but leave "Bill Gates, Jr" alone.
3268 Remove the junk from fullnames like "0000-Admin(0000)".
3269
32701993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3271
3272 * Version 19.18 released.
3273
32741993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
3275
3276 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
3277 (L_funcs): the (foo::defmumble stuff now should work.
3278 (consider_token): function returned random value--corrected.
3279 (C_entries): corrected == versus = typo.
3280
32811993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3282
3283 * etags.c (put_entries): For NODE->rewritten, put pattern before
3284 \177 and name after, not vice versa.
3285
32861993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3287
3288 * timer.c (main): Generate a SIGIO as soon as we've initialized.
3289
32901993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
3291
3292 * etags.c (FINCST): added the fignore status. Means we are
3293 after the parameter list and before the open curly brace.
3294 Allows correct parsing of C++ constructors.
3295 (C_entries, consider_token): make use of fignore.
3296 (consider_token): reset funcdef when next_token_is_func: when in
3297 ctags mode makes DEFVAR and others work better.
3298 (L_isquote): function that recognises the "(quote" string.
3299 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
3300
33011993-07-29 Paul Eggert (eggert@twinsun.com)
3302
3303 * rcs-checkin: Don't check whether a file is readable until we have
3304 decided not to ignore it.
3305
33061993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3307
3308 * Makefile.in (etags): Depend on ../src/config.h.
3309
3310 * emacsserver.c: Include types.h before file.h.
3311
33121993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3313
3314 * Makefile.in (install): Use .n, not .new, for temporary filenames.
3315
33161993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3317
3318 * Version 19.17 released.
3319
33201993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3321
3322 * etags.c (print_help): Break up the very long strings containing
3323 the help message into shorter strings, to placate chintzy C
3324 compilers which can't handle strings that long.
3325
3326 * wakeup.c: Use CPP tangle from autoconf manual to #include the
3327 correct combination of <time.h> and <sys/time.h>.
3328
33291993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3330
3331 * etags.c (alloca): removed all references to it.
3332 (main): now calls xnew instead of alloca for portability.
3333 (../src/config.h): included only if HAVE_CONFIG_H.
3334 (const): void definition removed--config.h takes care of it.
3335
33361993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3337
3338 * etags.c (consider_token): was `==', now is `='.
3339 (consider_token): DEFUNs now treated like funcs in ctags mode.
3340
3341 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
3342 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
3343 (C_entries): removed a piece of useless code.
3344 (C_entries): making typedef tags is delayed until a semicolon
3345 is met. This handles "typedef int X, Y, Z;" correctly.
3346
33471993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3348
3349 * Version 19.16 released.
3350
3351 * b2m.c: #include <sys/types.h>.
3352 (ltoday): Declare this to be time_t.
3353
33541993-06-30 Paul Eggert (eggert@twinsun.com)
3355
3356 * vcdiff: Add -q option.
3357
33581993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3359
3360 * etags.c: #include "config.h" and the alloca CPP tangle before
3361 #including the system headers and getopt.h. AIX requires the
3362 #pragma to come before any actual C code.
3363
33641993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3365
3366 * Makefile.in (ctags): Depend on etags, so that parallel makes
3367 don't write etags.o files on top of each other.
3368
33691993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3370
3371 * version 19.15 released.
3372
33731993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3374
3375 * etags.c (add_node): Move var last_node to file scope.
3376
33771993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3378
3379 * Version 19.14 released.
3380
33811993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3382
3383 Bring mumbleclean targets into conformance with GNU coding standards.
3384 * Makefile.in (distclean): Call clean to do most of the work.
3385 Delete aixcc.c and TAGS.
3386 (realclean): Just call distclean.
1c478461 3387
362bc2da
DL
3388 * Makefile.in: Remember, spaces are not tabs.
3389
33901993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3391
3392 * Makefile.in (CPP_CFLAGS): New variable.
3393 Use it instead of ALL_CFLAGS when compiling a .c file.
3394 (getopt.o, getopt1.o): Add explicit compilation commands.
3395
33961993-06-10 Mark D. Baushke (mdb@cisco.com)
3397
3398 * etags.c: Reinstate old -f option as an alias for -o for
3399 installed base uses.
3400
34011993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3402
3403 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
3404 to bind or accept, cast the pointer, to avoid warnings on systems
3405 which declare prototypes for this.
3406 * emacsclient.c (main): Same.
3407
3408 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
3409
34101993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3411
3412 * Version 19.13 released.
3413
3414 * wakeup.c: Include sys/types.h, too; I think that's where time_t
3415 comes from, not sys/time.h.
3416
34171993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3418
3419 * wakeup.c: Include sys/time.h.
3420
3421 * etags.c: #undef static.
3422
3423 * Version 19.12 released.
3424
3425 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
3426
34271993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3428
3429 * Version 19.11 released.
3430
3431 * timer.c [LINUX]: #undef signal.
3432 * emacsserver.c: #undef signal.
3433
34341993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3435
3436 * wakeup.c (main): Make when a time_t.
3437
34381993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3439
3440 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
3441 `(cd foo ; pwd)` to get the canonical name of a directory; cd
3442 might fail, and have pwd print out the current directory.
3443
3444 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
3445 string-handling functions.
3446
34471993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3448
3449 * Version 19.10 released.
3450
34511993-05-29 Paul Eggert (eggert@twinsun.com)
3452
3453 * rcs2log: When given no file arguments, inspect RCS/.* as well
3454 as RCS/*. Don't report an error if RCS is empty or nonexistent.
3455
34561993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3457
3458 * Makefile.in (timer): Link with $(LOADLIBES).
3459
34601993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3461
3462 * fakemail.c (put_line): Don't output \n\t unless more text follows.
3463
34641993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3465
3466 * etags.c: Replace the CPP tangle for alloca with the one from the
3467 autoconf documentation, since that's working elsewhere.
3468
34691993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3470
3471 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3472 description files can find their ancestors.
3473
34741993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3475
3476 * Makefile.in (install): Get the scripts from ${srcdir},
3477 unlike the executables.
3478 (ALL_CFLAGS): Add -I../src
3479
34801993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3481
3482 * Version 19.9 released.
3483
34841993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3485
3486 * Makefile.in (install): Do install the programs listed in
3487 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
3488 INSTALLABLE_SCRIPTS, instead of writing the programs out.
3489
3490 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3491 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3492
34931993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3494
3495 * etags.c: Include ../src/config.h.
3496
3497 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3498 in first loop. Delete files from bindir before installing new ones.
3499 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3500
35011993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3502
3503 * Version 19.8 released.
3504
3505 * make-docfile.c: Doc fix.
3506
35071993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3508
3509 * tcp.c: Fix comment syntax at top of file.
3510 (main): Don't call htons with the port number.
3511
35121993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3513
3514 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 3515 appropriate.
362bc2da
DL
3516
3517 * Makefile.in (install): Refer to the variables INSTALLABLES and
3518 INSTALLABLE_SCRIPTS, instead of writing them out.
3519
35201993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3521
3522 * make-path.c (main): Return 0.
3523
35241993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3525
3526 * Version 19.7 released.
3527
35281993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3529
3530 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3531
35321993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3533
3534 * tcp.c: New file.
3535
35361993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3537
3538 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3539
35401993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3541
3542 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3543 only. We should really fix this later, but let's just make it
3544 compile for now.
3545
3546 Install patches from David J. Mackenzie to make the srcdir option
3547 work.
3548 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3549 Makefile.
3550 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3551 INSTALLABLE_SCRIPTS.
3552 (INSTALLABLE_SCRIPTS): New list.
3553 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3554 (${archlibdir}): The scripts to be installed live in the source
3555 tree, not in the object tree.
3556 (test-distrib): Note that the data file lives in the source tree,
3557 not the object tree.
3558 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3559 (all other targets): Change references to source files to use
3560 ${srcdir}, except for config.h, which lives in the object dir.
3561 (timer.o): Note that this depends on ../src/config.h.
3562 * make-docfile.c (main): Add a -d option, to tell it where to find
3563 the source files.
3564 * test-distrib.c (main): Take the name of the distribution file to
3565 test from the command line.
3566
3567 * timer.c: Fix mispellings of get_date function's name.
3568
35691993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3570
3571 * etags.c (main):
3572 Don't require that there be input files if -i switches were given.
3573
35741993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3575
3576 The GNU coding standards specify that CFLAGS should be left for
3577 users to set.
3578 * Makefile.in (CFLAGS): Put this in the "things configure might
3579 edit" section, and have it default to -g.
3580 (ALL_CFLAGS): New variable, set to all the flags which should be
3581 passed to compilations. Replace all other uses of CFLAGS with
3582 ALL_CFLAGS.
3583 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3584
3585 * Makefile.in (DEFS): Remove this; it's always just going to be
3586 "-DHAVE_CONFIG_H -Demacs".
3587
35881993-05-03 Paul Eggert (eggert@twinsun.com)
3589
3590 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3591 /[/]/, so change it to /[\/]/. This should work on all
3592 Posix-compliant awks. It's slightly wrong with traditional awk,
3593 since it matches \ too, but that's a minor problem compared to awk
3594 syntax errors.
3595
35961993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3597
3598 * Makefile.in (ALLOCA): New variable, whose value we should
3599 inherit from the top-level makefile.
3600 (etags, ctags): Include ALLOCA in the list of object files that
3601 these executables depend on and link.
3602
36031993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3604
3605 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3606
36071993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3608
3609 * make-docfile.c (write_c_args): Print an argument named "defalt"
3610 as "default".
3611
36121993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3613
3614 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3615 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3616 compiler.
3617
36181993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3619
3620 * etags.c (YACC): flag added to c_ext.
3621 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3622 (find_entries): consistently use streq when reasonable.
3623 (find_entries): a .y file is a yacc file.
3624 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3625 (C_entries): logical cplpl means c_ext&C_PLPL.
3626 (C_entries): logical yacc_rules means we are after the first %%.
3627 (C_entries): added logic for yacc files.
3628
36291993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3630
3631 * etags.c (C_entries): ':' case moved to the second switch.
3632 (C_entries): do not examine token if structdef==scolonseen.
3633 (consider_token): structtag set to null string for enum.
3634
36351993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3636
3637 * etags.c (GET_COOKIE): and related macros removed.
3638 (logical): is now int, no more a char.
3639 (reg): define deleted.
3640 (isgood, _gd, notgd): deleted.
3641 (gotone): deleted.
3642 (TOKEN): member linestart removed.
3643 (linepos, prev_linepos, lb1): deleted.
3644 (main): call initbuffer on lbs array instead of lb1.
3645 (init): removed the initialisation of the logical _gd array;
3646 (find_entries): a .sa suffix means assembler file.
3647 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3648 All C state machines rewritten.
3649 (C_entries): complete rewrite.
3650 (condider_token): complete rewrite.
3651 (getline): deleted.
3652
36531993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3654
3655 * etags.c (C_entries): Added the quotednl logical variable.
3656 Used for parsing of #define's spanning multiple lines.
3657
36581993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3659
3660 * etags.c (C_entries): Save the definedef status even when a
3661 newline is met inside a string.
3662
36631993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3664
3665 * Makefile.in (EXECUTABLES): added rcs-checkin.
3666
3667 * Makefile.in (unlock, relock): New productions.
3668
36691993-03-16 Paul Eggert (eggert@twinsun.com)
3670
3671 * rcs2log: Some awks don't understand "\r". Code around this.
3672 Unfortunately this requires putting a carriage return in the
3673 source code. Don't assume that rlog will tolerate times like
3674 `10:10:60'; RCS 5.7 won't allow this.
3675
36761993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3677
3678 * timer.c (main): Set the ownership of the stdin file descriptor
3679 to the current process. Print error messages if either of the
3680 fcntl's fails.
3681
3682 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3683 ../src/config.h), not void.
3684
36851993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3686
3687 * b2m.c (main): Don't exit upon reading a blank line.
3688
36891993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3690
3691 * etags.c (C_entries): New local variable quotednl. Used for
3692 parsing of #define's spanning multiple lines.
3693
3694 * etags.c (C_entries): Save the definedef status
3695 even when a newline is met inside a string.
3696
36971993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3698
3699 * timer.c (notify): Initialize waitfor properly.
3700
37011993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3702
3703 * etags.c (C_entries): Don't reset definedef when a newline inside a
3704 comment is met.
3705
37061993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3707
3708 * etags.c (find_entries): If filename ends in .f or .for,
3709 don't try anything but Fortran.
3710
37111993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
3712
3713 * timer.c (notify): Flush stdout after writing message to avoid lossage
3714 on terminals.
3715
3716 (notify): Also, write a newline after the token.
3717
37181992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3719
3720 * Makefile.in (exec_prefix): New variable.
3721 (bindir, libdir): Use it instead of `prefix'.
3722
3723 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
3724
3725 * Makefile.in (libdir): Default to ${prefix}/lib.
3726 (archlibdir): Adjusted to match.
3727
3728 * Makefile.in (distclean): Don't delete backup or autosave files.
3729 (extraclean): Like realclean, but does delete backup and autosave
3730 files.
3731
3732 * Makefile.in (realclean): Ignore errors from rm.
3733
3734 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
3735 that doesn't exist anymore.
3736
37371992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3738
3739 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
3740 described in the top-level Makefile.
3741 (UTILITIES): Add make-path to the list of utility programs.
3742 (../arch-lib): Replaced by the ${archlibdir} target, which places
3743 the executables in their permanent home.
3744 (install, install.sysv, install.xenix): Consolidated into one
3745 target which should work under all circumstances, modulo a few
3746 ignored error messages.
3747
3748 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
3749 a different number of arguments than other DEFVARs, recognize it
3750 specially, and expect the right number of commas.
3751
37521992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3753
3754 * make-path.c: New program, to help with the installation process.
3755 * Makefile.in (make-path): New target.
3756
3757 * make-path.c (touchy_mkdir): Remove debugging output.
3758
37591992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3760
3761 * Makefile.in (getdate.o): Added explicit target for this, so we
3762 can indicate that it depends on ../src/config.h.
3763
37641992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3765
3766 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
3767 instead of CFLAGS.
3768 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
3769
37701992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3771
3772 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
3773 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
3774 that system.
3775
3776 * Makefile.in (arch-lib): Give rm the `-f' option.
3777
37781992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3779
3780 * make-docfile.c (write_c_args): Rewritten to correctly print
3781 &optionals before the first identifier, but after the first paren.
3782 This code used to just wait for commas or spaces; now it notices
3783 identifier boundaries.
3784
37851992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3786
3787 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
3788
37891992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3790
3791 * make-docfile.c (write_c_args): Print the argument lists properly
3792 when the first argument is optional.
3793
37941992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3795
3796 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
3797 Redefine @item. Set catcode of +.
3798
37991992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3800
3801 * emacsclient.c (main): Set IPC_CREAT in msgget call.
3802
38031992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3804
3805 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
3806 (TEX_decode_env): Make `tab' one element longer.
3807
38081992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3809
3810 * etags.c (PF_funcs): Recognize the "entry" keyword.
3811
38121992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3813
3814 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
3815
38161992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3817
3818 * timer.c (events): Rather than having slots marked as in use or
3819 out of use by the `token' field, keep all pending events at the
3820 beginning of the array. When we delete an event in the middle of
3821 the array, we move the last event into its place.
3822 (num_events): New variable.
3823 (schedule): It is now cheaper to find a free event slot;
3824 events[num_events] is the first free slot.
3825 (notify): Scan events[0 .. num_events-1], instead of the whole
3826 array. When an event fires, move the last event in the array into
3827 its spot. Use num_events to determine whether or not there are
3828 any pending events, not wait_for.
3829 (getevent): Deleted unused variable `ep'.
3830 (sigcatch): It's now easier to find all the active events.
3831 (main): Initialize num_events.
3832
3833 * etags.c: Rather than fret about which systems have index and
3834 which systems have strchr, and how to tell the difference between
3835 them, we just write out our own versions. Big deal.
3836 (index, rindex): Extern declarations removed.
3837 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
3838 (etags_index, etags_rindex): New declarations.
3839 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
3840 TEX_getit, substr): Use the etags_*index functions, rather than
3841 the native *index functions.
3842 (rindex, index): Renamed to etags_rindex and tags_rindex, and
3843 made them unconditionally defined, rather than having them depend
3844 on NEED_*INDEX.
3845
3846 * etags.c (savenstr): Add declaration for this at top of file.
3847 (TEX_decode_env): Don't declare it local to this function.
3848
3849 * b2m.c: #include "../src/config.h", so we can test for the USG
3850 macro, and decide whether to include <string.h> or <strings.h>.
3851 * Makefile.in: Note that b2m.c depends on ../src/config.h.
3852
38531992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3854
3855 * timer.c: Reformatted according to the GNU coding standards.
3856 Removed arbitrary limits on the number of events queued and the
3857 length of the tokens used to identify them.
3858 Removed casts to (void).
3859 Removed debugging printfs; they clutter the code, and the need
3860 can be better filled using a real debugger.
3861
38621992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3863
3864 * timer.c: Installed new version from Eric Raymond; this is more
3865 portable, since it doesn't try to use SIGIO.
3866
38671992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3868
3869 * emacsclient.c (main): If we can't find the socket in this
3870 person's home directory, print a message which asks if they've
3871 started the server, instead of just printing the message from
3872 sys_errmsg; Cygnus finds that people are much less confused by
3873 this.
3874
38751992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3876
3877 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
3878 so that index and rindex get defined, why don't we actually
3879 control index and rindex using symbols called "NEED_INDEX" and
3880 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
3881 little more readable than defining something whose name implies
3882 that it's not?
3883
38841992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3885
3886 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
3887 distribution:
3888 Miscellaneous doc fixes.
1c478461 3889 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
3890 (scan_lisp_file): Instead of using long hairy strings of ifs, call
3891 read_lisp_symbol and then see what we got. Call skip_white
3892 instead of writing out a loop to do its job. Correctly extract
3893 docstrings from "defmacro" declarations.
3894
38951992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3896
3897 * movemail.c (strcpy): Declare this to return char *.
3898
38991992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3900
3901 * etags.c (C_entries): When we find a C++ comment, do actually
3902 skip to the end of the line; do a 'break' instead of a 'continue'.
3903
39041992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3905
3906 * etags.c (getit): Add missing parenthesis to expression which
3907 decides if this token is an identifier.
3908
39091992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3910
3911 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
3912
39131992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3914
3915 * etags.c (put_entries): Always put space between name and line num.
3916
39171992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
3918
3919 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
3920 warning.
3921 (LEVEL_OK_FOR_FUNCDEF): Ditto.
3922
39231992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3924
3925 * make-docfile.c (write_c_args): Pass both arguments to putc.
3926
39271992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3928
3929 * etags.c (C_entries): Fixed reading of "..." strings.
3930 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
3931 the C library source.
3932
3933 * etags.c (C_entries): When we see a backslash inside a quoted
3934 string, skip to the next character. This allows us to correctly
3935 deal with strings containing quotes.
3936
39371992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3938
3939 * make-docfile.c (write_c_args): Print the C argument names as
3940 they would be written in Elisp; print '_' as '-'.
3941
39421992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3943
3944 * movemail.c [POP]: Get user name via getpwuid.
3945
39461992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3947
3948 * Makefile.in: flags in CC invocations rearranged for no reason.
3949
39501992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3951
3952 * etags.c (print_help): Remember not to imbed raw newlines in
3953 strings - end the lines with `\n\'.
3954
39551992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3956
3957 * timer.c (getevent): Removed declaration of memcpy; since
3958 different systems have different return types, and we're not even
3959 using the return type anyway, it wasn't doing us any good.
3960
39611992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3962
3963 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
3964 type of this function.
3965
39661992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3967
3968 * ChangeLog: Since the old etc contents have been split into etc
3969 and lib-src, the old etc's ChangeLog has been duplicated in the
3970 new etc and lib-src. That means that each contains complete and
3971 coherent information, although each contains extraneous
1c478461 3972 information.
362bc2da
DL
3973
39741992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3975
3976 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
3977 to be consistent with other GNU programs, like makeinfo.
3978
3979 * lib-src/Makefile: Renamed to Makefile.in; the configure script
3980 will edit this to produce Makefile.
3981
39821992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3983
3984 * etags.c (print_help, print_version): New functions.
3985 (main): Options added to support them.
3986
3987 * etags.c (longopts): New array of long names for the options.
3988 (main): Recognize them.
3989
39901992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3991
3992 * etags.c (C_entries): Removed comment saying that \" in a string
3993 isn't recognized as magic, because it is correctly handled.
3994
3995 * getopt.c, getopt.h: New files, from GNU C library.
3996 * etags.c: Rewritten to use getopt.
3997 #include "getopt.h".
3998 (file_num): Variable deleted; its role is now played by getopt's
3999 optind.
4000 (main): Argument processing loop rewritten to call getopt to get
4001 next option. Options which take parameters (-o and -i) rewritten
4002 to get parameter from optarg instead of argv[1]. Filename
4003 preprocessing loop and update command changed similarly.
4004 * Makefile (etags, ctags): Depend on and link with getopt.h,
4005 getopt.o, and getopt1.o.
4006 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4007
4008 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4009 is non-zero.
4010
4011 (main): In the argument processing loop, the 'goto next_arg'
4012 statements are breaking out of the switch statement in exactly the
4013 same way that a simple 'break' statement would; replace the gotos
4014 with breaks, and remove the label.
4015
40161992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4017
4018 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4019 (consider_token): Move next_token_is_func to global.
4020
40211992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4022
4023 * Makefile: Conform with GNU coding standards:
4024 (mostlyclean): New target, synonymous with clean.
4025 (TAGS, check): New targets.
4026 (INSTALL, INSTALLFLAGS): New variables.
4027
40281992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4029
4030 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4031 `config.emacs' to `configure'.
4032
4033 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4034 * etc/MACHINES: Same.
4035
40361992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4037
4038 * movemail.c (main): Allow tempname to be as long as necessary,
4039 instead of limiting it to 39 characters.
4040
4041 * movemail.c (main): Move declaration of buf from top of function
4042 to local block surrounding the copy loop. This makes it less
4043 likely to be confused with the buf used by the code which checks the
4044 permissions on outname's directory.
4045
40461992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
4047
4048 * SERVICE: Remove my entry.
4049
40501992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4051
4052 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4053 hardcoded -g.
4054
4055 * movemail.c (xmalloc): Return char *, not int.
4056 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4057 that is off by default -- normally don't unlink the mail spool
4058 file, just empty it. Pass creat mode 0600, not 0666.
4059
40601992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu)
4061
4062 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4063 (all): Instead of here.
4064 (install): Don't use the -s option, since people need symbols to
4065 debug code.
4066
40671992-01-19 (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
4068
4069 * etags-vmslib.c (fn_exp): Add type cast.
4070
40711992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4072
4073 * movemail.c: Changes in comments.
4074
40751992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu)
4076
4077 * Makefile: Make the distclean target erase the DOC files from
4078 ../share-lib and the executables from ../arch-lib.
4079
40801992-01-09 Jim Blandy (jimb at pogo.cs.oberlin.edu)
4081
4082 * emacsclient.c: #include <sys/stat.h>
4083 (main): Do declare statbfr.
4084
40851991-12-21 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4086
4087 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4088 for the socket, depending on SERVER_HOME_DIR.
4089 If using /tmp, put host name in the socket name.
4090
4091 * movemail.c (pfatal_and_delete): New function.
4092 (main, popmail): Use it.
4093 (popmail): Close output before deleting messages.
4094 Check for error on close and on fsync.
4095 Use `fatal' where appropriate.
4096 (main): Remove (void).
4097
4098 * aixcc.lex: New file. Not officially part of Emacs.
4099 * Makefile: Rules for that.
4100
41011991-12-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
4102
4103 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4104
4105 * etags.c (main): Properly cast call to alloca that initializes
4106 included_files.
4107
41081991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4109
4110 * etags.c (files_are_tag_tables): Remove global var.
4111 (process_file): Don't test it. Also remove hack checking for a
4112 file named "TAGS".
4113 (main): -i now takes an arg which is the name of a file to include.
4114 Collect these names and emit include tags for them after processing
4115 all the argument files.
4116
41171991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4118
4119 * wakeup.c: Terminate if parent goes away.
4120
41211991-07-18 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4122
4123 * etags.c (C_entries): Process token before handling end of line.
4124 When inner loops reach end of line, just back up.
4125 Let the real end of line processing happen in just one place.
4126 (consider_token): Likewise.
4127
41281991-04-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
4129
4130 * etags.c (TEX_mode): Skip comments while scanning the text to see
4131 which escape character this file uses.
4132
41331991-03-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
4134
4135 * emacsserver.c [USG]: Terminate if msgrcv fails.
4136
41371991-03-03 Richard Stallman (rms at mole.ai.mit.edu)
4138
4139 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4140
41411991-01-25 Jim Blandy (jimb at churchy.ai.mit.edu)
4142
4143 * make-docfile: Find the arguments to a C function correctly,
4144 by not ignoring the character that read_c_string returns. Don't
4145 even try to find argument names for functions that take MANY
4146 or UNEVALLED arguments, since they're a figment of the docstring's
4147 imagination.
4148
41491991-01-14 Jim Blandy (jimb at churchy.ai.mit.edu)
4150
4151 * make-docfile: Read the .elc files generated by the new byte
4152 compiler.
4153
41541990-12-31 Richard Stallman (rms at mole.ai.mit.edu)
4155
4156 * refcard.tex: Use cm fonts, not am, in multi-column mode.
4157
41581990-11-29 Richard Stallman (rms at mole.ai.mit.edu)
4159
4160 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4161
41621990-11-27 Richard Stallman (rms at mole.ai.mit.edu)
4163
4164 * Makefile (install*): No need to install wakeup.
4165
41661990-11-26 Richard Stallman (rms at mole.ai.mit.edu)
4167
4168 * Makefile (install*): Install emacsclient like etags.
4169
41701990-11-13 Richard Stallman (rms at mole.ai.mit.edu)
4171
4172 * movemail.c (error): Handle 3 args.
4173 (main): Don't check input access if using pop.
4174
41751990-10-16 Richard Stallman (rms at mole.ai.mit.edu)
4176
4177 * etags.c (find_entries): Check for numbers after Scheme suffix.
4178
41791990-10-14 Richard Stallman (rms at mole.ai.mit.edu)
4180
4181 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4182
41831990-10-09 Richard Stallman (rms at mole.ai.mit.edu)
4184
4185 * Makefile (nemacstool, xvetool): New targets.
4186
41871990-09-26 Richard Stallman (rms at mole.ai.mit.edu)
4188
4189 * emacsclient.c: Include errno.h and define related variables.
4190
41911990-09-23 Richard Stallman (rms at mole.ai.mit.edu)
4192
4193 * emacsclient.c: Change usage message.
4194
41951990-08-30 David Lawrence (tale at pogo.ai.mit.edu)
4196
4197 * emacs.1: Add break before -nw option.
4198
41991990-08-19 David J. MacKenzie (djm at apple-gunkies)
4200
4201 * qsort.c: Replace with GNU version.
4202
42031990-08-14 David J. MacKenzie (djm at apple-gunkies)
4204
4205 * wakeup.c: New program replacing loadst.c.
4206
42071990-08-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4208
4209 * emacsclient.c [USG]: Pass msgsnd only 4 args.
4210
42111990-08-09 David J. MacKenzie (djm at pogo.ai.mit.edu)
4212
4213 * etags.c: Rename `flag' variables for what they do instead of
4214 which option character sets them.
4215
42161990-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4217
4218 * loadst.c (main): Conditional to get load average on Apollo.
4219
42201990-05-22 Joseph Arceneaux (jla at churchy.ai.mit.edu)
4221
4222 * emacsserver.c: Set the permission on the socket to 0600.
4223
42241990-03-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4225
4226 * emacsclient.c [BSD]: Print clean message for failing getwd.
4227
42281990-03-20 David Lawrence (tale at pogo.ai.mit.edu)
4229
4230 * getdate.y: Use the getdate.y from GNU tar for timer.
4231
42321990-03-18 Jim Kingdon (kingdon at pogo.ai.mit.edu)
4233
4234 * emacsclient.c (main): Don't put brackets around "filename" in
4235 usage message. It isn't optional.
4236
42371990-03-14 Joseph Arceneaux (jla at churchy.ai.mit.edu)
4238
4239 * etags.c (getit): Recognize '$' as beginning identifiers.
4240
42411990-02-22 David Lawrence (tale at pogo.ai.mit.edu)
4242
4243 * emacsserver.c: Renamed from server.c.
4244 * Makefile: Reference emacsserver rather than server.
4245 * MACHINES: Doc fix for new emacsserver name.
4246
42471990-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4248
4249 * emacsclient.c: Print program name in error messages.
4250
42511990-01-19 David Lawrence (tale at cocoa-puffs)
4252
4253 * timer.c, getdate.y (new files) and Makefile:
4254 Sub-process support for run-at-time in timer.el.
1c478461 4255 Doesn't yet work correctly for USG.
362bc2da
DL
4256
42571990-01-10 Jim Kingdon (kingdon at pogo)
4258
4259 * MACHINES: Add HP 300 running BSD.
4260
42611990-01-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4262
4263 * yow.c: Dynamically allocate buffer; skip header before random
4264 choice to avoid bias toward first item.
4265
42661989-12-24 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4267
4268 * etags.c (readline): Separate out init of `pend'.
4269
42701989-12-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4271
4272 * etags.c: Undo changes relating to isgoodhdr.
4273
42741989-12-16 Mosur Mohan (rms at sugar-bombs.ai.mit.edu)
4275
4276 * etags.c (isgoodhdr): New macro.
4277 (_gdh, notgdh): New variable used by that.
4278 (init): Initialize _gdh.
4279 (find_entries): Set header_file.
4280 (consider_token): Use isgoodhdr if in header file.
4281
4282 * etags.c (total_size_of_entries):
4283 Was miscalculating by 1 in rewritten case.
4284
4285 * etags.c (PAS_funcs): One arg to pfnote was missing.
4286
42871989-12-05 Joseph Arceneaux (jla at spiff)
4288
4289 * MACHINES: Change for the ULTRIX entry.
4290
42911989-11-21 Joseph Arceneaux (jla at spiff)
4292
4293 * etags.c (process_file): If file is not regular, return.
4294
42951989-11-06 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4296
4297 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
4298
42991989-10-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4300
4301 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
4302 (main): If HAVE_GETLOADAVG, don't call `nlist'.
4303
43041989-10-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4305
4306 * etags.c (consider_token): Allow any number of typespec keywords
4307 after `typedef', before new type name.
4308 (enum sym_type): Add st_C_typespec.
4309 (C_create_stab): Put typespec kwds in table.
4310
43111989-08-27 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4312
4313 * etags.c (main): Don't depend on name invoked by.
4314 If CTAGS is not defined, assume it is ETAGS.
4315
43161989-07-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4317
4318 * etags.c (L_funcs): Allow package name in define construct,
4319 as in (foo::defmumble name-defined ...).
4320
43211989-07-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4322
4323 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
4324
4325 * Makefile (yow): Depends on ../src/paths.h.
4326
43271989-07-04 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4328
4329 * etags.c: Fix compilation by moving Pascal after Fortran.
4330
43311989-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4332
4333 * movemail.c [USG]: Define F_OK, etc., if not found in header.
4334
43351989-05-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4336
4337 * hexl.c: New file, supports hexl-mode.
4338
43391989-05-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4340
4341 * movemail.c: New compilation flag MAIL_USE_MMDF.
4342
43431989-05-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4344
4345 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
4346 * server.c: Likewise.
4347
4348 * make-docfile.c (scan_c_file): Output argument names at end of string.
4349 (write_c_args): New subroutine.
4350
43511989-04-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4352
4353 * movemail.c: Report failure of flock.
4354
43551989-04-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4356
4357 * etags.c (find_entries): Allow multi-letter extensions for fortran.
4358
43591989-04-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4360
4361 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
4362
43631989-03-15 Jeff Peck (rms at sugar-bombs.ai.mit.edu)
4364
4365 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
4366
4367 * emacsstool.1: update to document environment variables.
4368
43691989-02-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4370
4371 * etags.c (PAS_funcs): New function by Mosur Mohan.
4372
4373 * movemail.c: On sysv, include unistd.h.
4374
43751989-02-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4376
4377 * b2m.c: New file.
4378
43791989-02-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4380
4381 * etags.c: Prolog support from Sunichirou Sugou
4382
43831989-02-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4384
4385 * Makefile (clean): New target.
4386
43871989-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4388
4389 * fakemail.c (put_line): Break header lines at 79 cols.
4390
43911989-01-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4392
4393 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
4394 multiple tags per line.
4395
43961989-01-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4397
4398 * movemail.c: Check access before doing real work.
4399 Check that outfile is in a writable directory.
4400 On fatal error, delete the lock file.
4401
44021988-12-31 Richard Mlynarik (mly at rice-chex.ai.mit.edu)
4403
4404 * env.c: Add decl for my-index
4405 * etags.c (file-entries): .oak => scheme
4406
44071988-12-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4408
4409 * movemail.c: Use `access' to check input and output files.
4410
44111988-12-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4412
4413 * emacsclient.c (main): Ignore all of CWD before first slash.
4414
44151988-12-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4416
4417 * etags.c (readline): Double linebuffer->size outside the xrealloc.
4418
44191988-12-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4420
4421 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4422 * server.c: chmod the socket to 0700.
4423
44241988-12-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4425
4426 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4427 (add_field): Delete comments and turn `<', `>' to spaces
4428 in header lines.
4429 (USE_FAKEMAIL): New customization macro says to make fakemail
4430 not be a no-op even on a BSD system.
4431
44321988-12-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4433
4434 * etags.c (consider_token): Skip comments just like whitespace.
4435 Notice `struct', etc. and set strtag for those tokens.
4436 Return 1 for the token following `struct' if an open-brace follows it.
4437 (C_entries): Special handling of token following `struct'
4438 needed because we have probably advanced to the following line
4439 to find the `{'.
4440 (main): New option `T' sets tflag and strflag.
4441 Set both of them by default if eflags.
4442
44431988-11-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4444
4445 * movemail.c: Do fsync before closing output.
4446
44471988-11-29 Richard Mlynarik (mly at pickled-brain.ai.mit.edu)
4448
4449 * movemail.c: Better error message when can't create tempname.
4450 This file needs a great deal of extra error-checking and lucid reporting...
4451
44521988-11-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4453
4454 * etags.c: Support assembler code for .s and .a files.
4455 (getit): Allow underscore in a tag.
4456
44571988-11-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4458
4459 * movemail.c: Close output and check errors before deleting input.
4460
44611988-10-01 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4462
4463 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4464 whether to prefix it. Handle line number args.
4465
44661988-09-24 Richard Stallman (rms at gluteus.ai.mit.edu)
4467
4468 * etags.c (main): default setting of eflag was backwards.
4469
44701988-09-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4471
4472 * etags.c: New option -i. -f renamed -o.
4473 `-' as input file means read input file names from stdin.
4474 -i spec'd or input file named TAGS means the input file is another
4475 tag table; output an "include" line for it.
4476
44771988-09-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4478
4479 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4480 New targets install, install.sysv, install.xenix.
4481 This makefile is now responsible for installing executables
4482 and documentation from this directory into system directories.
4483
44841988-09-16 Richard Stallman (rms at corn-chex.ai.mit.edu)
4485
4486 * server.c, emacsclient.c (main): Compute socket name from euid.
4487
44881988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4489
4490 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4491
44921988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4493
4494 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4495 * emacsclient.c: Likewise.
4496 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4497
44981988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4499
4500 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4501 (istoken) New string-comparison macro.
4502 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4503
45041988-06-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4505
4506 * etags.c: Changes for VMS.
4507 Always define ETAGS on VMS.
4508 Define macros GOOD and BAD for success and failure exit codes.
4509 (begtk, intk): Allow `$' in identifiers
4510 (main): Don't support -B, -F or -u on VMS.
4511 Alternate loop for scanning filename arguments.
4512 (system): Delete definition of this function.
4513
4514 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4515
45161988-06-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4517
4518 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4519 around include of param.h. (Like fns.c.)
4520
45211988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4522
4523 * loadst.c (load_average): Move load-average code to this new fn.
4524 Add conditionals to compute load ave on UMAX.
4525
45261988-05-14 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4527
4528 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4529 with opposite sense.
4530
45311988-05-13 Chris Hanson (cph at kleph)
4532
4533 * emacsclient.c: Delete references to unused variable `out'. This
4534 caused a bus error when used under hp-ux.
4535
45361988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4537
4538 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4539
45401988-05-04 Richard Stallman (rms at rice-krispies.ai.mit.edu)
4541
4542 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4543
45441988-04-29 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4545
4546 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4547
45481988-04-28 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4549
4550 * movemail.c: #undef close, since config can #define it on V.3.
4551 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4552
45531988-04-26 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4554
4555 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4556 invalid escape sequences such as `\{'.
4557
4558 * loadst.c: Add `sequent' conditional for file dk.h.
4559
45601988-03-20 Richard M. Stallman (rms at wilson)
4561
4562 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4563
4564 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
6922b018
KH
4565
4566;; Local Variables:
d19249e7 4567;; coding: iso-2022-7bit
6922b018 4568;; End:
2a34a036
GM
4569
4570 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
4571 Free Software Foundation, Inc.
4572 Copying and distribution of this file, with or without modification,
4573 are permitted provided the copyright notice and this notice are preserved.