*** empty log message ***
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
5f1aea9a
GM
12000-06-06 Gerd Moellmann <gerd@gnu.org>
2
3 * ebrowse.c (ymalloc): Renamed from xmalloc.
4 (yrealloc): Renamed from xrealloc.
5
5bf244f1
DL
62000-05-21 Dave Love <fx@gnu.org>
7
8 * movemail.c: Include config.h, not ../src/config.h.
9 (Errmsg): Bump length.
10
11 * pop.c (ERROR_MAX): Increase to 160.
12
ec82fb2f
GM
132000-05-04 Gerd Moellmann <gerd@gnu.org>
14
15 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
16
5c922ea7
EZ
172000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
18
19 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
20 to semi-colon.
21 (FILENAME_EQ): New macro, for comparing file names.
22 (add_member_decl, add_global_decl, add_member_defn): Use
23 FILENAME_EQ.
24 (process_file): Don't assume that fread always reads as many bytes
25 as it was told to (DOS-style CR-LF text files fail this logic).
26 (open_file): Allocate enough space for path->path plus the file
27 name and the slash.
28
6142fdcb 292000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
30
31 * etags.c (Texinfo_functions): New function.
32 (lang_names): Install it.
33 (Texinfo_suffixes): New variable.
34
cb9215e4
GM
352000-04-19 Gerd Moellmann <gerd@gnu.org>
36
37 * ebrowse.c (xmalloc, xrealloc): Rewritten.
38 (declaration): Remove parameter IS_EXTERN.
39 (class_definition): Remove unused variable.
40
be0dbdab
GM
412000-04-09 Gerd Moellmann <gerd@gnu.org>
42
43 * Makefile.in (INSTALLABLES): Add ebrowse.
44 (ebrowse): New target.
45
46 * ebrowse.c: New file.
47
c5aa0fc2
AS
482000-03-29 Andreas Schwab <schwab@suse.de>
49
50 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
51
d054101f
GM
522000-03-02 Gerd Moellmann <gerd@gnu.org>
53
54 * etags.c (lisp_suffixes) Add `LSP'.
55
71cbb895
FP
562000-02-10 Francesco Potorti` <pot@gnu.org>
57
58 * etags.c (iswhite): Redefined not to consider '\0' as white
59 space, and use it throughout in place of isspace, thus preventing a
60 potential signed char to int conversion problem.
61 (MSDOS): #undefine befere redefining
62
632000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
64
65 * etags.c (many functions): Add prototypes.
66
97fa0cc8
DL
672000-02-10 Dave Love <fx@gnu.org>
68
69 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
70 (erlang_func): Add `static' to definitions to keep pcc happy.
71
e4100b7f
FP
722000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
73
74 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
75 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
76 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
77 (getenv, getcwd): Only declare them if necessary.
78 (EMACS_NAME): New constant macro.
79 (print_version): Use it.
80 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 81
19e262bd 822000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
83
84 * etags.c [WINDOWSNT]: #include <direct.h>
85
19e262bd 862000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 87
19e262bd
FP
88 * etags.c (all functions): Made them static.
89 (all functions): Write prototypes.
e4100b7f 90
55e30d2a
RS
912000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
92
93 * movemail.c (main): Improve error message if can't create lock file.
94
875c1439
GM
952000-01-28 Eric Hanchrow <offby1@blarg.net>
96
97 * emacsclient.c (socket_status): New function.
98 (main): if $LOGNAME or $USER exist and differ from our euid, look
99 for a socket based on the UID associated with the name.
100
e4936aa9
GM
1012000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
102
103 * emacsclient.c: Add option -a EDITOR and environment variable
104 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
105
791a9087
GM
1061999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
107
108 * movemail.c (popmail): Allow mailbox specifications of the
109 form `po:username:hostname'.
110
e2081362
FP
1111999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
112
113 * etags.c (_GNU_SOURCE): Define only if undefined.
114 (get_scheme): Declaration deleted.
115 (main): error was called with an integer as second arg, instead of
116 a char pointer.
117 (canonicalize_filename): Bug removed.
118
1191999-11-18 Dave Love <d.love@dl.ac.uk>
120
121 * etags.c (C_entries): Rename label `intoken', avoiding K&R
122 lossage from name clash with macro.
123
b05d3bee
GM
1241999-11-13 Gerd Moellmann <gerd@gnu.org>
125
126 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
127
cb3a6c48
GM
1281999-11-03 Gerd Moellmann <gerd@gnu.org>
129
130 * etags.c (print_help): Change email address to send bugs to.
131
1c478461
FP
1321999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
133
134 * etags.c: Add suffix psw for PSWrap.
135 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
136 (Postscript_functions): Add code for PSWrap.
137 (Scheme_functions): Use local pointer and new get_tag function.
138 (get_tag): New name for old get_scheme.
139 (process_file): Do not free NULL when file does not exist.
140 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
141 (C_entries): Modifications that make --members tag even inside
142 typedefs and C nested structs (one level only).
143 (consider_token): Corrected a bug which prevented tagging of enum
144 constants.
145 (C_stab_entry): Added if, for, while, switch, return as
146 st_C_ignore. This makes it simpler to work when cblev!=0.
147
148 * etags.c (C_entries): tag member function declarations when
149 --declarations is used.
150
151 * etags.c (C_entries, consider_token): C++ `operator' now is
152 tagged in most cases.
153 As before, :: is not recognised if surrounded by spaces.
154
155 * etags.c (relative_filename): Account for DOS file names such
156 that is impossible to make one relative to another.
157
158 * etags.c (sym_type): New st_C_extern tag.
159 (gperf input): Use it for spotting external declarations.
160 (print_help): Document the new behaviour of --declarations.
161 (fvextern): New global variable.
162 (consider_token, C_entries): Use it.
163
164 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
165 (etags_getcwd): Remove test for WINDOWSNT.
166
167 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
168 foo.cgz, foo.cz, etc.
169
170 * etags.c (declarations): New global switch.
171 (longopts): Describe it.
172 (print_help): Document it.
173 (C_entries): Use it.
174 (process_file): Don't process a file twice.
175
176 * etags.c (Fortran_functions): No tags for "procedure".
177
1781999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
179
180 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
181 non-zero, returns a pointer to where the extension begins; callers
182 changed.
183 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
184 were foo.c.gz.
185
1861999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
187
188 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
189 (fvdev): New constant foperator.
190 (consider_token): Use it to get "operator" in C++.
191 (C_entries): Extend length of operator@ function name.
192 (C_entries): Use foperator when necessary.
193
194 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
195
196 * etags.c (compressor): New struct for compressed files.
197 (get_compressor_from_suffix): New function.
198 (get_language_from_suffix): Use it. Also, semantics changed.
199 (process_file): Consider compressed files, close file.
200 (find_entries): Use different call arg for get_language_from_suffix,
201 don't close file.
202
203 * etags.c (main): Call free_tree.
204 (find_entries): Do not free curfile.
205 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
206 (prolog_pred, erlang_func, substitute): Cast strlen to int when
207 comparing.
208 (canonicalize_filename): Shut up compiler warning.
209 (Perl_functions): Make tag significant.
210
2111999-11-01 Dave Love <d.love@dl.ac.uk>
212
213 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
214 (argument_type): New member at_icregexp.
215 (lc_trans): New global.
216 (main): Fill lc_trans. Process -c args.
217 (add_regex): New arg determining whether to use translation table.
218 (analyse_regex): New arg. Use it for add_regex.
219
2201999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
221
222 * etags.c (init): Cosmetic change: NULL --> '\0'.
223 (erlang_attribute): Bug corrected (uninitialized variable).
224 (filename_is_absolute): New function replaces absolutefn macro and
225 corrects a bug. All callers changed.
226 (canonicalize_filename): New function.
227 (process_file, etags_getcwd, absolute_dirname): Use it.
228 (relative_filename, absolute_filename): Removed var shadowing.
229 (C_entries, Pascal_functions): Add fake initializations to keep
230 compilers quiet.
231 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
232
233 * etags.c (xrnew): New macro. All callers of xrealloc changed.
234 (language): New typedef (was struct lang_entry).
235 (curlang): New global variable.
236 (node): typedef renamed from NODE.
237 (linebuffer): New typedef (was struct linebuffer).
238 (pattern): New typedef (was struct pattern). Some members added.
239 Now used as element of a linked list.
240 (patterns, num_patterns): Global variables deleted.
241 (p_head): New global variable.
242 (forced_lang): New global variable (replaces lang_func).
243 (get_language_from_name, get_language_from_interpreter,
244 get_language_from_suffix): Semantics changed. All callers changed.
245 (last_node): New global variable.
246 (free_tree, add_node, put_entries, total_size_of_entries): Change
247 name of local vars to avoid clashes with typedef node.
248 (number_len): Rewritten for elegance.
249 (token): New typedef replaces TOKEN.
250 (analyse_regex, add_regex): Rewritten for new functionality.
251 (free_patterns): New function called from main and add_regex.
252 (initbuffer, readline_internal, readline, grow_linebuffer):
253 Change name of local vars to avoid clashes with typedef
254 linebuffer.
255 (readline): Rewritten for new functionality.
256
257 * etags.c: (Scheme_suffixes): New suffix ".ss".
258 (print_help): --globals is now used for more than C-type languages.
259 (Perl_functions): Tag global variables ("my" and "local").
260
261 * etags.c (print_help): Some messages clarified.
262 (LOOP_ON_INPUT_LINES): New macro.
263 (just_read_file, Fortran_functions, Asm_labels, Perl_functions,
264 Python_functions, Cobol_paragraphs, Pascal_functions,
265 Lisp_functions, Postscript_functions, Scheme_functions,
266 TeX_functions, Prolog_functions, Erlang_functions): Use it.
267 (Cobol_paragraphs, Postscript_functions, TeX_functions,
268 Prolog_functions, Erlang_functions): Use a local variable instead
269 of the global variable dbp.
270 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
271 standard indentation.
272
273 * etags.c (Python_suffixes, lang_names, Python_functions): Python
274 support.
275 (skip_spaces, skip_non_spaces): Utility functions.
276 (find_entries, takeprec, getit, Fortran_functions, Perl_functions,
277 Python_functions, L_getit, Lisp_functions, Scheme_functions,
278 prolog_pred, erlanf_func, erlang_attribute): Use them.
279 (eat_white): Deleted.
280
281 * etags.c (CHAR, init): Keep into account non US-ASCII
282 characters and compilers with default signed chars.
283 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
284 constructs.
285
286 * (C_stab_entry): "interface" in Java behaves like "class".
287
288 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
289 (main): Put interval syntax here.
290 (add_regex): And remove it from here.
291
292 * etags.c (suggest_asking_for_help): Provide a
293 meaningful help message with and without LONG_OPTIONS.
294
295 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
296 <stdlib.h, string.h>: Don't test MSDOS when including them.
297 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
298 (put_entries): Correctly use %ld instead of %d in printf.
299
300 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
301 declare getcwd if HAVE_GETCWD.
302 (consider_token): Dead break instruction removed.
303
4ee9629e
PE
3041999-10-19 Paul Eggert <eggert@twinsun.com>
305
306 Add support for large files. Merge glibc 2.1.2.
1c478461 307
4ee9629e
PE
308 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
309 movemail.c, pop.c:
310 Do not include <stdlib.h>, as <config.h> does this now.
311
312 * b2m.c, emacsserver.c, etags.c, profile.c:
313 Include <config.h> before any system include files.
1c478461 314
4ee9629e
PE
315 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
316 test-distrib.c:
317 (read, write, open, close): Do not undef.
318
319 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
320 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
321
322 * getopt.h: Adopt glibc 2.1.2.
1c478461 323
93c8d183
DL
3241999-10-15 Dave Love <fx@gnu.org>
325
326 * Makefile.in (pop.o): Depend on config.h.
327
b358f91c
GM
3281999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
329
330 * pop.c: Use "pop3" as the POP service name on all platforms,
331 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
332 has been the standard service name since RFC 1340 was published in
333 July 1992, so I think it's safe to start using it by default.
334
362bc2da
DL
3351999-09-27 Dave Love <fx@gnu.org>
336
337 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
338
74e4cb59
PR
3391999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
340
341 * make-docfile.c (scan_lisp_file): Fix previous changes;
342 swallow CRLF like just CR or just LF.
343
362bc2da
DL
3441999-09-03 Richard Stallman <rms@gnu.org>
345
346 * make-docfile.c: Include config.h not ../src/config.h.
347 (main, fopen, chdir): Add #undef.
348 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
349 (scan_lisp_file): Handle \r like \n.
350
3511999-08-30 Andreas Schwab <schwab@gnu.org>
352
353 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
354
355 * emacsserver.c: Include <stdlib.h> if available. Don't declare
356 errno if it's a macro.
357
358 * test-distrib.c: Include <unistd.h> if available.
359
3601999-08-29 Richard Stallman <rms@gnu.org>
361
362 * emacsclient.c (print_help_and_exit): Mention --version.
363
3641999-08-25 Richard M. Stallman <rms@gnu.org>
365
366 * emacsclient.c (decode_options): Update version output.
367 (print_help_and_exit): Update bug report address.
368
3691999-08-13 Richard M. Stallman <rms@gnu.org>
370
371 * emacsclient.c (main): Move the dynamic allocation of
372 system_name outside of the SERVER_HOME_DIR conditional.
373 * emacsserver.c (main): Likewise.
374
3751999-08-10 Gerd Moellmann <gerd@gnu.org>
376
377 * grep-changelog: New.
378 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
379
3801999-07-12 Richard Stallman <rms@gnu.org>
381
382 * Version 20.4 released.
383
3841999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
385
1c478461 386 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
387
3881999-06-23 Dave Love <fx@gnu.org>
389
390 * etags.c (erlang_attribute): Fix undefined variable usage (after
391 Potorti).
392
3931999-05-2 Andrew Innes <andrewi@gnu.org>
394
395 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
396 mapped to _chsize.
397
3981999-04-29 Richard M. Stallman <rms@gnu.org>
399
400 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
401
4021999-03-30 Dave Love <fx@gnu.org>
403
404 * sorted-doc.c (main): Split up tables. Modify the preamble
405 somewhat.
406
4071999-03-05 Geoff Voelker <voelker@cs.washington.edu>
408
409 * makefile.nt: Remove common multiple file compilation commands.
410
4111999-02-26 Richard Stallman <rms@gnu.org>
412
413 * Version 20.4 released.
414
415 * Makefile.in (yow): Depend on epaths.h, not paths.h.
416
417 * yow.c: Refer to epaths.h.
418
4191999-02-22 Simon Josefsson <jas@pdc.kth.se>
420
421 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
422
4231999-01-27 Andrew Innes <andrewi@gnu.org>
424
425 * makefile.nt: Do make version comparison as strings.
426
4271999-01-25 Richard Stallman <rms@gnu.org>
428
429 * emacsclient.c (xmalloc): Fix previous change.
430
4311999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
432
433 * emacsclient.c (xmalloc): Declare to return long.
434
4351999-01-22 Geoff Voelker <voelker@cs.washington.edu>
436
437 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
438 the case of the drive letter.
439
4401999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
441
442 * emacsserver.c (main): Eliminate arbitrary limit on
443 length of system_name.
444
445 * emacsclient.c (main): Eliminate arbitrary limit on
446 length of system_name.
447 (xmalloc): Define unconditionally.
448
4491999-01-12 Darrin B. Jewell <jewell@mit.edu>
450
451 * etags.c (relative_filename): Stop backward search at beginning
452 of string, since non-Unix systems can have absolute paths with no
453 initial slash.
454
4551998-12-08 Geoff Voelker <voelker@cs.washington.edu>
456
457 * makefile.nt: Do string comparision of _NMAKE_VER.
458
4591998-11-03 Theodore Jump <tjump@cais.com>
460
461 * makefile.nt: Compile multiple source files when possible.
462
4631998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
464
465 * Makefile.in: Replace tabs with spaces
466 when they might confuse some Make versions.
467
4681998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
469
470 * emacsclient.c (main): Null-terminate system_name.
471
472 * emacsserver.c (main): Null-terminate system_name.
473
4741998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
475
476 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
477 an error message from POP, mention that it's from POP, to
478 distinguish it from local error messages.
479
4801998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
481
482 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
483 order of messages downloaded from a POP server (e.g., if the
484 server stores messages in mailboxes in reverse order).
485
4861998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
487
488 * Version 20.3 released.
489
4901998-08-11 Paul Eggert <eggert@twinsun.com>
491
492 * rcs2log: Update copyright date and bug report address.
493 (initialize_fullname): Prefer getent if available.
494
4951998-07-30 Paul Eggert <eggert@twinsun.com>
496
497 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
498 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 499
362bc2da
DL
5001998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
501
502 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
503
5041998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
505
506 * Makefile.in: Properly terminate a comment.
507
5081998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
509
510 * movemail.c (sys_wait): Rename to wait.
511
512 * ntlib.h: Undefine _WINSOCKAPI_.
513
514 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
515
5161998-05-30 Geoff Voelker <voelker@cs.washington.edu>
517
518 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
519
5201998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
521
522 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
523 all file i/o to be in binary mode. Include ntlib.h.
524
5251998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
526
527 * make-docfile.c: Include <unistd.h> for chdir.
528
5291998-04-25 Richard Stallman <rms@psilocin.gnu.org>
530
531 * etags.c (TEX_decode_env): Don't free the value getenv returns.
532
5331998-04-17 Geoff Voelker <voelker@cs.washington.edu>
534
535 * makefile.nt (obj): Update with new files in src.
536 (clean): Delete patch scratch files, optimized compilation dir.
537
5381998-04-08 Dave Love <fx@gnu.org>
539
540 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
541 Irix6, at least.
542
5431998-04-06 Andreas Schwab <schwab@gnu.org>
544
545 Silence -Wimplicit:
546 * movemail.c: Move cancelations up. Include <stdlib.h> if
547 available.
548 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
549 (parse_header): Explicitly declare return type.
550 * emacsserver.c: Include <unistd.h> if available.
551 (main, handle_signals, perror_1, fatal_error): Explicitly declare
552 return types. Add forward declarations.
553 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
554 Don't declare geteuid.
555 (print_help_and_exit): Change return type to void. Forward
556 declare it.
557 * b2m.c: Include <stdlib.h> if available.
558 (main): Explicitly declare return type.
559
5601998-04-03 Richard Stallman <rms@delysid.gnu.org>
561
562 * etags.c (put_entries): Use %ld.
563
564 * b2m.c (fatal): Declare the arg.
565
5661998-04-03 Richard Stallman <rms@psilocin.gnu.org>
567
568 * etags.c (put_entries): Use %ld.
569
570 * b2m.c (fatal): Declare the arg.
571
5721998-03-26 Richard Stallman <rms@psilocin.gnu.org>
573
574 * pop.c (pop_getline): Renamed from getline.
575
5761998-03-05 Richard Stallman <rms@psilocin.gnu.org>
577
578 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
579 for the utilities.
580
5811998-01-23 Dave Love <d.love@dl.ac.uk>
582
583 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
584 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
585 Always make named tags.
586 (Fortran_functions): Grok BLOCK DATA.
587
5881998-01-23 Andreas Schwab <schwab@gnu.org>
589
590 * movemail.c (main): Fix interwoven brace and cpp conditional
591 nesting.
592
5931997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
594
595 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
596 server to contain embedded nulls.
597
5981997-12-03 Paul Eggert <eggert@delysid.gnu.org>
599
600 * movemail.c:
601 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
602 '>' any lines starting with "From " read from the POP server, but
603 leave the code in place, wrapped in #ifdef
604 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
605 because it turns out that something is depending on it. Change
606 suggested by Paul Eggert <eggert@twinsun.com>.
607 Convert the character \037 (^_) at the beginning of a line into
608 the character '^' followed by the character '_', because otherwise
609 Emacs can't parse the resulting file as a valid BABYL file.
610 Change suggested by Paul Eggert <eggert@twinsun.com>.
611
6121997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
613
614 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
615 server to contain embedded nulls.
616
6171997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 618
362bc2da
DL
619 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
620 quotes with a '>' any lines starting with "From " read from the
621 POP server, but leave the code in place, wrapped in #ifdef
622 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
623 because it turns out that something is depending on it. Change
624 suggested by Paul Eggert <eggert@twinsun.com>.
625
626 Convert the character \037 (^_) at the beginning of a line into
627 the character '^' followed by the character '_', because otherwise
628 Emacs can't parse the resulting file as a valid BABYL file.
629 Change suggested by Paul Eggert <eggert@twinsun.com>.
630
6311997-11-22 Richard Stallman <rms@gnu.org>
632
633 * b2m.c: Include getopt.h.
634 (main): Use getopt_long to handle --version and --help.
635
636 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
637
6381997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
639
640 * pop.c (fullwrite): Get rid of an extra call to write. Problem
641 pointed out by Chiaki Ishikawa.
642
6431997-10-16 Dave Love <d.love@dl.ac.uk>
644
645 * etags.c (L_getit): Always make named tags so that Emacs
646 completion on symbols containing `:' etc. works.
647 (get_scheme): Likewise.
648
6491997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
650
651 * pop.c: Use system header files instead of declaring C-library
652 functions explicitly.
653
6541997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
655
656 * Version 20.2 released.
657
6581997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
659
660 * Version 20.1 released.
661
6621997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
663
664 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
665
666 * ntlib.c (getpid): Delete function.
667
6681997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
669
670 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
671
6721997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
673
674 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
675 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
676
6771997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
678
679 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
680
6811997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
682
683 * profile.c (get_time): Cast arg to fprintf.
684
685 * hexl.c (main): Use %08lx instead of %08x in printf because the
686 variable named addresses is long.
687
6881997-08-08 Geoff Voelker <voelker@cs.washington.edu>
689
690 * makefile.nt (lisp): Update paths to lisp files that have moved.
691
6921997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
693
694 * makefile.nt (ctags.obj): New target.
695 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
696
697 * ntlib.h: Add includes.
698 Undo definitions of crt routines from config.h.
699
7001997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
701
702 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
703
7041997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
705
706 * pop.c: Support auto-configuration of both Kerberos V4 and
707 Kerberos V5 for movemail, including detection of V4 and V5 header
708 files and libraries.
709 Include <string.h> when STDC_HEADERS is defined, to get
710 declarations of string functions.
711 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
712 V5 API rather than the old one.
713 [KERBEROS] (socket_connection): Change a constant name from
714 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
715 with a constant in a header file.
716
717 * Makefile.in: Support auto-configuration of both Kerberos V4 and
718 Kerberos V5 for movemail, including detection of V4 and V5 header
719 files and libraries.
720
7211997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
722
723 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
724
725 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 726
362bc2da
DL
7271997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
728
729 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
730
7311997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
732
733 * movemail.c (rindex): Add declaration.
734
735Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
736
737 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
738 (movemail.exe): Depend upon and link with getopt files.
739 (obj): Include new source files.
740 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
741 (lisp): Include new and reorganized elisp files.
742
7431997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
744
745 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
746
7471997-06-25 Paul Eggert <eggert@twinsun.com>
748
749 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
750
7511997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
752
753 * b2m.c (readline): Terminate buffer properly when EOF seen.
754 Test for valid pointer before dereferencing it.
755
7561997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
757
758 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
759 defined inside etags.c if HAVE_CONFIG_H is defined.
760
7611997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
762
763 * etags.c: (logical): Type name changed to bool.
764 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
765 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
766 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
767 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
768 (longopts): New long options without short counterpart are
769 globals, members, no-globals, no-members. Regexp options are now
770 defined conditionally to ETAGS_REGEXPS.
771 (print_help): Updated.
772
7731997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
774
775 * etags.c (C_entries): Use "." instead of "::" for Java.
776 (consider_token): is_func renamed to is_func_or_var.
777 (C_entries): is_func renamed to funorvar.
778 (C_entries): Initialise tok.named.
779 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
780 get rid of "import", "package" and "friend".
781 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 782 users changed.
362bc2da
DL
783 (C_entries): Make separate tags for variables separated by comma.
784 (globals, members): New flags.
785 (main, C_entries): Use them.
786 (make_C_tag, C_entries): Make tok a global variable.
1c478461 787
362bc2da
DL
7881997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
789
790 * etags.c (funcdef): New vignore constant.
791 (consider_token, C_entries): Use it to tag global variables.
792 (print_help): Update for global variables.
793 (consider_token, C_entries): Set the len member of token_name.
794 (prolog_pred): Cleanup according to GNU coding standards.
795 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
796 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
797
7981997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
799
800 * etags.c (CHARS, CHAR): New constant and macro.
801 (iswhite, begtoken, intoken, endtoken): Use them.
802 (notinname, _nin, nonam): New macro, array, string.
803 (init): Cleanup and init _nin.
804 (new_pfnote): New function.
805 (make_C_tag) [traditional_tag_style]: Use it.
806 (traditional_tag_style): Costant set to TRUE for now.
807
8081997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
809
810 * etags.c (C_entries, Pascal_functions): Cleanup.
811 (TeX_functions): NULL as a function arg needs a cast.
812 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
813
8141997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
815
816 * etags.c (TeX_functions): Cleaned up.
817 (tex_getit): Removed.
818
8191997-05-13 Paul Eggert <eggert@twinsun.com>
820
821 * rcs2log (files): When computing arguments automatically, ignore
822 non-files within the RCS subdirectory.
823
8241997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
825
826 * etags.c (C_JAVA): New #define.
827 (Cjava_suffixes): .java is Java.
828 (Cjava_entries): New function.
829 (lang_names): Add Java.
830 (sym_type): Add st_C_javastruct for Java.
831 (C_stab_entry): Add `extends' and `implements' keywords.
832 (consider_token, C_entries): Recognise Java structures.
833
8341997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
835
836 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
837 (Postscript_suffixes): .ps is Postscript.
838 (lang_names): Add Postscript.
839 (Postscript_functions): New function.
840 (TEX_decode_env): Close minor memory leak.
841 (just_read_file): Correct the char number of the tag.
842
8431997-05-11 Paul Eggert <eggert@twinsun.com>
844
845 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
846 Don't prepend $nl since this causes some shells to generate the
847 empty string when IFS is $nl.
848 (printlogline): Use SOH (octal code 1), not CR, since some
849 PC-based shells mishandle CR.
850 (initialize_fullname): Set NIS_PATH to the empty string before invoking
851 nismatch, in case it's set to some nonstandard value.
1c478461 852
362bc2da
DL
8531997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
854
855 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
856 read in separate blocks.
857
8581997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
859
860 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
861 (struct linebuffer): New member `len' is the length of the string.
862 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
863 Use it instead of strlen.
864 (TEX_getit): Declare and define unconditionally as static.
865 (TeX_functions): Use if instead of #if TeX_named_tokens.
866 (add_regex): Set RE_INTERVALS flag for regex compilation.
867 (substitute): Code cleanup.
868 (readline_internal): Code cleanup, set new member `len'.
869 (readline): Bug corrected.
870
8711997-04-23 Geoff Voelker <voelker@cs.washington.edu>
872
873 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
874 (obj): Change references of nt*.c files to w32*.c files.
875
8761997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
877
878 * etags.c (xnew): Add support for debugging with chkmalloc.
879 (error): Use this instead of printf whenever possible.
880 (main): Only call xnew after having initialised progname.
881 (substitute): Bad memory corruption error corrected.
882
8831997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
884
885 * etags.c (add_regex): Undo previous change.
886 (relative_filename): Small memory leak closed.
887 (absolute_filename): Cleaned up the code, possibly closing a bug.
888 (absolute_dirname): Always return a newly allocated string.
1c478461 889
362bc2da
DL
8901997-03-21 Paul Eggert <eggert@twinsun.com>
891
892 * rcs2log (files): Ignore files in RCS directory whose names are
893 of the form ,*, or *_; they are probably RCS lock files.
894 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
895 they are used by rcsfreeze.
896
8971997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
898
899 * etags.c (add_regex): reset *putbuf before using it.
900
9011997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
902
903 * movemail.c (popmail): Remove some unnecessary function
904 declarations.
905 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
906 into pop_retr, there's no reason to pass in mbx_write, and the
907 file argument can be declared FILE * explicitly. This fixes a
908 compilation problem on systems with 64-bit pointers.
909
9101997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
911
912 * movemail.c: Delete duplicate inclusion of fcntl.h
913 and duplicate #undefs of open, read, write, close.
914
9151997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
916
917 * movemail.c (main): Do not display "[POP-password]" in the usage
918 message when movemail is compiled without POP support.
919 (main, popmail): Add the optional "-p" argument, which causes
920 movemail to leave mail in the inbox after copying it into the
921 output file.
1c478461 922
362bc2da
DL
923 * Makefile.in (movemail): Link with getopt.
924
9251997-01-20 Paul Eggert <eggert@twinsun.com>
926
927 * rcs2log: (--help, --version): New options, per GNU coding standards.
928 (Copyright, Help, Id): New variables, for above.
929 (rlog): Use -q option with cvs log, to avoid useless chatter.
930
931 Treat logs of "Initial revision" (RCS) or "file F was initially added
932 on branch B." (CVS) as if they said "New file.", for consistency with
933 change log entries.
934
9351997-01-01 Paul Eggert <eggert@twinsun.com>
936
937 * vcdiff (PATH): Add /usr/xpg4/bin,
938 where XPG4 SCCS hangs out in Solaris 2.5.
939 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
940
9411996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
942
943 * etags.c (streq, strneq): Use == NULL rather than !.
944
9451996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
946
947 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
948 (movemail): Use LIBMAIL, to link against -lmail.
949
950 * movemail.c: Include maillock.h (conditionally).
951 Remove a redundant inclusion of <stdio.h>.
952 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
953 (main): Add variable spool_name.
954 Support the usage of maillock and mailunlock to
955 lock and unlock mailboxes.
956 (mail_spool_name): New function.
957
958 * movemail.c: Fix an uninitialized variable which could cause
959 movemail to exit with an error status incorrectly on systems which
960 use lock files rather than a system locking function to lock
961 mailboxes.
962
9631996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
964
965 * pop.c (socket_connection): Free realhost after using it.
966
9671996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
968
969 * etags.c (C_entries): Test tok.valid. This handles some
970 particular cases involving function declarations that failed.
971
9721996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 973
362bc2da
DL
974 * pop.c (socket_connection):
975 gethostbyname may return a pointer to static data.
976 krb_realmofhost can clobber it. So copy it.
977
9781996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
979
980 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
981 must cast it to (char *) because we have no prototypes.
982 (make_C_tag): Macro deleted, new function.
983 (C_entries): Calls to make_C_tag macro changed to call function.
984
9851996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
986
987 * etags.c (grow_linebuffer): New function.
988 (GROW_LINEBUFFER): Macro deleted. All callers changed.
989 (make_tag): Macro renamed to make_C_tag. All callers changed.
990 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
991 (Prolog_functions): prolog_skip_comment was called with wrong
992 number of arguments.
993 (xrealloc): fatal was called with wrong number of arguments
994
9951996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
996
997 * etags.c (relative_filename): Bug corrected.
998 (etags_getcwd): Avoid warning of unused variable.
999 (C_entries, consider_token): Added support for enum labels.
1000
10011996-11-03 Paul Eggert <eggert@twinsun.com>
1002
1003 * rcs2log: When processing cvs log output, remove `Attic/' from
1004 repository file names.
1005
10061996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
1007
1008 * emacsserver.c: Fix 1996-09-02 change.
1009
10101996-10-12 Paul Eggert <eggert@twinsun.com>
1011
1012 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
1013 option', since CVS says 'invalid option'.
1014 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
1015 revisions, since some hosts reject 1970-01-01 when east of UTC.
1016 (date): Remove.
1017
10181996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1019
1020 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
1021
10221996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1023
1024 * etags.c (print_version): Print copyright info.
1025
1026 * etags.c (print_help): Print the bug reporting address.
1027 (main): Use return as the last instruction, instead of exit.
1028
1029 * etags.c (main): Don't open the tags file in cxref mode.
1030
10311996-09-29 Dave Love <d.love@dl.ac.uk>
1032
1033 * rcs2log (date): Make default format acceptable to CVS post v1.8
1034 as well as earlier CVSs and RCS.
1035
10361996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1037
1038 * movemail.c (main): If the lock call fails with EBUSY or
1039 EAGAIN, retry a few times.
1040
10411996-09-25 Paul Eggert <eggert@twinsun.com>
1042
1043 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
1044 whether to append -zLT.
1045
10461996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1047
1048 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
1049 * emacsclient.c, movemail.c: Likewise.
1050
10511996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1052
1053 * emacsclient.c (longopts): Change nowait to no-wait.
1054 (print_help_and_exit): Fix option name; upcase metavars.
1055
10561996-09-06 Erik Naggum <erik@naggum.no>
1057
1058 * emacsserver.c (main): Declare `fromlen' as size_t.
1059
10601996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
1063
10641996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1065
1066 * emacsclient.c (quote_file_name): Quote with &, not \.
1067 Quote `-' only at start of file name. Terminate the value string.
1068
1069 * emacsserver.c: Include signal.h properly;
1070 delete the duplicate includes for it.
1071
1072 * emacsserver.c: On fatal signal, delete socket-file:
1073 * emacsserver.c: Include signal.h.
1074 (xmalloc, fatal, error): New functions.
1075 (delete_socket, handle_signals): New functions.
1076 (progname, socket_name): New variables.
1077 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
1078
10791996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1080
1081 * emacsclient.c (quote_file_name): New function.
1082 (main, both versions): Use quote_file_name.
1083 (decode_options): Don't return a value.
1084 (main, both versions): Use optind.
1085 Don't check for -nowait here.
1c478461 1086
362bc2da
DL
1087 * emacsclient.c (decode_options): New function.
1088 (main, both versions): Call decode_options.
1089 (print_help_and_exit): New function.
1090 (VERSION): New macro.
1091
1092 * Makefile.in (emacsclient): Link with getopt.
1093 Add -DVERSION so emacsclient knows its version number.
1094
10951996-08-31 Geoff Voelker <voelker@cs.washington.edu>
1096
1097 * makefile.nt (lisp): Include dos-nt.elc.
1098
10991996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1100
1101 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
1102
11031996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1104
1105 * emacsclient.c (both versions): Handle -nowait and --nowait
1106 by sending data to the server.
1107
11081996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1109
1110 * Makefile.in (INSTALL_STRIP): New variable.
1111 (${archlibdir}): Use INSTALL_STRIP.
1112
1113 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
1114 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
1115
1116 * pop.c: Reverse conditional in previous change.
1117
11181996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1119
1120 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
1121
11221996-08-24 Paul Eggert <eggert@twinsun.com>
1123
1124 * rcs2log: Use ISO 8601 date format, with time zone appended
1125 if change-log-time-zone-rule is non-nil, instead of
1126 traditional Unix date format.
1127
1128 (datearg): When computing default from ChangeLog, handle ISO format
1129 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
1130 Don't worry about hh:mm:ss since the resolution is now by day.
1131 Use emtpy datearg, not empty rlog_options, to decide whether to pass
1132 "$datearg" option to $rlog.
1133 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
1134 (month_data): Remove `mo'; no longer needed.
1135 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
1136
1137 Match `revision' line of rlog output more accurately.
1138
1139 Add -c, -v options.
1140
11411996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1142
1143 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
1144
11451996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1146
1147 * Version 19.33 released.
1148
11491996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1150
1151 * Version 19.32 released.
1152
11531996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
1154
1155 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
1156 computing character positions in source files.
1157
11581996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1159
1160 * makefile.nt (clean): Use OBJDIR macro.
1161
11621996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1163
1164 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
1165
11661996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
1167
1168 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
1169 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
1170 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
1171
11721996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
1173
1174 * ntlib.h: Correct return type of getwd.
1175 * ntlib.c (getwd): Correct return type.
1176
11771996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1178
1179 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
1180 to infile.
1181
11821996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
1183
1184 * makefile.nt: Remove all references to wakeup.
1185
11861996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1187
1188 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
1189 explicit, mutable, typename.
1190
11911996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1192
1193 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
1194 streams, one for sending and one for reading the reply.
1195
11961996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1197
1198 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
1199 (wakeup): Target deleted.
1200 (UTILITIES): Delete wakeup and timer.
1201
1202 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
1203
12041996-06-11 Geoff Voelker <voelker@cs.washington.edu>
1205
1206 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
1207 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
1208
12091996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1210
1211 * etags.c (main): Copy cwd when appending slash.
1212
12131996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1214
1215 * Version 19.31 released.
1216
12171996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1218
1219 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
1220 (Pascal_functions): Increase linecharno by the correct number of
1221 chars, inline the GET_NEW_LINE macro and delete its definition.
1222
12231996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1224
1225 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
1226
12271996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1228
1229 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
1230 (movemail.exe, fakemail.exe): Now built under Win32.o
1231
1232 * ntlib.c: Include ntlib.h.
1233 (nt_sleep): Rename to sleep.
1234 (getwd): Return directory.
1235 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
1236 sys_ctime, sys_fopen): New functions.
1237
1238 * ntlib.h: New file.
1239
12401996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1241
1242 * pop.c (SEND, RECV): Renamed from send, recv.
1243 (pop_open, pop_trash): Make the trash_started code unconditional.
1244 (socket_connection): Delete casts to void.
1245
12461996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1247
1248 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
1249 copied from lisp.h.
1250
12511996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
1252
1253 * fakemail.c [WINDOWSNT]: Include ntlib.h.
1254
1255 * hexl.c [DOSNT]: Include fcntl.h.
1256 [WINDOWSNT]: Include io.h.
1257 (main) [MSDOS]: Change conditional to DOS_NT.
1258
1259 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
1260 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
1261 [WINDOWSNT]: Include locking.h.
1262 (main): Update usage message. Use IS_DIRECTORY_SEP.
1263 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
1264 (main) [WINDOWSNT]: Invoke locking instead of flock.
1265 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
1266 (main) [MAIL_USE_POP]: Pass password to popmail if used.
1267 Include winsock.h; don't include unix inet headers.
1268 (popmail): Add password argument and pass it to pop_open.
1269 Open output file in binary mode.
1270
1271 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 1272 Macro SOCKET_ERROR undefined.
362bc2da
DL
1273 Don't declare h_errno.
1274 [!WINDOWSNT]: Define macros recv and send.
1275 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
1276 (pop_open) [WINDOWSNT]: Initialize trash_started.
1277 (have_winsock) [WINDOWSNT]: New variable.
1278 (socket_connection) [WINDOWSNT]: Initialize winsock.
1279 (socket_connection): Use closesocket instead of close.
1280 (getline): Use recv instead of read.
1281 (fullwrite): Use send instead of write.
1282 (pop_trash): Use closesocket instead of close.
1283 (pop_trash) [WINDOWSNT]: Cleanup winsock.
1284 Check if being called recursively by sendline.
1285
1286 * pop.h (struct _popserver): New field trash_started.
1287
1288 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
1289
12901996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1291
1292 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
1293
12941996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1295
1296 * etags.c [WINDOWSNT]: Include io.h.
1297
12981996-04-10 Geoff Voelker <voelker@cs.washington.edu>
1299
1300 * makefile.nt (CTAGSOBJ): Compile with regexp support.
1301
13021996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
1303
1304 * hexl.c [DJGPP v2]: Include io.h.
1305 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
1306
1307 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
1308 DJGPP v2.
1309
13101996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1311
1312 * etags.c (absolute_filename): Use absolutefn.
1313
13141996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
1317 letter isn't an alphabetic character.
1318 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
1319 (process_file) [DOS_NT]: Convert all slashes to forward style.
1320 (absolute_filename) [DOS_NT]: Emit error message for relative
1321 paths with a drive letter.
1322 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
1323 DOS/NT drive letters which try to reference the parent of the root.
1324 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
1325
13261996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1327
1328 * makefile.nt: Change uses of del to $(DEL).
1329
13301996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1331
1332 * etags.c (just_read_file): Reset lineno and charno on entry.
1333
13341996-03-15 Anders Lindgren <andersl@csd.uu.se>
1335
1336 * etags.c: Prolog language totaly rewritten.
1337 (Prolog_functions): Rewritten from scratch.
1338 (skip_comment, prolog_getit): Removed.
1339 (prolog_skip_comment): New function, like old skip_comment.
1340 (prolog_pred, prolog_atom, prolog_white): New functions.
1341 (erlang_func, erlang_attributes): Forward declarations added.
1342 (erlang_atom): Check if backslash ends line inside quoted atom.
1343
13441996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1345
1346 * etags.c (absolutefn): DOS_NT version corrected.
1347 (main): Append "/" to the dir name only if not already there.
1348 (print_help): Explain the absolute/relative file name issue.
1c478461 1349
362bc2da
DL
13501996-03-08 Anders Lindgren <andersl@csd.uu.se>
1351
1352 * etags.c: New Languange Erlang added.
1353 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
1354 erlang_white): New functions.
1355 (Erlang_suffixes): New suffix list.
1356 (lang_names): Erlang entry added.
1357 (prolog_getit): Accepts headers spanning several lines.
1358 Always name tags.
1359 (Prolog_functions): Removed incorrect compensation for
1360 newline characters.
1361 (readline_internal): Zero-terminate last line.
1362
13631996-03-20 Mike Long <mike.long@analog.com>
1364
1365 * b2m.c (main): Initialize progname variable before using it.
1366 Quote `username' in From_ header.
1367
13681996-03-18 Geoff Voelker <voelker@cs.washington.edu>
1369
1370 * ntlib.c (getpid): New function.
1371
13721996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1373
1374 * emacsclient.c (main, both definitions):
1375 Print a newline for normal termination.
1376
13771996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
1378
1379 * tcp.c (main): Convert port to network byte order.
1380
13811996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
1382
1383 * pop.c (pop_retrieve, getline): Avoid type clashes.
1384
13851996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
1386
1387 * etags.c (enum sym_type, anonymous enum): Delete final comma.
1388
13891996-01-15 Paul Eggert <eggert@twinsun.com>
1390
1391 * rcs2log (initialize_fullname): Add support for NIS+.
1392 (hostname): Fully qualify the default hostname with the domainname
1393 if the hostname lacks a `.'.
1394
13951996-01-15 Paul Eggert <eggert@twinsun.com>
1396
1397 * rcs2log (initialize_fullname): Add support for NIS+.
1398 (hostname): Fully qualify the default hostname with the domainname
1399 if the hostname lacks a `.'.
1400
14011996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
1402
1403 * etags.c (consider_token): Fix typo in expression.
1404
14051996-01-04 Paul Eggert <eggert@twinsun.com>
1406
1407 * etags.c (substitute): Fix spelling in message.
1408
14091996-01-03 George V. Reilly <georger@microcrafts.com>
1410
1411 * makefile.nt (etags, ctags): Compile with regexp support.
1412 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
1413 subdirectory exists before compiling.
1c478461 1414
362bc2da
DL
14151996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
1416
1417 * emacsserver.c (main): Do chmod based on existing permission.
1418
14191995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1420
1421 * Makefile.in (install): Turn on read/execute permission.
1422
14231995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1424
1425 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
1426 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
1427
14281995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1429
1430 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
1431
14321995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
1433
1434 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
1435 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
1436 get_scheme, prolog_getit): Name the tag in ctags mode.
1437 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
1438 (Perl_interpreters): Accept "@PERL@" as an interpreter.
1439 (suggest_asking_for_help): New function.
1440 (main, get_language_from_name): Use suggest_asking_for_help.
1441 (main): Let get_language_from_name make language existence check.
1442 (streq, strneq): Check the arguments #if DEBUG.
1443
14441995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
1445
1446 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
1447 (gperf): Added keywords for Objective C and GNU macros.
1448 (sym_type): Added values to account for Objective C and GNU macros.
1449 (begtk): The '@' character can start a token.
1450 (objdef, methodlen, objtag): New variables for Objective C.
1451 (consider_token, C_entries): Added code for Objective C.
1452 (plain_C_suffixes): Add .m and .lm for Objective C.
1453 (Yacc_suffixes): Add .ym for Objective yacc.
1454 (GROW_LINEBUFFER): New macro.
1455 (consider_token, C_entries, Pascal_functions): Use the new macro.
1456 (consider_token): Take one more argument. Caller changed.
1457 (consider_token): Use the hashing function to spot GNU macros.
1458 (C_entries): Consider // as a comment start even in plain C for
1459 the sake of Objective C parsing.
1460
14611995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
1462
1463 * Makefile.in (ctags): depend on etags only for simplicity;
1464 compile with regexp support enabled.
1465
14661995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1467
1468 * Version 19.30 released.
1469
14701995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1471
1472 * makefile.nt (DOC, clean): Don't use switches to del not
1473 supported by Windows 95.
1474
14751995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1476
1477 * Makefile.in (regex.o): Depend on ../src/config.h.
1478
14791995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1480
1481 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
1482 (LOADLIBES): Use LIB_STANDARD.
1483
14841995-11-07 Kevin Gallo <kgallo@microsoft.com>
1485
1486 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
1487 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
1488 Windows 95 conditional.
1489
14901995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
1491
1492 * etags.c (get_lang_from_name, get_lang_from_interpreter,
1493 get_lang_from_suffix): New functions.
1494 (get_language): Function deleted.
1495 (lang_entry): Two members added to struct.
1496 (lang_names): Reflect the new layout of lang_entry.
1497 (print_language_names, main, find_entries): Use the new functions.
1498 (find_entries): Look at the first line for #! if no language.
1499 (C_entries): Invalidate the token when funcdef is reset.
1500 (Perl_functions): New function.
1501 (lang_suffixes): .pl and .pm are Perl suffixes.
1502
15031995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
1504
1505 * etags.c (lowcase): Use the standard tolower function.
1506 (substitute): Remove some wrong and some useless code related with
1507 escape `\` character in regexp replacement string.
1508 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
1509 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
1510 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
1511 .prolog for prolog (.pl removed).
1512 (massage_name, etags_getcwd): Use lowcase instead of tolower.
1513 (C_entries, find_entries): Added comments about memory leakage.
1514 (add_node): Dead code removed.
1515
15161995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1517
1518 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
1519 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
1520
15211995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1522
1523 * test-distrib.c: Add #undef for open, close, read, write.
1524
15251995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
1526
1527 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
1528 [! O_RDONLY]: Define it to zero.
1529 (main): Use O_RDONLY instead of explicit zero.
1530
15311995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
1532
1533 * etags.c (Pascal_functions): Close comment bug corrected.
1534 (add_node): Correctly compare node file names.
1535 (Pascal_functions): Correctly allocate and free memory for tline.
1536 (pfnote): Put the definition of fp in the innermost block.
1537 (NODE): `named' member removed.
1538 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 1539 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
1540 (pfnote): `named' argument removed, all callers changed.
1541 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1542 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 1543 removed from pfnote call, some code cleanup.
362bc2da
DL
1544 (relative_filename): Free temporary space allocated by concat.
1545
15461995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1547
1548 * Makefile.in (getdate.c): New target.
1549 (getdate.o): Just compile getdate.c.
1550
15511995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
1552
1553 * fakemail.c (xrealloc): Change cast to match return type.
1554
15551995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1556
1557 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
1558
15591995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1560
1561 * movemail.c (main): Fix previous change.
1562 Add error check for empty OUTNAME.
1563
15641995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1565
1566 * movemail.c (main): Mention lock file name in error message.
1567
15681995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1569
1570 * profile.c (gettimeofday): New function, defined if necessary.
1571
15721995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1573
1574 * Makefile.in: Renamed from Makefile.in.in.
1575 (distclean): Delete Makefile.c, not Makefile.in.
1576
15771995-07-17 Michael Shields <shields@tembel.org>
1578
1579 * Makefile.in.in (tags): Synonym for `TAGS'.
1580
15811995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
1582
1583 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
1584 configure has already set $(INSTALL) to the proper relative path.
1585
15861995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
1587
1588 * etags.c (plain_C_entries): new function.
1589 (lowcase): new macro.
1590 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
1591 (lang_suffixes): new suffix ".pc" for Pro*C files.
1592 (consider_token): don't tag all tokens beginning with DEFUN & Co..
1593 (tail): look for the end of the token when comparing.
1594 (takeprec): since now tail behaves differently, use strneq.
1595
15961995-07-08 Paul Eggert <eggert@twinsun.com>
1597
1598 * rcs2log (datearg): Separate date from time with comma, not space,
1599 to work around CVS 1.5 bug.
1600 (CVSROOT): Don't abort when unset if repository is absolute.
1601
16021995-07-07 Paul Eggert <eggert@twinsun.com>
1603
1604 * rcs-checkin, rcs2log, vcdiff:
1605 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
1606 that interpret `#! /' as a 4-byte magic number.
1607
16081995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
1609
1610 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
1611 mailbox with "po:mailbox", the mailbox is everything after the
1612 "po:" prefix.
1613
16141995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1615
1616 * emacsserver.c: Make all error messages start with `Error: '.
1617 (fatal_error, perror_1): New functions, use throughout.
1618
16191995-06-28 Paul Eggert <eggert@twinsun.com>
1620
1621 * rcs2log (CVSROOT, repository):
1622 Allow remote repositories a la CVS 1.4.
1623
16241995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
1625
1626 * etags.c (plain_C_entries): new function.
1627 (lowcase): new macro.
1628 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
1629 (lang_suffixes): new suffix ".pc" for Pro*C files.
1630 (consider_token): don't tag all tokens beginning with DEFUN & Co..
1631 (tail): look for the end of the token when comparing.
1632 (takeprec): since now tail behaves differently, use strneq.
1633
16341995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1635
1636 * movemail.c (main): Add newline in usage message.
1637
16381995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1639
1640 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
1641
16421995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
1643
1644 * etags.c (find_entries): Rewind before rereading the input file.
1645
16461995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1647
1648 * Version 19.29 released.
1649
1650 * make-docfile.c (main) [MSDOS]: Do set _fmode.
1651 This undoes part of the previous change.
1652
16531995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1654
1655 * make-docfile.c (main): On MSDOS, don't change stdout
1656 to binary, and insist on an -o option.
1657
16581995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1659
1660 * etags.c (process_file,absolute_filename): Handle filenames
1661 starting with a drive letter.
1662
1663 * makefile.nt (install): Copy wakeup.exe properly.
1664
16651995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
1666
1667 * make-docfile.c [MSDOS]: #undef chdir.
1668
16691995-06-04 Paul Eggert <eggert@twinsun.com>
1670
1671 * rcs2log (output_authors): Allow ':' in time zone,
1672 as per ISO 8601 and RCS 5.6.8 beta.
1673
16741995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
1675
1676 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
1677 compatibility problems.
1678
16791995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
1680
1681 * etags.c (etags_getcwd): Don't use #elif.
1682 Have just one function body.
1683
16841995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1685
1686 * makefile.nt (LIBS): Use BASE_LIBS.
1687 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
1688 upon LIBS.
1689 (DOC): Use del instead of rm.
1690 (DOC) [WINDOWS95]: Use DOC.
1691 (clean): Handle MSVC aux files.
1692 (config.h,paths.h): Use $(CP) instead of cp.
1693 (config.h): Use $(CONFIG_H)
1694 (make-docfile.obj): Depend upon config.h.
1695 Clean up comments.
1696
16971995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
1698
1699 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
1700 former gives the true path even in the presence of simlinks.
1701
17021995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1703
1704 * movemail.c (main): Increase lock timeout to five minutes.
1705
17061995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1707
1708 * makefile.nt (obj): Use .c files.
1709
17101995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1711
1712 * make-docfile.c: Include config.h.
1713 (NO_SHORTNAMES): New definition.
1714 (xmalloc): Return long *.
1715
1716 * etags.c (C_entries): Cast result of xrealloc.
1717 (xmalloc, xrealloc): Declare them to return long *.
1718
1719 * b2m.c (xmalloc, xrealloc): Declare them long *.
1720
1721 * movemail.c (xmalloc): Declare it to return long *.
1722
17231995-04-30 Paul Eggert <eggert@twinsun.com>
1724
1725 * rcs2log (datearg): If rlog options are specified explicitly,
1726 omit the implicit '-d>DATE' option.
1727 (repository, rlog): Allow absolute paths to CVS repositories.
1728 Look only at the first line of CVS/Repository.
1729
17301995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
1731
1732 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
1733 realclean.
1734
17351995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1736
1737 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
1738 Alternative (empty) definitions.
1739
17401995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1741
1742 * emacsclient.c (main): Add argv[0] to an error message.
1743
17441995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
1745
1746 * emacsclient.c (main): Improve error handling.
1747 * cvtmail.c (main, skip_to_lf): Improve error handling.
1748 (sysfail): New function.
1749
1750 * b2m.c (main): Check for trailing ", " before trying to delete it.
1751
17521995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1753
1754 * Makefile.in.in (all): Build test-distrib and make-docfile.
1755
1756 * make-docfile.c (scan_c_file): At end, restore file name last char
1757 to its original value.
1758
17591995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1760
1761 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
1762
17631995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1764
1765 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
1766 (alloca.o, regex.o): Use BASE_CFLAGS.
1767
17681995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1769
1770 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
1771
17721995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
1773
1774 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
1775 (SOURCES, distclean): Removed obsolete references to aixcc.
1776
17771995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1778
1779 * aixcc.lex: File deleted--surely obsolete now.
1780
17811995-03-23 Paul Eggert <eggert@twinsun.com>
1782
1783 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
1784 portability to mawk and nawk.
1785
17861995-03-21 Paul Eggert <eggert@twinsun.com>
1787
1788 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
1789 -u "login<tab>fullname<tab>mailaddr".
1790
17911995-03-21 Paul Eggert <eggert@twinsun.com>
1792
1793 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
1794 replaces the (now obsolescent) -n login fullname mailaddr option.
1795 Add -R option for recursive rlog.
1796 (AWK): New environment variable (default `awk') for awk program name.
1797 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
1798 Quote authors and fullnames correctly.
1799 Don't omit path from repository root when logging CVS files.
1800
18011995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1802
1803 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
1804 even if HAVE_SYSVIPC.
1805 * emacsclient.c (main): Use getcwd if not BSD.
1806
18071995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
1808
1809 * etags.c (process_file): free (filename) after using it.
1810 (readline_internal): Do not access the char before start of line.
1811
18121995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
1813
1814 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
1815 savetok.valid. Mark token as valid when it is initialised.
1816 (make_tag): Make token only if token is valid and reset validity.
1817 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
1818 (TOKEN): Added a new member: valid.
1819
18201995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
1821
1822 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
1823 (main): Do not read twice the last filename in the stdin file list.
1824
18251995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
1826
1827 * etags.c (C_entries): Initialise the new members of TOKEN.
1828 (C_entries): Do not allocate a new space for each token found by
1829 consider_token. Let make_tag do that instead.
1830 (make_tag): Since now TOKEN has memory of where it is taken from,
1831 this new macro substitutes both make_tag_from_new_lb and
1832 make_tag_from_oth_lb. All callers changed.
1833 (TOKEN): Add linepos and buffer members.
1834 (main): Initialise token_str.
1835 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
1836 (token_str): New global variable used by C_entries.
1837
18381995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
1839
1840 * Makefile.in.in (maintainer-clean): Renamed from realclean.
1841
18421995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
1843
1844 * etags.c (pfnote): Initialise been_warned in the node.
1845 (C_entries): Removed a speed hack for the sake of clarity.
1846
18471995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
1848
1849 * etags.c (longopts, print_help, main): Use -I as abbreviation
1850 for the --ignore-indentation option.
1851 (main): Do not print an error message for unknown options.
1852
18531995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
1854
1855 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
1856 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
1857 constantypedefs, update, vgrind_style, no_warnings,
1858 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
1859 (permit_duplicates): Was a var, now a #define.
1860 (filename_lb): Was global, now local to main.
1861 (main): Open the tag file when in cxref mode.
1862 Use a BUFSIZ size buffer for making the shell commands.
1863 Look at the return value from the system routine.
1864 Exit when cannot open the tag file.
1865 (process_file): Open the file and pass the FILE* to find_entries.
1866 (find_entries): Now void, because does not open the file itself.
1867 (pfnote): Recovering from lack of memory does not work. Removed.
1868 Use savenstr and simplify the code.
1869 (free_tree): Only free the name space if node is named.
1870 (structtag): Now a pointer, not a fixed length array of chars.
1871 (consider_token): Don't take a token as argument. Use savenstr
1872 when saving a tag in structtag. Callers changed.
1873 (TOKEN): Structure changed. Now used only in C_entries.
1874 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
1875 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
1876 (pfcnt): Deleted. Users updated.
1877 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
1878 TEX_getit, prolog_getit): Use dinamic allocation for storing
1879 the tag instead of a fixed size buffer.
1880
18811995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1882
1883 * movemail.c (main): Skip past the colon in inname.
1884
18851995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
1886
1887 * etags.c (pfatal): New function.
1888 (main, etags_getcwd): Use pfatal.
1889 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
1890
18911995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
1892
1893 * etags.c (Lang_function): Use void instead to declare the
1894 language functions, because many compilers are buggy.
1895 (etags_getcwd): Fix the previous fix on the #else branch.
1896 (readline_internal): Discard possible \r before \n here.
1897 (C_entries): Do not deal with \r here: undo previous fix.
1898
18991995-01-09 Francesco Potorti` (pot at fly)
1900
1901 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
1902 functions and a macro that allow the program to work on input
1903 lines of whatever length. Copied from etags.c.
1904 (fatal): Print a fatal error message and exit.
1905 (main): Use the new functions. Fixed a bug that made a \037 char
1906 appear at the end of the output.
1907
19081995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1909
1910 * etags.c (C_entries): Ignore carriage return at end of line.
1911
19121994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1913
1914 * fakemail.c (xmalloc, xrealloc): Add casts.
1915 (add_field): Handle <...> and "..." syntax.
1916 (setup_files, get_keyword): Clean up parens and line breaks.
1917 (args_size): Likewise.
1918
19191994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
1920
1921 * yow.c: Include program name in error messages.
1922
19231994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1924
1925 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
1926 (xmalloc, fatal, error): New functions.
1927 (progname): New variable.
1928 (main): Set progname.
1929
19301994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1931
1932 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
1933 (main): If socket/mqueue name is in home dir, add in the host name.
1934 Rename .emacs_server to .emacs-server....
1935
19361994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1937
1938 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
1939
19401994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
1941
1942 * etags.c (print_help): print --regex usage for ctags also.
1943 (main): use -h in addition to -H as abbreviation for --help.
1944
19451994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
1946
1947 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
1948 is compiled if this is defined. The new functions and variables
1949 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
1950 [VMS]: All VMS specific code previously contained in
1951 etags-vmslib.c is now included here, modified for dealing with
1952 language and regex options intermixed with filenames.
1953 (header_file): Global variable deleted.
1954 (Lang_Function): New typedef. All language parser functions
1955 changed to this new type.
1956 (string_numeric_p, substr, prestr): Functions deleted.
1957 (readline_internal): Does the job that readline did previously.
1958 (longopts): --language and --regex options added.
1959 (lang_names, lang_extensions, lang_func, print_language_names):
1960 New structures, variables and functions for choosing languages.
1961 (print_help): Help strings updated. Calls print_language_names.
1962 (argument_type, ARGUMENT): Typedefs for dealing with language and
1963 regex options intermixed with filenames.
1964 (main): Changed the way of dealing with arguments on the command
1965 line to deal with language and regex options intermixed with
1966 filenames.
1967 (get_language, default_C_entries, Cplusplus_entries,
1968 Cstar_entries, Yacc_entries, just_read_file): New functions.
1969 (find_entries): Use the new method for choosing the language.
1970 (Pascal_functions): Allow intermixing of comment styles.
1971 (prolog_getit, skip_comment): Rewritten for speed.
1972 (readline): Rewritten to deal with regexps.
1973
19741994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
1975
1976 * etags.c (<errno.h>): #include added.
1977 (etags_getcwd): Check return value from getcwd.
1978
19791994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1980
1981 * profile.c (TV1, TV2): Use EMACS_TIME as type.
1982 (get_time): Use EMACS_SUB_TIME.
1983
19841994-10-30 voelker <voelker@cs.washington.edu>
1985
1986 * ntlib.c: New file.
1987 * makefile.nt: New file.
1988
1989 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
1990 [WINDOWSNT]: Include the NT headers.
1991 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
1992
1993 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
1994 [WINDOWSNT]: Include some NT headers.
1995
19961994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
1997
1998 * pop.c (getline): When a search of already-read input for CRLF
1999 fails, store the fact that we've searched it and don't search it
2000 again after reading more data.
2001
2002 * pop.c (getline): When determining whether or not it's necessary
2003 to grow the input buffer, take into account the null that's stored
2004 at the end of already-read input in the buffer.
2005
20061994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
2007
2008 * etags.c (prestr, substr): return a logical type.
2009 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2010 (consider_token): set funcdef to fignore when a DEFUN is met.
2011 (C_entries): Now we can use Tom Hageman patch for extern "C".
2012
20131994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2014
2015 * movemail.c: PopServer renamed to popserver throughout.
2016
20171994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2018
2019 * etags.c: Don't declare malloc, since we include config.h.
2020 * fakemail.c: Likewise.
2021
20221994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2023
2024 * movemail.c: Don't declare malloc.
2025
20261994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
2027
2028 * rcs-checkin: Use test -r instead of < to check readability, to
2029 avoid syntax error.
2030
20311994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
2032
2033 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
2034 defined, and if HAVE_CONFIG_H isn't defined, define
2035 MAIL_USE_POP always (so that this file can be included in
2036 other programs besides emacs).
2037
2038 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
2039 HAVE_CONFIG_H isn't defined.
2040
2041 * pop.c (find_crlf, getline): Instead of using strstr, use a
2042 custom function for finding CRLF.
2043 (my_strstr): Function deleted.
2044
20451994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
2046
2047 * pop.c (getline): Fix a segfault because of passing a
2048 non-null-terminated string into strstr(). Fix from
2049 djm@va.pubnix.com (David J. MacKenzie).
2050
2051 * pop.c: Don't include <string.h> and <strings.h>.
2052
2053 * pop.c: Include <des.h> before <krb.h>, rather than after. They
2054 should be interchangeable, and indeed the inclusion is done in
2055 both orders in various files in the Kerberos 4 library sources,
2056 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
2057 requires that <des.h> be included first, and I don't see any harm
2058 in changing the order.
2059
2060 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
2061 STDC_HEADERS, if they're defined. Undef open, read, write and
2062 close after including it.
2063
20641994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2065
2066 * pop.c: Fix mismatch in conditionals.
2067
2068 * make-docfile.c (main): Don't process one input file twice.
2069 Never use exit code > 1.
2070
2071 * pop.c (open, close, read, write): Add #undefs.
2072
2073 * pop.c: Don't declare malloc, realloc, free.
2074 Include ../src/config.h.
2075 Don't include string.h or strings.h.
2076 Include des.h before krb.h.
2077 Do declare my_strstr.
2078 (getline): Really use my_strstr.
2079 Leave one empty place in server->buffer,
2080 and put a null at the end of the data in it.
2081
20821994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2083
2084 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
2085 call kill with pid 0. Handle EINTR when receiving messages.
2086
20871994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
2088
2089 * Makefile.in.in (regex.o): Use full path to find regex.c.
2090
20911994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2092
2093 * Makefile.in.in (etags): add dependency on regex.o, link with it.
2094 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
2095
20961994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
2097
2098 * Makefile.in.in (DONT_INSTALL): Remove make-path.
2099 (${archlibdir}): Use mkinstalldirs instead.
2100
2101 * movemail.c: Make functions that return nothing void, not
2102 implicitly int.
2103 (main): Improve usage message.
2104 (error): Write to stderr, not stdout.
2105
2106 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
2107 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
2108 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
2109 variables and implicitly declared functions.
2110
21111994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2112
2113 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
2114 (distclean): Not here.
2115
2116 * Makefile.in.in (libexecdir): Renamed from libdir.
2117
21181994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
2119
2120 * etags.c (C_entries): Name the #define's that are macros.
2121
21221994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
2123
2124 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
2125 fd_set arg is a pointer, descriptor arg comes first.
2126
21271994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
2128
2129 * etags.c (C_entries): Recognise typedef of ANSI style functions.
2130 (C_entries): Recognise #define inside a struct.
2131 (C_entries): ANSI tells that preprocessor commands do not have to
2132 start on the first column.
2133 (print_help): Documentation corrected for -d and -D.
2134 (white, endtk): ANSI tells the vertical tab is a separator.
2135
21361994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
2137
2138 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
2139 (pop.o, movemail.o): New targets.
2140 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
2141
2142 * pop.c, pop.h: New files.
2143
2144 * movemail.c: Improve POP code, move most of it into a separate file.
2145 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
2146 (mbx_write): Check for errors and for From line.
2147 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
2148 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
2149 (pop_init): Functions deleted.
2150
21511994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
2152
2153 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
2154 Rename path to dirname.
2155
21561994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2157
2158 * Makefile.in.in (UTILITIES):
2159 Remove test-distrib, make-docfile, make-path.
2160 (DONT_INSTALL): New variable--list those files here.
2161 (clean): Delete the files in DONT_INSTALL.
2162
21631994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2164
2165 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
2166 (main): Use fgets, not gets.
2167
21681994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2169
2170 * timer.c: Don't declare malloc.
2171
21721994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2173
2174 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
2175 defined, use simple 32-bit versions of these macros.
2176 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
2177
21781994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2179
2180 * etags.c (etags_getcwd): Use getcwd if available.
2181
21821994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2183
2184 * Version 19.27 released.
2185
21861994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2187
2188 * Version 19.26 released.
2189
21901994-08-15 Paul Eggert <eggert@twinsun.com>
2191
2192 * rcs2log: Add support for CVS.
2193 Work with `rlog's that output ISO 8601 dates.
2194
21951994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
2196
2197 * rcs2log: Use <> to delimit email address.
2198
21991994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2200
2201 * emacsserver.c [SYSV_IPC] (main): Make a separate process
2202 so we can listen for multiple requests.
2203
22041994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2205
2206 * movemail.c: Include config.h first thing.
2207
22081994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2209
2210 * emacsserver.c (main): Add casts to avoid warnings.
2211
22121994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2213
2214 * Makefile.in.in (${archlibdir}): Compare the proper dir
2215 before installing the scripts.
2216
22171994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2218
2219 * emacsclient.c (main): New local var progname saves argv[0].
2220
22211994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2222
2223 * emacsclient.c (main): Don't actually modify argv[0].
2224 Modify a copy instead.
2225
22261994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2227
2228 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
2229 (tzp): Var deleted.
2230
2231 * Makefile.in.in: Add #undef alloca.
2232
22331994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2234
2235 * timer.c (xmalloc): New function.
2236
22371994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2238
2239 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
2240 (alloca.o): New target.
2241
22421994-07-08 Dave Love (d.love@dl.ac.uk)
2243
2244 * etags.c (takeprec): recognise `character*(*) function'
2245
22461994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2247
2248 * etags.c (main): Don't barf on obsolete -t and -T switches.
2249 (main): Print an explicative message when a switch is not known.
2250
22511994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2252
2253 * hexl.c: Don't declare exit or perror.
2254
2255 * emacsserver.c (main): Don't declare geteuid.
2256 Don't declare getenv if convex.
2257
22581994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2259
2260 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
2261
22621994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2263
2264 * etags.c (absolute_filename): Remove infinite loop bug when
2265 accessing files in directories whose name begins with a dot.
2266
22671994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2268
2269 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
2270
22711994-06-01 Morten Welinder (terra@diku.dk)
2272
2273 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
2274 location of data directory.
2275
22761994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2277
2278 * Version 19.25 released.
2279
22801994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2281
2282 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
2283
22841994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2285
2286 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
2287
22881994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2289
2290 * Version 19.24 released.
2291
22921994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2293
2294 * make-docfile.c (write_c_args): Put `default' in upper case.
2295
22961994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2297
2298 * etags.c (etags_getcwd): Cast result of popen.
2299 (popen): Declaration deleted.
2300
23011994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
2302
2303 * etags.c [!MSDOS]: Declare popen.
2304
23051994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2306
2307 * b2m.c (main): Avoid crash if argc is 1.
2308
23091994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2310
2311 * Version 19.23 released.
2312
2313 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
2314
23151994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2316
2317 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
2318
23191994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
2320
2321 * Makefile.in.in: Fix out of date comment.
2322
23231994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2324
2325 * Makefile.in.in: Put in a separator for where to start cpp procssing.
2326 Move all autoconf substitutions above that point.
2327 Above that point, use Make-style comments.
2328 This goes with changes in ../configure.in.
2329
23301994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2331
2332 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
2333 warning message.
2334 (${archlibdir}): Don't do it here. Don't depend on blessmail.
2335
23361994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
2337
2338 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
2339
23401994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2341
2342 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
2343 print advice to run it, if it has anything significant to do.
2344 And only if MOVEMAIL_NEEDS_BLESSING.
2345 (blessmail): Use emacs, not temacs.
2346 (configuration): Renamed from configname.
2347
23481994-04-30 Morten Welinder (terra@diku.dk)
2349
2350 * etags.c (find_entries): Treat `*.cpp' as C++ files.
2351
23521994-04-30 Morten Welinder (terra@diku.dk)
2353
2354 * etags.c [MSDOS]: #include <sys/param.h> for the following.
2355 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
2356 a shell.
2357
23581994-04-29 Morten Welinder (terra@diku.dk)
2359
2360 * hexl.c [MSDOS]: Don't define proto type for exit.
2361
23621994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2363
2364 * b2m.c: Don't include string.h or strings.h.
2365
23661994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
2367
2368 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
2369 symbols, not make variables.
2370
23711994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2372
2373 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
2374 * etags.c (print_version): Print VERSION as a string.
2375
23761994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2377
2378 * fakemail.c (readline): Fix updating of p when buffer grows.
2379
23801994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
2381
2382 * Makefile.in.in (blessmail): New target.
2383 ${archlibdir}: Use blessmail when installing movemail.
2384
23851994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2386
2387 * fakemail.c (readline): When extending the buffer,
2388 calculate end afresh using the new size.
2389
23901994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2391
2392 * etags.c (main, print_help): eliminate the -F option.
2393
23941994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2395
2396 * etags.c (absolute_filename): compare against '\0' instead of NULL.
2397
23981994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2399
2400 * Makefile.in.in: Renamed from Makefile.in.
2401 Makefile.in is now generated from it, and then preprocessed.
2402 Change comments to C syntax.
2403 Include config.h.
2404 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
2405 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
2406
24071994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2408
2409 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
2410
24111994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2412
2413 * etags.c (etags_getcwd): Initialize bufsize.
2414
24151994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2416
2417 * profile.c (gettimeofday): If system doesn't have this, define it
2418 to give a fatal error.
2419
24201994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
2421
2422 * movemail.c (main): Use setuid, not seteuid.
2423
24241994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2425
2426 * etags.c: #undef static.
2427
24281994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2429
2430 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
2431 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
2432 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
2433 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
2434 TeX_functions, Prolog_functions.
2435 (inf): no more a global variable.
2436 (C_entries): take 2nd parameter `inf' instead of using the global one.
2437 (find_entries): added the cp1 var for optimisation.
2438 (find_entries): added more suffixes for assembler files.
2439 (Asm_funcs): Now finds labels even without an ending colon.
2440
24411994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
2442
2443 * etags.c (main): use etags_getcwd for compatibility.
2444 (etags_getcwd): new function.
2445
24461994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2447
2448 * Makefile.in (etags, ctags): Pass -D for VERSION.
2449
24501994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
2451
2452 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
2453 (main): don't allow the use of -t and -T in etags mode.
2454 (print_help): don't show options enabled by default.
2455 (print_version): show the emacs version number if VERSION is #defined.
2456 (find_entries): add "ss" as suffix for Chez Scheme.
2457
24581994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
2459
2460 * etags.c (cwd, outfiledir): vars added.
2461 (relative_filename, absolute_filename, absolute_dirname):
2462 functions added to compute filenames in tags files.
2463 (process_file): filenames in tags file are relative to the
2464 directory where the tags file is (useful with the -o option).
2465 (main): initialise the outfiledir var.
2466 (TYPEDST): added the `tignore' value.
2467 (C_entries): corrected various small bugs.
2468
24691994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2470
2471 * Makefile.in (UTILITIES): `env' deleted.
2472 (env): Target deleted.
2473 * env.c: File deleted.
1c478461 2474
362bc2da
DL
24751994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2476
2477 * Makefile.in (install, ${archlibdir}): Switch back to ..
2478 before running INSTALL_PROGRAM.
2479
24801994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
2481
2482 * etags.c (TYPEDST): added the `tignore' value.
2483 (C_entries): corrected various bugs, now correctly parses the
2484 `extern "C" {' construction (patch by Tom R.Hageman).
2485
24861994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2487
2488 * b2m.c: Use <...> to include config.h.
2489 Don't include stdlib.h.
2490
24911994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
2492
2493 * b2m.c (main): Change delimiter from "^L" to "^_^L".
2494 Allow for text following "BABYL OPTIONS:".
2495 Add --help option. Use argv[0] in error messages.
2496
24971994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2498
2499 * emacsclient.c (main) [HAVE_SYSVIPC]:
2500 Make msgp->mtext longer if necessary.
2501 On HPUX, error if it's more than 512 chars.
2502
25031994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
2504
2505 * etags-vmslib.c: Use GPL.
2506 * emacstool.c: Use GPL.
2507 * fakemail.c: Update GPL.
2508
2509 * make-path.c (main): Return 1 on error, not -1.
2510 Update GPL.
2511
2512 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
2513 (xmalloc, xrealloc): Return char *, not int.
2514 (error): Write to stderr, not stdout.
2515 Update GPL.
2516
25171994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
2518
2519 * profile.c (main, get_time): Don't crash on invalid input.
2520
25211994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
2522
2523 * profile.c (get_time): Simplify; avoid calling index.
2524 (main): exit on EOF.
2525
25261994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
2527
2528 * etags.c (--absolute-pathnames): option removed.
2529
25301994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2531
2532 * fakemail.c (put_line): Don't break the line if it all fits.
2533
25341994-02-14 Francesco Potorti` (pot at fly)
2535
2536 * etags.c (absolute_pathnames, cwd): added global vars.
2537 (longopts, print_help, main, process_file): put absolute filenames
2538 in the tag file if the -A --absolute-pathnames option is used.
2539 (print_help): alfabetically order the options.
2540 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
2541
25421994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2543
2544 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
2545 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
2546
25471994-02-07 Christian Lynbech (lynbech@avignon)
2548
2549 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
2550
25511994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2552
2553 * Makefile.in (UTILITIES): Mention profile.
2554 (profile): New target.
2555
2556 * profile.c: New file.
2557
25581994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2559
2560 * Make the argument list output look more like the Lisp docstrings do.
2561 make-docfile.c (write_c_args): Take new arg FUNC. Make output
2562 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
2563 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
2564
25651994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
2566
2567 * etags.c (stab_entry, stab_create, stab_find, stab_search,
2568 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
2569 Use gperf generated hash table instead of linked list.
2570 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
2571 Mostly code generated by gperf.
2572 (consider_token): removed unused parameter `lp'.
2573 (PF_funcs, getit): allow subroutine and similar declarations
2574 to span multiple lines.
2575 (C_entries): check for newline if inchar to avoid bus errors.
2576 (process_file, find_entries): distinguish among nonexistent
2577 and not regular file.
2578
25791994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2580
2581 * timer.c: Include errno.h; don't include fasync.h.
2582 (schedule): Don't return a value.
2583 (sigcatch): Reestablish the handler first.
2584 (getevent): Always call notify at the end.
2585 (notify): Defer alarms around the whole body of function.
2586
25871994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2588
2589 * timer.c (main): Don't request SIGIO, and don't handle it.
2590 Loop calling getevent.
2591 (sigcatch): Delete code to handle SIGIO.
2592 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 2593 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
2594 Set defer_alarms around realloc and schedule.
2595 If alarm_deferred gets set, call notify.
2596 Likewise if this event is the only pending event.
2597 Make buf and buf_size global variables.
2598 Don't malloc buf if it is already non-zero.
2599 (schedule): Just exit if run out of memory.
2600 Return the number of events.
2601 (signal) [_CX_UX]: Add #undef.
2602
26031994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2604
2605 * timer.c [USG] (SIGIO): Define as SIGPOLL.
2606 (main) [USG]: Do ioctl to enable SIGPOLL.
2607
26081994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2609
2610 * timer.c: Don't declare sys_errlist; declare strerror instead.
2611 (schedule, main): Call strerror instead of using sys_errlist.
2612 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
2613 Call strerror instead of using sys_errlist.
2614 * env.c (main): Call strerror instead of using sys_errlist.
2615 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
2616 (main): Call strerror instead of using sys_errlist.
2617 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
2618 * env.c [! HAVE_STRERROR] (strerror): Likewise.
2619 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
2620 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
2621
26221994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2623
2624 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
2625
2626 * movemail.c (malloc): Don't declare it.
2627 (xmalloc): Cast result of malloc.
2628 (strcpy): Don't declare it.
2629
26301993-11-14 Morten Welinder (terra@diku.dk)
2631
2632 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
2633 (main): Use fclose to close file opened by fopen.
2634
2635 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
2636
2637 * movemail.c [MSDOS]: #undef `access'.
2638
2639 * b2m.c (main) [MSDOS]: Open all files as binary.
2640 * etags.c (main) [MSDOS]: Open all files as binary.
2641
2642 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
2643 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
2644 with.
2645
26461994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2647
2648 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
2649 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
2650 (LINK_CFLAGS): New variable.
2651 (timer): Use LINK_CFLAGS.
2652
26531993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2654
2655 * movemail.c: Include syswait.h.
2656 Fork a subprocess and use it to copy the mail file.
2657
26581993-12-07 Richard Stallman (rms@srarc2)
2659
2660 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
2661
26621993-12-04 Richard Stallman (rms@srarc2)
2663
2664 * movemail.c (main): When making tempname, cast result of xmalloc.
2665 Include room for EXXXXXX in the size.
2666 Don't use result of strcpy.
2667
26681993-12-03 Paul Eggert (eggert@twinsun.com)
2669
2670 * vcdiff: Add --brief option.
2671
26721993-12-02 Richard Stallman (rms@srarc2)
2673
2674 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
2675 for all executables and scripts.
2676
26771993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2678
2679 * Version 19.22 released.
2680
26811993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2682
2683 * Makefile.in (mostlyclean): Make it distinct from clean.
2684
26851993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2686
2687 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
2688
26891993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2690
2691 * Version 19.21 released.
2692
2693 * Makefile.in (install): Don't change mode or group when installing.
2694
2695 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
2696
26971993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2698
2699 * make-docfile.c (read_c_string): For "", concatenate the two strings.
2700
2701 * movemail.c (main): Fix error message text.
2702
27031993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2704
2705 * Version 19.20 released.
2706
27071993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
2708
2709 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
2710 functions returning a pointer to a function, a la `signal', can be
2711 parsed. This also required new state `fstartlist' to `FUNCST'.
2712 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
2713 (C_entries, CNL): use it to isolate preprocessor directive processing
2714 from the other state engines.
2715 (begtk): add '~', for C++ class destructors.
2716
27171993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2718
2719 * etags.c (consider_token): removed unused variable firsttok.
2720 (prolog_getit): call pfnote with the right number of arguments.
2721
27221993-10-19 Paul Eggert (eggert@twinsun.com)
2723
2724 * rcs2log (printlogline): Don't generate lines containing only
2725 white space.
2726
27271993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2728
2729 * Makefile.in (${archlibdir}):
2730 Install ${SCRIPTS} from ${srcdir}, not cwd.
2731
27321993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2733
2734 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
2735 the comment character.
2736
27371993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
2738
2739 * etags.c (process_file): dead code removed.
2740 (S_ISREG): #define it using S_IFREG if not defined.
2741 (process_file): regular files have nothing to do with symlinks.
2742
27431993-09-28 Brian Fox (bfox@ai.mit.edu)
2744
2745 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
2746 from current directory. Only chmod and chgrp files that we
2747 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
2748 ${bindir}.
2749 (INSTALLFLAGS): Deleted definition, since it is an unused variable
2750 now.
2751
27521993-09-27 Brian Fox (bfox@ai.mit.edu)
2753
2754 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
2755 configure figure out the correct values for these variables.
2756
27571993-09-14 Brian Fox (bfox@ai.mit.edu)
2758
2759 * Makefile.in (archlibdir): Only install execuatables internally
2760 used by emacs; don't install bindir binaries here.
2761
27621993-09-24 Paul Eggert (eggert@twinsun.com)
2763
2764 * rcs2log: Add -h, -n, -r options.
2765 By default, look for *,v files as well as RCS/*,v files.
2766 Use $TMPDIR (default /tmp) instead of /tmp.
2767
27681993-09-20 Francesco Potorti` (pot at fly)
2769
2770 * etags.c (C_entries): is_func is initialised here instead of in
2771 consider_token for the sake of the yacc rules section.
2772 (C_entries): Now class, struct, enum, union and typedef produce
2773 named tags.
2774
27751993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
2776
2777 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
2778
27791993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2780
2781 * Support configuring in a different directory when ${srcdir} has
2782 already been configured.
2783 * Makefile.in (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before
2784 -I${srcdir} -I${srcdir}/../src.
2785 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
2786 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
2787 is already in CPP_FLAGS.
2788 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
2789 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
2790
27911993-08-25 Paul Eggert (eggert@twinsun.com)
2792
2793 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
2794 otherwise, HP awk complains.
2795
2796 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
2797 are common hangouts for SCCS commands.
2798
27991993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2800
2801 * Version 19.19 released.
2802
28031993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2804
2805 * Makefile.in (make-path): Dep on config.h.
2806
28071993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2808
2809 * b2m.c (TRUE, FALSE): Don't define if already defined.
2810
28111993-08-09 Paul Eggert (eggert@twinsun.com)
2812
2813 * rcs2log (awkscript):
2814 Some sites put comma-separated junk after the fullname.
2815 Remove it, but leave "Bill Gates, Jr" alone.
2816 Remove the junk from fullnames like "0000-Admin(0000)".
2817
28181993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2819
2820 * Version 19.18 released.
2821
28221993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
2823
2824 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
2825 (L_funcs): the (foo::defmumble stuff now should work.
2826 (consider_token): function returned random value--corrected.
2827 (C_entries): corrected == versus = typo.
2828
28291993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2830
2831 * etags.c (put_entries): For NODE->rewritten, put pattern before
2832 \177 and name after, not vice versa.
2833
28341993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2835
2836 * timer.c (main): Generate a SIGIO as soon as we've initialized.
2837
28381993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
2839
2840 * etags.c (FINCST): added the fignore status. Means we are
2841 after the parameter list and before the open curly brace.
2842 Allows correct parsing of C++ constructors.
2843 (C_entries, consider_token): make use of fignore.
2844 (consider_token): reset funcdef when next_token_is_func: when in
2845 ctags mode makes DEFVAR and others work better.
2846 (L_isquote): function that recognises the "(quote" string.
2847 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
2848
28491993-07-29 Paul Eggert (eggert@twinsun.com)
2850
2851 * rcs-checkin: Don't check whether a file is readable until we have
2852 decided not to ignore it.
2853
28541993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2855
2856 * Makefile.in (etags): Depend on ../src/config.h.
2857
2858 * emacsserver.c: Include types.h before file.h.
2859
28601993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2861
2862 * Makefile.in (install): Use .n, not .new, for temporary filenames.
2863
28641993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2865
2866 * Version 19.17 released.
2867
28681993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2869
2870 * etags.c (print_help): Break up the very long strings containing
2871 the help message into shorter strings, to placate chintzy C
2872 compilers which can't handle strings that long.
2873
2874 * wakeup.c: Use CPP tangle from autoconf manual to #include the
2875 correct combination of <time.h> and <sys/time.h>.
2876
28771993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2878
2879 * etags.c (alloca): removed all references to it.
2880 (main): now calls xnew instead of alloca for portability.
2881 (../src/config.h): included only if HAVE_CONFIG_H.
2882 (const): void definition removed--config.h takes care of it.
2883
28841993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
2885
2886 * etags.c (consider_token): was `==', now is `='.
2887 (consider_token): DEFUNs now treated like funcs in ctags mode.
2888
2889 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
2890 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
2891 (C_entries): removed a piece of useless code.
2892 (C_entries): making typedef tags is delayed until a semicolon
2893 is met. This handles "typedef int X, Y, Z;" correctly.
2894
28951993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2896
2897 * Version 19.16 released.
2898
2899 * b2m.c: #include <sys/types.h>.
2900 (ltoday): Declare this to be time_t.
2901
29021993-06-30 Paul Eggert (eggert@twinsun.com)
2903
2904 * vcdiff: Add -q option.
2905
29061993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2907
2908 * etags.c: #include "config.h" and the alloca CPP tangle before
2909 #including the system headers and getopt.h. AIX requires the
2910 #pragma to come before any actual C code.
2911
29121993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2913
2914 * Makefile.in (ctags): Depend on etags, so that parallel makes
2915 don't write etags.o files on top of each other.
2916
29171993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2918
2919 * version 19.15 released.
2920
29211993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2922
2923 * etags.c (add_node): Move var last_node to file scope.
2924
29251993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2926
2927 * Version 19.14 released.
2928
29291993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2930
2931 Bring mumbleclean targets into conformance with GNU coding standards.
2932 * Makefile.in (distclean): Call clean to do most of the work.
2933 Delete aixcc.c and TAGS.
2934 (realclean): Just call distclean.
1c478461 2935
362bc2da
DL
2936 * Makefile.in: Remember, spaces are not tabs.
2937
29381993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2939
2940 * Makefile.in (CPP_CFLAGS): New variable.
2941 Use it instead of ALL_CFLAGS when compiling a .c file.
2942 (getopt.o, getopt1.o): Add explicit compilation commands.
2943
29441993-06-10 Mark D. Baushke (mdb@cisco.com)
2945
2946 * etags.c: Reinstate old -f option as an alias for -o for
2947 installed base uses.
2948
29491993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2950
2951 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
2952 to bind or accept, cast the pointer, to avoid warnings on systems
2953 which declare prototypes for this.
2954 * emacsclient.c (main): Same.
2955
2956 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
2957
29581993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2959
2960 * Version 19.13 released.
2961
2962 * wakeup.c: Include sys/types.h, too; I think that's where time_t
2963 comes from, not sys/time.h.
2964
29651993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2966
2967 * wakeup.c: Include sys/time.h.
2968
2969 * etags.c: #undef static.
2970
2971 * Version 19.12 released.
2972
2973 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
2974
29751993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2976
2977 * Version 19.11 released.
2978
2979 * timer.c [LINUX]: #undef signal.
2980 * emacsserver.c: #undef signal.
2981
29821993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2983
2984 * wakeup.c (main): Make when a time_t.
2985
29861993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2987
2988 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
2989 `(cd foo ; pwd)` to get the canonical name of a directory; cd
2990 might fail, and have pwd print out the current directory.
2991
2992 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
2993 string-handling functions.
2994
29951993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2996
2997 * Version 19.10 released.
2998
29991993-05-29 Paul Eggert (eggert@twinsun.com)
3000
3001 * rcs2log: When given no file arguments, inspect RCS/.* as well
3002 as RCS/*. Don't report an error if RCS is empty or nonexistent.
3003
30041993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3005
3006 * Makefile.in (timer): Link with $(LOADLIBES).
3007
30081993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3009
3010 * fakemail.c (put_line): Don't output \n\t unless more text follows.
3011
30121993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3013
3014 * etags.c: Replace the CPP tangle for alloca with the one from the
3015 autoconf documentation, since that's working elsewhere.
3016
30171993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3018
3019 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
3020 description files can find their ancestors.
3021
30221993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3023
3024 * Makefile.in (install): Get the scripts from ${srcdir},
3025 unlike the executables.
3026 (ALL_CFLAGS): Add -I../src
3027
30281993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3029
3030 * Version 19.9 released.
3031
30321993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3033
3034 * Makefile.in (install): Do install the programs listed in
3035 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
3036 INSTALLABLE_SCRIPTS, instead of writing the programs out.
3037
3038 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
3039 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
3040
30411993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3042
3043 * etags.c: Include ../src/config.h.
3044
3045 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
3046 in first loop. Delete files from bindir before installing new ones.
3047 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
3048
30491993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3050
3051 * Version 19.8 released.
3052
3053 * make-docfile.c: Doc fix.
3054
30551993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3056
3057 * tcp.c: Fix comment syntax at top of file.
3058 (main): Don't call htons with the port number.
3059
30601993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3061
3062 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 3063 appropriate.
362bc2da
DL
3064
3065 * Makefile.in (install): Refer to the variables INSTALLABLES and
3066 INSTALLABLE_SCRIPTS, instead of writing them out.
3067
30681993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3069
3070 * make-path.c (main): Return 0.
3071
30721993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3073
3074 * Version 19.7 released.
3075
30761993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3077
3078 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
3079
30801993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3081
3082 * tcp.c: New file.
3083
30841993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3085
3086 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
3087
30881993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3089
3090 * timer.c (notify): Don't call sighold or sigrelse; they're USG
3091 only. We should really fix this later, but let's just make it
3092 compile for now.
3093
3094 Install patches from David J. Mackenzie to make the srcdir option
3095 work.
3096 * Makefile.in (srcdir, VPATH): Get this value from the top-level
3097 Makefile.
3098 (INSTALLABLES): Split this into two lists - INSTALLABLES and
3099 INSTALLABLE_SCRIPTS.
3100 (INSTALLABLE_SCRIPTS): New list.
3101 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
3102 (${archlibdir}): The scripts to be installed live in the source
3103 tree, not in the object tree.
3104 (test-distrib): Note that the data file lives in the source tree,
3105 not the object tree.
3106 (GETOPTDEPS): Note that getopt.h lives in the source tree.
3107 (all other targets): Change references to source files to use
3108 ${srcdir}, except for config.h, which lives in the object dir.
3109 (timer.o): Note that this depends on ../src/config.h.
3110 * make-docfile.c (main): Add a -d option, to tell it where to find
3111 the source files.
3112 * test-distrib.c (main): Take the name of the distribution file to
3113 test from the command line.
3114
3115 * timer.c: Fix mispellings of get_date function's name.
3116
31171993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3118
3119 * etags.c (main):
3120 Don't require that there be input files if -i switches were given.
3121
31221993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3123
3124 The GNU coding standards specify that CFLAGS should be left for
3125 users to set.
3126 * Makefile.in (CFLAGS): Put this in the "things configure might
3127 edit" section, and have it default to -g.
3128 (ALL_CFLAGS): New variable, set to all the flags which should be
3129 passed to compilations. Replace all other uses of CFLAGS with
3130 ALL_CFLAGS.
3131 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
3132
3133 * Makefile.in (DEFS): Remove this; it's always just going to be
3134 "-DHAVE_CONFIG_H -Demacs".
3135
31361993-05-03 Paul Eggert (eggert@twinsun.com)
3137
3138 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
3139 /[/]/, so change it to /[\/]/. This should work on all
3140 Posix-compliant awks. It's slightly wrong with traditional awk,
3141 since it matches \ too, but that's a minor problem compared to awk
3142 syntax errors.
3143
31441993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3145
3146 * Makefile.in (ALLOCA): New variable, whose value we should
3147 inherit from the top-level makefile.
3148 (etags, ctags): Include ALLOCA in the list of object files that
3149 these executables depend on and link.
3150
31511993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3152
3153 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
3154
31551993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
3156
3157 * make-docfile.c (write_c_args): Print an argument named "defalt"
3158 as "default".
3159
31601993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3161
3162 * Makefile.in (C_SWITCH_SYSTEM): New variable.
3163 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
3164 compiler.
3165
31661993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
3167
3168 * etags.c (YACC): flag added to c_ext.
3169 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
3170 (find_entries): consistently use streq when reasonable.
3171 (find_entries): a .y file is a yacc file.
3172 (get_C_stab): c_ext becomes c_ext&C_PLPL.
3173 (C_entries): logical cplpl means c_ext&C_PLPL.
3174 (C_entries): logical yacc_rules means we are after the first %%.
3175 (C_entries): added logic for yacc files.
3176
31771993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
3178
3179 * etags.c (C_entries): ':' case moved to the second switch.
3180 (C_entries): do not examine token if structdef==scolonseen.
3181 (consider_token): structtag set to null string for enum.
3182
31831993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
3184
3185 * etags.c (GET_COOKIE): and related macros removed.
3186 (logical): is now int, no more a char.
3187 (reg): define deleted.
3188 (isgood, _gd, notgd): deleted.
3189 (gotone): deleted.
3190 (TOKEN): member linestart removed.
3191 (linepos, prev_linepos, lb1): deleted.
3192 (main): call initbuffer on lbs array instead of lb1.
3193 (init): removed the initialisation of the logical _gd array;
3194 (find_entries): a .sa suffix means assembler file.
3195 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
3196 All C state machines rewritten.
3197 (C_entries): complete rewrite.
3198 (condider_token): complete rewrite.
3199 (getline): deleted.
3200
32011993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3202
3203 * etags.c (C_entries): Added the quotednl logical variable.
3204 Used for parsing of #define's spanning multiple lines.
3205
32061993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3207
3208 * etags.c (C_entries): Save the definedef status even when a
3209 newline is met inside a string.
3210
32111993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3212
3213 * Makefile.in (EXECUTABLES): added rcs-checkin.
3214
3215 * Makefile.in (unlock, relock): New productions.
3216
32171993-03-16 Paul Eggert (eggert@twinsun.com)
3218
3219 * rcs2log: Some awks don't understand "\r". Code around this.
3220 Unfortunately this requires putting a carriage return in the
3221 source code. Don't assume that rlog will tolerate times like
3222 `10:10:60'; RCS 5.7 won't allow this.
3223
32241993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3225
3226 * timer.c (main): Set the ownership of the stdin file descriptor
3227 to the current process. Print error messages if either of the
3228 fcntl's fails.
3229
3230 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
3231 ../src/config.h), not void.
3232
32331993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3234
3235 * b2m.c (main): Don't exit upon reading a blank line.
3236
32371993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
3238
3239 * etags.c (C_entries): New local variable quotednl. Used for
3240 parsing of #define's spanning multiple lines.
3241
3242 * etags.c (C_entries): Save the definedef status
3243 even when a newline is met inside a string.
3244
32451993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3246
3247 * timer.c (notify): Initialize waitfor properly.
3248
32491993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
3250
3251 * etags.c (C_entries): Don't reset definedef when a newline inside a
3252 comment is met.
3253
32541993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3255
3256 * etags.c (find_entries): If filename ends in .f or .for,
3257 don't try anything but Fortran.
3258
32591993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
3260
3261 * timer.c (notify): Flush stdout after writing message to avoid lossage
3262 on terminals.
3263
3264 (notify): Also, write a newline after the token.
3265
32661992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3267
3268 * Makefile.in (exec_prefix): New variable.
3269 (bindir, libdir): Use it instead of `prefix'.
3270
3271 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
3272
3273 * Makefile.in (libdir): Default to ${prefix}/lib.
3274 (archlibdir): Adjusted to match.
3275
3276 * Makefile.in (distclean): Don't delete backup or autosave files.
3277 (extraclean): Like realclean, but does delete backup and autosave
3278 files.
3279
3280 * Makefile.in (realclean): Ignore errors from rm.
3281
3282 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
3283 that doesn't exist anymore.
3284
32851992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3286
3287 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
3288 described in the top-level Makefile.
3289 (UTILITIES): Add make-path to the list of utility programs.
3290 (../arch-lib): Replaced by the ${archlibdir} target, which places
3291 the executables in their permanent home.
3292 (install, install.sysv, install.xenix): Consolidated into one
3293 target which should work under all circumstances, modulo a few
3294 ignored error messages.
3295
3296 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
3297 a different number of arguments than other DEFVARs, recognize it
3298 specially, and expect the right number of commas.
3299
33001992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3301
3302 * make-path.c: New program, to help with the installation process.
3303 * Makefile.in (make-path): New target.
3304
3305 * make-path.c (touchy_mkdir): Remove debugging output.
3306
33071992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3308
3309 * Makefile.in (getdate.o): Added explicit target for this, so we
3310 can indicate that it depends on ../src/config.h.
3311
33121992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
3313
3314 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
3315 instead of CFLAGS.
3316 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
3317
33181992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3319
3320 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
3321 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
3322 that system.
3323
3324 * Makefile.in (arch-lib): Give rm the `-f' option.
3325
33261992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3327
3328 * make-docfile.c (write_c_args): Rewritten to correctly print
3329 &optionals before the first identifier, but after the first paren.
3330 This code used to just wait for commas or spaces; now it notices
3331 identifier boundaries.
3332
33331992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3334
3335 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
3336
33371992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3338
3339 * make-docfile.c (write_c_args): Print the argument lists properly
3340 when the first argument is optional.
3341
33421992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3343
3344 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
3345 Redefine @item. Set catcode of +.
3346
33471992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3348
3349 * emacsclient.c (main): Set IPC_CREAT in msgget call.
3350
33511992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3352
3353 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
3354 (TEX_decode_env): Make `tab' one element longer.
3355
33561992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3357
3358 * etags.c (PF_funcs): Recognize the "entry" keyword.
3359
33601992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3361
3362 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
3363
33641992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3365
3366 * timer.c (events): Rather than having slots marked as in use or
3367 out of use by the `token' field, keep all pending events at the
3368 beginning of the array. When we delete an event in the middle of
3369 the array, we move the last event into its place.
3370 (num_events): New variable.
3371 (schedule): It is now cheaper to find a free event slot;
3372 events[num_events] is the first free slot.
3373 (notify): Scan events[0 .. num_events-1], instead of the whole
3374 array. When an event fires, move the last event in the array into
3375 its spot. Use num_events to determine whether or not there are
3376 any pending events, not wait_for.
3377 (getevent): Deleted unused variable `ep'.
3378 (sigcatch): It's now easier to find all the active events.
3379 (main): Initialize num_events.
3380
3381 * etags.c: Rather than fret about which systems have index and
3382 which systems have strchr, and how to tell the difference between
3383 them, we just write out our own versions. Big deal.
3384 (index, rindex): Extern declarations removed.
3385 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
3386 (etags_index, etags_rindex): New declarations.
3387 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
3388 TEX_getit, substr): Use the etags_*index functions, rather than
3389 the native *index functions.
3390 (rindex, index): Renamed to etags_rindex and tags_rindex, and
3391 made them unconditionally defined, rather than having them depend
3392 on NEED_*INDEX.
3393
3394 * etags.c (savenstr): Add declaration for this at top of file.
3395 (TEX_decode_env): Don't declare it local to this function.
3396
3397 * b2m.c: #include "../src/config.h", so we can test for the USG
3398 macro, and decide whether to include <string.h> or <strings.h>.
3399 * Makefile.in: Note that b2m.c depends on ../src/config.h.
3400
34011992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3402
3403 * timer.c: Reformatted according to the GNU coding standards.
3404 Removed arbitrary limits on the number of events queued and the
3405 length of the tokens used to identify them.
3406 Removed casts to (void).
3407 Removed debugging printfs; they clutter the code, and the need
3408 can be better filled using a real debugger.
3409
34101992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3411
3412 * timer.c: Installed new version from Eric Raymond; this is more
3413 portable, since it doesn't try to use SIGIO.
3414
34151992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3416
3417 * emacsclient.c (main): If we can't find the socket in this
3418 person's home directory, print a message which asks if they've
3419 started the server, instead of just printing the message from
3420 sys_errmsg; Cygnus finds that people are much less confused by
3421 this.
3422
34231992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3424
3425 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
3426 so that index and rindex get defined, why don't we actually
3427 control index and rindex using symbols called "NEED_INDEX" and
3428 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
3429 little more readable than defining something whose name implies
3430 that it's not?
3431
34321992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3433
3434 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
3435 distribution:
3436 Miscellaneous doc fixes.
1c478461 3437 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
3438 (scan_lisp_file): Instead of using long hairy strings of ifs, call
3439 read_lisp_symbol and then see what we got. Call skip_white
3440 instead of writing out a loop to do its job. Correctly extract
3441 docstrings from "defmacro" declarations.
3442
34431992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3444
3445 * movemail.c (strcpy): Declare this to return char *.
3446
34471992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3448
3449 * etags.c (C_entries): When we find a C++ comment, do actually
3450 skip to the end of the line; do a 'break' instead of a 'continue'.
3451
34521992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3453
3454 * etags.c (getit): Add missing parenthesis to expression which
3455 decides if this token is an identifier.
3456
34571992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3458
3459 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
3460
34611992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3462
3463 * etags.c (put_entries): Always put space between name and line num.
3464
34651992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
3466
3467 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
3468 warning.
3469 (LEVEL_OK_FOR_FUNCDEF): Ditto.
3470
34711992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3472
3473 * make-docfile.c (write_c_args): Pass both arguments to putc.
3474
34751992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
3476
3477 * etags.c (C_entries): Fixed reading of "..." strings.
3478 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
3479 the C library source.
3480
3481 * etags.c (C_entries): When we see a backslash inside a quoted
3482 string, skip to the next character. This allows us to correctly
3483 deal with strings containing quotes.
3484
34851992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3486
3487 * make-docfile.c (write_c_args): Print the C argument names as
3488 they would be written in Elisp; print '_' as '-'.
3489
34901992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3491
3492 * movemail.c [POP]: Get user name via getpwuid.
3493
34941992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3495
3496 * Makefile.in: flags in CC invocations rearranged for no reason.
3497
34981992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3499
3500 * etags.c (print_help): Remember not to imbed raw newlines in
3501 strings - end the lines with `\n\'.
3502
35031992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3504
3505 * timer.c (getevent): Removed declaration of memcpy; since
3506 different systems have different return types, and we're not even
3507 using the return type anyway, it wasn't doing us any good.
3508
35091992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3510
3511 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
3512 type of this function.
3513
35141992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3515
3516 * ChangeLog: Since the old etc contents have been split into etc
3517 and lib-src, the old etc's ChangeLog has been duplicated in the
3518 new etc and lib-src. That means that each contains complete and
3519 coherent information, although each contains extraneous
1c478461 3520 information.
362bc2da
DL
3521
35221992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3523
3524 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
3525 to be consistent with other GNU programs, like makeinfo.
3526
3527 * lib-src/Makefile: Renamed to Makefile.in; the configure script
3528 will edit this to produce Makefile.
3529
35301992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3531
3532 * etags.c (print_help, print_version): New functions.
3533 (main): Options added to support them.
3534
3535 * etags.c (longopts): New array of long names for the options.
3536 (main): Recognize them.
3537
35381992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3539
3540 * etags.c (C_entries): Removed comment saying that \" in a string
3541 isn't recognized as magic, because it is correctly handled.
3542
3543 * getopt.c, getopt.h: New files, from GNU C library.
3544 * etags.c: Rewritten to use getopt.
3545 #include "getopt.h".
3546 (file_num): Variable deleted; its role is now played by getopt's
3547 optind.
3548 (main): Argument processing loop rewritten to call getopt to get
3549 next option. Options which take parameters (-o and -i) rewritten
3550 to get parameter from optarg instead of argv[1]. Filename
3551 preprocessing loop and update command changed similarly.
3552 * Makefile (etags, ctags): Depend on and link with getopt.h,
3553 getopt.o, and getopt1.o.
3554 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
3555
3556 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
3557 is non-zero.
3558
3559 (main): In the argument processing loop, the 'goto next_arg'
3560 statements are breaking out of the switch statement in exactly the
3561 same way that a simple 'break' statement would; replace the gotos
3562 with breaks, and remove the label.
3563
35641992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3565
3566 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
3567 (consider_token): Move next_token_is_func to global.
3568
35691992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3570
3571 * Makefile: Conform with GNU coding standards:
3572 (mostlyclean): New target, synonymous with clean.
3573 (TAGS, check): New targets.
3574 (INSTALL, INSTALLFLAGS): New variables.
3575
35761992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3577
3578 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
3579 `config.emacs' to `configure'.
3580
3581 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
3582 * etc/MACHINES: Same.
3583
35841992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
3585
3586 * movemail.c (main): Allow tempname to be as long as necessary,
3587 instead of limiting it to 39 characters.
3588
3589 * movemail.c (main): Move declaration of buf from top of function
3590 to local block surrounding the copy loop. This makes it less
3591 likely to be confused with the buf used by the code which checks the
3592 permissions on outname's directory.
3593
35941992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
3595
3596 * SERVICE: Remove my entry.
3597
35981992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3599
3600 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
3601 hardcoded -g.
3602
3603 * movemail.c (xmalloc): Return char *, not int.
3604 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
3605 that is off by default -- normally don't unlink the mail spool
3606 file, just empty it. Pass creat mode 0600, not 0666.
3607
36081992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3609
3610 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
3611 (all): Instead of here.
3612 (install): Don't use the -s option, since people need symbols to
3613 debug code.
3614
36151992-01-19 (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
3616
3617 * etags-vmslib.c (fn_exp): Add type cast.
3618
36191992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3620
3621 * movemail.c: Changes in comments.
3622
36231992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3624
3625 * Makefile: Make the distclean target erase the DOC files from
3626 ../share-lib and the executables from ../arch-lib.
3627
36281992-01-09 Jim Blandy (jimb at pogo.cs.oberlin.edu)
3629
3630 * emacsclient.c: #include <sys/stat.h>
3631 (main): Do declare statbfr.
3632
36331991-12-21 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3634
3635 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
3636 for the socket, depending on SERVER_HOME_DIR.
3637 If using /tmp, put host name in the socket name.
3638
3639 * movemail.c (pfatal_and_delete): New function.
3640 (main, popmail): Use it.
3641 (popmail): Close output before deleting messages.
3642 Check for error on close and on fsync.
3643 Use `fatal' where appropriate.
3644 (main): Remove (void).
3645
3646 * aixcc.lex: New file. Not officially part of Emacs.
3647 * Makefile: Rules for that.
3648
36491991-12-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu)
3650
3651 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
3652
3653 * etags.c (main): Properly cast call to alloca that initializes
3654 included_files.
3655
36561991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
3657
3658 * etags.c (files_are_tag_tables): Remove global var.
3659 (process_file): Don't test it. Also remove hack checking for a
3660 file named "TAGS".
3661 (main): -i now takes an arg which is the name of a file to include.
3662 Collect these names and emit include tags for them after processing
3663 all the argument files.
3664
36651991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3666
3667 * wakeup.c: Terminate if parent goes away.
3668
36691991-07-18 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3670
3671 * etags.c (C_entries): Process token before handling end of line.
3672 When inner loops reach end of line, just back up.
3673 Let the real end of line processing happen in just one place.
3674 (consider_token): Likewise.
3675
36761991-04-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu)
3677
3678 * etags.c (TEX_mode): Skip comments while scanning the text to see
3679 which escape character this file uses.
3680
36811991-03-29 Richard Stallman (rms at mole.gnu.ai.mit.edu)
3682
3683 * emacsserver.c [USG]: Terminate if msgrcv fails.
3684
36851991-03-03 Richard Stallman (rms at mole.ai.mit.edu)
3686
3687 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
3688
36891991-01-25 Jim Blandy (jimb at churchy.ai.mit.edu)
3690
3691 * make-docfile: Find the arguments to a C function correctly,
3692 by not ignoring the character that read_c_string returns. Don't
3693 even try to find argument names for functions that take MANY
3694 or UNEVALLED arguments, since they're a figment of the docstring's
3695 imagination.
3696
36971991-01-14 Jim Blandy (jimb at churchy.ai.mit.edu)
3698
3699 * make-docfile: Read the .elc files generated by the new byte
3700 compiler.
3701
37021990-12-31 Richard Stallman (rms at mole.ai.mit.edu)
3703
3704 * refcard.tex: Use cm fonts, not am, in multi-column mode.
3705
37061990-11-29 Richard Stallman (rms at mole.ai.mit.edu)
3707
3708 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
3709
37101990-11-27 Richard Stallman (rms at mole.ai.mit.edu)
3711
3712 * Makefile (install*): No need to install wakeup.
3713
37141990-11-26 Richard Stallman (rms at mole.ai.mit.edu)
3715
3716 * Makefile (install*): Install emacsclient like etags.
3717
37181990-11-13 Richard Stallman (rms at mole.ai.mit.edu)
3719
3720 * movemail.c (error): Handle 3 args.
3721 (main): Don't check input access if using pop.
3722
37231990-10-16 Richard Stallman (rms at mole.ai.mit.edu)
3724
3725 * etags.c (find_entries): Check for numbers after Scheme suffix.
3726
37271990-10-14 Richard Stallman (rms at mole.ai.mit.edu)
3728
3729 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
3730
37311990-10-09 Richard Stallman (rms at mole.ai.mit.edu)
3732
3733 * Makefile (nemacstool, xvetool): New targets.
3734
37351990-09-26 Richard Stallman (rms at mole.ai.mit.edu)
3736
3737 * emacsclient.c: Include errno.h and define related variables.
3738
37391990-09-23 Richard Stallman (rms at mole.ai.mit.edu)
3740
3741 * emacsclient.c: Change usage message.
3742
37431990-08-30 David Lawrence (tale at pogo.ai.mit.edu)
3744
3745 * emacs.1: Add break before -nw option.
3746
37471990-08-19 David J. MacKenzie (djm at apple-gunkies)
3748
3749 * qsort.c: Replace with GNU version.
3750
37511990-08-14 David J. MacKenzie (djm at apple-gunkies)
3752
3753 * wakeup.c: New program replacing loadst.c.
3754
37551990-08-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3756
3757 * emacsclient.c [USG]: Pass msgsnd only 4 args.
3758
37591990-08-09 David J. MacKenzie (djm at pogo.ai.mit.edu)
3760
3761 * etags.c: Rename `flag' variables for what they do instead of
3762 which option character sets them.
3763
37641990-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3765
3766 * loadst.c (main): Conditional to get load average on Apollo.
3767
37681990-05-22 Joseph Arceneaux (jla at churchy.ai.mit.edu)
3769
3770 * emacsserver.c: Set the permission on the socket to 0600.
3771
37721990-03-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3773
3774 * emacsclient.c [BSD]: Print clean message for failing getwd.
3775
37761990-03-20 David Lawrence (tale at pogo.ai.mit.edu)
3777
3778 * getdate.y: Use the getdate.y from GNU tar for timer.
3779
37801990-03-18 Jim Kingdon (kingdon at pogo.ai.mit.edu)
3781
3782 * emacsclient.c (main): Don't put brackets around "filename" in
3783 usage message. It isn't optional.
3784
37851990-03-14 Joseph Arceneaux (jla at churchy.ai.mit.edu)
3786
3787 * etags.c (getit): Recognize '$' as beginning identifiers.
3788
37891990-02-22 David Lawrence (tale at pogo.ai.mit.edu)
3790
3791 * emacsserver.c: Renamed from server.c.
3792 * Makefile: Reference emacsserver rather than server.
3793 * MACHINES: Doc fix for new emacsserver name.
3794
37951990-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3796
3797 * emacsclient.c: Print program name in error messages.
3798
37991990-01-19 David Lawrence (tale at cocoa-puffs)
3800
3801 * timer.c, getdate.y (new files) and Makefile:
3802 Sub-process support for run-at-time in timer.el.
1c478461 3803 Doesn't yet work correctly for USG.
362bc2da
DL
3804
38051990-01-10 Jim Kingdon (kingdon at pogo)
3806
3807 * MACHINES: Add HP 300 running BSD.
3808
38091990-01-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3810
3811 * yow.c: Dynamically allocate buffer; skip header before random
3812 choice to avoid bias toward first item.
3813
38141989-12-24 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3815
3816 * etags.c (readline): Separate out init of `pend'.
3817
38181989-12-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3819
3820 * etags.c: Undo changes relating to isgoodhdr.
3821
38221989-12-16 Mosur Mohan (rms at sugar-bombs.ai.mit.edu)
3823
3824 * etags.c (isgoodhdr): New macro.
3825 (_gdh, notgdh): New variable used by that.
3826 (init): Initialize _gdh.
3827 (find_entries): Set header_file.
3828 (consider_token): Use isgoodhdr if in header file.
3829
3830 * etags.c (total_size_of_entries):
3831 Was miscalculating by 1 in rewritten case.
3832
3833 * etags.c (PAS_funcs): One arg to pfnote was missing.
3834
38351989-12-05 Joseph Arceneaux (jla at spiff)
3836
3837 * MACHINES: Change for the ULTRIX entry.
3838
38391989-11-21 Joseph Arceneaux (jla at spiff)
3840
3841 * etags.c (process_file): If file is not regular, return.
3842
38431989-11-06 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3844
3845 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
3846
38471989-10-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3848
3849 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
3850 (main): If HAVE_GETLOADAVG, don't call `nlist'.
3851
38521989-10-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3853
3854 * etags.c (consider_token): Allow any number of typespec keywords
3855 after `typedef', before new type name.
3856 (enum sym_type): Add st_C_typespec.
3857 (C_create_stab): Put typespec kwds in table.
3858
38591989-08-27 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3860
3861 * etags.c (main): Don't depend on name invoked by.
3862 If CTAGS is not defined, assume it is ETAGS.
3863
38641989-07-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3865
3866 * etags.c (L_funcs): Allow package name in define construct,
3867 as in (foo::defmumble name-defined ...).
3868
38691989-07-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3870
3871 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
3872
3873 * Makefile (yow): Depends on ../src/paths.h.
3874
38751989-07-04 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
3876
3877 * etags.c: Fix compilation by moving Pascal after Fortran.
3878
38791989-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3880
3881 * movemail.c [USG]: Define F_OK, etc., if not found in header.
3882
38831989-05-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3884
3885 * hexl.c: New file, supports hexl-mode.
3886
38871989-05-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3888
3889 * movemail.c: New compilation flag MAIL_USE_MMDF.
3890
38911989-05-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3892
3893 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
3894 * server.c: Likewise.
3895
3896 * make-docfile.c (scan_c_file): Output argument names at end of string.
3897 (write_c_args): New subroutine.
3898
38991989-04-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3900
3901 * movemail.c: Report failure of flock.
3902
39031989-04-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3904
3905 * etags.c (find_entries): Allow multi-letter extensions for fortran.
3906
39071989-04-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3908
3909 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
3910
39111989-03-15 Jeff Peck (rms at sugar-bombs.ai.mit.edu)
3912
3913 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
3914
3915 * emacsstool.1: update to document environment variables.
3916
39171989-02-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3918
3919 * etags.c (PAS_funcs): New function by Mosur Mohan.
3920
3921 * movemail.c: On sysv, include unistd.h.
3922
39231989-02-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3924
3925 * b2m.c: New file.
3926
39271989-02-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3928
3929 * etags.c: Prolog support from Sunichirou Sugou
3930
39311989-02-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3932
3933 * Makefile (clean): New target.
3934
39351989-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3936
3937 * fakemail.c (put_line): Break header lines at 79 cols.
3938
39391989-01-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3940
3941 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
3942 multiple tags per line.
3943
39441989-01-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3945
3946 * movemail.c: Check access before doing real work.
3947 Check that outfile is in a writable directory.
3948 On fatal error, delete the lock file.
3949
39501988-12-31 Richard Mlynarik (mly at rice-chex.ai.mit.edu)
3951
3952 * env.c: Add decl for my-index
3953 * etags.c (file-entries): .oak => scheme
3954
39551988-12-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3956
3957 * movemail.c: Use `access' to check input and output files.
3958
39591988-12-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3960
3961 * emacsclient.c (main): Ignore all of CWD before first slash.
3962
39631988-12-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3964
3965 * etags.c (readline): Double linebuffer->size outside the xrealloc.
3966
39671988-12-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3968
3969 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
3970 * server.c: chmod the socket to 0700.
3971
39721988-12-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3973
3974 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
3975 (add_field): Delete comments and turn `<', `>' to spaces
3976 in header lines.
3977 (USE_FAKEMAIL): New customization macro says to make fakemail
3978 not be a no-op even on a BSD system.
3979
39801988-12-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3981
3982 * etags.c (consider_token): Skip comments just like whitespace.
3983 Notice `struct', etc. and set strtag for those tokens.
3984 Return 1 for the token following `struct' if an open-brace follows it.
3985 (C_entries): Special handling of token following `struct'
3986 needed because we have probably advanced to the following line
3987 to find the `{'.
3988 (main): New option `T' sets tflag and strflag.
3989 Set both of them by default if eflags.
3990
39911988-11-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3992
3993 * movemail.c: Do fsync before closing output.
3994
39951988-11-29 Richard Mlynarik (mly at pickled-brain.ai.mit.edu)
3996
3997 * movemail.c: Better error message when can't create tempname.
3998 This file needs a great deal of extra error-checking and lucid reporting...
3999
40001988-11-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4001
4002 * etags.c: Support assembler code for .s and .a files.
4003 (getit): Allow underscore in a tag.
4004
40051988-11-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4006
4007 * movemail.c: Close output and check errors before deleting input.
4008
40091988-10-01 Richard Stallman (rms at apple-gunkies.ai.mit.edu)
4010
4011 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4012 whether to prefix it. Handle line number args.
4013
40141988-09-24 Richard Stallman (rms at gluteus.ai.mit.edu)
4015
4016 * etags.c (main): default setting of eflag was backwards.
4017
40181988-09-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4019
4020 * etags.c: New option -i. -f renamed -o.
4021 `-' as input file means read input file names from stdin.
4022 -i spec'd or input file named TAGS means the input file is another
4023 tag table; output an "include" line for it.
4024
40251988-09-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4026
4027 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4028 New targets install, install.sysv, install.xenix.
4029 This makefile is now responsible for installing executables
4030 and documentation from this directory into system directories.
4031
40321988-09-16 Richard Stallman (rms at corn-chex.ai.mit.edu)
4033
4034 * server.c, emacsclient.c (main): Compute socket name from euid.
4035
40361988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4037
4038 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4039
40401988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4041
4042 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4043 * emacsclient.c: Likewise.
4044 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4045
40461988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4047
4048 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4049 (istoken) New string-comparison macro.
4050 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4051
40521988-06-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4053
4054 * etags.c: Changes for VMS.
4055 Always define ETAGS on VMS.
4056 Define macros GOOD and BAD for success and failure exit codes.
4057 (begtk, intk): Allow `$' in identifiers
4058 (main): Don't support -B, -F or -u on VMS.
4059 Alternate loop for scanning filename arguments.
4060 (system): Delete definition of this function.
4061
4062 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4063
40641988-06-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
4065
4066 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4067 around include of param.h. (Like fns.c.)
4068
40691988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4070
4071 * loadst.c (load_average): Move load-average code to this new fn.
4072 Add conditionals to compute load ave on UMAX.
4073
40741988-05-14 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4075
4076 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4077 with opposite sense.
4078
40791988-05-13 Chris Hanson (cph at kleph)
4080
4081 * emacsclient.c: Delete references to unused variable `out'. This
4082 caused a bus error when used under hp-ux.
4083
40841988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4085
4086 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4087
40881988-05-04 Richard Stallman (rms at rice-krispies.ai.mit.edu)
4089
4090 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4091
40921988-04-29 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4093
4094 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4095
40961988-04-28 Richard Stallman (rms at frosted-flakes.ai.mit.edu)
4097
4098 * movemail.c: #undef close, since config can #define it on V.3.
4099 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
4100
41011988-04-26 Richard Stallman (rms at lucky-charms.ai.mit.edu)
4102
4103 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4104 invalid escape sequences such as `\{'.
4105
4106 * loadst.c: Add `sequent' conditional for file dk.h.
4107
41081988-03-20 Richard M. Stallman (rms at wilson)
4109
4110 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
4111
4112 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.