*** empty log message ***
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
be0dbdab
GM
12000-04-09 Gerd Moellmann <gerd@gnu.org>
2
3 * Makefile.in (INSTALLABLES): Add ebrowse.
4 (ebrowse): New target.
5
6 * ebrowse.c: New file.
7
c5aa0fc2
AS
82000-03-29 Andreas Schwab <schwab@suse.de>
9
10 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
11
d054101f
GM
122000-03-02 Gerd Moellmann <gerd@gnu.org>
13
14 * etags.c (lisp_suffixes) Add `LSP'.
15
71cbb895
FP
162000-02-10 Francesco Potorti` <pot@gnu.org>
17
18 * etags.c (iswhite): Redefined not to consider '\0' as white
19 space, and use it throughout in place of isspace, thus preventing a
20 potential signed char to int conversion problem.
21 (MSDOS): #undefine befere redefining
22
232000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24
25 * etags.c (many functions): Add prototypes.
26
97fa0cc8
DL
272000-02-10 Dave Love <fx@gnu.org>
28
29 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
30 (erlang_func): Add `static' to definitions to keep pcc happy.
31
e4100b7f
FP
322000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
33
34 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
35 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
36 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
37 (getenv, getcwd): Only declare them if necessary.
38 (EMACS_NAME): New constant macro.
39 (print_version): Use it.
40 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 41
19e262bd 422000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
43
44 * etags.c [WINDOWSNT]: #include <direct.h>
45
19e262bd 462000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 47
19e262bd
FP
48 * etags.c (all functions): Made them static.
49 (all functions): Write prototypes.
e4100b7f 50
55e30d2a
RS
512000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
52
53 * movemail.c (main): Improve error message if can't create lock file.
54
875c1439
GM
552000-01-28 Eric Hanchrow <offby1@blarg.net>
56
57 * emacsclient.c (socket_status): New function.
58 (main): if $LOGNAME or $USER exist and differ from our euid, look
59 for a socket based on the UID associated with the name.
60
e4936aa9
GM
612000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
62
63 * emacsclient.c: Add option -a EDITOR and environment variable
64 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
65
791a9087
GM
661999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
67
68 * movemail.c (popmail): Allow mailbox specifications of the
69 form `po:username:hostname'.
70
e2081362
FP
711999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
72
73 * etags.c (_GNU_SOURCE): Define only if undefined.
74 (get_scheme): Declaration deleted.
75 (main): error was called with an integer as second arg, instead of
76 a char pointer.
77 (canonicalize_filename): Bug removed.
78
791999-11-18 Dave Love <d.love@dl.ac.uk>
80
81 * etags.c (C_entries): Rename label `intoken', avoiding K&R
82 lossage from name clash with macro.
83
b05d3bee
GM
841999-11-13 Gerd Moellmann <gerd@gnu.org>
85
86 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
87
cb3a6c48
GM
881999-11-03 Gerd Moellmann <gerd@gnu.org>
89
90 * etags.c (print_help): Change email address to send bugs to.
91
1c478461
FP
921999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
93
94 * etags.c: Add suffix psw for PSWrap.
95 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
96 (Postscript_functions): Add code for PSWrap.
97 (Scheme_functions): Use local pointer and new get_tag function.
98 (get_tag): New name for old get_scheme.
99 (process_file): Do not free NULL when file does not exist.
100 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
101 (C_entries): Modifications that make --members tag even inside
102 typedefs and C nested structs (one level only).
103 (consider_token): Corrected a bug which prevented tagging of enum
104 constants.
105 (C_stab_entry): Added if, for, while, switch, return as
106 st_C_ignore. This makes it simpler to work when cblev!=0.
107
108 * etags.c (C_entries): tag member function declarations when
109 --declarations is used.
110
111 * etags.c (C_entries, consider_token): C++ `operator' now is
112 tagged in most cases.
113 As before, :: is not recognised if surrounded by spaces.
114
115 * etags.c (relative_filename): Account for DOS file names such
116 that is impossible to make one relative to another.
117
118 * etags.c (sym_type): New st_C_extern tag.
119 (gperf input): Use it for spotting external declarations.
120 (print_help): Document the new behaviour of --declarations.
121 (fvextern): New global variable.
122 (consider_token, C_entries): Use it.
123
124 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
125 (etags_getcwd): Remove test for WINDOWSNT.
126
127 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
128 foo.cgz, foo.cz, etc.
129
130 * etags.c (declarations): New global switch.
131 (longopts): Describe it.
132 (print_help): Document it.
133 (C_entries): Use it.
134 (process_file): Don't process a file twice.
135
136 * etags.c (Fortran_functions): No tags for "procedure".
137
1381999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
139
140 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
141 non-zero, returns a pointer to where the extension begins; callers
142 changed.
143 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
144 were foo.c.gz.
145
1461999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
147
148 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
149 (fvdev): New constant foperator.
150 (consider_token): Use it to get "operator" in C++.
151 (C_entries): Extend length of operator@ function name.
152 (C_entries): Use foperator when necessary.
153
154 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
155
156 * etags.c (compressor): New struct for compressed files.
157 (get_compressor_from_suffix): New function.
158 (get_language_from_suffix): Use it. Also, semantics changed.
159 (process_file): Consider compressed files, close file.
160 (find_entries): Use different call arg for get_language_from_suffix,
161 don't close file.
162
163 * etags.c (main): Call free_tree.
164 (find_entries): Do not free curfile.
165 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
166 (prolog_pred, erlang_func, substitute): Cast strlen to int when
167 comparing.
168 (canonicalize_filename): Shut up compiler warning.
169 (Perl_functions): Make tag significant.
170
1711999-11-01 Dave Love <d.love@dl.ac.uk>
172
173 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
174 (argument_type): New member at_icregexp.
175 (lc_trans): New global.
176 (main): Fill lc_trans. Process -c args.
177 (add_regex): New arg determining whether to use translation table.
178 (analyse_regex): New arg. Use it for add_regex.
179
1801999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
181
182 * etags.c (init): Cosmetic change: NULL --> '\0'.
183 (erlang_attribute): Bug corrected (uninitialized variable).
184 (filename_is_absolute): New function replaces absolutefn macro and
185 corrects a bug. All callers changed.
186 (canonicalize_filename): New function.
187 (process_file, etags_getcwd, absolute_dirname): Use it.
188 (relative_filename, absolute_filename): Removed var shadowing.
189 (C_entries, Pascal_functions): Add fake initializations to keep
190 compilers quiet.
191 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
192
193 * etags.c (xrnew): New macro. All callers of xrealloc changed.
194 (language): New typedef (was struct lang_entry).
195 (curlang): New global variable.
196 (node): typedef renamed from NODE.
197 (linebuffer): New typedef (was struct linebuffer).
198 (pattern): New typedef (was struct pattern). Some members added.
199 Now used as element of a linked list.
200 (patterns, num_patterns): Global variables deleted.
201 (p_head): New global variable.
202 (forced_lang): New global variable (replaces lang_func).
203 (get_language_from_name, get_language_from_interpreter,
204 get_language_from_suffix): Semantics changed. All callers changed.
205 (last_node): New global variable.
206 (free_tree, add_node, put_entries, total_size_of_entries): Change
207 name of local vars to avoid clashes with typedef node.
208 (number_len): Rewritten for elegance.
209 (token): New typedef replaces TOKEN.
210 (analyse_regex, add_regex): Rewritten for new functionality.
211 (free_patterns): New function called from main and add_regex.
212 (initbuffer, readline_internal, readline, grow_linebuffer):
213 Change name of local vars to avoid clashes with typedef
214 linebuffer.
215 (readline): Rewritten for new functionality.
216
217 * etags.c: (Scheme_suffixes): New suffix ".ss".
218 (print_help): --globals is now used for more than C-type languages.
219 (Perl_functions): Tag global variables ("my" and "local").
220
221 * etags.c (print_help): Some messages clarified.
222 (LOOP_ON_INPUT_LINES): New macro.
223 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
224 Python_functions, Cobol_paragraphs, Pascal_functions,
225 Lisp_functions, Postscript_functions, Scheme_functions,
226 TeX_functions, Prolog_functions, Erlang_functions): Use it.
227 (Cobol_paragraphs, Postscript_functions, TeX_functions,
228 Prolog_functions, Erlang_functions): Use a local variable instead
229 of the global variable dbp.
230 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
231 standard indentation.
232
233 * etags.c (Python_suffixes, lang_names, Python_functions): Python
234 support.
235 (skip_spaces, skip_non_spaces): Utility functions.
236 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
237 Python_functions, L_getit, Lisp_functions, Scheme_functions,
238 prolog_pred, erlanf_func, erlang_attribute): Use them.
239 (eat_white): Deleted.
240
241 * etags.c (CHAR, init): Keep into account non US-ASCII
242 characters and compilers with default signed chars.
243 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
244 constructs.
245
246 * (C_stab_entry): "interface" in Java behaves like "class".
247
248 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
249 (main): Put interval syntax here.
250 (add_regex): And remove it from here.
251
252 * etags.c (suggest_asking_for_help): Provide a
253 meaningful help message with and without LONG_OPTIONS.
254
255 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
256 <stdlib.h, string.h>: Don't test MSDOS when including them.
257 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
258 (put_entries): Correctly use %ld instead of %d in printf.
259
260 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
261 declare getcwd if HAVE_GETCWD.
262 (consider_token): Dead break instruction removed.
263
4ee9629e
PE
2641999-10-19 Paul Eggert <eggert@twinsun.com>
265
266 Add support for large files. Merge glibc 2.1.2.
1c478461 267
4ee9629e
PE
268 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
269 movemail.c, pop.c:
270 Do not include <stdlib.h>, as <config.h> does this now.
271
272 * b2m.c, emacsserver.c, etags.c, profile.c:
273 Include <config.h> before any system include files.
1c478461 274
4ee9629e
PE
275 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
276 test-distrib.c:
277 (read, write, open, close): Do not undef.
278
279 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
280 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
281
282 * getopt.h: Adopt glibc 2.1.2.
1c478461 283
93c8d183
DL
2841999-10-15 Dave Love <fx@gnu.org>
285
286 * Makefile.in (pop.o): Depend on config.h.
287
b358f91c
GM
2881999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
289
290 * pop.c: Use "pop3" as the POP service name on all platforms,
291 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
292 has been the standard service name since RFC 1340 was published in
293 July 1992, so I think it's safe to start using it by default.
294
362bc2da
DL
2951999-09-27 Dave Love <fx@gnu.org>
296
297 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
298
74e4cb59
PR
2991999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
300
301 * make-docfile.c (scan_lisp_file): Fix previous changes;
302 swallow CRLF like just CR or just LF.
303
362bc2da
DL
3041999-09-03 Richard Stallman <rms@gnu.org>
305
306 * make-docfile.c: Include config.h not ../src/config.h.
307 (main, fopen, chdir): Add #undef.
308 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
309 (scan_lisp_file): Handle \r like \n.
310
3111999-08-30 Andreas Schwab <schwab@gnu.org>
312
313 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
314
315 * emacsserver.c: Include <stdlib.h> if available. Don't declare
316 errno if it's a macro.
317
318 * test-distrib.c: Include <unistd.h> if available.
319
3201999-08-29 Richard Stallman <rms@gnu.org>
321
322 * emacsclient.c (print_help_and_exit): Mention --version.
323
3241999-08-25 Richard M. Stallman <rms@gnu.org>
325
326 * emacsclient.c (decode_options): Update version output.
327 (print_help_and_exit): Update bug report address.
328
3291999-08-13 Richard M. Stallman <rms@gnu.org>
330
331 * emacsclient.c (main): Move the dynamic allocation of
332 system_name outside of the SERVER_HOME_DIR conditional.
333 * emacsserver.c (main): Likewise.
334
3351999-08-10 Gerd Moellmann <gerd@gnu.org>
336
337 * grep-changelog: New.
338 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
339
3401999-07-12 Richard Stallman <rms@gnu.org>
341
342 * Version 20.4 released.
343
3441999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
345
1c478461 346 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
347
3481999-06-23 Dave Love <fx@gnu.org>
349
350 * etags.c (erlang_attribute): Fix undefined variable usage (after
351 Potorti).
352
3531999-05-2 Andrew Innes <andrewi@gnu.org>
354
355 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
356 mapped to _chsize.
357
3581999-04-29 Richard M. Stallman <rms@gnu.org>
359
360 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
361
3621999-03-30 Dave Love <fx@gnu.org>
363
364 * sorted-doc.c (main): Split up tables. Modify the preamble
365 somewhat.
366
3671999-03-05 Geoff Voelker <voelker@cs.washington.edu>
368
369 * makefile.nt: Remove common multiple file compilation commands.
370
3711999-02-26 Richard Stallman <rms@gnu.org>
372
373 * Version 20.4 released.
374
375 * Makefile.in (yow): Depend on epaths.h, not paths.h.
376
377 * yow.c: Refer to epaths.h.
378
3791999-02-22 Simon Josefsson <jas@pdc.kth.se>
380
381 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
382
3831999-01-27 Andrew Innes <andrewi@gnu.org>
384
385 * makefile.nt: Do make version comparison as strings.
386
3871999-01-25 Richard Stallman <rms@gnu.org>
388
389 * emacsclient.c (xmalloc): Fix previous change.
390
3911999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
392
393 * emacsclient.c (xmalloc): Declare to return long.
394
3951999-01-22 Geoff Voelker <voelker@cs.washington.edu>
396
397 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
398 the case of the drive letter.
399
4001999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
401
402 * emacsserver.c (main): Eliminate arbitrary limit on
403 length of system_name.
404
405 * emacsclient.c (main): Eliminate arbitrary limit on
406 length of system_name.
407 (xmalloc): Define unconditionally.
408
4091999-01-12 Darrin B. Jewell <jewell@mit.edu>
410
411 * etags.c (relative_filename): Stop backward search at beginning
412 of string, since non-Unix systems can have absolute paths with no
413 initial slash.
414
4151998-12-08 Geoff Voelker <voelker@cs.washington.edu>
416
417 * makefile.nt: Do string comparision of _NMAKE_VER.
418
4191998-11-03 Theodore Jump <tjump@cais.com>
420
421 * makefile.nt: Compile multiple source files when possible.
422
4231998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
424
425 * Makefile.in: Replace tabs with spaces
426 when they might confuse some Make versions.
427
4281998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
429
430 * emacsclient.c (main): Null-terminate system_name.
431
432 * emacsserver.c (main): Null-terminate system_name.
433
4341998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
435
436 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
437 an error message from POP, mention that it's from POP, to
438 distinguish it from local error messages.
439
4401998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
441
442 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
443 order of messages downloaded from a POP server (e.g., if the
444 server stores messages in mailboxes in reverse order).
445
4461998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
447
448 * Version 20.3 released.
449
4501998-08-11 Paul Eggert <eggert@twinsun.com>
451
452 * rcs2log: Update copyright date and bug report address.
453 (initialize_fullname): Prefer getent if available.
454
4551998-07-30 Paul Eggert <eggert@twinsun.com>
456
457 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
458 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 459
362bc2da
DL
4601998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
461
462 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
463
4641998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
465
466 * Makefile.in: Properly terminate a comment.
467
4681998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
469
470 * movemail.c (sys_wait): Rename to wait.
471
472 * ntlib.h: Undefine _WINSOCKAPI_.
473
474 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
475
4761998-05-30 Geoff Voelker <voelker@cs.washington.edu>
477
478 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
479
4801998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
481
482 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
483 all file i/o to be in binary mode. Include ntlib.h.
484
4851998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
486
487 * make-docfile.c: Include <unistd.h> for chdir.
488
4891998-04-25 Richard Stallman <rms@psilocin.gnu.org>
490
491 * etags.c (TEX_decode_env): Don't free the value getenv returns.
492
4931998-04-17 Geoff Voelker <voelker@cs.washington.edu>
494
495 * makefile.nt (obj): Update with new files in src.
496 (clean): Delete patch scratch files, optimized compilation dir.
497
4981998-04-08 Dave Love <fx@gnu.org>
499
500 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
501 Irix6, at least.
502
5031998-04-06 Andreas Schwab <schwab@gnu.org>
504
505 Silence -Wimplicit:
506 * movemail.c: Move cancelations up. Include <stdlib.h> if
507 available.
508 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
509 (parse_header): Explicitly declare return type.
510 * emacsserver.c: Include <unistd.h> if available.
511 (main, handle_signals, perror_1, fatal_error): Explicitly declare
512 return types. Add forward declarations.
513 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
514 Don't declare geteuid.
515 (print_help_and_exit): Change return type to void. Forward
516 declare it.
517 * b2m.c: Include <stdlib.h> if available.
518 (main): Explicitly declare return type.
519
5201998-04-03 Richard Stallman <rms@delysid.gnu.org>
521
522 * etags.c (put_entries): Use %ld.
523
524 * b2m.c (fatal): Declare the arg.
525
5261998-04-03 Richard Stallman <rms@psilocin.gnu.org>
527
528 * etags.c (put_entries): Use %ld.
529
530 * b2m.c (fatal): Declare the arg.
531
5321998-03-26 Richard Stallman <rms@psilocin.gnu.org>
533
534 * pop.c (pop_getline): Renamed from getline.
535
5361998-03-05 Richard Stallman <rms@psilocin.gnu.org>
537
538 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
539 for the utilities.
540
5411998-01-23 Dave Love <d.love@dl.ac.uk>
542
543 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
544 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
545 Always make named tags.
546 (Fortran_functions): Grok BLOCK DATA.
547
5481998-01-23 Andreas Schwab <schwab@gnu.org>
549
550 * movemail.c (main): Fix interwoven brace and cpp conditional
551 nesting.
552
5531997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
554
555 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
556 server to contain embedded nulls.
557
5581997-12-03 Paul Eggert <eggert@delysid.gnu.org>
559
560 * movemail.c:
561 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
562 '>' any lines starting with "From " read from the POP server, but
563 leave the code in place, wrapped in #ifdef
564 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
565 because it turns out that something is depending on it. Change
566 suggested by Paul Eggert <eggert@twinsun.com>.
567 Convert the character \037 (^_) at the beginning of a line into
568 the character '^' followed by the character '_', because otherwise
569 Emacs can't parse the resulting file as a valid BABYL file.
570 Change suggested by Paul Eggert <eggert@twinsun.com>.
571
5721997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
573
574 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
575 server to contain embedded nulls.
576
5771997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 578
362bc2da
DL
579 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
580 quotes with a '>' any lines starting with "From " read from the
581 POP server, but leave the code in place, wrapped in #ifdef
582 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
583 because it turns out that something is depending on it. Change
584 suggested by Paul Eggert <eggert@twinsun.com>.
585
586 Convert the character \037 (^_) at the beginning of a line into
587 the character '^' followed by the character '_', because otherwise
588 Emacs can't parse the resulting file as a valid BABYL file.
589 Change suggested by Paul Eggert <eggert@twinsun.com>.
590
5911997-11-22 Richard Stallman <rms@gnu.org>
592
593 * b2m.c: Include getopt.h.
594 (main): Use getopt_long to handle --version and --help.
595
596 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
597
5981997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
599
600 * pop.c (fullwrite): Get rid of an extra call to write. Problem
601 pointed out by Chiaki Ishikawa.
602
6031997-10-16 Dave Love <d.love@dl.ac.uk>
604
605 * etags.c (L_getit): Always make named tags so that Emacs
606 completion on symbols containing `:' etc. works.
607 (get_scheme): Likewise.
608
6091997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
610
611 * pop.c: Use system header files instead of declaring C-library
612 functions explicitly.
613
6141997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
615
616 * Version 20.2 released.
617
6181997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
619
620 * Version 20.1 released.
621
6221997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
623
624 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
625
626 * ntlib.c (getpid): Delete function.
627
6281997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
629
630 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
631
6321997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
633
634 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
635 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
636
6371997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
638
639 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
640
6411997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
642
643 * profile.c (get_time): Cast arg to fprintf.
644
645 * hexl.c (main): Use %08lx instead of %08x in printf because the
646 variable named addresses is long.
647
6481997-08-08 Geoff Voelker <voelker@cs.washington.edu>
649
650 * makefile.nt (lisp): Update paths to lisp files that have moved.
651
6521997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
653
654 * makefile.nt (ctags.obj): New target.
655 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
656
657 * ntlib.h: Add includes.
658 Undo definitions of crt routines from config.h.
659
6601997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
661
662 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
663
6641997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
665
666 * pop.c: Support auto-configuration of both Kerberos V4 and
667 Kerberos V5 for movemail, including detection of V4 and V5 header
668 files and libraries.
669 Include <string.h> when STDC_HEADERS is defined, to get
670 declarations of string functions.
671 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
672 V5 API rather than the old one.
673 [KERBEROS] (socket_connection): Change a constant name from
674 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
675 with a constant in a header file.
676
677 * Makefile.in: Support auto-configuration of both Kerberos V4 and
678 Kerberos V5 for movemail, including detection of V4 and V5 header
679 files and libraries.
680
6811997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
682
683 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
684
685 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 686
362bc2da
DL
6871997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
688
689 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
690
6911997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
692
693 * movemail.c (rindex): Add declaration.
694
695Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
696
697 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
698 (movemail.exe): Depend upon and link with getopt files.
699 (obj): Include new source files.
700 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
701 (lisp): Include new and reorganized elisp files.
702
7031997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
704
705 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
706
7071997-06-25 Paul Eggert <eggert@twinsun.com>
708
709 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
710
7111997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
712
713 * b2m.c (readline): Terminate buffer properly when EOF seen.
714 Test for valid pointer before dereferencing it.
715
7161997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
717
718 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
719 defined inside etags.c if HAVE_CONFIG_H is defined.
720
7211997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
722
723 * etags.c: (logical): Type name changed to bool.
724 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
725 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
726 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
727 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
728 (longopts): New long options without short counterpart are
729 globals, members, no-globals, no-members. Regexp options are now
730 defined conditionally to ETAGS_REGEXPS.
731 (print_help): Updated.
732
7331997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
734
735 * etags.c (C_entries): Use "." instead of "::" for Java.
736 (consider_token): is_func renamed to is_func_or_var.
737 (C_entries): is_func renamed to funorvar.
738 (C_entries): Initialise tok.named.
739 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
740 get rid of "import", "package" and "friend".
741 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 742 users changed.
362bc2da
DL
743 (C_entries): Make separate tags for variables separated by comma.
744 (globals, members): New flags.
745 (main, C_entries): Use them.
746 (make_C_tag, C_entries): Make tok a global variable.
1c478461 747
362bc2da
DL
7481997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
749
750 * etags.c (funcdef): New vignore constant.
751 (consider_token, C_entries): Use it to tag global variables.
752 (print_help): Update for global variables.
753 (consider_token, C_entries): Set the len member of token_name.
754 (prolog_pred): Cleanup according to GNU coding standards.
755 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
756 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
757
7581997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
759
760 * etags.c (CHARS, CHAR): New constant and macro.
761 (iswhite, begtoken, intoken, endtoken): Use them.
762 (notinname, _nin, nonam): New macro, array, string.
763 (init): Cleanup and init _nin.
764 (new_pfnote): New function.
765 (make_C_tag) [traditional_tag_style]: Use it.
766 (traditional_tag_style): Costant set to TRUE for now.
767
7681997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
769
770 * etags.c (C_entries, Pascal_functions): Cleanup.
771 (TeX_functions): NULL as a function arg needs a cast.
772 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
773
7741997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
775
776 * etags.c (TeX_functions): Cleaned up.
777 (tex_getit): Removed.
778
7791997-05-13 Paul Eggert <eggert@twinsun.com>
780
781 * rcs2log (files): When computing arguments automatically, ignore
782 non-files within the RCS subdirectory.
783
7841997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
785
786 * etags.c (C_JAVA): New #define.
787 (Cjava_suffixes): .java is Java.
788 (Cjava_entries): New function.
789 (lang_names): Add Java.
790 (sym_type): Add st_C_javastruct for Java.
791 (C_stab_entry): Add `extends' and `implements' keywords.
792 (consider_token, C_entries): Recognise Java structures.
793
7941997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
795
796 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
797 (Postscript_suffixes): .ps is Postscript.
798 (lang_names): Add Postscript.
799 (Postscript_functions): New function.
800 (TEX_decode_env): Close minor memory leak.
801 (just_read_file): Correct the char number of the tag.
802
8031997-05-11 Paul Eggert <eggert@twinsun.com>
804
805 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
806 Don't prepend $nl since this causes some shells to generate the
807 empty string when IFS is $nl.
808 (printlogline): Use SOH (octal code 1), not CR, since some
809 PC-based shells mishandle CR.
810 (initialize_fullname): Set NIS_PATH to the empty string before invoking
811 nismatch, in case it's set to some nonstandard value.
1c478461 812
362bc2da
DL
8131997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
814
815 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
816 read in separate blocks.
817
8181997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
819
820 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
821 (struct linebuffer): New member `len' is the length of the string.
822 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
823 Use it instead of strlen.
824 (TEX_getit): Declare and define unconditionally as static.
825 (TeX_functions): Use if instead of #if TeX_named_tokens.
826 (add_regex): Set RE_INTERVALS flag for regex compilation.
827 (substitute): Code cleanup.
828 (readline_internal): Code cleanup, set new member `len'.
829 (readline): Bug corrected.
830
8311997-04-23 Geoff Voelker <voelker@cs.washington.edu>
832
833 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
834 (obj): Change references of nt*.c files to w32*.c files.
835
8361997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
837
838 * etags.c (xnew): Add support for debugging with chkmalloc.
839 (error): Use this instead of printf whenever possible.
840 (main): Only call xnew after having initialised progname.
841 (substitute): Bad memory corruption error corrected.
842
8431997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
844
845 * etags.c (add_regex): Undo previous change.
846 (relative_filename): Small memory leak closed.
847 (absolute_filename): Cleaned up the code, possibly closing a bug.
848 (absolute_dirname): Always return a newly allocated string.
1c478461 849
362bc2da
DL
8501997-03-21 Paul Eggert <eggert@twinsun.com>
851
852 * rcs2log (files): Ignore files in RCS directory whose names are
853 of the form ,*, or *_; they are probably RCS lock files.
854 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
855 they are used by rcsfreeze.
856
8571997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
858
859 * etags.c (add_regex): reset *putbuf before using it.
860
8611997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
862
863 * movemail.c (popmail): Remove some unnecessary function
864 declarations.
865 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
866 into pop_retr, there's no reason to pass in mbx_write, and the
867 file argument can be declared FILE * explicitly. This fixes a
868 compilation problem on systems with 64-bit pointers.
869
8701997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
871
872 * movemail.c: Delete duplicate inclusion of fcntl.h
873 and duplicate #undefs of open, read, write, close.
874
8751997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
876
877 * movemail.c (main): Do not display "[POP-password]" in the usage
878 message when movemail is compiled without POP support.
879 (main, popmail): Add the optional "-p" argument, which causes
880 movemail to leave mail in the inbox after copying it into the
881 output file.
1c478461 882
362bc2da
DL
883 * Makefile.in (movemail): Link with getopt.
884
8851997-01-20 Paul Eggert <eggert@twinsun.com>
886
887 * rcs2log: (--help, --version): New options, per GNU coding standards.
888 (Copyright, Help, Id): New variables, for above.
889 (rlog): Use -q option with cvs log, to avoid useless chatter.
890
891 Treat logs of "Initial revision" (RCS) or "file F was initially added
892 on branch B." (CVS) as if they said "New file.", for consistency with
893 change log entries.
894
8951997-01-01 Paul Eggert <eggert@twinsun.com>
896
897 * vcdiff (PATH): Add /usr/xpg4/bin,
898 where XPG4 SCCS hangs out in Solaris 2.5.
899 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
900
9011996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
902
903 * etags.c (streq, strneq): Use == NULL rather than !.
904
9051996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
906
907 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
908 (movemail): Use LIBMAIL, to link against -lmail.
909
910 * movemail.c: Include maillock.h (conditionally).
911 Remove a redundant inclusion of <stdio.h>.
912 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
913 (main): Add variable spool_name.
914 Support the usage of maillock and mailunlock to
915 lock and unlock mailboxes.
916 (mail_spool_name): New function.
917
918 * movemail.c: Fix an uninitialized variable which could cause
919 movemail to exit with an error status incorrectly on systems which
920 use lock files rather than a system locking function to lock
921 mailboxes.
922
9231996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
924
925 * pop.c (socket_connection): Free realhost after using it.
926
9271996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
928
929 * etags.c (C_entries): Test tok.valid. This handles some
930 particular cases involving function declarations that failed.
931
9321996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 933
362bc2da
DL
934 * pop.c (socket_connection):
935 gethostbyname may return a pointer to static data.
936 krb_realmofhost can clobber it. So copy it.
937
9381996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
939
940 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
941 must cast it to (char *) because we have no prototypes.
942 (make_C_tag): Macro deleted, new function.
943 (C_entries): Calls to make_C_tag macro changed to call function.
944
9451996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
946
947 * etags.c (grow_linebuffer): New function.
948 (GROW_LINEBUFFER): Macro deleted. All callers changed.
949 (make_tag): Macro renamed to make_C_tag. All callers changed.
950 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
951 (Prolog_functions): prolog_skip_comment was called with wrong
952 number of arguments.
953 (xrealloc): fatal was called with wrong number of arguments
954
9551996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
956
957 * etags.c (relative_filename): Bug corrected.
958 (etags_getcwd): Avoid warning of unused variable.
959 (C_entries, consider_token): Added support for enum labels.
960
9611996-11-03 Paul Eggert <eggert@twinsun.com>
962
963 * rcs2log: When processing cvs log output, remove `Attic/' from
964 repository file names.
965
9661996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
967
968 * emacsserver.c: Fix 1996-09-02 change.
969
9701996-10-12 Paul Eggert <eggert@twinsun.com>
971
972 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
973 option', since CVS says 'invalid option'.
974 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
975 revisions, since some hosts reject 1970-01-01 when east of UTC.
976 (date): Remove.
977
9781996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
979
980 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
981
9821996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
983
984 * etags.c (print_version): Print copyright info.
985
986 * etags.c (print_help): Print the bug reporting address.
987 (main): Use return as the last instruction, instead of exit.
988
989 * etags.c (main): Don't open the tags file in cxref mode.
990
9911996-09-29 Dave Love <d.love@dl.ac.uk>
992
993 * rcs2log (date): Make default format acceptable to CVS post v1.8
994 as well as earlier CVSs and RCS.
995
9961996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
997
998 * movemail.c (main): If the lock call fails with EBUSY or
999 EAGAIN, retry a few times.
1000
10011996-09-25 Paul Eggert <eggert@twinsun.com>
1002
1003 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1004 whether to append -zLT.
1005
10061996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1007
1008 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1009 * emacsclient.c, movemail.c: Likewise.
1010
10111996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1012
1013 * emacsclient.c (longopts): Change nowait to no-wait.
1014 (print_help_and_exit): Fix option name; upcase metavars.
1015
10161996-09-06 Erik Naggum <erik@naggum.no>
1017
1018 * emacsserver.c (main): Declare `fromlen' as size_t.
1019
10201996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1023
10241996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1025
1026 * emacsclient.c (quote_file_name): Quote with &, not \.
1027 Quote `-' only at start of file name. Terminate the value string.
1028
1029 * emacsserver.c: Include signal.h properly;
1030 delete the duplicate includes for it.
1031
1032 * emacsserver.c: On fatal signal, delete socket-file:
1033 * emacsserver.c: Include signal.h.
1034 (xmalloc, fatal, error): New functions.
1035 (delete_socket, handle_signals): New functions.
1036 (progname, socket_name): New variables.
1037 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1038
10391996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1040
1041 * emacsclient.c (quote_file_name): New function.
1042 (main, both versions): Use quote_file_name.
1043 (decode_options): Don't return a value.
1044 (main, both versions): Use optind.
1045 Don't check for -nowait here.
1c478461 1046
362bc2da
DL
1047 * emacsclient.c (decode_options): New function.
1048 (main, both versions): Call decode_options.
1049 (print_help_and_exit): New function.
1050 (VERSION): New macro.
1051
1052 * Makefile.in (emacsclient): Link with getopt.
1053 Add -DVERSION so emacsclient knows its version number.
1054
10551996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1056
1057 * makefile.nt (lisp): Include dos-nt.elc.
1058
10591996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1060
1061 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1062
10631996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1064
1065 * emacsclient.c (both versions): Handle -nowait and --nowait
1066 by sending data to the server.
1067
10681996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1069
1070 * Makefile.in (INSTALL_STRIP): New variable.
1071 (${archlibdir}): Use INSTALL_STRIP.
1072
1073 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1074 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1075
1076 * pop.c: Reverse conditional in previous change.
1077
10781996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1079
1080 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1081
10821996-08-24 Paul Eggert <eggert@twinsun.com>
1083
1084 * rcs2log: Use ISO 8601 date format, with time zone appended
1085 if change-log-time-zone-rule is non-nil, instead of
1086 traditional Unix date format.
1087
1088 (datearg): When computing default from ChangeLog, handle ISO format
1089 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1090 Don't worry about hh:mm:ss since the resolution is now by day.
1091 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1092 "$datearg" option to $rlog.
1093 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1094 (month_data): Remove `mo'; no longer needed.
1095 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1096
1097 Match `revision' line of rlog output more accurately.
1098
1099 Add -c, -v options.
1100
11011996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1102
1103 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1104
11051996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1106
1107 * Version 19.33 released.
1108
11091996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1110
1111 * Version 19.32 released.
1112
11131996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1114
1115 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1116 computing character positions in source files.
1117
11181996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1119
1120 * makefile.nt (clean): Use OBJDIR macro.
1121
11221996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1123
1124 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1125
11261996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1127
1128 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1129 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1130 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1131
11321996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1133
1134 * ntlib.h: Correct return type of getwd.
1135 * ntlib.c (getwd): Correct return type.
1136
11371996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1138
1139 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1140 to infile.
1141
11421996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1143
1144 * makefile.nt: Remove all references to wakeup.
1145
11461996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1147
1148 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1149 explicit, mutable, typename.
1150
11511996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1152
1153 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1154 streams, one for sending and one for reading the reply.
1155
11561996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1157
1158 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1159 (wakeup): Target deleted.
1160 (UTILITIES): Delete wakeup and timer.
1161
1162 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1163
11641996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1165
1166 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1167 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1168
11691996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1170
1171 * etags.c (main): Copy cwd when appending slash.
1172
11731996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1174
1175 * Version 19.31 released.
1176
11771996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1178
1179 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1180 (Pascal_functions): Increase linecharno by the correct number of
1181 chars, inline the GET_NEW_LINE macro and delete its definition.
1182
11831996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1184
1185 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1186
11871996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1188
1189 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1190 (movemail.exe, fakemail.exe): Now built under Win32.o
1191
1192 * ntlib.c: Include ntlib.h.
1193 (nt_sleep): Rename to sleep.
1194 (getwd): Return directory.
1195 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1196 sys_ctime, sys_fopen): New functions.
1197
1198 * ntlib.h: New file.
1199
12001996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1201
1202 * pop.c (SEND, RECV): Renamed from send, recv.
1203 (pop_open, pop_trash): Make the trash_started code unconditional.
1204 (socket_connection): Delete casts to void.
1205
12061996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1207
1208 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1209 copied from lisp.h.
1210
12111996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1212
1213 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1214
1215 * hexl.c [DOSNT]: Include fcntl.h.
1216 [WINDOWSNT]: Include io.h.
1217 (main) [MSDOS]: Change conditional to DOS_NT.
1218
1219 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1220 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1221 [WINDOWSNT]: Include locking.h.
1222 (main): Update usage message. Use IS_DIRECTORY_SEP.
1223 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
1224 (main) [WINDOWSNT]: Invoke locking instead of flock.
1225 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
1226 (main) [MAIL_USE_POP]: Pass password to popmail if used.
1227 Include winsock.h; don't include unix inet headers.
1228 (popmail): Add password argument and pass it to pop_open.
1229 Open output file in binary mode.
1230
1231 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 1232 Macro SOCKET_ERROR undefined.
362bc2da
DL
1233 Don't declare h_errno.
1234 [!WINDOWSNT]: Define macros recv and send.
1235 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
1236 (pop_open) [WINDOWSNT]: Initialize trash_started.
1237 (have_winsock) [WINDOWSNT]: New variable.
1238 (socket_connection) [WINDOWSNT]: Initialize winsock.
1239 (socket_connection): Use closesocket instead of close.
1240 (getline): Use recv instead of read.
1241 (fullwrite): Use send instead of write.
1242 (pop_trash): Use closesocket instead of close.
1243 (pop_trash) [WINDOWSNT]: Cleanup winsock.
1244 Check if being called recursively by sendline.
1245
1246 * pop.h (struct _popserver): New field trash_started.
1247
1248 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
1249
12501996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1251
1252 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
1253
12541996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1255
1256 * etags.c [WINDOWSNT]: Include io.h.
1257
12581996-04-10 Geoff Voelker <voelker@cs.washington.edu>
1259
1260 * makefile.nt (CTAGSOBJ): Compile with regexp support.
1261
12621996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
1263
1264 * hexl.c [DJGPP v2]: Include io.h.
1265 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
1266
1267 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
1268 DJGPP v2.
1269
12701996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1271
1272 * etags.c (absolute_filename): Use absolutefn.
1273
12741996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
1277 letter isn't an alphabetic character.
1278 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
1279 (process_file) [DOS_NT]: Convert all slashes to forward style.
1280 (absolute_filename) [DOS_NT]: Emit error message for relative
1281 paths with a drive letter.
1282 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
1283 DOS/NT drive letters which try to reference the parent of the root.
1284 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
1285
12861996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1287
1288 * makefile.nt: Change uses of del to $(DEL).
1289
12901996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1291
1292 * etags.c (just_read_file): Reset lineno and charno on entry.
1293
12941996-03-15 Anders Lindgren <andersl@csd.uu.se>
1295
1296 * etags.c: Prolog language totaly rewritten.
1297 (Prolog_functions): Rewritten from scratch.
1298 (skip_comment, prolog_getit): Removed.
1299 (prolog_skip_comment): New function, like old skip_comment.
1300 (prolog_pred, prolog_atom, prolog_white): New functions.
1301 (erlang_func, erlang_attributes): Forward declarations added.
1302 (erlang_atom): Check if backslash ends line inside quoted atom.
1303
13041996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1305
1306 * etags.c (absolutefn): DOS_NT version corrected.
1307 (main): Append "/" to the dir name only if not already there.
1308 (print_help): Explain the absolute/relative file name issue.
1c478461 1309
362bc2da
DL
13101996-03-08 Anders Lindgren <andersl@csd.uu.se>
1311
1312 * etags.c: New Languange Erlang added.
1313 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
1314 erlang_white): New functions.
1315 (Erlang_suffixes): New suffix list.
1316 (lang_names): Erlang entry added.
1317 (prolog_getit): Accepts headers spanning several lines.
1318 Always name tags.
1319 (Prolog_functions): Removed incorrect compensation for
1320 newline characters.
1321 (readline_internal): Zero-terminate last line.
1322
13231996-03-20 Mike Long <mike.long@analog.com>
1324
1325 * b2m.c (main): Initialize progname variable before using it.
1326 Quote `username' in From_ header.
1327
13281996-03-18 Geoff Voelker <voelker@cs.washington.edu>
1329
1330 * ntlib.c (getpid): New function.
1331
13321996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1333
1334 * emacsclient.c (main, both definitions):
1335 Print a newline for normal termination.
1336
13371996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
1338
1339 * tcp.c (main): Convert port to network byte order.
1340
13411996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
1342
1343 * pop.c (pop_retrieve, getline): Avoid type clashes.
1344
13451996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
1346
1347 * etags.c (enum sym_type, anonymous enum): Delete final comma.
1348
13491996-01-15 Paul Eggert <eggert@twinsun.com>
1350
1351 * rcs2log (initialize_fullname): Add support for NIS+.
1352 (hostname): Fully qualify the default hostname with the domainname
1353 if the hostname lacks a `.'.
1354
13551996-01-15 Paul Eggert <eggert@twinsun.com>
1356
1357 * rcs2log (initialize_fullname): Add support for NIS+.
1358 (hostname): Fully qualify the default hostname with the domainname
1359 if the hostname lacks a `.'.
1360
13611996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
1362
1363 * etags.c (consider_token): Fix typo in expression.
1364
13651996-01-04 Paul Eggert <eggert@twinsun.com>
1366
1367 * etags.c (substitute): Fix spelling in message.
1368
13691996-01-03 George V. Reilly <georger@microcrafts.com>
1370
1371 * makefile.nt (etags, ctags): Compile with regexp support.
1372 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
1373 subdirectory exists before compiling.
1c478461 1374
362bc2da
DL
13751996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
1376
1377 * emacsserver.c (main): Do chmod based on existing permission.
1378
13791995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1380
1381 * Makefile.in (install): Turn on read/execute permission.
1382
13831995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1384
1385 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
1386 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
1387
13881995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1389
1390 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
1391
13921995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
1393
1394 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
1395 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
1396 get_scheme, prolog_getit): Name the tag in ctags mode.
1397 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
1398 (Perl_interpreters): Accept "@PERL@" as an interpreter.
1399 (suggest_asking_for_help): New function.
1400 (main, get_language_from_name): Use suggest_asking_for_help.
1401 (main): Let get_language_from_name make language existence check.
1402 (streq, strneq): Check the arguments #if DEBUG.
1403
14041995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
1405
1406 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
1407 (gperf): Added keywords for Objective C and GNU macros.
1408 (sym_type): Added values to account for Objective C and GNU macros.
1409 (begtk): The '@' character can start a token.
1410 (objdef, methodlen, objtag): New variables for Objective C.
1411 (consider_token, C_entries): Added code for Objective C.
1412 (plain_C_suffixes): Add .m and .lm for Objective C.
1413 (Yacc_suffixes): Add .ym for Objective yacc.
1414 (GROW_LINEBUFFER): New macro.
1415 (consider_token, C_entries, Pascal_functions): Use the new macro.
1416 (consider_token): Take one more argument. Caller changed.
1417 (consider_token): Use the hashing function to spot GNU macros.
1418 (C_entries): Consider // as a comment start even in plain C for
1419 the sake of Objective C parsing.
1420
14211995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
1422
1423 * Makefile.in (ctags): depend on etags only for simplicity;
1424 compile with regexp support enabled.
1425
14261995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1427
1428 * Version 19.30 released.
1429
14301995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1431
1432 * makefile.nt (DOC, clean): Don't use switches to del not
1433 supported by Windows 95.
1434
14351995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1436
1437 * Makefile.in (regex.o): Depend on ../src/config.h.
1438
14391995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1440
1441 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
1442 (LOADLIBES): Use LIB_STANDARD.
1443
14441995-11-07 Kevin Gallo <kgallo@microsoft.com>
1445
1446 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
1447 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
1448 Windows 95 conditional.
1449
14501995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
1451
1452 * etags.c (get_lang_from_name, get_lang_from_interpreter,
1453 get_lang_from_suffix): New functions.
1454 (get_language): Function deleted.
1455 (lang_entry): Two members added to struct.
1456 (lang_names): Reflect the new layout of lang_entry.
1457 (print_language_names, main, find_entries): Use the new functions.
1458 (find_entries): Look at the first line for #! if no language.
1459 (C_entries): Invalidate the token when funcdef is reset.
1460 (Perl_functions): New function.
1461 (lang_suffixes): .pl and .pm are Perl suffixes.
1462
14631995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
1464
1465 * etags.c (lowcase): Use the standard tolower function.
1466 (substitute): Remove some wrong and some useless code related with
1467 escape `\` character in regexp replacement string.
1468 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
1469 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
1470 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
1471 .prolog for prolog (.pl removed).
1472 (massage_name, etags_getcwd): Use lowcase instead of tolower.
1473 (C_entries, find_entries): Added comments about memory leakage.
1474 (add_node): Dead code removed.
1475
14761995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1477
1478 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
1479 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
1480
14811995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1482
1483 * test-distrib.c: Add #undef for open, close, read, write.
1484
14851995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1486
1487 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
1488 [! O_RDONLY]: Define it to zero.
1489 (main): Use O_RDONLY instead of explicit zero.
1490
14911995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
1492
1493 * etags.c (Pascal_functions): Close comment bug corrected.
1494 (add_node): Correctly compare node file names.
1495 (Pascal_functions): Correctly allocate and free memory for tline.
1496 (pfnote): Put the definition of fp in the innermost block.
1497 (NODE): `named' member removed.
1498 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 1499 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
1500 (pfnote): `named' argument removed, all callers changed.
1501 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1502 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 1503 removed from pfnote call, some code cleanup.
362bc2da
DL
1504 (relative_filename): Free temporary space allocated by concat.
1505
15061995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1507
1508 * Makefile.in (getdate.c): New target.
1509 (getdate.o): Just compile getdate.c.
1510
15111995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
1512
1513 * fakemail.c (xrealloc): Change cast to match return type.
1514
15151995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1516
1517 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
1518
15191995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1520
1521 * movemail.c (main): Fix previous change.
1522 Add error check for empty OUTNAME.
1523
15241995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1525
1526 * movemail.c (main): Mention lock file name in error message.
1527
15281995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1529
1530 * profile.c (gettimeofday): New function, defined if necessary.
1531
15321995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1533
1534 * Makefile.in: Renamed from Makefile.in.in.
1535 (distclean): Delete Makefile.c, not Makefile.in.
1536
15371995-07-17 Michael Shields <shields@tembel.org>
1538
1539 * Makefile.in.in (tags): Synonym for `TAGS'.
1540
15411995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1542
1543 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
1544 configure has already set $(INSTALL) to the proper relative path.
1545
15461995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
1547
1548 * etags.c (plain_C_entries): new function.
1549 (lowcase): new macro.
1550 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
1551 (lang_suffixes): new suffix ".pc" for Pro*C files.
1552 (consider_token): don't tag all tokens beginning with DEFUN & Co..
1553 (tail): look for the end of the token when comparing.
1554 (takeprec): since now tail behaves differently, use strneq.
1555
15561995-07-08 Paul Eggert <eggert@twinsun.com>
1557
1558 * rcs2log (datearg): Separate date from time with comma, not space,
1559 to work around CVS 1.5 bug.
1560 (CVSROOT): Don't abort when unset if repository is absolute.
1561
15621995-07-07 Paul Eggert <eggert@twinsun.com>
1563
1564 * rcs-checkin, rcs2log, vcdiff:
1565 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
1566 that interpret `#! /' as a 4-byte magic number.
1567
15681995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
1569
1570 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
1571 mailbox with "po:mailbox", the mailbox is everything after the
1572 "po:" prefix.
1573
15741995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1575
1576 * emacsserver.c: Make all error messages start with `Error: '.
1577 (fatal_error, perror_1): New functions, use throughout.
1578
15791995-06-28 Paul Eggert <eggert@twinsun.com>
1580
1581 * rcs2log (CVSROOT, repository):
1582 Allow remote repositories a la CVS 1.4.
1583
15841995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
1585
1586 * etags.c (plain_C_entries): new function.
1587 (lowcase): new macro.
1588 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
1589 (lang_suffixes): new suffix ".pc" for Pro*C files.
1590 (consider_token): don't tag all tokens beginning with DEFUN & Co..
1591 (tail): look for the end of the token when comparing.
1592 (takeprec): since now tail behaves differently, use strneq.
1593
15941995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1595
1596 * movemail.c (main): Add newline in usage message.
1597
15981995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1599
1600 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
1601
16021995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
1603
1604 * etags.c (find_entries): Rewind before rereading the input file.
1605
16061995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1607
1608 * Version 19.29 released.
1609
1610 * make-docfile.c (main) [MSDOS]: Do set _fmode.
1611 This undoes part of the previous change.
1612
16131995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1614
1615 * make-docfile.c (main): On MSDOS, don't change stdout
1616 to binary, and insist on an -o option.
1617
16181995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1619
1620 * etags.c (process_file,absolute_filename): Handle filenames
1621 starting with a drive letter.
1622
1623 * makefile.nt (install): Copy wakeup.exe properly.
1624
16251995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
1626
1627 * make-docfile.c [MSDOS]: #undef chdir.
1628
16291995-06-04 Paul Eggert <eggert@twinsun.com>
1630
1631 * rcs2log (output_authors): Allow ':' in time zone,
1632 as per ISO 8601 and RCS 5.6.8 beta.
1633
16341995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
1635
1636 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
1637 compatibility problems.
1638
16391995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
1640
1641 * etags.c (etags_getcwd): Don't use #elif.
1642 Have just one function body.
1643
16441995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1645
1646 * makefile.nt (LIBS): Use BASE_LIBS.
1647 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
1648 upon LIBS.
1649 (DOC): Use del instead of rm.
1650 (DOC) [WINDOWS95]: Use DOC.
1651 (clean): Handle MSVC aux files.
1652 (config.h,paths.h): Use $(CP) instead of cp.
1653 (config.h): Use $(CONFIG_H)
1654 (make-docfile.obj): Depend upon config.h.
1655 Clean up comments.
1656
16571995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
1658
1659 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
1660 former gives the true path even in the presence of simlinks.
1661
16621995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1663
1664 * movemail.c (main): Increase lock timeout to five minutes.
1665
16661995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1667
1668 * makefile.nt (obj): Use .c files.
1669
16701995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1671
1672 * make-docfile.c: Include config.h.
1673 (NO_SHORTNAMES): New definition.
1674 (xmalloc): Return long *.
1675
1676 * etags.c (C_entries): Cast result of xrealloc.
1677 (xmalloc, xrealloc): Declare them to return long *.
1678
1679 * b2m.c (xmalloc, xrealloc): Declare them long *.
1680
1681 * movemail.c (xmalloc): Declare it to return long *.
1682
16831995-04-30 Paul Eggert <eggert@twinsun.com>
1684
1685 * rcs2log (datearg): If rlog options are specified explicitly,
1686 omit the implicit '-d>DATE' option.
1687 (repository, rlog): Allow absolute paths to CVS repositories.
1688 Look only at the first line of CVS/Repository.
1689
16901995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
1691
1692 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
1693 realclean.
1694
16951995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1696
1697 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
1698 Alternative (empty) definitions.
1699
17001995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1701
1702 * emacsclient.c (main): Add argv[0] to an error message.
1703
17041995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
1705
1706 * emacsclient.c (main): Improve error handling.
1707 * cvtmail.c (main, skip_to_lf): Improve error handling.
1708 (sysfail): New function.
1709
1710 * b2m.c (main): Check for trailing ", " before trying to delete it.
1711
17121995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1713
1714 * Makefile.in.in (all): Build test-distrib and make-docfile.
1715
1716 * make-docfile.c (scan_c_file): At end, restore file name last char
1717 to its original value.
1718
17191995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1720
1721 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
1722
17231995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1724
1725 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
1726 (alloca.o, regex.o): Use BASE_CFLAGS.
1727
17281995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1729
1730 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
1731
17321995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
1733
1734 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
1735 (SOURCES, distclean): Removed obsolete references to aixcc.
1736
17371995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1738
1739 * aixcc.lex: File deleted--surely obsolete now.
1740
17411995-03-23 Paul Eggert <eggert@twinsun.com>
1742
1743 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
1744 portability to mawk and nawk.
1745
17461995-03-21 Paul Eggert <eggert@twinsun.com>
1747
1748 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
1749 -u "login<tab>fullname<tab>mailaddr".
1750
17511995-03-21 Paul Eggert <eggert@twinsun.com>
1752
1753 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
1754 replaces the (now obsolescent) -n login fullname mailaddr option.
1755 Add -R option for recursive rlog.
1756 (AWK): New environment variable (default `awk') for awk program name.
1757 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
1758 Quote authors and fullnames correctly.
1759 Don't omit path from repository root when logging CVS files.
1760
17611995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1762
1763 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
1764 even if HAVE_SYSVIPC.
1765 * emacsclient.c (main): Use getcwd if not BSD.
1766
17671995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
1768
1769 * etags.c (process_file): free (filename) after using it.
1770 (readline_internal): Do not access the char before start of line.
1771
17721995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
1773
1774 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
1775 savetok.valid. Mark token as valid when it is initialised.
1776 (make_tag): Make token only if token is valid and reset validity.
1777 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
1778 (TOKEN): Added a new member: valid.
1779
17801995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
1781
1782 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
1783 (main): Do not read twice the last filename in the stdin file list.
1784
17851995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
1786
1787 * etags.c (C_entries): Initialise the new members of TOKEN.
1788 (C_entries): Do not allocate a new space for each token found by
1789 consider_token. Let make_tag do that instead.
1790 (make_tag): Since now TOKEN has memory of where it is taken from,
1791 this new macro substitutes both make_tag_from_new_lb and
1792 make_tag_from_oth_lb. All callers changed.
1793 (TOKEN): Add linepos and buffer members.
1794 (main): Initialise token_str.
1795 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
1796 (token_str): New global variable used by C_entries.
1797
17981995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
1799
1800 * Makefile.in.in (maintainer-clean): Renamed from realclean.
1801
18021995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
1803
1804 * etags.c (pfnote): Initialise been_warned in the node.
1805 (C_entries): Removed a speed hack for the sake of clarity.
1806
18071995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
1808
1809 * etags.c (longopts, print_help, main): Use -I as abbreviation
1810 for the --ignore-indentation option.
1811 (main): Do not print an error message for unknown options.
1812
18131995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
1814
1815 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
1816 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
1817 constantypedefs, update, vgrind_style, no_warnings,
1818 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
1819 (permit_duplicates): Was a var, now a #define.
1820 (filename_lb): Was global, now local to main.
1821 (main): Open the tag file when in cxref mode.
1822 Use a BUFSIZ size buffer for making the shell commands.
1823 Look at the return value from the system routine.
1824 Exit when cannot open the tag file.
1825 (process_file): Open the file and pass the FILE* to find_entries.
1826 (find_entries): Now void, because does not open the file itself.
1827 (pfnote): Recovering from lack of memory does not work. Removed.
1828 Use savenstr and simplify the code.
1829 (free_tree): Only free the name space if node is named.
1830 (structtag): Now a pointer, not a fixed length array of chars.
1831 (consider_token): Don't take a token as argument. Use savenstr
1832 when saving a tag in structtag. Callers changed.
1833 (TOKEN): Structure changed. Now used only in C_entries.
1834 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
1835 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
1836 (pfcnt): Deleted. Users updated.
1837 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1838 TEX_getit, prolog_getit): Use dinamic allocation for storing
1839 the tag instead of a fixed size buffer.
1840
18411995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1842
1843 * movemail.c (main): Skip past the colon in inname.
1844
18451995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
1846
1847 * etags.c (pfatal): New function.
1848 (main, etags_getcwd): Use pfatal.
1849 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
1850
18511995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
1852
1853 * etags.c (Lang_function): Use void instead to declare the
1854 language functions, because many compilers are buggy.
1855 (etags_getcwd): Fix the previous fix on the #else branch.
1856 (readline_internal): Discard possible \r before \n here.
1857 (C_entries): Do not deal with \r here: undo previous fix.
1858
18591995-01-09 Francesco Potorti` (pot at fly)
1860
1861 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
1862 functions and a macro that allow the program to work on input
1863 lines of whatever length. Copied from etags.c.
1864 (fatal): Print a fatal error message and exit.
1865 (main): Use the new functions. Fixed a bug that made a \037 char
1866 appear at the end of the output.
1867
18681995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1869
1870 * etags.c (C_entries): Ignore carriage return at end of line.
1871
18721994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1873
1874 * fakemail.c (xmalloc, xrealloc): Add casts.
1875 (add_field): Handle <...> and "..." syntax.
1876 (setup_files, get_keyword): Clean up parens and line breaks.
1877 (args_size): Likewise.
1878
18791994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
1880
1881 * yow.c: Include program name in error messages.
1882
18831994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1884
1885 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
1886 (xmalloc, fatal, error): New functions.
1887 (progname): New variable.
1888 (main): Set progname.
1889
18901994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1891
1892 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
1893 (main): If socket/mqueue name is in home dir, add in the host name.
1894 Rename .emacs_server to .emacs-server....
1895
18961994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1897
1898 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
1899
19001994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
1901
1902 * etags.c (print_help): print --regex usage for ctags also.
1903 (main): use -h in addition to -H as abbreviation for --help.
1904
19051994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
1906
1907 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
1908 is compiled if this is defined. The new functions and variables
1909 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
1910 [VMS]: All VMS specific code previously contained in
1911 etags-vmslib.c is now included here, modified for dealing with
1912 language and regex options intermixed with filenames.
1913 (header_file): Global variable deleted.
1914 (Lang_Function): New typedef. All language parser functions
1915 changed to this new type.
1916 (string_numeric_p, substr, prestr): Functions deleted.
1917 (readline_internal): Does the job that readline did previously.
1918 (longopts): --language and --regex options added.
1919 (lang_names, lang_extensions, lang_func, print_language_names):
1920 New structures, variables and functions for choosing languages.
1921 (print_help): Help strings updated. Calls print_language_names.
1922 (argument_type, ARGUMENT): Typedefs for dealing with language and
1923 regex options intermixed with filenames.
1924 (main): Changed the way of dealing with arguments on the command
1925 line to deal with language and regex options intermixed with
1926 filenames.
1927 (get_language, default_C_entries, Cplusplus_entries,
1928 Cstar_entries, Yacc_entries, just_read_file): New functions.
1929 (find_entries): Use the new method for choosing the language.
1930 (Pascal_functions): Allow intermixing of comment styles.
1931 (prolog_getit, skip_comment): Rewritten for speed.
1932 (readline): Rewritten to deal with regexps.
1933
19341994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
1935
1936 * etags.c (<errno.h>): #include added.
1937 (etags_getcwd): Check return value from getcwd.
1938
19391994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1940
1941 * profile.c (TV1, TV2): Use EMACS_TIME as type.
1942 (get_time): Use EMACS_SUB_TIME.
1943
19441994-10-30 voelker <voelker@cs.washington.edu>
1945
1946 * ntlib.c: New file.
1947 * makefile.nt: New file.
1948
1949 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
1950 [WINDOWSNT]: Include the NT headers.
1951 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
1952
1953 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
1954 [WINDOWSNT]: Include some NT headers.
1955
19561994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
1957
1958 * pop.c (getline): When a search of already-read input for CRLF
1959 fails, store the fact that we've searched it and don't search it
1960 again after reading more data.
1961
1962 * pop.c (getline): When determining whether or not it's necessary
1963 to grow the input buffer, take into account the null that's stored
1964 at the end of already-read input in the buffer.
1965
19661994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
1967
1968 * etags.c (prestr, substr): return a logical type.
1969 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
1970 (consider_token): set funcdef to fignore when a DEFUN is met.
1971 (C_entries): Now we can use Tom Hageman patch for extern "C".
1972
19731994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1974
1975 * movemail.c: PopServer renamed to popserver throughout.
1976
19771994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
1978
1979 * etags.c: Don't declare malloc, since we include config.h.
1980 * fakemail.c: Likewise.
1981
19821994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1983
1984 * movemail.c: Don't declare malloc.
1985
19861994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
1987
1988 * rcs-checkin: Use test -r instead of < to check readability, to
1989 avoid syntax error.
1990
19911994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
1992
1993 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
1994 defined, and if HAVE_CONFIG_H isn't defined, define
1995 MAIL_USE_POP always (so that this file can be included in
1996 other programs besides emacs).
1997
1998 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
1999 HAVE_CONFIG_H isn't defined.
2000
2001 * pop.c (find_crlf, getline): Instead of using strstr, use a
2002 custom function for finding CRLF.
2003 (my_strstr): Function deleted.
2004
20051994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2006
2007 * pop.c (getline): Fix a segfault because of passing a
2008 non-null-terminated string into strstr(). Fix from
2009 djm@va.pubnix.com (David J. MacKenzie).
2010
2011 * pop.c: Don't include <string.h> and <strings.h>.
2012
2013 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2014 should be interchangeable, and indeed the inclusion is done in
2015 both orders in various files in the Kerberos 4 library sources,
2016 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2017 requires that <des.h> be included first, and I don't see any harm
2018 in changing the order.
2019
2020 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2021 STDC_HEADERS, if they're defined. Undef open, read, write and
2022 close after including it.
2023
20241994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2025
2026 * pop.c: Fix mismatch in conditionals.
2027
2028 * make-docfile.c (main): Don't process one input file twice.
2029 Never use exit code > 1.
2030
2031 * pop.c (open, close, read, write): Add #undefs.
2032
2033 * pop.c: Don't declare malloc, realloc, free.
2034 Include ../src/config.h.
2035 Don't include string.h or strings.h.
2036 Include des.h before krb.h.
2037 Do declare my_strstr.
2038 (getline): Really use my_strstr.
2039 Leave one empty place in server->buffer,
2040 and put a null at the end of the data in it.
2041
20421994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2043
2044 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2045 call kill with pid 0. Handle EINTR when receiving messages.
2046
20471994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2048
2049 * Makefile.in.in (regex.o): Use full path to find regex.c.
2050
20511994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2052
2053 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2054 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2055
20561994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2057
2058 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2059 (${archlibdir}): Use mkinstalldirs instead.
2060
2061 * movemail.c: Make functions that return nothing void, not
2062 implicitly int.
2063 (main): Improve usage message.
2064 (error): Write to stderr, not stdout.
2065
2066 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2067 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2068 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2069 variables and implicitly declared functions.
2070
20711994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2072
2073 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2074 (distclean): Not here.
2075
2076 * Makefile.in.in (libexecdir): Renamed from libdir.
2077
20781994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2079
2080 * etags.c (C_entries): Name the #define's that are macros.
2081
20821994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2083
2084 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2085 fd_set arg is a pointer, descriptor arg comes first.
2086
20871994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2088
2089 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2090 (C_entries): Recognise #define inside a struct.
2091 (C_entries): ANSI tells that preprocessor commands do not have to
2092 start on the first column.
2093 (print_help): Documentation corrected for -d and -D.
2094 (white, endtk): ANSI tells the vertical tab is a separator.
2095
20961994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2097
2098 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2099 (pop.o, movemail.o): New targets.
2100 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2101
2102 * pop.c, pop.h: New files.
2103
2104 * movemail.c: Improve POP code, move most of it into a separate file.
2105 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2106 (mbx_write): Check for errors and for From line.
2107 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2108 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2109 (pop_init): Functions deleted.
2110
21111994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2112
2113 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2114 Rename path to dirname.
2115
21161994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2117
2118 * Makefile.in.in (UTILITIES):
2119 Remove test-distrib, make-docfile, make-path.
2120 (DONT_INSTALL): New variable--list those files here.
2121 (clean): Delete the files in DONT_INSTALL.
2122
21231994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2124
2125 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2126 (main): Use fgets, not gets.
2127
21281994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2129
2130 * timer.c: Don't declare malloc.
2131
21321994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2133
2134 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2135 defined, use simple 32-bit versions of these macros.
2136 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2137
21381994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2139
2140 * etags.c (etags_getcwd): Use getcwd if available.
2141
21421994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2143
2144 * Version 19.27 released.
2145
21461994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2147
2148 * Version 19.26 released.
2149
21501994-08-15 Paul Eggert <eggert@twinsun.com>
2151
2152 * rcs2log: Add support for CVS.
2153 Work with `rlog's that output ISO 8601 dates.
2154
21551994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2156
2157 * rcs2log: Use <> to delimit email address.
2158
21591994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2160
2161 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2162 so we can listen for multiple requests.
2163
21641994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2165
2166 * movemail.c: Include config.h first thing.
2167
21681994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2169
2170 * emacsserver.c (main): Add casts to avoid warnings.
2171
21721994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2173
2174 * Makefile.in.in (${archlibdir}): Compare the proper dir
2175 before installing the scripts.
2176
21771994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2178
2179 * emacsclient.c (main): New local var progname saves argv[0].
2180
21811994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2182
2183 * emacsclient.c (main): Don't actually modify argv[0].
2184 Modify a copy instead.
2185
21861994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2187
2188 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2189 (tzp): Var deleted.
2190
2191 * Makefile.in.in: Add #undef alloca.
2192
21931994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2194
2195 * timer.c (xmalloc): New function.
2196
21971994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2198
2199 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2200 (alloca.o): New target.
2201
22021994-07-08 Dave Love (d.love@dl.ac.uk)
2203
2204 * etags.c (takeprec): recognise `character*(*) function'
2205
22061994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2207
2208 * etags.c (main): Don't barf on obsolete -t and -T switches.
2209 (main): Print an explicative message when a switch is not known.
2210
22111994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2212
2213 * hexl.c: Don't declare exit or perror.
2214
2215 * emacsserver.c (main): Don't declare geteuid.
2216 Don't declare getenv if convex.
2217
22181994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2219
2220 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2221
22221994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2223
2224 * etags.c (absolute_filename): Remove infinite loop bug when
2225 accessing files in directories whose name begins with a dot.
2226
22271994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2228
2229 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
2230
22311994-06-01 Morten Welinder (terra@diku.dk)
2232
2233 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
2234 location of data directory.
2235
22361994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2237
2238 * Version 19.25 released.
2239
22401994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2241
2242 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
2243
22441994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2245
2246 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
2247
22481994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2249
2250 * Version 19.24 released.
2251
22521994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2253
2254 * make-docfile.c (write_c_args): Put `default' in upper case.
2255
22561994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2257
2258 * etags.c (etags_getcwd): Cast result of popen.
2259 (popen): Declaration deleted.
2260
22611994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
2262
2263 * etags.c [!MSDOS]: Declare popen.
2264
22651994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2266
2267 * b2m.c (main): Avoid crash if argc is 1.
2268
22691994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2270
2271 * Version 19.23 released.
2272
2273 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
2274
22751994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2276
2277 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
2278
22791994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
2280
2281 * Makefile.in.in: Fix out of date comment.
2282
22831994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2284
2285 * Makefile.in.in: Put in a separator for where to start cpp procssing.
2286 Move all autoconf substitutions above that point.
2287 Above that point, use Make-style comments.
2288 This goes with changes in ../configure.in.
2289
22901994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2291
2292 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
2293 warning message.
2294 (${archlibdir}): Don't do it here. Don't depend on blessmail.
2295
22961994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
2297
2298 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
2299
23001994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2301
2302 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
2303 print advice to run it, if it has anything significant to do.
2304 And only if MOVEMAIL_NEEDS_BLESSING.
2305 (blessmail): Use emacs, not temacs.
2306 (configuration): Renamed from configname.
2307
23081994-04-30 Morten Welinder (terra@diku.dk)
2309
2310 * etags.c (find_entries): Treat `*.cpp' as C++ files.
2311
23121994-04-30 Morten Welinder (terra@diku.dk)
2313
2314 * etags.c [MSDOS]: #include <sys/param.h> for the following.
2315 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
2316 a shell.
2317
23181994-04-29 Morten Welinder (terra@diku.dk)
2319
2320 * hexl.c [MSDOS]: Don't define proto type for exit.
2321
23221994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2323
2324 * b2m.c: Don't include string.h or strings.h.
2325
23261994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
2327
2328 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
2329 symbols, not make variables.
2330
23311994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2332
2333 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
2334 * etags.c (print_version): Print VERSION as a string.
2335
23361994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2337
2338 * fakemail.c (readline): Fix updating of p when buffer grows.
2339
23401994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
2341
2342 * Makefile.in.in (blessmail): New target.
2343 ${archlibdir}: Use blessmail when installing movemail.
2344
23451994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2346
2347 * fakemail.c (readline): When extending the buffer,
2348 calculate end afresh using the new size.
2349
23501994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2351
2352 * etags.c (main, print_help): eliminate the -F option.
2353
23541994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2355
2356 * etags.c (absolute_filename): compare against '\0' instead of NULL.
2357
23581994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2359
2360 * Makefile.in.in: Renamed from Makefile.in.
2361 Makefile.in is now generated from it, and then preprocessed.
2362 Change comments to C syntax.
2363 Include config.h.
2364 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
2365 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
2366
23671994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2368
2369 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
2370
23711994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2372
2373 * etags.c (etags_getcwd): Initialize bufsize.
2374
23751994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2376
2377 * profile.c (gettimeofday): If system doesn't have this, define it
2378 to give a fatal error.
2379
23801994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
2381
2382 * movemail.c (main): Use setuid, not seteuid.
2383
23841994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2385
2386 * etags.c: #undef static.
2387
23881994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2389
2390 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
2391 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
2392 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
2393 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
2394 TeX_functions, Prolog_functions.
2395 (inf): no more a global variable.
2396 (C_entries): take 2nd parameter `inf' instead of using the global one.
2397 (find_entries): added the cp1 var for optimisation.
2398 (find_entries): added more suffixes for assembler files.
2399 (Asm_funcs): Now finds labels even without an ending colon.
2400
24011994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2402
2403 * etags.c (main): use etags_getcwd for compatibility.
2404 (etags_getcwd): new function.
2405
24061994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2407
2408 * Makefile.in (etags, ctags): Pass -D for VERSION.
2409
24101994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
2411
2412 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
2413 (main): don't allow the use of -t and -T in etags mode.
2414 (print_help): don't show options enabled by default.
2415 (print_version): show the emacs version number if VERSION is #defined.
2416 (find_entries): add "ss" as suffix for Chez Scheme.
2417
24181994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
2419
2420 * etags.c (cwd, outfiledir): vars added.
2421 (relative_filename, absolute_filename, absolute_dirname):
2422 functions added to compute filenames in tags files.
2423 (process_file): filenames in tags file are relative to the
2424 directory where the tags file is (useful with the -o option).
2425 (main): initialise the outfiledir var.
2426 (TYPEDST): added the `tignore' value.
2427 (C_entries): corrected various small bugs.
2428
24291994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2430
2431 * Makefile.in (UTILITIES): `env' deleted.
2432 (env): Target deleted.
2433 * env.c: File deleted.
1c478461 2434
362bc2da
DL
24351994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2436
2437 * Makefile.in (install, ${archlibdir}): Switch back to ..
2438 before running INSTALL_PROGRAM.
2439
24401994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
2441
2442 * etags.c (TYPEDST): added the `tignore' value.
2443 (C_entries): corrected various bugs, now correctly parses the
2444 `extern "C" {' construction (patch by Tom R.Hageman).
2445
24461994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2447
2448 * b2m.c: Use <...> to include config.h.
2449 Don't include stdlib.h.
2450
24511994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
2452
2453 * b2m.c (main): Change delimiter from "^L" to "^_^L".
2454 Allow for text following "BABYL OPTIONS:".
2455 Add --help option. Use argv[0] in error messages.
2456
24571994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2458
2459 * emacsclient.c (main) [HAVE_SYSVIPC]:
2460 Make msgp->mtext longer if necessary.
2461 On HPUX, error if it's more than 512 chars.
2462
24631994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2464
2465 * etags-vmslib.c: Use GPL.
2466 * emacstool.c: Use GPL.
2467 * fakemail.c: Update GPL.
2468
2469 * make-path.c (main): Return 1 on error, not -1.
2470 Update GPL.
2471
2472 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
2473 (xmalloc, xrealloc): Return char *, not int.
2474 (error): Write to stderr, not stdout.
2475 Update GPL.
2476
24771994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
2478
2479 * profile.c (main, get_time): Don't crash on invalid input.
2480
24811994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
2482
2483 * profile.c (get_time): Simplify; avoid calling index.
2484 (main): exit on EOF.
2485
24861994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
2487
2488 * etags.c (--absolute-pathnames): option removed.
2489
24901994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2491
2492 * fakemail.c (put_line): Don't break the line if it all fits.
2493
24941994-02-14 Francesco Potorti` (pot at fly)
2495
2496 * etags.c (absolute_pathnames, cwd): added global vars.
2497 (longopts, print_help, main, process_file): put absolute filenames
2498 in the tag file if the -A --absolute-pathnames option is used.
2499 (print_help): alfabetically order the options.
2500 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
2501
25021994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2503
2504 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
2505 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
2506
25071994-02-07 Christian Lynbech (lynbech@avignon)
2508
2509 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
2510
25111994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2512
2513 * Makefile.in (UTILITIES): Mention profile.
2514 (profile): New target.
2515
2516 * profile.c: New file.
2517
25181994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2519
2520 * Make the argument list output look more like the Lisp docstrings do.
2521 make-docfile.c (write_c_args): Take new arg FUNC. Make output
2522 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
2523 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
2524
25251994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
2526
2527 * etags.c (stab_entry, stab_create, stab_find, stab_search,
2528 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
2529 Use gperf generated hash table instead of linked list.
2530 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
2531 Mostly code generated by gperf.
2532 (consider_token): removed unused parameter `lp'.
2533 (PF_funcs, getit): allow subroutine and similar declarations
2534 to span multiple lines.
2535 (C_entries): check for newline if inchar to avoid bus errors.
2536 (process_file, find_entries): distinguish among nonexistent
2537 and not regular file.
2538
25391994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2540
2541 * timer.c: Include errno.h; don't include fasync.h.
2542 (schedule): Don't return a value.
2543 (sigcatch): Reestablish the handler first.
2544 (getevent): Always call notify at the end.
2545 (notify): Defer alarms around the whole body of function.
2546
25471994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2548
2549 * timer.c (main): Don't request SIGIO, and don't handle it.
2550 Loop calling getevent.
2551 (sigcatch): Delete code to handle SIGIO.
2552 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 2553 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
2554 Set defer_alarms around realloc and schedule.
2555 If alarm_deferred gets set, call notify.
2556 Likewise if this event is the only pending event.
2557 Make buf and buf_size global variables.
2558 Don't malloc buf if it is already non-zero.
2559 (schedule): Just exit if run out of memory.
2560 Return the number of events.
2561 (signal) [_CX_UX]: Add #undef.
2562
25631994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2564
2565 * timer.c [USG] (SIGIO): Define as SIGPOLL.
2566 (main) [USG]: Do ioctl to enable SIGPOLL.
2567
25681994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2569
2570 * timer.c: Don't declare sys_errlist; declare strerror instead.
2571 (schedule, main): Call strerror instead of using sys_errlist.
2572 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
2573 Call strerror instead of using sys_errlist.
2574 * env.c (main): Call strerror instead of using sys_errlist.
2575 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
2576 (main): Call strerror instead of using sys_errlist.
2577 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
2578 * env.c [! HAVE_STRERROR] (strerror): Likewise.
2579 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
2580 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
2581
25821994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2583
2584 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
2585
2586 * movemail.c (malloc): Don't declare it.
2587 (xmalloc): Cast result of malloc.
2588 (strcpy): Don't declare it.
2589
25901993-11-14 Morten Welinder (terra@diku.dk)
2591
2592 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
2593 (main): Use fclose to close file opened by fopen.
2594
2595 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
2596
2597 * movemail.c [MSDOS]: #undef `access'.
2598
2599 * b2m.c (main) [MSDOS]: Open all files as binary.
2600 * etags.c (main) [MSDOS]: Open all files as binary.
2601
2602 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
2603 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
2604 with.
2605
26061994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2607
2608 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
2609 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
2610 (LINK_CFLAGS): New variable.
2611 (timer): Use LINK_CFLAGS.
2612
26131993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2614
2615 * movemail.c: Include syswait.h.
2616 Fork a subprocess and use it to copy the mail file.
2617
26181993-12-07 Richard Stallman (rms@srarc2)
2619
2620 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
2621
26221993-12-04 Richard Stallman (rms@srarc2)
2623
2624 * movemail.c (main): When making tempname, cast result of xmalloc.
2625 Include room for EXXXXXX in the size.
2626 Don't use result of strcpy.
2627
26281993-12-03 Paul Eggert (eggert@twinsun.com)
2629
2630 * vcdiff: Add --brief option.
2631
26321993-12-02 Richard Stallman (rms@srarc2)
2633
2634 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
2635 for all executables and scripts.
2636
26371993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2638
2639 * Version 19.22 released.
2640
26411993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2642
2643 * Makefile.in (mostlyclean): Make it distinct from clean.
2644
26451993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2646
2647 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
2648
26491993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2650
2651 * Version 19.21 released.
2652
2653 * Makefile.in (install): Don't change mode or group when installing.
2654
2655 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
2656
26571993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2658
2659 * make-docfile.c (read_c_string): For "", concatenate the two strings.
2660
2661 * movemail.c (main): Fix error message text.
2662
26631993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2664
2665 * Version 19.20 released.
2666
26671993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
2668
2669 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
2670 functions returning a pointer to a function, a la `signal', can be
2671 parsed. This also required new state `fstartlist' to `FUNCST'.
2672 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
2673 (C_entries, CNL): use it to isolate preprocessor directive processing
2674 from the other state engines.
2675 (begtk): add '~', for C++ class destructors.
2676
26771993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2678
2679 * etags.c (consider_token): removed unused variable firsttok.
2680 (prolog_getit): call pfnote with the right number of arguments.
2681
26821993-10-19 Paul Eggert (eggert@twinsun.com)
2683
2684 * rcs2log (printlogline): Don't generate lines containing only
2685 white space.
2686
26871993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2688
2689 * Makefile.in (${archlibdir}):
2690 Install ${SCRIPTS} from ${srcdir}, not cwd.
2691
26921993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2693
2694 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
2695 the comment character.
2696
26971993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
2698
2699 * etags.c (process_file): dead code removed.
2700 (S_ISREG): #define it using S_IFREG if not defined.
2701 (process_file): regular files have nothing to do with symlinks.
2702
27031993-09-28 Brian Fox (bfox@ai.mit.edu)
2704
2705 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
2706 from current directory. Only chmod and chgrp files that we
2707 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
2708 ${bindir}.
2709 (INSTALLFLAGS): Deleted definition, since it is an unused variable
2710 now.
2711
27121993-09-27 Brian Fox (bfox@ai.mit.edu)
2713
2714 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
2715 configure figure out the correct values for these variables.
2716
27171993-09-14 Brian Fox (bfox@ai.mit.edu)
2718
2719 * Makefile.in (archlibdir): Only install execuatables internally
2720 used by emacs; don't install bindir binaries here.
2721
27221993-09-24 Paul Eggert (eggert@twinsun.com)
2723
2724 * rcs2log: Add -h, -n, -r options.
2725 By default, look for *,v files as well as RCS/*,v files.
2726 Use $TMPDIR (default /tmp) instead of /tmp.
2727
27281993-09-20 Francesco Potorti` (pot at fly)
2729
2730 * etags.c (C_entries): is_func is initialised here instead of in
2731 consider_token for the sake of the yacc rules section.
2732 (C_entries): Now class, struct, enum, union and typedef produce
2733 named tags.
2734
27351993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
2736
2737 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
2738
27391993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2740
2741 * Support configuring in a different directory when ${srcdir} has
2742 already been configured.
2743 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
2744 -I${srcdir} -I${srcdir}/../src.
2745 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
2746 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
2747 is already in CPP_FLAGS.
2748 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
2749 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
2750
27511993-08-25 Paul Eggert (eggert@twinsun.com)
2752
2753 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
2754 otherwise, HP awk complains.
2755
2756 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
2757 are common hangouts for SCCS commands.
2758
27591993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2760
2761 * Version 19.19 released.
2762
27631993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2764
2765 * Makefile.in (make-path): Dep on config.h.
2766
27671993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2768
2769 * b2m.c (TRUE, FALSE): Don't define if already defined.
2770
27711993-08-09 Paul Eggert (eggert@twinsun.com)
2772
2773 * rcs2log (awkscript):
2774 Some sites put comma-separated junk after the fullname.
2775 Remove it, but leave "Bill Gates, Jr" alone.
2776 Remove the junk from fullnames like "0000-Admin(0000)".
2777
27781993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2779
2780 * Version 19.18 released.
2781
27821993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
2783
2784 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
2785 (L_funcs): the (foo::defmumble stuff now should work.
2786 (consider_token): function returned random value--corrected.
2787 (C_entries): corrected == versus = typo.
2788
27891993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2790
2791 * etags.c (put_entries): For NODE->rewritten, put pattern before
2792 \177 and name after, not vice versa.
2793
27941993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2795
2796 * timer.c (main): Generate a SIGIO as soon as we've initialized.
2797
27981993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
2799
2800 * etags.c (FINCST): added the fignore status. Means we are
2801 after the parameter list and before the open curly brace.
2802 Allows correct parsing of C++ constructors.
2803 (C_entries, consider_token): make use of fignore.
2804 (consider_token): reset funcdef when next_token_is_func: when in
2805 ctags mode makes DEFVAR and others work better.
2806 (L_isquote): function that recognises the "(quote" string.
2807 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
2808
28091993-07-29 Paul Eggert (eggert@twinsun.com)
2810
2811 * rcs-checkin: Don't check whether a file is readable until we have
2812 decided not to ignore it.
2813
28141993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2815
2816 * Makefile.in (etags): Depend on ../src/config.h.
2817
2818 * emacsserver.c: Include types.h before file.h.
2819
28201993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2821
2822 * Makefile.in (install): Use .n, not .new, for temporary filenames.
2823
28241993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2825
2826 * Version 19.17 released.
2827
28281993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2829
2830 * etags.c (print_help): Break up the very long strings containing
2831 the help message into shorter strings, to placate chintzy C
2832 compilers which can't handle strings that long.
2833
2834 * wakeup.c: Use CPP tangle from autoconf manual to #include the
2835 correct combination of <time.h> and <sys/time.h>.
2836
28371993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2838
2839 * etags.c (alloca): removed all references to it.
2840 (main): now calls xnew instead of alloca for portability.
2841 (../src/config.h): included only if HAVE_CONFIG_H.
2842 (const): void definition removed--config.h takes care of it.
2843
28441993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2845
2846 * etags.c (consider_token): was `==', now is `='.
2847 (consider_token): DEFUNs now treated like funcs in ctags mode.
2848
2849 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
2850 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
2851 (C_entries): removed a piece of useless code.
2852 (C_entries): making typedef tags is delayed until a semicolon
2853 is met. This handles "typedef int X, Y, Z;" correctly.
2854
28551993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2856
2857 * Version 19.16 released.
2858
2859 * b2m.c: #include <sys/types.h>.
2860 (ltoday): Declare this to be time_t.
2861
28621993-06-30 Paul Eggert (eggert@twinsun.com)
2863
2864 * vcdiff: Add -q option.
2865
28661993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2867
2868 * etags.c: #include "config.h" and the alloca CPP tangle before
2869 #including the system headers and getopt.h. AIX requires the
2870 #pragma to come before any actual C code.
2871
28721993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2873
2874 * Makefile.in (ctags): Depend on etags, so that parallel makes
2875 don't write etags.o files on top of each other.
2876
28771993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2878
2879 * version 19.15 released.
2880
28811993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2882
2883 * etags.c (add_node): Move var last_node to file scope.
2884
28851993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2886
2887 * Version 19.14 released.
2888
28891993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2890
2891 Bring mumbleclean targets into conformance with GNU coding standards.
2892 * Makefile.in (distclean): Call clean to do most of the work.
2893 Delete aixcc.c and TAGS.
2894 (realclean): Just call distclean.
1c478461 2895
362bc2da
DL
2896 * Makefile.in: Remember, spaces are not tabs.
2897
28981993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2899
2900 * Makefile.in (CPP_CFLAGS): New variable.
2901 Use it instead of ALL_CFLAGS when compiling a .c file.
2902 (getopt.o, getopt1.o): Add explicit compilation commands.
2903
29041993-06-10 Mark D. Baushke (mdb@cisco.com)
2905
2906 * etags.c: Reinstate old -f option as an alias for -o for
2907 installed base uses.
2908
29091993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2910
2911 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
2912 to bind or accept, cast the pointer, to avoid warnings on systems
2913 which declare prototypes for this.
2914 * emacsclient.c (main): Same.
2915
2916 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
2917
29181993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2919
2920 * Version 19.13 released.
2921
2922 * wakeup.c: Include sys/types.h, too; I think that's where time_t
2923 comes from, not sys/time.h.
2924
29251993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2926
2927 * wakeup.c: Include sys/time.h.
2928
2929 * etags.c: #undef static.
2930
2931 * Version 19.12 released.
2932
2933 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
2934
29351993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2936
2937 * Version 19.11 released.
2938
2939 * timer.c [LINUX]: #undef signal.
2940 * emacsserver.c: #undef signal.
2941
29421993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2943
2944 * wakeup.c (main): Make when a time_t.
2945
29461993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2947
2948 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
2949 `(cd foo ; pwd)` to get the canonical name of a directory; cd
2950 might fail, and have pwd print out the current directory.
2951
2952 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
2953 string-handling functions.
2954
29551993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2956
2957 * Version 19.10 released.
2958
29591993-05-29 Paul Eggert (eggert@twinsun.com)
2960
2961 * rcs2log: When given no file arguments, inspect RCS/.* as well
2962 as RCS/*. Don't report an error if RCS is empty or nonexistent.
2963
29641993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2965
2966 * Makefile.in (timer): Link with $(LOADLIBES).
2967
29681993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2969
2970 * fakemail.c (put_line): Don't output \n\t unless more text follows.
2971
29721993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2973
2974 * etags.c: Replace the CPP tangle for alloca with the one from the
2975 autoconf documentation, since that's working elsewhere.
2976
29771993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2978
2979 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
2980 description files can find their ancestors.
2981
29821993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2983
2984 * Makefile.in (install): Get the scripts from ${srcdir},
2985 unlike the executables.
2986 (ALL_CFLAGS): Add -I../src
2987
29881993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2989
2990 * Version 19.9 released.
2991
29921993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2993
2994 * Makefile.in (install): Do install the programs listed in
2995 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
2996 INSTALLABLE_SCRIPTS, instead of writing the programs out.
2997
2998 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
2999 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3000
30011993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3002
3003 * etags.c: Include ../src/config.h.
3004
3005 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3006 in first loop. Delete files from bindir before installing new ones.
3007 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3008
30091993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3010
3011 * Version 19.8 released.
3012
3013 * make-docfile.c: Doc fix.
3014
30151993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3016
3017 * tcp.c: Fix comment syntax at top of file.
3018 (main): Don't call htons with the port number.
3019
30201993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3021
3022 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 3023 appropriate.
362bc2da
DL
3024
3025 * Makefile.in (install): Refer to the variables INSTALLABLES and
3026 INSTALLABLE_SCRIPTS, instead of writing them out.
3027
30281993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3029
3030 * make-path.c (main): Return 0.
3031
30321993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3033
3034 * Version 19.7 released.
3035
30361993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3037
3038 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3039
30401993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3041
3042 * tcp.c: New file.
3043
30441993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3045
3046 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3047
30481993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3049
3050 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3051 only. We should really fix this later, but let's just make it
3052 compile for now.
3053
3054 Install patches from David J. Mackenzie to make the srcdir option
3055 work.
3056 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3057 Makefile.
3058 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3059 INSTALLABLE_SCRIPTS.
3060 (INSTALLABLE_SCRIPTS): New list.
3061 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3062 (${archlibdir}): The scripts to be installed live in the source
3063 tree, not in the object tree.
3064 (test-distrib): Note that the data file lives in the source tree,
3065 not the object tree.
3066 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3067 (all other targets): Change references to source files to use
3068 ${srcdir}, except for config.h, which lives in the object dir.
3069 (timer.o): Note that this depends on ../src/config.h.
3070 * make-docfile.c (main): Add a -d option, to tell it where to find
3071 the source files.
3072 * test-distrib.c (main): Take the name of the distribution file to
3073 test from the command line.
3074
3075 * timer.c: Fix mispellings of get_date function's name.
3076
30771993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3078
3079 * etags.c (main):
3080 Don't require that there be input files if -i switches were given.
3081
30821993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3083
3084 The GNU coding standards specify that CFLAGS should be left for
3085 users to set.
3086 * Makefile.in (CFLAGS): Put this in the "things configure might
3087 edit" section, and have it default to -g.
3088 (ALL_CFLAGS): New variable, set to all the flags which should be
3089 passed to compilations. Replace all other uses of CFLAGS with
3090 ALL_CFLAGS.
3091 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3092
3093 * Makefile.in (DEFS): Remove this; it's always just going to be
3094 "-DHAVE_CONFIG_H -Demacs".
3095
30961993-05-03 Paul Eggert (eggert@twinsun.com)
3097
3098 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3099 /[/]/, so change it to /[\/]/. This should work on all
3100 Posix-compliant awks. It's slightly wrong with traditional awk,
3101 since it matches \ too, but that's a minor problem compared to awk
3102 syntax errors.
3103
31041993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3105
3106 * Makefile.in (ALLOCA): New variable, whose value we should
3107 inherit from the top-level makefile.
3108 (etags, ctags): Include ALLOCA in the list of object files that
3109 these executables depend on and link.
3110
31111993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3112
3113 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3114
31151993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3116
3117 * make-docfile.c (write_c_args): Print an argument named "defalt"
3118 as "default".
3119
31201993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3121
3122 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3123 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3124 compiler.
3125
31261993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3127
3128 * etags.c (YACC): flag added to c_ext.
3129 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3130 (find_entries): consistently use streq when reasonable.
3131 (find_entries): a .y file is a yacc file.
3132 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3133 (C_entries): logical cplpl means c_ext&C_PLPL.
3134 (C_entries): logical yacc_rules means we are after the first %%.
3135 (C_entries): added logic for yacc files.
3136
31371993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3138
3139 * etags.c (C_entries): ':' case moved to the second switch.
3140 (C_entries): do not examine token if structdef==scolonseen.
3141 (consider_token): structtag set to null string for enum.
3142
31431993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3144
3145 * etags.c (GET_COOKIE): and related macros removed.
3146 (logical): is now int, no more a char.
3147 (reg): define deleted.
3148 (isgood, _gd, notgd): deleted.
3149 (gotone): deleted.
3150 (TOKEN): member linestart removed.
3151 (linepos, prev_linepos, lb1): deleted.
3152 (main): call initbuffer on lbs array instead of lb1.
3153 (init): removed the initialisation of the logical _gd array;
3154 (find_entries): a .sa suffix means assembler file.
3155 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3156 All C state machines rewritten.
3157 (C_entries): complete rewrite.
3158 (condider_token): complete rewrite.
3159 (getline): deleted.
3160
31611993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3162
3163 * etags.c (C_entries): Added the quotednl logical variable.
3164 Used for parsing of #define's spanning multiple lines.
3165
31661993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3167
3168 * etags.c (C_entries): Save the definedef status even when a
3169 newline is met inside a string.
3170
31711993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3172
3173 * Makefile.in (EXECUTABLES): added rcs-checkin.
3174
3175 * Makefile.in (unlock, relock): New productions.
3176
31771993-03-16 Paul Eggert (eggert@twinsun.com)
3178
3179 * rcs2log: Some awks don't understand "\r". Code around this.
3180 Unfortunately this requires putting a carriage return in the
3181 source code. Don't assume that rlog will tolerate times like
3182 `10:10:60'; RCS 5.7 won't allow this.
3183
31841993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3185
3186 * timer.c (main): Set the ownership of the stdin file descriptor
3187 to the current process. Print error messages if either of the
3188 fcntl's fails.
3189
3190 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3191 ../src/config.h), not void.
3192
31931993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3194
3195 * b2m.c (main): Don't exit upon reading a blank line.
3196
31971993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3198
3199 * etags.c (C_entries): New local variable quotednl. Used for
3200 parsing of #define's spanning multiple lines.
3201
3202 * etags.c (C_entries): Save the definedef status
3203 even when a newline is met inside a string.
3204
32051993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3206
3207 * timer.c (notify): Initialize waitfor properly.
3208
32091993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3210
3211 * etags.c (C_entries): Don't reset definedef when a newline inside a
3212 comment is met.
3213
32141993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3215
3216 * etags.c (find_entries): If filename ends in .f or .for,
3217 don't try anything but Fortran.
3218
32191993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
3220
3221 * timer.c (notify): Flush stdout after writing message to avoid lossage
3222 on terminals.
3223
3224 (notify): Also, write a newline after the token.
3225
32261992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3227
3228 * Makefile.in (exec_prefix): New variable.
3229 (bindir, libdir): Use it instead of `prefix'.
3230
3231 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
3232
3233 * Makefile.in (libdir): Default to ${prefix}/lib.
3234 (archlibdir): Adjusted to match.
3235
3236 * Makefile.in (distclean): Don't delete backup or autosave files.
3237 (extraclean): Like realclean, but does delete backup and autosave
3238 files.
3239
3240 * Makefile.in (realclean): Ignore errors from rm.
3241
3242 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
3243 that doesn't exist anymore.
3244
32451992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3246
3247 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
3248 described in the top-level Makefile.
3249 (UTILITIES): Add make-path to the list of utility programs.
3250 (../arch-lib): Replaced by the ${archlibdir} target, which places
3251 the executables in their permanent home.
3252 (install, install.sysv, install.xenix): Consolidated into one
3253 target which should work under all circumstances, modulo a few
3254 ignored error messages.
3255
3256 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
3257 a different number of arguments than other DEFVARs, recognize it
3258 specially, and expect the right number of commas.
3259
32601992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3261
3262 * make-path.c: New program, to help with the installation process.
3263 * Makefile.in (make-path): New target.
3264
3265 * make-path.c (touchy_mkdir): Remove debugging output.
3266
32671992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3268
3269 * Makefile.in (getdate.o): Added explicit target for this, so we
3270 can indicate that it depends on ../src/config.h.
3271
32721992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3273
3274 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
3275 instead of CFLAGS.
3276 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
3277
32781992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3279
3280 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
3281 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
3282 that system.
3283
3284 * Makefile.in (arch-lib): Give rm the `-f' option.
3285
32861992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3287
3288 * make-docfile.c (write_c_args): Rewritten to correctly print
3289 &optionals before the first identifier, but after the first paren.
3290 This code used to just wait for commas or spaces; now it notices
3291 identifier boundaries.
3292
32931992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3294
3295 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
3296
32971992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3298
3299 * make-docfile.c (write_c_args): Print the argument lists properly
3300 when the first argument is optional.
3301
33021992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3303
3304 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
3305 Redefine @item. Set catcode of +.
3306
33071992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3308
3309 * emacsclient.c (main): Set IPC_CREAT in msgget call.
3310
33111992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3312
3313 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
3314 (TEX_decode_env): Make `tab' one element longer.
3315
33161992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3317
3318 * etags.c (PF_funcs): Recognize the "entry" keyword.
3319
33201992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3321
3322 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
3323
33241992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3325
3326 * timer.c (events): Rather than having slots marked as in use or
3327 out of use by the `token' field, keep all pending events at the
3328 beginning of the array. When we delete an event in the middle of
3329 the array, we move the last event into its place.
3330 (num_events): New variable.
3331 (schedule): It is now cheaper to find a free event slot;
3332 events[num_events] is the first free slot.
3333 (notify): Scan events[0 .. num_events-1], instead of the whole
3334 array. When an event fires, move the last event in the array into
3335 its spot. Use num_events to determine whether or not there are
3336 any pending events, not wait_for.
3337 (getevent): Deleted unused variable `ep'.
3338 (sigcatch): It's now easier to find all the active events.
3339 (main): Initialize num_events.
3340
3341 * etags.c: Rather than fret about which systems have index and
3342 which systems have strchr, and how to tell the difference between
3343 them, we just write out our own versions. Big deal.
3344 (index, rindex): Extern declarations removed.
3345 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
3346 (etags_index, etags_rindex): New declarations.
3347 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
3348 TEX_getit, substr): Use the etags_*index functions, rather than
3349 the native *index functions.
3350 (rindex, index): Renamed to etags_rindex and tags_rindex, and
3351 made them unconditionally defined, rather than having them depend
3352 on NEED_*INDEX.
3353
3354 * etags.c (savenstr): Add declaration for this at top of file.
3355 (TEX_decode_env): Don't declare it local to this function.
3356
3357 * b2m.c: #include "../src/config.h", so we can test for the USG
3358 macro, and decide whether to include <string.h> or <strings.h>.
3359 * Makefile.in: Note that b2m.c depends on ../src/config.h.
3360
33611992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3362
3363 * timer.c: Reformatted according to the GNU coding standards.
3364 Removed arbitrary limits on the number of events queued and the
3365 length of the tokens used to identify them.
3366 Removed casts to (void).
3367 Removed debugging printfs; they clutter the code, and the need
3368 can be better filled using a real debugger.
3369
33701992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3371
3372 * timer.c: Installed new version from Eric Raymond; this is more
3373 portable, since it doesn't try to use SIGIO.
3374
33751992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3376
3377 * emacsclient.c (main): If we can't find the socket in this
3378 person's home directory, print a message which asks if they've
3379 started the server, instead of just printing the message from
3380 sys_errmsg; Cygnus finds that people are much less confused by
3381 this.
3382
33831992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3384
3385 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
3386 so that index and rindex get defined, why don't we actually
3387 control index and rindex using symbols called "NEED_INDEX" and
3388 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
3389 little more readable than defining something whose name implies
3390 that it's not?
3391
33921992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3393
3394 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
3395 distribution:
3396 Miscellaneous doc fixes.
1c478461 3397 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
3398 (scan_lisp_file): Instead of using long hairy strings of ifs, call
3399 read_lisp_symbol and then see what we got. Call skip_white
3400 instead of writing out a loop to do its job. Correctly extract
3401 docstrings from "defmacro" declarations.
3402
34031992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3404
3405 * movemail.c (strcpy): Declare this to return char *.
3406
34071992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3408
3409 * etags.c (C_entries): When we find a C++ comment, do actually
3410 skip to the end of the line; do a 'break' instead of a 'continue'.
3411
34121992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3413
3414 * etags.c (getit): Add missing parenthesis to expression which
3415 decides if this token is an identifier.
3416
34171992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3418
3419 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
3420
34211992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3422
3423 * etags.c (put_entries): Always put space between name and line num.
3424
34251992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
3426
3427 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
3428 warning.
3429 (LEVEL_OK_FOR_FUNCDEF): Ditto.
3430
34311992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3432
3433 * make-docfile.c (write_c_args): Pass both arguments to putc.
3434
34351992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3436
3437 * etags.c (C_entries): Fixed reading of "..." strings.
3438 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
3439 the C library source.
3440
3441 * etags.c (C_entries): When we see a backslash inside a quoted
3442 string, skip to the next character. This allows us to correctly
3443 deal with strings containing quotes.
3444
34451992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3446
3447 * make-docfile.c (write_c_args): Print the C argument names as
3448 they would be written in Elisp; print '_' as '-'.
3449
34501992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3451
3452 * movemail.c [POP]: Get user name via getpwuid.
3453
34541992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3455
3456 * Makefile.in: flags in CC invocations rearranged for no reason.
3457
34581992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3459
3460 * etags.c (print_help): Remember not to imbed raw newlines in
3461 strings - end the lines with `\n\'.
3462
34631992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3464
3465 * timer.c (getevent): Removed declaration of memcpy; since
3466 different systems have different return types, and we're not even
3467 using the return type anyway, it wasn't doing us any good.
3468
34691992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3470
3471 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
3472 type of this function.
3473
34741992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3475
3476 * ChangeLog: Since the old etc contents have been split into etc
3477 and lib-src, the old etc's ChangeLog has been duplicated in the
3478 new etc and lib-src. That means that each contains complete and
3479 coherent information, although each contains extraneous
1c478461 3480 information.
362bc2da
DL
3481
34821992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3483
3484 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
3485 to be consistent with other GNU programs, like makeinfo.
3486
3487 * lib-src/Makefile: Renamed to Makefile.in; the configure script
3488 will edit this to produce Makefile.
3489
34901992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3491
3492 * etags.c (print_help, print_version): New functions.
3493 (main): Options added to support them.
3494
3495 * etags.c (longopts): New array of long names for the options.
3496 (main): Recognize them.
3497
34981992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3499
3500 * etags.c (C_entries): Removed comment saying that \" in a string
3501 isn't recognized as magic, because it is correctly handled.
3502
3503 * getopt.c, getopt.h: New files, from GNU C library.
3504 * etags.c: Rewritten to use getopt.
3505 #include "getopt.h".
3506 (file_num): Variable deleted; its role is now played by getopt's
3507 optind.
3508 (main): Argument processing loop rewritten to call getopt to get
3509 next option. Options which take parameters (-o and -i) rewritten
3510 to get parameter from optarg instead of argv[1]. Filename
3511 preprocessing loop and update command changed similarly.
3512 * Makefile (etags, ctags): Depend on and link with getopt.h,
3513 getopt.o, and getopt1.o.
3514 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
3515
3516 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
3517 is non-zero.
3518
3519 (main): In the argument processing loop, the 'goto next_arg'
3520 statements are breaking out of the switch statement in exactly the
3521 same way that a simple 'break' statement would; replace the gotos
3522 with breaks, and remove the label.
3523
35241992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3525
3526 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
3527 (consider_token): Move next_token_is_func to global.
3528
35291992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3530
3531 * Makefile: Conform with GNU coding standards:
3532 (mostlyclean): New target, synonymous with clean.
3533 (TAGS, check): New targets.
3534 (INSTALL, INSTALLFLAGS): New variables.
3535
35361992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3537
3538 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
3539 `config.emacs' to `configure'.
3540
3541 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
3542 * etc/MACHINES: Same.
3543
35441992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3545
3546 * movemail.c (main): Allow tempname to be as long as necessary,
3547 instead of limiting it to 39 characters.
3548
3549 * movemail.c (main): Move declaration of buf from top of function
3550 to local block surrounding the copy loop. This makes it less
3551 likely to be confused with the buf used by the code which checks the
3552 permissions on outname's directory.
3553
35541992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
3555
3556 * SERVICE: Remove my entry.
3557
35581992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3559
3560 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
3561 hardcoded -g.
3562
3563 * movemail.c (xmalloc): Return char *, not int.
3564 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
3565 that is off by default -- normally don't unlink the mail spool
3566 file, just empty it. Pass creat mode 0600, not 0666.
3567
35681992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3569
3570 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
3571 (all): Instead of here.
3572 (install): Don't use the -s option, since people need symbols to
3573 debug code.
3574
35751992-01-19 (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
3576
3577 * etags-vmslib.c (fn_exp): Add type cast.
3578
35791992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3580
3581 * movemail.c: Changes in comments.
3582
35831992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3584
3585 * Makefile: Make the distclean target erase the DOC files from
3586 ../share-lib and the executables from ../arch-lib.
3587
35881992-01-09 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3589
3590 * emacsclient.c: #include <sys/stat.h>
3591 (main): Do declare statbfr.
3592
35931991-12-21 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3594
3595 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
3596 for the socket, depending on SERVER_HOME_DIR.
3597 If using /tmp, put host name in the socket name.
3598
3599 * movemail.c (pfatal_and_delete): New function.
3600 (main, popmail): Use it.
3601 (popmail): Close output before deleting messages.
3602 Check for error on close and on fsync.
3603 Use `fatal' where appropriate.
3604 (main): Remove (void).
3605
3606 * aixcc.lex: New file. Not officially part of Emacs.
3607 * Makefile: Rules for that.
3608
36091991-12-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
3610
3611 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
3612
3613 * etags.c (main): Properly cast call to alloca that initializes
3614 included_files.
3615
36161991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3617
3618 * etags.c (files_are_tag_tables): Remove global var.
3619 (process_file): Don't test it. Also remove hack checking for a
3620 file named "TAGS".
3621 (main): -i now takes an arg which is the name of a file to include.
3622 Collect these names and emit include tags for them after processing
3623 all the argument files.
3624
36251991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3626
3627 * wakeup.c: Terminate if parent goes away.
3628
36291991-07-18 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3630
3631 * etags.c (C_entries): Process token before handling end of line.
3632 When inner loops reach end of line, just back up.
3633 Let the real end of line processing happen in just one place.
3634 (consider_token): Likewise.
3635
36361991-04-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
3637
3638 * etags.c (TEX_mode): Skip comments while scanning the text to see
3639 which escape character this file uses.
3640
36411991-03-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3642
3643 * emacsserver.c [USG]: Terminate if msgrcv fails.
3644
36451991-03-03 Richard Stallman (rms at mole.ai.mit.edu)
3646
3647 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
3648
36491991-01-25 Jim Blandy (jimb at churchy.ai.mit.edu)
3650
3651 * make-docfile: Find the arguments to a C function correctly,
3652 by not ignoring the character that read_c_string returns. Don't
3653 even try to find argument names for functions that take MANY
3654 or UNEVALLED arguments, since they're a figment of the docstring's
3655 imagination.
3656
36571991-01-14 Jim Blandy (jimb at churchy.ai.mit.edu)
3658
3659 * make-docfile: Read the .elc files generated by the new byte
3660 compiler.
3661
36621990-12-31 Richard Stallman (rms at mole.ai.mit.edu)
3663
3664 * refcard.tex: Use cm fonts, not am, in multi-column mode.
3665
36661990-11-29 Richard Stallman (rms at mole.ai.mit.edu)
3667
3668 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
3669
36701990-11-27 Richard Stallman (rms at mole.ai.mit.edu)
3671
3672 * Makefile (install*): No need to install wakeup.
3673
36741990-11-26 Richard Stallman (rms at mole.ai.mit.edu)
3675
3676 * Makefile (install*): Install emacsclient like etags.
3677
36781990-11-13 Richard Stallman (rms at mole.ai.mit.edu)
3679
3680 * movemail.c (error): Handle 3 args.
3681 (main): Don't check input access if using pop.
3682
36831990-10-16 Richard Stallman (rms at mole.ai.mit.edu)
3684
3685 * etags.c (find_entries): Check for numbers after Scheme suffix.
3686
36871990-10-14 Richard Stallman (rms at mole.ai.mit.edu)
3688
3689 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
3690
36911990-10-09 Richard Stallman (rms at mole.ai.mit.edu)
3692
3693 * Makefile (nemacstool, xvetool): New targets.
3694
36951990-09-26 Richard Stallman (rms at mole.ai.mit.edu)
3696
3697 * emacsclient.c: Include errno.h and define related variables.
3698
36991990-09-23 Richard Stallman (rms at mole.ai.mit.edu)
3700
3701 * emacsclient.c: Change usage message.
3702
37031990-08-30 David Lawrence (tale at pogo.ai.mit.edu)
3704
3705 * emacs.1: Add break before -nw option.
3706
37071990-08-19 David J. MacKenzie (djm at apple-gunkies)
3708
3709 * qsort.c: Replace with GNU version.
3710
37111990-08-14 David J. MacKenzie (djm at apple-gunkies)
3712
3713 * wakeup.c: New program replacing loadst.c.
3714
37151990-08-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3716
3717 * emacsclient.c [USG]: Pass msgsnd only 4 args.
3718
37191990-08-09 David J. MacKenzie (djm at pogo.ai.mit.edu)
3720
3721 * etags.c: Rename `flag' variables for what they do instead of
3722 which option character sets them.
3723
37241990-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3725
3726 * loadst.c (main): Conditional to get load average on Apollo.
3727
37281990-05-22 Joseph Arceneaux (jla at churchy.ai.mit.edu)
3729
3730 * emacsserver.c: Set the permission on the socket to 0600.
3731
37321990-03-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3733
3734 * emacsclient.c [BSD]: Print clean message for failing getwd.
3735
37361990-03-20 David Lawrence (tale at pogo.ai.mit.edu)
3737
3738 * getdate.y: Use the getdate.y from GNU tar for timer.
3739
37401990-03-18 Jim Kingdon (kingdon at pogo.ai.mit.edu)
3741
3742 * emacsclient.c (main): Don't put brackets around "filename" in
3743 usage message. It isn't optional.
3744
37451990-03-14 Joseph Arceneaux (jla at churchy.ai.mit.edu)
3746
3747 * etags.c (getit): Recognize '$' as beginning identifiers.
3748
37491990-02-22 David Lawrence (tale at pogo.ai.mit.edu)
3750
3751 * emacsserver.c: Renamed from server.c.
3752 * Makefile: Reference emacsserver rather than server.
3753 * MACHINES: Doc fix for new emacsserver name.
3754
37551990-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3756
3757 * emacsclient.c: Print program name in error messages.
3758
37591990-01-19 David Lawrence (tale at cocoa-puffs)
3760
3761 * timer.c, getdate.y (new files) and Makefile:
3762 Sub-process support for run-at-time in timer.el.
1c478461 3763 Doesn't yet work correctly for USG.
362bc2da
DL
3764
37651990-01-10 Jim Kingdon (kingdon at pogo)
3766
3767 * MACHINES: Add HP 300 running BSD.
3768
37691990-01-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3770
3771 * yow.c: Dynamically allocate buffer; skip header before random
3772 choice to avoid bias toward first item.
3773
37741989-12-24 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3775
3776 * etags.c (readline): Separate out init of `pend'.
3777
37781989-12-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3779
3780 * etags.c: Undo changes relating to isgoodhdr.
3781
37821989-12-16 Mosur Mohan (rms at sugar-bombs.ai.mit.edu)
3783
3784 * etags.c (isgoodhdr): New macro.
3785 (_gdh, notgdh): New variable used by that.
3786 (init): Initialize _gdh.
3787 (find_entries): Set header_file.
3788 (consider_token): Use isgoodhdr if in header file.
3789
3790 * etags.c (total_size_of_entries):
3791 Was miscalculating by 1 in rewritten case.
3792
3793 * etags.c (PAS_funcs): One arg to pfnote was missing.
3794
37951989-12-05 Joseph Arceneaux (jla at spiff)
3796
3797 * MACHINES: Change for the ULTRIX entry.
3798
37991989-11-21 Joseph Arceneaux (jla at spiff)
3800
3801 * etags.c (process_file): If file is not regular, return.
3802
38031989-11-06 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3804
3805 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
3806
38071989-10-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3808
3809 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
3810 (main): If HAVE_GETLOADAVG, don't call `nlist'.
3811
38121989-10-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3813
3814 * etags.c (consider_token): Allow any number of typespec keywords
3815 after `typedef', before new type name.
3816 (enum sym_type): Add st_C_typespec.
3817 (C_create_stab): Put typespec kwds in table.
3818
38191989-08-27 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3820
3821 * etags.c (main): Don't depend on name invoked by.
3822 If CTAGS is not defined, assume it is ETAGS.
3823
38241989-07-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3825
3826 * etags.c (L_funcs): Allow package name in define construct,
3827 as in (foo::defmumble name-defined ...).
3828
38291989-07-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3830
3831 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
3832
3833 * Makefile (yow): Depends on ../src/paths.h.
3834
38351989-07-04 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3836
3837 * etags.c: Fix compilation by moving Pascal after Fortran.
3838
38391989-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3840
3841 * movemail.c [USG]: Define F_OK, etc., if not found in header.
3842
38431989-05-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3844
3845 * hexl.c: New file, supports hexl-mode.
3846
38471989-05-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3848
3849 * movemail.c: New compilation flag MAIL_USE_MMDF.
3850
38511989-05-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3852
3853 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
3854 * server.c: Likewise.
3855
3856 * make-docfile.c (scan_c_file): Output argument names at end of string.
3857 (write_c_args): New subroutine.
3858
38591989-04-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3860
3861 * movemail.c: Report failure of flock.
3862
38631989-04-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3864
3865 * etags.c (find_entries): Allow multi-letter extensions for fortran.
3866
38671989-04-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3868
3869 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
3870
38711989-03-15 Jeff Peck (rms at sugar-bombs.ai.mit.edu)
3872
3873 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
3874
3875 * emacsstool.1: update to document environment variables.
3876
38771989-02-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3878
3879 * etags.c (PAS_funcs): New function by Mosur Mohan.
3880
3881 * movemail.c: On sysv, include unistd.h.
3882
38831989-02-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3884
3885 * b2m.c: New file.
3886
38871989-02-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3888
3889 * etags.c: Prolog support from Sunichirou Sugou
3890
38911989-02-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3892
3893 * Makefile (clean): New target.
3894
38951989-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3896
3897 * fakemail.c (put_line): Break header lines at 79 cols.
3898
38991989-01-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3900
3901 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
3902 multiple tags per line.
3903
39041989-01-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3905
3906 * movemail.c: Check access before doing real work.
3907 Check that outfile is in a writable directory.
3908 On fatal error, delete the lock file.
3909
39101988-12-31 Richard Mlynarik (mly at rice-chex.ai.mit.edu)
3911
3912 * env.c: Add decl for my-index
3913 * etags.c (file-entries): .oak => scheme
3914
39151988-12-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3916
3917 * movemail.c: Use `access' to check input and output files.
3918
39191988-12-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3920
3921 * emacsclient.c (main): Ignore all of CWD before first slash.
3922
39231988-12-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3924
3925 * etags.c (readline): Double linebuffer->size outside the xrealloc.
3926
39271988-12-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3928
3929 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
3930 * server.c: chmod the socket to 0700.
3931
39321988-12-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3933
3934 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
3935 (add_field): Delete comments and turn `<', `>' to spaces
3936 in header lines.
3937 (USE_FAKEMAIL): New customization macro says to make fakemail
3938 not be a no-op even on a BSD system.
3939
39401988-12-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3941
3942 * etags.c (consider_token): Skip comments just like whitespace.
3943 Notice `struct', etc. and set strtag for those tokens.
3944 Return 1 for the token following `struct' if an open-brace follows it.
3945 (C_entries): Special handling of token following `struct'
3946 needed because we have probably advanced to the following line
3947 to find the `{'.
3948 (main): New option `T' sets tflag and strflag.
3949 Set both of them by default if eflags.
3950
39511988-11-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3952
3953 * movemail.c: Do fsync before closing output.
3954
39551988-11-29 Richard Mlynarik (mly at pickled-brain.ai.mit.edu)
3956
3957 * movemail.c: Better error message when can't create tempname.
3958 This file needs a great deal of extra error-checking and lucid reporting...
3959
39601988-11-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3961
3962 * etags.c: Support assembler code for .s and .a files.
3963 (getit): Allow underscore in a tag.
3964
39651988-11-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3966
3967 * movemail.c: Close output and check errors before deleting input.
3968
39691988-10-01 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3970
3971 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
3972 whether to prefix it. Handle line number args.
3973
39741988-09-24 Richard Stallman (rms at gluteus.ai.mit.edu)
3975
3976 * etags.c (main): default setting of eflag was backwards.
3977
39781988-09-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3979
3980 * etags.c: New option -i. -f renamed -o.
3981 `-' as input file means read input file names from stdin.
3982 -i spec'd or input file named TAGS means the input file is another
3983 tag table; output an "include" line for it.
3984
39851988-09-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3986
3987 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
3988 New targets install, install.sysv, install.xenix.
3989 This makefile is now responsible for installing executables
3990 and documentation from this directory into system directories.
3991
39921988-09-16 Richard Stallman (rms at corn-chex.ai.mit.edu)
3993
3994 * server.c, emacsclient.c (main): Compute socket name from euid.
3995
39961988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3997
3998 * emacsclient.c: Args like +DIGITS are passed through unchanged.
3999
40001988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4001
4002 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4003 * emacsclient.c: Likewise.
4004 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4005
40061988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4007
4008 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4009 (istoken) New string-comparison macro.
4010 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4011
40121988-06-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4013
4014 * etags.c: Changes for VMS.
4015 Always define ETAGS on VMS.
4016 Define macros GOOD and BAD for success and failure exit codes.
4017 (begtk, intk): Allow `$' in identifiers
4018 (main): Don't support -B, -F or -u on VMS.
4019 Alternate loop for scanning filename arguments.
4020 (system): Delete definition of this function.
4021
4022 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4023
40241988-06-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4025
4026 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4027 around include of param.h. (Like fns.c.)
4028
40291988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4030
4031 * loadst.c (load_average): Move load-average code to this new fn.
4032 Add conditionals to compute load ave on UMAX.
4033
40341988-05-14 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4035
4036 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4037 with opposite sense.
4038
40391988-05-13 Chris Hanson (cph at kleph)
4040
4041 * emacsclient.c: Delete references to unused variable `out'. This
4042 caused a bus error when used under hp-ux.
4043
40441988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4045
4046 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4047
40481988-05-04 Richard Stallman (rms at rice-krispies.ai.mit.edu)
4049
4050 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4051
40521988-04-29 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4053
4054 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4055
40561988-04-28 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4057
4058 * movemail.c: #undef close, since config can #define it on V.3.
4059 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4060
40611988-04-26 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4062
4063 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4064 invalid escape sequences such as `\{'.
4065
4066 * loadst.c: Add `sequent' conditional for file dk.h.
4067
40681988-03-20 Richard M. Stallman (rms at wilson)
4069
4070 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4071
4072 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.