[LONG_OPTIONS]: make it TRUE (ifdef) or FALSE for ease of use.
[bpt/emacs.git] / lib-src / ChangeLog
1 2004-09-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
2
3 * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef)
4 for ease of use.
5
6 2004-07-17 Richard M. Stallman <rms@gnu.org>
7
8 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
9
10 2004-06-01 Juanma Barranquero <lektu@terra.es>
11
12 * makefile.w32-in (obj): Add image.c.
13
14 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
15
16 * test-distrib.c (main): For failing cases, exit with
17 `EXIT_FAILURE'.
18
19 2004-05-08 Jason Rumney <jasonr@gnu.org>
20
21 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
22 command-lines.
23
24 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
25
26 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
27 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
28 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
29
30 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
31 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
32 * test-distrib.c, update-game-score.c, yow.c: Likewise.
33
34 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
35
36 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
37
38 2004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
39
40 * b2m.c (GOOD, BAD): Delete macros. Throughout,
41 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
42 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
43
44 * etags.c: Likewise.
45
46 2004-05-03 Jason Rumney <jasonr@gnu.org>
47
48 * makefile.nt: Remove.
49
50 2004-04-26 Eli Zaretskii <eliz@gnu.org>
51
52 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
53 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
54 instead of a literal '/'.
55
56 2004-04-23 Juanma Barranquero <lektu@terra.es>
57
58 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
59
60 2004-04-17 Paul Eggert <eggert@gnu.org>
61
62 * rcs2log (Help): Clarify wording of the usage message.
63 Problem reported by Alan Mackenzie in
64 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
65
66 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * make-docfile.c (xmalloc): Fix return type.
69 (put_filename): New fun.
70 (scan_file): Use it.
71
72 2004-03-09 Juanma Barranquero <lektu@terra.es>
73
74 * grep-changelog: Changes to support ChangeLog.10+.
75 (main): Tidy up usage string. Fix "Use of uninitialized value"
76 warning. Set version to 0.2. Parse the directory listing to get
77 any ChangeLog.n file, not just 1..9.
78 (header_match_p, entry_match_p, print_log, parse_changelog):
79 Remove Perl prototypes (their purpose is to help the parser, which
80 isn't needed here, not declare arguments).
81 (parse_changelog): Make --reverse faster on big batches by not
82 modifying the entries list.
83
84 2004-03-01 Juanma Barranquero <lektu@terra.es>
85
86 * makefile.w32-in (obj): Add fringe.c.
87
88 2004-02-14 Paul Eggert <eggert@twinsun.com>
89
90 * rcs2log: Work correctly if CVSROOT specifies :fork: or
91 :local: methods, or omits the colon between the hostname
92 and the path. Allow :/ in repository path, since CVS does.
93 Fix typo: "pository" should be set from $CVSROOT, not $repository.
94 This fixes a bug reported by Wolfgang Scherer in
95 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
96 along with some related bugs I discovered by inspecting how
97 CVS itself parses $CVSROOT.
98
99 2004-02-04 J\e,bi\e(Br\e,bt\e(Bme Marant <jmarant@nerim.net> (tiny change)
100
101 * emacsclient.c (decode_options): Fix handling of alternate editor.
102
103 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * emacsclient.c (main): Don't use the hostname in the socket name.
106 Look for relative socket names in the /tmp dir rather than in cwd.
107
108 2004-01-24 Richard M. Stallman <rms@gnu.org>
109
110 * emacsclient.c (main): Restore errno from saved_errno,
111 so the error message comes from socket_status.
112
113 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * emacsclient.c (main): Stop if socket name too long.
116 Only try su-fallback if the socket name was not explicit.
117 Check socket name length in su-fallback case as well.
118
119 2004-01-08 Andreas Schwab <schwab@suse.de>
120
121 * emacsclient.c (main): Save errno from socket_status.
122
123 2004-01-04 Andreas Schwab <schwab@suse.de>
124
125 * emacsclient.c (main): Fix socket name when using another user.
126
127 2003-12-27 Paul Eggert <eggert@twinsun.com>
128
129 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
130 a tag, and if the user has not specified an rlog option.
131 Adapted from a suggestion by Martin Stjernholm in
132 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
133 (Copyright): Update to 2003.
134
135 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
136
137 * make-docfile.c (main): For return code, no longer special-case VMS.
138 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
139
140 2003-09-28 Andreas B\e,A|\e(Bsching <crunchy@tzi.de> (tiny change)
141
142 * emacsclient.c (quote_file_name): Print the result instead of
143 returning it. Fix the return type accordingly.
144 (main): With --eval, if no file name, read from stdin.
145 Quote file names.
146
147 2003-09-10 Richard M. Stallman <rms@gnu.org>
148
149 * emacsclient.c (main): Use socket_name.
150
151 2003-09-10 Andreas B\e,A|\e(Bsching <crunchy@tzi.de> (tiny change)
152
153 * emacsclient.c (socket_name): New variable.
154 (longopts, decode_options, print_help_and_exit):
155 Handle --socket-name argument.
156
157 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
158
159 * etags.c (consider_token): Check C++ `operator' only when the
160 token len is long enough.
161
162 2003-08-20 Dave Love <fx@gnu.org>
163
164 * Makefile.in: Remove obsolete references to alloca.
165
166 2003-07-29 Ken Brush <ken@wirex.com>
167
168 * emacsclient.c (main)
169 * etags.c (suggest_asking_for_help)
170 * movemail.c (main): Fix having macros in a printf statement.
171
172 2003-05-31 Juanma Barranquero <lektu@terra.es>
173
174 * makefile.w32-in (lisp): Fix references to byte-run.el,
175 float-sup.el and map-ynp.el, which are now in emacs-lisp.
176
177 2003-05-22 Dave Love <fx@gnu.org>
178
179 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
180 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
181
182 2003-05-20 Dave Love <fx@gnu.org>
183
184 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
185
186 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
187
188 2003-04-27 Oliver Scholz <alkibiades@gmx.de>
189
190 * update-game-score.c (read_scores): Fix corruption of scores on
191 read.
192
193 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
194
195 * emacsclient.c (main): Use new safe location for socket.
196
197 2003-03-12 Tom Tromey <tromey@redhat.com>
198
199 * emacsclient.c (print_help_and_exit): Print to stdout.
200 Exit successfully. Added some blank lines for readability.
201 (decode_options): Don't call print_help_and_exit in default case.
202 Print version information to stdout.
203 (main): Don't call print_help_and_exit.
204
205 2003-02-15 Richard M. Stallman <rms@gnu.org>
206
207 * cvtmail.c: Cast result of malloc and realloc.
208 Don't include stdlib.h, becuase config.h does.
209 (malloc, realloc): Declarations deleted.
210
211 * yow.c (yow): Cast result of malloc and realloc.
212 (malloc, realloc): Declarations deleted.
213
214 2003-02-11 Juanma Barranquero <lektu@terra.es>
215
216 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
217
218 2003-02-08 Andreas Schwab <schwab@suse.de>
219
220 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
221 instead of the substitution.
222
223 2003-02-04 Richard M. Stallman <rms@gnu.org>
224
225 * update-game-score.c (push_score, read_scores): Cast values
226 of malloc and realloc.
227 (main, lock_file): Avoid assignment inside if.
228
229 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
230
231 * Makefile.in: Use @EXEEXT@ for Cygwin.
232
233 2003-01-21 Dave Love <fx@gnu.org>
234
235 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
236 column-0 `('.
237
238 * yow.c: Don't include string.h.
239
240 2003-01-20 Richard M. Stallman <rms@gnu.org>
241
242 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
243 New targets.
244
245 2003-01-06 Kim F. Storm <storm@cua.dk>
246
247 * pop.c (__P): Renamed from _P to avoid problems on Cygwin.
248 All uses changed.
249
250 2002-12-18 Andrew Innes <andrewi@gnu.org>
251
252 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
253 because GNU make doesn't append when using >> redirection.
254
255 2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
256
257 * b2m.pl: Make sure every message ends with a blank line, because
258 some mbox parsers require a blank line before "From " lines.
259
260 2002-12-08 Richard M. Stallman <rms@gnu.org>
261
262 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
263 (_): Test only HAVE_LIBINTL_H to decide what to do.
264
265 2002-12-05 Richard M. Stallman <rms@gnu.org>
266
267 * getopt.c: Comment out include of libintl.h or gettext.h.
268
269 2002-12-04 Richard M. Stallman <rms@gnu.org>
270
271 * Update getopt from gnulib version; changes described below.
272
273 * getopt1.c: Conditionally find getopt.h.
274 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
275
276 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
277 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
278 (wchar.h): Include, maybe.
279 (attribute_hidden): Define if not defind.
280 (__getopt_initialized): Use attribute_hidden.
281 (__libc_argc, __libc_argv): Renamed from original_argc, etc.
282 (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
283 Conditional on USE_NONOPTION_FLAGS.
284 (SWAP_FLAGS): New definitions.
285 (exchange): Test USE_NONOPTION_FLAGS.
286 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
287 (_getopt_internal): Error if argc < 1. New local var print_errors.
288 Improve test for ambiguous long option.
289 Add LIBIO support for error message output.
290 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
291
292 * getopt.h: Maybe include ctype.h.
293 Treat __cplusplus like __STDC__.
294 (decls): Use __ in arg names.
295
296 2002-12-02 Stephen Eglen <stephen@gnu.org>
297
298 * emacsclient.c (main): Tell user how to start server within Emacs
299 if socket could not be found.
300
301 2002-12-02 Richard M. Stallman <rms@gnu.org>
302
303 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
304
305 2002-11-19 Ben Key <bkey1@tampabay.rr.com>
306
307 * makefile.w32-in: Fixed a bug that caused the documentation for
308 the built in function play-sound-internal not to be included in
309 /etc/DOC.
310
311 2002-11-18 Dave Love <fx@gnu.org>
312
313 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
314 fcntl.h, stdarg.h conditionally.
315 (_GNU_SOURCE, __attribute__): Don't define.
316 (optarg, optind, opterr): Declare.
317 (lose, lose_syserr): Use NO_RETURN.
318 (get_user_id): Use P_.
319
320 2002-11-17 Richard M. Stallman <rms@gnu.org>
321
322 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
323
324 2002-11-14 Dave Love <fx@gnu.org>
325
326 * movemail.c (pop_retr): Declare comment.
327
328 * make-docfile.c (read_c_string_or_comment): Declare msgno.
329
330 * Makefile.in (YACC): Deleted.
331
332 2002-10-19 Andreas Schwab <schwab@suse.de>
333
334 * Makefile.in (${archlibdir}): Always create $(gamedir).
335 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
336
337 2002-10-04 Juanma Barranquero <lektu@terra.es>
338
339 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
340
341 2002-09-30 Markus Rost <rost@math.ohio-state.edu>
342
343 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
344 completely.
345
346 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
347
348 * emacsclient.c: Remove SYSV support.
349 (eval, display): New vars.
350 (longopts): Add --eval and --display.
351 (decode_options): Add -e and -d processing.
352 (print_help_and_exit): Update the usage string.
353 (main): Add support for --eval and --display.
354 (main): Always use /tmp and non-qualified hostname.
355
356 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
357
358 * emacsserver.c: Remove.
359
360 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
361
362 * emacsclient.c (quote_file_name): Quote \n.
363 (main): Print a final \n when needed.
364
365 2002-09-03 Francesco Potorti` <pot@gnu.org>
366
367 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
368 string that cannot be freed.
369
370 2002-08-30 Francesco Potorti` <pot@gnu.org>
371
372 * etags.c (consider_token, C_entries): Switch to C++ parsing when
373 auto-detection is enabled and the `::' qualifier is met.
374 (consider_token, C_entries): Several bugs corrected that tagged
375 some declarations even though --declarations was not used.
376 (plainc): New macro.
377 (C_entries): Use it.
378 (C_entries): Several cosmetic changes.
379 (C_entries): Invalidate the token is some cases.
380
381 2002-08-29 Francesco Potorti` <pot@gnu.org>
382
383 * etags.c (C_entries): Correct a problem with const C++ funcs.
384 (ignoreindent): Renamed from noindentypedefs.
385 (cjava, cplpl): They are now macros instead of local vars.
386
387 2002-08-28 Francesco Potorti` <pot@gnu.org>
388
389 * etags.c (HTML_labels): Tag ID= also.
390
391 2002-08-27 Francesco Potorti` <pot@gnu.org>
392
393 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
394
395 * etags.c: (HTML_labels): New language HTML.
396 (etags_strcasecmp): Like BSD's, for compatibility.
397 (strcaseeq): Make it into a macro.
398
399 * etags.c (make_tag): Never generate null length tag names.
400 (linebuffer_init): Renamed from initbuffer. All callers changed.
401 (pattern): Structure renamed to `regexp', member regex renamed to
402 pattern.
403 (node_st): Member pat renamed to regex.
404 (pattern); New member force_explicit_name, for future use.
405 Now always set to true, cannot be reset.
406 (add_regex, regex_tag_multiline, readline): Use it.
407 (main): Free some global structures.
408 (fdesc): New member `written'.
409 (readline, process_file): Initialise it.
410 (put_entries): Set it.
411 (main): Use it to create entries for files without tags.
412 (total_size_of_entries): Do not count invalid tags.
413
414 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
415
416 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
417 for the function name in the usage info.
418
419 2002-07-31 Colin Walters <walters@gnu.org>
420
421 * update-game-score.c (P_): New macro. Use it for all prototypes.
422 (lose): Don't use varargs.
423 (lose_syserr): New function.
424
425 * update-game-score.c: Change all functions to K&R style.
426
427 2002-07-30 Andreas Schwab <schwab@suse.de>
428
429 * Makefile.in (localstatedir): New variable.
430
431 2002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
432
433 * b2m.pl: Fix regexp for finding return address fields.
434
435 2002-07-15 Stefan Monnier <monnier@cs.yale.edu>
436
437 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
438
439 2002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
440
441 * b2m.pl: Obey the rmail file and use the unpruned header properly.
442
443 2002-06-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
444
445 * b2m.pl: New file.
446
447 2002-06-21 Francesco Potorti` <pot@gnu.org>
448
449 * etags.c: (F_getit, Fortran_functions, Ada_getit, Asm_labels)
450 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
451 (PHP_functions, PHP_functions, Cobol_paragraphs)
452 (Makefile_targets, Postscript_functions, Texinfo_nodes)
453 (prolog_pr, erlang_func, erlang_attribute)
454 (Perl_functions, Perl_functions, Pascal_functions)
455 (TeX_commands, get_tag): Use make_tag instead of pfnote.
456 (get_tag): Prototype changed, all callers changed.
457
458 2002-06-20 Francesco Potorti` <pot@gnu.org>
459
460 * etags.c: Implement implicit tag names, that is, unnamed tags
461 whose name is automatically deduced by etags.el. The advantage is
462 that there is no explicit tag name in most tags, so the size of
463 the tags file is reduced, yet find-tag is able to do a match as
464 accurate as with named tags. See the comment in make_tag for details.
465 (make_tag): New function (was the disabled function new_pfnote).
466 (make_C_tag): Use it.
467
468 2002-06-19 Francesco Potorti` <pot@gnu.org>
469
470 * etags.c (add_regex): Invalid regexp modifiers are ignored.
471 (Makefile_targets): Tag variables unless --no-globals.
472 (LOOP_ON_INPUT_LINES): Serious bug corrected.
473
474 2002-06-13 Francesco Potorti` <pot@gnu.org>
475
476 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
477 (invalidate_nodes): Bug corrected.
478 (print_help): Better help for regexps.
479
480 2002-06-13 Juanma Barranquero <lektu@terra.es>
481
482 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
483 font-core.elc.
484
485 2002-06-12 Francesco Potorti` <pot@gnu.org>
486
487 * etags.c: New multi-line regexp and new regexp syntax.
488 (arg_type): at_icregexp label removed (obsolete).
489 (pattern): New member multi_line for multi-line regexps.
490 (filebuf): A global buffer containing the whole file as a string
491 for multi-line regexp matching.
492 (need_filebuf): Global flag raised if multi-line regexps used.
493 (print_help): Document new regexp modifiers, remove references to
494 obsolete option --ignore-case-regexp.
495 (main): Do not set regexp syntax and translation table here.
496 (main): Treat -c option as a backward compatibility hack.
497 (main, find_entries): Init and free filebuf.
498 (find_entries): Call regex_tag_multiline after the regular parser.
499 (scan_separators): Check for untermintaed regexp and return NULL.
500 (analyse_regex, add_regex): Remove the ignore_case argument, which
501 is now a modifier to the regexp. All callers changed.
502 (add_regex): Manage the regexp modifiers.
503 (regex_tag_multiline): New function. Reads from filebuf.
504 (readline_internal): If necessary, copy the whole file into filebuf.
505 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
506
507 2002-06-11 Francesco Potorti` <pot@gnu.org>
508
509 * etags.c (add_regex): Better check for null regexps.
510 (readline): Check for regex matching null string.
511 (find_entries): Reorganisation.
512
513 2002-06-07 Francesco Potorti` <pot@gnu.org>
514
515 * etags.c (scan_separators): Support all character escape
516 sequences supported by Gcc.
517 (find_entries): Rewind unconditionally.
518 (find_entries): Do not call language functions directly, now calls
519 itself.
520 (find_entries): Do general initialisations here.
521 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
522 (Ada_getit, Pascal_functions, Pascal_functions)
523 (prolog_skip_comment): Do not do them here.
524 (readline_internal): Increment lineno here.
525 (readline): Conditionally undo readline_internal increment.
526 (readline): Do not return a value.
527
528 2002-06-06 Francesco Potorti` <pot@gnu.org>
529
530 * etags.c: New option --parse-stdin=FILE.
531 (enum arg_type): New label at_stdin.
532 (STDIN): New constant.
533 (parsing_stdin): New flag.
534 (longopts): New option --parse-stdin=NAME.
535 (print_help): Document it.
536 (main): Handle it.
537 (process_file): Split into process_file and process_file_name.
538 (process_file_name): New function.
539
540 * etags.c: Improvements and bug squashing in TeX handling.
541 (TeX_commands): Skip comments.
542 (TEX_defenv): Now contains more contructs.
543 (TEX_cmt): Make it a static char and move it before TeX_commands.
544 (TeX_commands): Shorten the tag to the brace after the name.
545 (TeX_commands): Names now include the initial backslash.
546 (TeX_commands): Names do not include numeric args #n.
547 (TeX_commands): Correct line char number in tags.
548 (TEX_tabent, TEX_token): Deleted.
549 (TeX_commands, TEX_decode_env): Streamlined.
550
551 2002-06-05 Francesco Potorti` <pot@gnu.org>
552
553 * etags.c (main): Avoid a buffer overrun with sprintf.
554
555 2002-05-30 Richard M. Stallman <rms@gnu.org>
556
557 * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
558 (LIBS_MOVE): Renamed from MOVE_LIBS.
559
560 2002-05-26 Paul Eggert <eggert@twinsun.com>
561
562 Reinstate the following change from 2002-03-22, which was
563 inadvertently lost on 2002-04-13.
564
565 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
566 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
567 the latter usage.
568
569 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
570
571 * pop.c (socket_connection): Move the code to resolve the POP
572 host right before trying to connect with it.
573
574 2002-04-28 Colin Walters <walters@verbum.org>
575
576 * Makefile.in (${archlibdir}): Don't conditionalize on
577 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
578 or not we have access to the specified game user.
579
580 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
581 (main): New argument -d, for specifying directory.
582 (usage): Document.
583 (get_user_id): Compute.
584 (get_home_dir): Deleted.
585 (get_prefix): New function, taken from main.
586 (main): Check whether or not we are running setuid. Move prefix
587 computation to get_prefix. Don't call getpwent; we don't need to
588 any more. Instead, move it to get_user_id().
589
590 2002-04-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
591
592 * ebrowse.c (skip_initializer): Return void.
593
594 2002-04-23 Colin Walters <walters@verbum.org>
595
596 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
597 space.
598
599 2002-04-22 Francesco Potorti` <pot@gnu.org>
600
601 * etags.c: (last_node): Make it a global variable.
602 (process_file): Print the tags from the nodes as soon as
603 possible, and delete the nodes. This brings down the memory
604 occupancy as etags to almost the same level as when the #line
605 directives were not parsed.
606 (free_fdesc): New function.
607 (find_entries): Use it.
608 (invalidate_nodes): In etags mode, do not just mark the nodes as
609 invalid, do delete them.
610
611 2002-04-21 Gerd Moellmann <gerd@gnu.org>
612
613 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
614
615 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
616
617 * update-game-score.c: Move config.h before the other headers, to
618 avoid compiler warnings.
619
620 2002-04-16 Francesco Potorti` <pot@gnu.org>
621
622 * etags.c (find_entries): Bug fix in list management.
623
624 2002-04-15 Francesco Potorti` <pot@gnu.org>
625
626 * etags.c (get_language_from_filename): Add one argument.
627 (strcaseeq): New function.
628 (get_language_from_filename): Use it to do a case insenstitive
629 comparison if called with appropriate args.
630 (find_entries): Try with case insensitive match.
631 (process_file): Bug fixed.
632
633 2002-04-13 Francesco Potorti` <pot@gnu.org>
634
635 * etags.c (find_entries): Delete tags previously obtained from
636 file xxx.c's #line directives when parsing file xxx.y. This is
637 generally done for automatically generated files containing
638 #line directives. This handles the case when xxx.y is tagged
639 before xxx.c, and the entries of xxx.c pointing to xxx.y should
640 be discarded.
641 (language): Add the metasource member. Initializers changed.
642 (invalidate_nodes): New function.
643 (readline): Discard lines after having found a #line
644 directive pointing to an already tagged file. This handles the
645 case when xxx.y is tagged before xxx.c, and the entries of
646 xxx.c pointing to xxx.y should be discarded.
647 (fdesc): New structure for keeping track of input files.
648 (fdesc): Remove `file' member (a string) and use instead a pointer
649 to a file description structure.
650 (curfile, curfiledir, curtagfname, curlang, nocharno)
651 (forced_lang): Global variables removed in favor of fdhead and
652 curfdp, pointers to file description strucures.
653 (longopts, main, print_help): Use the CTAGS conditional to include
654 or exclude options that work on etags or ctags only.
655 (process_file, find_entries, pfnote, add_node, put_entries)
656 (readline): Use fdhead and curfdp.
657 (process_file, find_entries): Do not take an arg string, all
658 callers changed.
659
660 * etags.c (longopts, print_help, main): Test CTAGS to disallow
661 options that are not right for either etags or ctags.
662
663 * etags.c (number_len, total_size_of_entries): Define them also
664 in CTAGS mode, because gcc does not compile all refs away.
665
666 2002-04-14 Colin Walters <walters@debian.org>
667
668 * update-game-score.c (lock_file): If the lock file is older than
669 an hour, delete it. Reset attempts to zero if we have to break
670 the lock.
671
672 2002-04-14 Andreas Schwab <schwab@suse.de>
673
674 * update-game-score.c (read_score): Fix type of second parameter
675 of getdelim to be of type size_t instead of int. Use 0 instead of
676 ESUCCES.
677
678 2002-04-10 Colin Walters <walters@verbum.org>
679
680 * update-game-score.c: (toplevel): Include stdarg.h.
681 (MAX_DATA_LEN, MAX_SCORES): New.
682 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
683 default to ~/.emacs.d/games.
684 (get_user_id): Don't zero uid in the case where we can't get the
685 username.
686 (lose): New function.
687 (main): Actually use `max', and default it to MAX_SCORES.
688 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
689 function.
690 (read_score): Handle the case of reading unamelen characters, then
691 finishing. Use mktemp if mkstemp isn't available.
692 (lock_file, unlock_file): Delete unused versions.
693 (lock_file): Always sleep, even if we unlinked the lock file.
694
695 * Makefile.in (gamedir, gameuser): New variables.
696 (toplevel, UTILITIES): Add update-game-score.
697 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
698
699 2002-04-07 Colin Walters <walters@verbum.org>
700
701 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
702 (get_user_id): Take struct passwd as an argument.
703 (get_home_dir): New function.
704 (main): Read in user information here. Discover home directory if
705 necessary.
706 (read_score): Trim newline only in `getline' case.
707
708 2002-04-05 Colin Walters <walters@debian.org>
709
710 * update-game-score.c (toplevel): Include pwd.h.
711 (struct score_entry): Add username field.
712 (push_score): Use it.
713 (get_user_id): New function.
714 (main): Don't malloc excessively.
715 (main): Use username field.
716 (read_score): Read it.
717 (push_score): Handle it.
718 (write_scores) Write it.
719 (read_score): Handle arbitrary length data.
720
721 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
722
723 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
724
725 2002-03-29 Gerd Moellmann <gerd@gnu.org>
726
727 * ebrowse.c (add_declarator, skip_initializer): New functions.
728 (declaration): Use them.
729
730 2002-03-28 Jason Rumney <jasonr@gnu.org>
731
732 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
733
734 2002-03-27 Colin Walters <walters@debian.org>
735
736 * update-game-score.c: New file.
737
738 2002-03-22 Paul Eggert <eggert@twinsun.com>
739
740 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
741 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
742 the latter usage.
743
744 2002-03-12 Francesco Potorti` <pot@gnu.org>
745
746 * etags.c (Python_functions): Skip spaces at beginning of lines.
747 (Python_functions, PHP_functions): Name tags, for ctags' sake.
748 (TeX_commands): Name tags. Correction of old disabled code.
749
750 * etags.c (curfiledir, curtagfname): New global variables.
751 (process_file): Initialise them.
752 (readline): Canonicalize the name found in #line directive.
753
754 2002-03-06 Jason Rumney <jasonr@gnu.org>
755
756 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
757 compilers that don't optimize out dead code.
758
759 2002-03-05 Francesco Potorti` <pot@gnu.org>
760
761 * etags.c: Honour #line directives.
762 (no_line_directive): New global var; set it for old behaviour.
763 (main): Remove some #ifdef in the getopt switch.
764 (add_node, put_entries): Code added to merge different chunks of
765 nodes referring to the same file. Currently the tags are just
766 appended, without any check for duplicates.
767 (Perl_functions): Do not special case ctags.
768 (readline): Identify #line directives and do the right thing.
769 (nocharno, invalidcharno): New global vars.
770 (process_file): Reset nocharno.
771 (readline): Set nocharno.
772 (pfnote): Read nocharno and maybe put invalidcharno in node.
773 (total_size_of_entries, put_entries): Use invalidcharno.
774
775 * etags.c: Keep the whole tag table in memory, even in etags mode.
776 (main): Call put_entries here even in CTAGS mode.
777 (main, process_file): Check the return values of fclose and pclose.
778 (process_file): Do not call put_entries after parsing each file.
779 (process_file): Canonicalise file names even for ctags.
780 (process_file): Set curfile here...
781 (find_entries): ... not here any more.
782 (add_node): In etags mode, build a linked list of entries (on
783 right pointer) for each file, and link the first entry of each
784 file on left nodes.
785 (put_entries): Print here the name of the file.
786 (put_entries): Print the entries starting from the first file.
787 (number_len, total_size_of_entries): Define these only in etags
788 mode, make the second work only on the right nodes.
789
790 * etags.c: Make all global variables static.
791
792 2002-02-25 Juanma Barranquero <lektu@terra.es>
793
794 * makefile.w32-in (lisp): Add missing backslash.
795
796 2002-02-24 Jason Rumney <jasonr@gnu.org>
797
798 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
799 using .elc files.
800 (lisp): Sync with list in src/Makefile.in
801 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
802
803 2002-02-10 Paul Eggert <eggert@twinsun.com>
804
805 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
806 disallows the old syntax.
807
808 2002-02-03 Paul Eggert <eggert@twinsun.com>
809
810 * rcs2log(Copyright): Update to 2002.
811 (AWK, TMPDIR): Work around portability problem in broken shells that
812 don't understand `: ${VAR=val}'.
813 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
814 Prefer the new -k option to the traditional +M -N option.
815
816 2002-01-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
817
818 * b2m.c (main): Parenthesize assignment when used as truth value
819 to prevent gcc warnings.
820
821 * fakemail.c: Include <config.h>.
822
823 2001-12-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
824
825 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
826 * yow.c: Include <config.h>.
827
828 2001-12-21 Francesco Potorti` <pot@gnu.org>
829
830 * etags.c (Perl_functions): Tag packages and use them in sub tags.
831 (get_tag): Return a pointer to the tag that is found.
832
833 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
834 (F_takeprec): Renamed from takeprec. All callers changed.
835 (F_getit): Renamed from getit. All callers changed.
836 (nocase_tail): Renamed from tail. All callers changed.
837 (Ada_getit): Renamed from adagetit. All callers changed.
838 (L_getit): Simplify by using get_tag.
839 (Perl_functions, Postscript_functions, erlang_attribute): Use the
840 modified LOOKING_AT.
841 (notinname): Removed '[' and added ')' to the recognised chars.
842 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
843 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
844 Clarified, using strneq or notinname.
845 (L_isdef, L_isquote): Removed.
846 (Lisp_functions, L_getit): Clarified.
847
848 * etags.c: (P_): Renamed to __P for consistency with config.h.
849 [HAVE_CONFIG_H]: Let config.h deal with __P.
850 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
851 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
852 gperf code needs it.
853 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with Xemacs).
854 [HAVE_CONFIG_H] [!__P]: Define __P (for use with Xemacs).
855 (xmalloc, xrealloc): Use PTR instead of long *.
856 (bool): Make it a define, not a typedef, for C++ compilers.
857 (pattern): Members renamed to avoid name clash in some C++ compilers.
858 (get_language_from_langname): Use const argument.
859
860 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
861
862 * makefile.nt, makefile.w32-in: Remove mocklisp files.
863
864 2001-12-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
865
866 * emacsserver.c: Conditionally include config.h.
867
868 * fakemail.c: Likewise.
869
870 * emacsclient.c: Include "config.h", not <../src/config.h>.
871 (main): Parenthesize assignment when used as truth value to
872 prevent gcc warnings.
873
874 * ebrowse.c: Include stdlib.h and string.h conditionally.
875
876 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
877
878 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
879
880 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
881
882 * test-distrib.c: Fix previous change.
883
884 2001-12-18 Dave Love <fx@gnu.org>
885
886 * test-distrib.c: Conditionally include fcntl.h.
887
888 * fakemail.c: Include "config.h", not <../src/config.h>.
889 (_XOPEN_SOURCE): Define as 500.
890
891 * emacsserver.c: Include "config.h", not <../src/config.h>.
892
893 * cvtmail.c: Include config.h, stdlib.h.
894 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
895
896 * yow.c: Conditionally include various headers. Use "epaths.h",
897 not <../src/epaths.h>.
898 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
899
900 2001-12-12 Francesco Potorti` <pot@gnu.org>
901
902 * etags.c (PHP_functions): New function for parsing PHP.
903 (LOOKING_AT): New macro.
904 (Perl_functions, Python_functions, PHP_functions)
905 (Scheme_functions, Texinfo_nodes): Use it.
906 (Perl_functions): Use strneq.
907 (prolog_pred): Renamed to prolog_pr.
908 (prolog_pr): Recognise Prolog rules in addition to predicates.
909 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
910 unmodified compile, as Cygwin's regex.h is incompatible with us.
911 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
912
913 2001-12-11 Richard M. Stallman <rms@gnu.org>
914
915 * Makefile.in (clean): Don't delete ../etc/DOC*.
916
917 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
918
919 * COPYING: Moved back.
920
921 2001-11-30 Andrew Innes <andrewi@gnu.org>
922
923 * makefile.w32-in (FACE_SUPPORT):
924 (MOUSE_SUPPORT):
925 (FLOAT_SUPPORT):
926 (WINNT_SUPPORT):
927 (lisp): Reference .el files instead of .elc files, to simplify
928 bootstrapping.
929 ($(DOC)): Change dependency to just `make-docfile'.
930
931 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
932
933 * COPYING: Removed.
934
935 2001-11-28 Paul Eggert <eggert@twinsun.com>
936
937 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
938
939 The following changes are derived from suggestions by Bob Chapman
940 <rechapman@compuserve.com>.
941
942 * rcs2log (printlogline): Also allow tab and newline to separate
943 '(function):' from the rest of a comment.
944 (reformat the sorted log entries): Require date and author to
945 match the clumpname.
946
947 2001-11-16 Gerd Moellmann <gerd@gnu.org>
948
949 * ebrowse.c (matching_regexp): Escape '\\'.
950
951 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
952
953 * Makefile.in: Add support for --program-prefix, --program-suffix
954 and --program-transform-name options.
955
956 2001-11-03 Richard M. Stallman <rms@gnu.org>
957
958 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
959
960 * movemail.c (popmail): Always pass two args to `error'.
961
962 2001-10-24 Ken Raeburn <raeburn@gnu.org>
963
964 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
965 -lhesiod and maybe -lresolv.
966 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
967 support if it's available.
968
969 2001-10-21 Miles Bader <miles@gnu.org>
970
971 * make-docfile.c (struct rcsoc_state): New type.
972 (read_c_string_or_comment): Add SAW_USAGE
973 parameter, and implement scanning for a `usage:' keyword.
974 Use a variable of type `rcsoc_state' to hold most of our state.
975 (put_char): Add STATE parameter, and remove all other parameters
976 except CH. Use STATE to get access to all needed state.
977 (scan_keyword_or_put_char): New function.
978 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
979 Don't output a usage-string if there was one in the doc-string.
980
981 2001-10-20 Gerd Moellmann <gerd@gnu.org>
982
983 * (Version 21.1 released.)
984
985 2001-10-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
986
987 * b2m.c: Properly spell the name of Emacs.
988
989 2001-10-17 Miles Bader <miles@gnu.org>
990
991 * make-docfile.c (put_char): New function.
992 (read_c_string_or_comment): Strip trailing spaces and newlines.
993
994 2001-10-16 Miles Bader <miles@gnu.org>
995
996 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
997 comments [with `doc:' keyword prefix].
998
999 2001-10-15 Gerd Moellmann <gerd@gnu.org>
1000
1001 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
1002 in a C doc comment.
1003
1004 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1005
1006 * make-docfile.c (read_c_string_or_comment): Renamed from
1007 read_c_string. Add parameter COMMENT. Read C-style comments.
1008 (scan_c_file): Handle doc strings in C comments.
1009
1010 2001-10-12 Andrew Innes <andrewi@gnu.org>
1011
1012 * makefile.nt (ALL): Do not include fakemail.
1013
1014 * makefile.w32-in (install): Do not copy fakemail.
1015
1016 2001-10-10 Jason Rumney <jasonr@gnu.org>
1017
1018 * makefile.w32-in (ALL) Do not include fakemail.
1019
1020 * makefile.nt (install) Ditto.
1021
1022 2001-10-09 Gerd Moellmann <gerd@gnu.org>
1023
1024 * emacsserver.c (main): Cast geteuid in sprintf to int.
1025
1026 * emacsclient.c (main): Cast isdigit argument to unsigned char.
1027
1028 2001-10-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1029
1030 * profile.c: Include config.h, not ../src/config.h.
1031 Include systime.h, not ../src/systime.h.
1032
1033 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1034
1035 * Branch for 21.1.
1036
1037 2001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
1038
1039 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
1040 ALIASEE to help work with namespace aliases.
1041 (struct sym): Remove struct member NAMESP_ALIASES.
1042 (namespace_alias_table): New variable.
1043 (make_namespace): Add parameter CONTEXT.
1044 (check_namespace): New function.
1045 (find_namespace): Add parameter CONTEXT.
1046 (check_namespace_alias): New function.
1047 (register_namespace_alias): Change type of parameter OLD_NAME.
1048 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
1049 (check_namespace): New function.
1050 (enter_namespace): Call find_namespace with CONTEXT parameter.
1051 (match_qualified_namespace_alias): New function.
1052 (parse_qualified_ident_or_type): Fix typo in comment.
1053 While parsing qualified ident or type update namespace context and
1054 restore it on exit.
1055 (parse_qualified_param_ident_or_type): Fix typo in comment.
1056 (globals): Change handling of namespace aliases.
1057 (version): Add year 2001.
1058
1059 2001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
1060
1061 * etags.c (analyse_regex): If regex_arg is NULL, return
1062 immediately after a call to free_patterns.
1063
1064 2001-09-05 Paul Eggert <eggert@twinsun.com>
1065
1066 * rcs2log (Help, mainline code): Add new option -L FILE.
1067 (Copyright): Update year.
1068 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
1069 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
1070 C locale.
1071 (mainline code): Handle nonstandard -u option differently, by
1072 transforming it to standard form. Check for "Working file: ", not
1073 "Working file:". Allow file names with spaces.
1074 (SOH, rlogfile): New shell vars.
1075 (rlogout): Remove. Its old functionality is mostly migrated to
1076 rlogfile.
1077
1078 Append ';;' to the last arm of every case statement, for
1079 portability to ancient broken BSD shells.
1080
1081 (logins): Fix bug; was not being computed at all, lowering performance.
1082 (pository): New var. This fixes some bugs where repositories are
1083 remote, or have trailing slashes.
1084 (authors): $llogout is never an empty shell var, so don't worry
1085 about that possibility.
1086 (printlogline, mainline code): Fix bug with SOH's being put into
1087 the output.
1088
1089 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
1090
1091 * ebrowse.c (SEEK_END): #define if not defined by system headers.
1092 Suggested by Dave Love <d.love@dl.ac.uk>.
1093
1094 2001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * makefile.nt (lisp): Synchronize with src/Makefile.in.
1097 * makefile.w32-in (lisp): Ditto.
1098
1099 2001-07-25 Juanma Barranquero <lektu@terra.es>
1100
1101 * grep-changelog (parse_changelog): Remove unused local variable.
1102
1103 * grep-changelog (main): Add new option --reverse.
1104 (print_log): Use it.
1105 (parse_changelog): Use it.
1106
1107 2001-07-20 Gerd Moellmann <gerd@gnu.org>
1108
1109 * grep-changelog: Remove RCS Id keyword.
1110
1111 2001-07-20 Juanma Barranquero <lektu@terra.es>
1112
1113 * grep-changelog (parse_changelog): Add tests for defined values
1114 to quiet warning from Perl 5.005 or above.
1115 (entry_match_p, header_match_p): Fix handling of null or empty
1116 argument to prevent duplicate headers.
1117
1118 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
1119
1120 2001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
1121
1122 * emacsclient.c (print_help_and_exit): Fix help message for
1123 +LINE:COLUMN option.
1124
1125 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1126
1127 * emacsclient.c (main): Add support for +LINE:COLUMN command line
1128 argument.
1129
1130 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1131
1132 * ebrowse.c (main): Check that the output file exists and
1133 is non-empty if invoked with `--append'.
1134
1135 2001-05-14 Francesco Potorti` <pot@gnu.org>
1136
1137 * etags.c (add_regex): Reset the whole newly allocated pattern
1138 buffer instead of the individual members. It's safer and works
1139 with Xemacs.
1140
1141 * etags.1: Markups corrected.
1142
1143 2001-05-08 Gerd Moellmann <gerd@gnu.org>
1144
1145 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
1146
1147 2001-05-03 Gerd Moellmann <gerd@gnu.org>
1148
1149 * ebrowse.c (globals): Fix handling of namespace aliases.
1150
1151 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * etags.c (print_help): Enclose the regexp in the help text
1154 example in quotes.
1155
1156 2001-04-05 Dave Love <fx@gnu.org>
1157
1158 * emacsclient.c (fail): Don't return a value.
1159 (main): Cast uid values for sprintf.
1160
1161 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1162
1163 * emacsclient.c (fail, main): Don't use implicit int return type.
1164
1165 * b2m.c (main): Always return a value.
1166
1167 2001-03-02 Gerd Moellmann <gerd@gnu.org>
1168
1169 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
1170 freshly allocated object in *LAST_ID.
1171 (read_line): Accept \r\n line endings.
1172
1173 2001-02-24 Andrew Innes <andrewi@gnu.org>
1174
1175 * makefile.w32-in: Fix copyright notice.
1176
1177 2001-02-23 Francesco Potorti` <pot@gnu.org>
1178
1179 * etags.c (enum sym_type): New label st_C_template.
1180 (gperf input): Use it for switching to C++ from C.
1181 (consider_token): Do it.
1182 (C_entries): Initialise typdefcblev to quiet compilers.
1183 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
1184
1185 2001-02-22 Andrew Innes <andrewi@gnu.org>
1186
1187 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
1188 VMS header files.
1189 ($(BLD)\profile.obj): Ditto.
1190
1191 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
1192 VMS header files.
1193 ($(BLD)/profile.$(O)): Ditto.
1194
1195 2001-02-05 Andrew Innes <andrewi@gnu.org>
1196
1197 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
1198 invocation of make-docfile, to work with Windows 2000.
1199
1200 2001-01-31 Dave Love <fx@gnu.org>
1201
1202 * etags.c (in_word_set): Use `static' in definition (for pcc).
1203
1204 2001-01-31 Francesco Potorti` <pot@gnu.org>
1205
1206 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
1207 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
1208 (C_entries): Tag token renamed to still_in_token because sunos4
1209 pcc wants to expand it as the token() macro even though it has no
1210 arguments.
1211
1212 2001-01-30 Andrew Innes <andrewi@gnu.org>
1213
1214 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
1215 bug in the Mingw32 assert.h header file.
1216
1217 2001-01-30 Francesco Potorti` <pot@gnu.org>
1218
1219 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
1220 #define it for the sake of Xemacs.
1221 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
1222 HAVE_CONFIG_H. This change only affects a standalone etags.
1223 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
1224 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
1225 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
1226 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
1227 WINDOWSNT, as this is the correct way to use it.
1228
1229 2001-01-28 Francesco Potorti` <pot@gnu.org>
1230
1231 * etags.c: Be capable to parse nested struct-like structures.
1232 (structdef, structtag): Struct state machine revisited.
1233 (struct tok): Revisited.
1234 (cstack, nestlev, instruct): New struct and macros.
1235 (pushclass_above, popclass_above, write_classname): New functions
1236 for dealing with nested class names.
1237 (consider_token, make_C_tag, C_entries): Many changes for dealing
1238 with arbitrarily nested structures.
1239 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
1240 (C_entries): Consider templates in C++.
1241 (sym_type): New constant st_C_class for detecting "class" also in
1242 C mode.
1243 (C_AUTO): New macro for automatic detection of C++.
1244 (consider_token): Automatic set C++ mode.
1245 (C_entries): New security check for yacc.
1246 (print_language_names, print_help): Mention the autodetect
1247 feature, do not show help for the -C option, now mostly useless.
1248 (C_entries): Tag C++ forward declarations if --declarations.
1249 (C_entries): Don't be fooled by things like XDEFUN.
1250 (consider_token): Discard asm pseudo function.
1251
1252 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1253
1254 * etags.c: Add a coding: tag.
1255
1256 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1257
1258 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
1259 New variables.
1260 (matching_regexp): Use them instead of static variables in
1261 function scope.
1262
1263 2001-01-25 Francesco Potorti` <pot@gnu.org>
1264
1265 * etags.c (struct tok): Renamed from struct token.
1266 (token): Renamed from tok.
1267 (structtype): Make it a local variable.
1268 [DEBUG]: Use assert.
1269 (xrnew): Change the synopsis.
1270 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
1271 (grow_linebuffer): Don't call xrnew when not needed.
1272 (token): Buffer renamed to line.
1273 (C_entries): Three calls to inibuffer moved here from main.
1274 (C_entries): Remove all references to var methodlen, delete it.
1275 (linebuffer_setlen): Was grow_buffer, now also sets len.
1276 (consider_token, C_entries, Pascal_functions): Use it.
1277 (C_entries): Preventing problems relative to extern "C".
1278 (C_entries): Can tag more than one variable or func separated by
1279 comma when --declarations is used.
1280 (C_entries): More accurate tagging of members and declarations.
1281 (yacc_rules): Was global, made local to C_entries.
1282 (next_token_is_func): Removed.
1283 (fvdef): New constants fdefunkey, fdefunname.
1284 (consider_token, C_entries): Use them.
1285 (C_entries): Build proper lisp names for Emacs DEFUNs.
1286
1287 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1288
1289 * ebrowse.c (xfree): New function.
1290 (member, declaration, globals): Use xmalloc instead of alloca.
1291
1292 2001-01-15 Francesco Potorti` <pot@gnu.org>
1293
1294 * etags.c (print_language_names): Print filenames in addition to
1295 suffixes.
1296
1297 2001-01-14 Francesco Potorti` <pot@gnu.org>
1298
1299 * etags.c (get_language_from_langname): Renamed from
1300 get_language_from_name.
1301 (get_language_from_filename): Renamed from get_language_from_suffix.
1302 Now first looks for the complete file name.
1303 (language): New member char **filenames.
1304 (Makefile_filenames): List of possible filenames for makefiles.
1305 (lang_names): Add a NULL member for every entry, added an entry
1306 for makefiles.
1307 (Makefile_targets): New function.
1308 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
1309 it conformant to the style of the rest of the code.
1310
1311 2001-01-13 Gerd Moellmann <gerd@gnu.org>
1312
1313 * make-docfile.c (write_c_args): Print newlines as spaces.
1314
1315 2001-01-06 Andrew Innes <andrewi@gnu.org>
1316
1317 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
1318 of *.pdb.
1319
1320 2001-01-03 Paul Eggert <eggert@twinsun.com>
1321
1322 * lib-src/rcs2log: Avoid security hole allowing attacker to
1323 cause user of rcs2log to overwrite arbitrary files, fixing
1324 a bug reported by Morten Welinder.
1325
1326 Don't put "exit 1" at the end of the exit trap; it's
1327 ineffective in POSIX shells.
1328
1329 2001-01-02 Gerd Moellmann <gerd@gnu.org>
1330
1331 * ebrowse.c (yyerror): Change to take two arguments.
1332 Add prototype. Change callers.
1333
1334 2001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1335
1336 * ebrowse.c (enter_namespace, main): Cast variables to shut up
1337 compiler warnings.
1338 (yyerror): Change parameter declarations to be of type long, so
1339 that they can take pointers on 64-bit platforms.
1340
1341 * emacsclient.c (main): Remove unused local variable statbfr.
1342 (main) <homedir>: Make its declaration conditional on
1343 SERVER_HOME_DIR, to avoid compiler warnings.
1344
1345 * emacsserver.c (main) <homedir>: Make its declaration conditional
1346 on SERVER_HOME_DIR, to avoid compiler warnings.
1347
1348 * fakemail.c (readline): Cast buffer to "long *" to pacify
1349 over-zealous compilers.
1350
1351 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1352
1353 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
1354
1355 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1356
1357 * ebrowse.c (operator_name): Cast argument of isalpha to
1358 unsigned char.
1359
1360 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
1361 Use them throughout instead of ctype functions/macros.
1362 (lowcase): Cast to unsigned char.
1363 (UPCASE): New macro.
1364 (canonicalize_filename): Use UPCASE instead toupper.
1365
1366 * fakemail.c (get_keyword): Make sure that isspace and
1367 similar aren't called with a negative argument.
1368
1369 2000-12-13 Dave Love <fx@gnu.org>
1370
1371 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
1372
1373 2000-12-06 Andrew Innes <andrewi@gnu.org>
1374
1375 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
1376 don't know the real version, and I can't seem to get the quoting
1377 right in all circumstances.
1378
1379 * ebrowse.c (VERSION): Provide default definition, like etags.c
1380 does, because Windows build can't snarf this from version.el.
1381
1382 2000-11-30 Andrew Innes <andrewi@gnu.org>
1383
1384 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
1385 (install): Ditto.
1386
1387 2000-11-23 Jason Rumney <jasonr@gnu.org>
1388
1389 * makefile.w32-in: Add targets for ebrowse.exe.
1390 (LOCAL_FLAGS): Add -DVERSION flag.
1391
1392 2000-09-25 Dave Love <fx@gnu.org>
1393
1394 * sorted-doc.c: Include config.h.
1395 [!HAVE_STDLIB_H]: Declare malloc.
1396
1397 2000-09-14 Andrew Innes <andrewi@gnu.org>
1398
1399 * makefile.w32-in: Revert to Unix line endings.
1400
1401 2000-09-04 Dave Love <fx@gnu.org>
1402
1403 * movemail.c (index, rindex): Prototype conditionally.
1404
1405 2000-09-03 Andrew Innes <andrewi@gnu.org>
1406
1407 * makefile.w32-in: Change to DOS line endings.
1408
1409 2000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * movemail.c (toplevel): Remove redundant fcntl.h.
1412 [!F_OK]: Provide default definitions only after including both
1413 fcntl.h and unistd.h.
1414
1415 2000-08-29 Dave Love <fx@gnu.org>
1416
1417 * movemail.c: Revert previous change.
1418
1419 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
1420
1421 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
1422
1423 2000-08-28 Dave Love <fx@gnu.org>
1424
1425 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
1426 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
1427
1428 2000-08-22 Andrew Innes <andrewi@gnu.org>
1429
1430 * ntlib.h (WIN32): Remove unnecessary definition.
1431 (sleep): Make argument unsigned long.
1432 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
1433
1434 * ntlib.c (sleep): Make argument unsigned long.
1435
1436 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
1437
1438 * makefile.w32-in: New file.
1439
1440 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
1443 letter only if it is a drive letter.
1444
1445 2000-07-14 Gerd Moellmann <gerd@gnu.org>
1446
1447 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
1448
1449 * etags.c (xmalloc, xrealloc): Make externally visible, for use
1450 by alloca.o.
1451
1452 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
1453
1454 2000-07-10 Gerd Moellmann <gerd@gnu.org>
1455
1456 * ebrowse.c (yylex): Accept string literals with newlines in them.
1457 (process_pp_line): Handle case of string literal with newline
1458 in it in replacement text, which counts as continuing the
1459 replacement text in GNU C.
1460
1461 2000-07-02 Gerd Moellmann <gerd@gnu.org>
1462
1463 * ebrowse.c (token_string): Add missing tokens.
1464 (parm_list): Handle case of qualified pointers.
1465
1466 2000-06-23 Dave Love <fx@gnu.org>
1467
1468 * ebrowse.c: Move config.h before other includes (which may use
1469 feature tests).
1470
1471 2000-06-14 Jim Meyering <meyering@lucent.com>
1472
1473 * grep-changelog: Fix typos in comments. Remove trailing blanks.
1474
1475 2000-06-11 Jason Rumney <jasonr@gnu.org>
1476
1477 * makefile.nt: Add targets for ebrowse.
1478
1479 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
1480 compare filenames.
1481
1482 2000-06-06 Gerd Moellmann <gerd@gnu.org>
1483
1484 * ebrowse.c (ymalloc): Renamed from xmalloc.
1485 (yrealloc): Renamed from xrealloc.
1486
1487 2000-05-21 Dave Love <fx@gnu.org>
1488
1489 * movemail.c: Include config.h, not ../src/config.h.
1490 (Errmsg): Bump length.
1491
1492 * pop.c (ERROR_MAX): Increase to 160.
1493
1494 2000-05-04 Gerd Moellmann <gerd@gnu.org>
1495
1496 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
1497
1498 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1499
1500 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
1501 Define to semi-colon.
1502 (FILENAME_EQ): New macro, for comparing file names.
1503 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
1504 (process_file): Don't assume that fread always reads as many bytes
1505 as it was told to (DOS-style CR-LF text files fail this logic).
1506 (open_file): Allocate enough space for path->path plus the file
1507 name and the slash.
1508
1509 2000-04-19 Dave Love <fx@gnu.org>
1510
1511 * etags.c (Texinfo_functions): New function.
1512 (lang_names): Install it.
1513 (Texinfo_suffixes): New variable.
1514
1515 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1516
1517 * ebrowse.c (xmalloc, xrealloc): Rewritten.
1518 (declaration): Remove parameter IS_EXTERN.
1519 (class_definition): Remove unused variable.
1520
1521 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1522
1523 * Makefile.in (INSTALLABLES): Add ebrowse.
1524 (ebrowse): New target.
1525
1526 * ebrowse.c: New file.
1527
1528 2000-03-29 Andreas Schwab <schwab@suse.de>
1529
1530 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
1531
1532 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1533
1534 * etags.c (lisp_suffixes) Add `LSP'.
1535
1536 2000-02-10 Francesco Potorti` <pot@gnu.org>
1537
1538 * etags.c (iswhite): Redefine not to consider '\0' as white
1539 space, and use it throughout in place of isspace, thus preventing a
1540 potential signed char to int conversion problem.
1541 (MSDOS): #undefine befere redefining
1542
1543 2000-02-04 Francesco Potorti` <pot@gnu.org>
1544
1545 * etags.c (many functions): Add prototypes.
1546
1547 2000-02-10 Dave Love <fx@gnu.org>
1548
1549 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
1550 (erlang_func): Add `static' to definitions to keep pcc happy.
1551
1552 2000-01-31 Francesco Potorti` <pot@gnu.org>
1553
1554 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
1555 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
1556 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
1557 (getenv, getcwd): Only declare them if necessary.
1558 (EMACS_NAME): New constant macro.
1559 (print_version): Use it.
1560 (P_) [__STDC__]: Macro for defining function prototypes.
1561
1562 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
1563
1564 * etags.c [WINDOWSNT]: #include <direct.h>
1565
1566 2000-01-18 Martin Buchholz <martin@xemacs.org>
1567
1568 * etags.c (all functions): Made them static.
1569 (all functions): Write prototypes.
1570
1571 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1572
1573 * movemail.c (main): Improve error message if can't create lock file.
1574
1575 2000-01-28 Eric Hanchrow <offby1@blarg.net>
1576
1577 * emacsclient.c (socket_status): New function.
1578 (main): If $LOGNAME or $USER exist and differ from our euid, look
1579 for a socket based on the UID associated with the name.
1580
1581 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1582
1583 * emacsclient.c: Add option -a EDITOR and environment variable
1584 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
1585
1586 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
1587
1588 * movemail.c (popmail): Allow mailbox specifications of the
1589 form `po:username:hostname'.
1590
1591 1999-11-19 Francesco Potorti` <pot@gnu.org>
1592
1593 * etags.c (_GNU_SOURCE): Define only if undefined.
1594 (get_scheme): Declaration deleted.
1595 (main): Error was called with an integer as second arg, instead of
1596 a char pointer.
1597 (canonicalize_filename): Bug removed.
1598
1599 1999-11-18 Dave Love <d.love@dl.ac.uk>
1600
1601 * etags.c (C_entries): Rename label `intoken', avoiding K&R
1602 lossage from name clash with macro.
1603
1604 1999-11-13 Gerd Moellmann <gerd@gnu.org>
1605
1606 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
1607
1608 1999-11-03 Gerd Moellmann <gerd@gnu.org>
1609
1610 * etags.c (print_help): Change email address to send bugs to.
1611
1612 1999-11-01 Francesco Potorti` <pot@gnu.org>>
1613
1614 * etags.c: Add suffix psw for PSWrap.
1615 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
1616 (Postscript_functions): Add code for PSWrap.
1617 (Scheme_functions): Use local pointer and new get_tag function.
1618 (get_tag): New name for old get_scheme.
1619 (process_file): Do not free NULL when file does not exist.
1620 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
1621 (C_entries): Modifications that make --members tag even inside
1622 typedefs and C nested structs (one level only).
1623 (consider_token): Correct a bug which prevented tagging of enum
1624 constants.
1625 (C_stab_entry): Add if, for, while, switch, return as
1626 st_C_ignore. This makes it simpler to work when cblev!=0.
1627
1628 * etags.c (C_entries): Tag member function declarations when
1629 --declarations is used.
1630
1631 * etags.c (C_entries, consider_token): C++ `operator' now is
1632 tagged in most cases.
1633 As before, :: is not recognised if surrounded by spaces.
1634
1635 * etags.c (relative_filename): Account for DOS file names such
1636 that is impossible to make one relative to another.
1637
1638 * etags.c (sym_type): New st_C_extern tag.
1639 (gperf input): Use it for spotting external declarations.
1640 (print_help): Document the new behaviour of --declarations.
1641 (fvextern): New global variable.
1642 (consider_token, C_entries): Use it.
1643
1644 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
1645 (etags_getcwd): Remove test for WINDOWSNT.
1646
1647 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
1648 foo.cgz, foo.cz, etc.
1649
1650 * etags.c (declarations): New global switch.
1651 (longopts): Describe it.
1652 (print_help): Document it.
1653 (C_entries): Use it.
1654 (process_file): Don't process a file twice.
1655
1656 * etags.c (Fortran_functions): No tags for "procedure".
1657
1658 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
1659
1660 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
1661 non-zero, returns a pointer to where the extension begins; callers
1662 changed.
1663 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
1664 were foo.c.gz.
1665
1666 1999-11-01 Francesco Potorti` <pot@gnu.org>
1667
1668 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
1669 (fvdev): New constant foperator.
1670 (consider_token): Use it to get "operator" in C++.
1671 (C_entries): Extend length of operator@ function name.
1672 (C_entries): Use foperator when necessary.
1673
1674 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
1675
1676 * etags.c (compressor): New struct for compressed files.
1677 (get_compressor_from_suffix): New function.
1678 (get_language_from_suffix): Use it. Also, semantics changed.
1679 (process_file): Consider compressed files, close file.
1680 (find_entries): Use different call arg for get_language_from_suffix,
1681 don't close file.
1682
1683 * etags.c (main): Call free_tree.
1684 (find_entries): Do not free curfile.
1685 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
1686 (prolog_pred, erlang_func, substitute): Cast strlen to int when
1687 comparing.
1688 (canonicalize_filename): Shut up compiler warning.
1689 (Perl_functions): Make tag significant.
1690
1691 1999-11-01 Dave Love <d.love@dl.ac.uk>
1692
1693 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
1694 (argument_type): New member at_icregexp.
1695 (lc_trans): New global.
1696 (main): Fill lc_trans. Process -c args.
1697 (add_regex): New arg determining whether to use translation table.
1698 (analyse_regex): New arg. Use it for add_regex.
1699
1700 1999-11-01 Francesco Potorti` <pot@gnu.org>
1701
1702 * etags.c (init): Cosmetic change: NULL --> '\0'.
1703 (erlang_attribute): Bug corrected (uninitialized variable).
1704 (filename_is_absolute): New function replaces absolutefn macro and
1705 corrects a bug. All callers changed.
1706 (canonicalize_filename): New function.
1707 (process_file, etags_getcwd, absolute_dirname): Use it.
1708 (relative_filename, absolute_filename): Removed var shadowing.
1709 (C_entries, Pascal_functions): Add fake initializations to keep
1710 compilers quiet.
1711 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
1712
1713 * etags.c (xrnew): New macro. All callers of xrealloc changed.
1714 (language): New typedef (was struct lang_entry).
1715 (curlang): New global variable.
1716 (node): Typedef renamed from NODE.
1717 (linebuffer): New typedef (was struct linebuffer).
1718 (pattern): New typedef (was struct pattern). Some members added.
1719 Now used as element of a linked list.
1720 (patterns, num_patterns): Global variables deleted.
1721 (p_head): New global variable.
1722 (forced_lang): New global variable (replaces lang_func).
1723 (get_language_from_name, get_language_from_interpreter)
1724 (get_language_from_suffix): Semantics changed. All callers changed.
1725 (last_node): New global variable.
1726 (free_tree, add_node, put_entries, total_size_of_entries):
1727 Change name of local vars to avoid clashes with typedef node.
1728 (number_len): Rewritten for elegance.
1729 (token): New typedef replaces TOKEN.
1730 (analyse_regex, add_regex): Rewritten for new functionality.
1731 (free_patterns): New function called from main and add_regex.
1732 (initbuffer, readline_internal, readline, grow_linebuffer):
1733 Change name of local vars to avoid clashes with typedef linebuffer.
1734 (readline): Rewritten for new functionality.
1735
1736 * etags.c: (Scheme_suffixes): New suffix ".ss".
1737 (print_help): --globals is now used for more than C-type languages.
1738 (Perl_functions): Tag global variables ("my" and "local").
1739
1740 * etags.c (print_help): Some messages clarified.
1741 (LOOP_ON_INPUT_LINES): New macro.
1742 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
1743 (Python_functions, Cobol_paragraphs, Pascal_functions)
1744 (Lisp_functions, Postscript_functions, Scheme_functions)
1745 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
1746 (Cobol_paragraphs, Postscript_functions, TeX_functions)
1747 (Prolog_functions, Erlang_functions): Use a local variable instead
1748 of the global variable dbp.
1749 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
1750 standard indentation.
1751
1752 * etags.c (Python_suffixes, lang_names, Python_functions):
1753 Python support.
1754 (skip_spaces, skip_non_spaces): Utility functions.
1755 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
1756 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
1757 (prolog_pred, erlanf_func, erlang_attribute): Use them.
1758 (eat_white): Deleted.
1759
1760 * etags.c (CHAR, init): Keep into account non US-ASCII
1761 characters and compilers with default signed chars.
1762 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
1763 constructs.
1764
1765 * (C_stab_entry): "interface" in Java behaves like "class".
1766
1767 * etags.c: (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1768 (main): Put interval syntax here.
1769 (add_regex): And remove it from here.
1770
1771 * etags.c (suggest_asking_for_help): Provide a
1772 meaningful help message with and without LONG_OPTIONS.
1773
1774 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h.
1775 <stdlib.h, string.h>: Don't test MSDOS when including them.
1776 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
1777 (put_entries): Correctly use %ld instead of %d in printf.
1778
1779 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else
1780 declare getcwd if HAVE_GETCWD.
1781 (consider_token): Dead break instruction removed.
1782
1783 1999-10-19 Paul Eggert <eggert@twinsun.com>
1784
1785 Add support for large files. Merge glibc 2.1.2.
1786
1787 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
1788 movemail.c, pop.c:
1789 Do not include <stdlib.h>, as <config.h> does this now.
1790
1791 * b2m.c, emacsserver.c, etags.c, profile.c:
1792 Include <config.h> before any system include files.
1793
1794 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
1795 test-distrib.c:
1796 (read, write, open, close): Do not undef.
1797
1798 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
1799 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
1800
1801 * getopt.h: Adopt glibc 2.1.2.
1802
1803 1999-10-15 Dave Love <fx@gnu.org>
1804
1805 * Makefile.in (pop.o): Depend on config.h.
1806
1807 1999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1808
1809 * pop.c: Use "pop3" as the POP service name on all platforms,
1810 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
1811 has been the standard service name since RFC 1340 was published in
1812 July 1992, so I think it's safe to start using it by default.
1813
1814 1999-09-27 Dave Love <fx@gnu.org>
1815
1816 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
1817
1818 1999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1819
1820 * make-docfile.c (scan_lisp_file): Fix previous changes;
1821 swallow CRLF like just CR or just LF.
1822
1823 1999-09-03 Richard Stallman <rms@gnu.org>
1824
1825 * make-docfile.c: Include config.h not ../src/config.h.
1826 (main, fopen, chdir): Add #undef.
1827 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
1828 (scan_lisp_file): Handle \r like \n.
1829
1830 1999-08-30 Andreas Schwab <schwab@gnu.org>
1831
1832 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
1833
1834 * emacsserver.c: Include <stdlib.h> if available. Don't declare
1835 errno if it's a macro.
1836
1837 * test-distrib.c: Include <unistd.h> if available.
1838
1839 1999-08-29 Richard Stallman <rms@gnu.org>
1840
1841 * emacsclient.c (print_help_and_exit): Mention --version.
1842
1843 1999-08-25 Richard M. Stallman <rms@gnu.org>
1844
1845 * emacsclient.c (decode_options): Update version output.
1846 (print_help_and_exit): Update bug report address.
1847
1848 1999-08-13 Richard M. Stallman <rms@gnu.org>
1849
1850 * emacsclient.c (main): Move the dynamic allocation of
1851 system_name outside of the SERVER_HOME_DIR conditional.
1852 * emacsserver.c (main): Likewise.
1853
1854 1999-08-10 Gerd Moellmann <gerd@gnu.org>
1855
1856 * grep-changelog: New.
1857 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
1858
1859 1999-07-12 Richard Stallman <rms@gnu.org>
1860
1861 * Version 20.4 released.
1862
1863 1999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1864
1865 * Makefile.in (clean): Remove fns*.el.
1866
1867 1999-06-23 Dave Love <fx@gnu.org>
1868
1869 * etags.c (erlang_attribute): Fix undefined variable usage (after
1870 Potorti).
1871
1872 1999-05-2 Andrew Innes <andrewi@gnu.org>
1873
1874 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
1875 mapped to _chsize.
1876
1877 1999-04-29 Richard M. Stallman <rms@gnu.org>
1878
1879 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
1880
1881 1999-03-30 Dave Love <fx@gnu.org>
1882
1883 * sorted-doc.c (main): Split up tables. Modify the preamble
1884 somewhat.
1885
1886 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1887
1888 * makefile.nt: Remove common multiple file compilation commands.
1889
1890 1999-02-26 Richard Stallman <rms@gnu.org>
1891
1892 * Version 20.4 released.
1893
1894 * Makefile.in (yow): Depend on epaths.h, not paths.h.
1895
1896 * yow.c: Refer to epaths.h.
1897
1898 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
1899
1900 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
1901
1902 1999-01-27 Andrew Innes <andrewi@gnu.org>
1903
1904 * makefile.nt: Do make version comparison as strings.
1905
1906 1999-01-25 Richard Stallman <rms@gnu.org>
1907
1908 * emacsclient.c (xmalloc): Fix previous change.
1909
1910 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
1911
1912 * emacsclient.c (xmalloc): Declare to return long.
1913
1914 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1915
1916 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
1917 the case of the drive letter.
1918
1919 1999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
1920
1921 * emacsserver.c (main): Eliminate arbitrary limit on
1922 length of system_name.
1923
1924 * emacsclient.c (main): Eliminate arbitrary limit on
1925 length of system_name.
1926 (xmalloc): Define unconditionally.
1927
1928 1999-01-12 Darrin B. Jewell <jewell@mit.edu>
1929
1930 * etags.c (relative_filename): Stop backward search at beginning
1931 of string, since non-Unix systems can have absolute paths with no
1932 initial slash.
1933
1934 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1935
1936 * makefile.nt: Do string comparision of _NMAKE_VER.
1937
1938 1998-11-03 Theodore Jump <tjump@cais.com>
1939
1940 * makefile.nt: Compile multiple source files when possible.
1941
1942 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
1943
1944 * Makefile.in: Replace tabs with spaces
1945 when they might confuse some Make versions.
1946
1947 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
1948
1949 * emacsclient.c (main): Null-terminate system_name.
1950
1951 * emacsserver.c (main): Null-terminate system_name.
1952
1953 1998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1954
1955 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
1956 an error message from POP, mention that it's from POP, to
1957 distinguish it from local error messages.
1958
1959 1998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1960
1961 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
1962 order of messages downloaded from a POP server (e.g., if the
1963 server stores messages in mailboxes in reverse order).
1964
1965 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1966
1967 * Version 20.3 released.
1968
1969 1998-08-11 Paul Eggert <eggert@twinsun.com>
1970
1971 * rcs2log: Update copyright date and bug report address.
1972 (initialize_fullname): Prefer getent if available.
1973
1974 1998-07-30 Paul Eggert <eggert@twinsun.com>
1975
1976 * lib-src/Makefile.in (REGEXPDEPS, regex.o):
1977 Prepend $(srcdir)/ to rule dependencies outside this dir.
1978
1979 1998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
1980
1981 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1982
1983 1998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
1984
1985 * Makefile.in: Properly terminate a comment.
1986
1987 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1988
1989 * movemail.c (sys_wait): Rename to wait.
1990
1991 * ntlib.h: Undefine _WINSOCKAPI_.
1992
1993 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
1994
1995 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1996
1997 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
1998
1999 1998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
2000
2001 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
2002 all file i/o to be in binary mode. Include ntlib.h.
2003
2004 1998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
2005
2006 * make-docfile.c: Include <unistd.h> for chdir.
2007
2008 1998-04-25 Richard Stallman <rms@psilocin.gnu.org>
2009
2010 * etags.c (TEX_decode_env): Don't free the value getenv returns.
2011
2012 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2013
2014 * makefile.nt (obj): Update with new files in src.
2015 (clean): Delete patch scratch files, optimized compilation dir.
2016
2017 1998-04-08 Dave Love <fx@gnu.org>
2018
2019 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
2020 Irix6, at least.
2021
2022 1998-04-06 Andreas Schwab <schwab@gnu.org>
2023
2024 Silence -Wimplicit:
2025 * movemail.c: Move cancelations up. Include <stdlib.h> if
2026 available.
2027 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
2028 (parse_header): Explicitly declare return type.
2029 * emacsserver.c: Include <unistd.h> if available.
2030 (main, handle_signals, perror_1, fatal_error): Explicitly declare
2031 return types. Add forward declarations.
2032 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
2033 Don't declare geteuid.
2034 (print_help_and_exit): Change return type to void. Forward
2035 declare it.
2036 * b2m.c: Include <stdlib.h> if available.
2037 (main): Explicitly declare return type.
2038
2039 1998-04-03 Richard Stallman <rms@delysid.gnu.org>
2040
2041 * etags.c (put_entries): Use %ld.
2042
2043 * b2m.c (fatal): Declare the arg.
2044
2045 1998-04-03 Richard Stallman <rms@psilocin.gnu.org>
2046
2047 * etags.c (put_entries): Use %ld.
2048
2049 * b2m.c (fatal): Declare the arg.
2050
2051 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
2052
2053 * pop.c (pop_getline): Renamed from getline.
2054
2055 1998-03-05 Richard Stallman <rms@psilocin.gnu.org>
2056
2057 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
2058 for the utilities.
2059
2060 1998-01-23 Dave Love <d.love@dl.ac.uk>
2061
2062 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
2063 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
2064 Always make named tags.
2065 (Fortran_functions): Grok BLOCK DATA.
2066
2067 1998-01-23 Andreas Schwab <schwab@gnu.org>
2068
2069 * movemail.c (main): Fix interwoven brace and cpp conditional
2070 nesting.
2071
2072 1997-12-04 Karl Heuer <kwzh@delysid.gnu.org>
2073
2074 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
2075 server to contain embedded nulls.
2076
2077 1997-12-03 Paul Eggert <eggert@delysid.gnu.org>
2078
2079 * movemail.c:
2080 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
2081 '>' any lines starting with "From " read from the POP server, but
2082 leave the code in place, wrapped in #ifdef
2083 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
2084 because it turns out that something is depending on it. Change
2085 suggested by Paul Eggert <eggert@twinsun.com>.
2086 Convert the character \037 (^_) at the beginning of a line into
2087 the character '^' followed by the character '_', because otherwise
2088 Emacs can't parse the resulting file as a valid BABYL file.
2089 Change suggested by Paul Eggert <eggert@twinsun.com>.
2090
2091 1997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2092
2093 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
2094 server to contain embedded nulls.
2095
2096 1997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2097
2098 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
2099 quotes with a '>' any lines starting with "From " read from the
2100 POP server, but leave the code in place, wrapped in #ifdef
2101 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
2102 because it turns out that something is depending on it. Change
2103 suggested by Paul Eggert <eggert@twinsun.com>.
2104
2105 Convert the character \037 (^_) at the beginning of a line into
2106 the character '^' followed by the character '_', because otherwise
2107 Emacs can't parse the resulting file as a valid BABYL file.
2108 Change suggested by Paul Eggert <eggert@twinsun.com>.
2109
2110 1997-11-22 Richard Stallman <rms@gnu.org>
2111
2112 * b2m.c: Include getopt.h.
2113 (main): Use getopt_long to handle --version and --help.
2114
2115 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
2116
2117 1997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2118
2119 * pop.c (fullwrite): Get rid of an extra call to write. Problem
2120 pointed out by Chiaki Ishikawa.
2121
2122 1997-10-16 Dave Love <d.love@dl.ac.uk>
2123
2124 * etags.c (L_getit): Always make named tags so that Emacs
2125 completion on symbols containing `:' etc. works.
2126 (get_scheme): Likewise.
2127
2128 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2129
2130 * pop.c: Use system header files instead of declaring C-library
2131 functions explicitly.
2132
2133 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2134
2135 * Version 20.2 released.
2136
2137 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2138
2139 * Version 20.1 released.
2140
2141 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
2142
2143 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
2144
2145 * ntlib.c (getpid): Delete function.
2146
2147 1997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2148
2149 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
2150
2151 1997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2152
2153 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
2154 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
2155
2156 1997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2157
2158 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
2159
2160 1997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
2161
2162 * profile.c (get_time): Cast arg to fprintf.
2163
2164 * hexl.c (main): Use %08lx instead of %08x in printf because the
2165 variable named addresses is long.
2166
2167 1997-08-08 Geoff Voelker <voelker@cs.washington.edu>
2168
2169 * makefile.nt (lisp): Update paths to lisp files that have moved.
2170
2171 1997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
2172
2173 * makefile.nt (ctags.obj): New target.
2174 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
2175
2176 * ntlib.h: Add includes.
2177 Undo definitions of crt routines from config.h.
2178
2179 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2180
2181 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
2182
2183 1997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2184
2185 * pop.c: Support auto-configuration of both Kerberos V4 and
2186 Kerberos V5 for movemail, including detection of V4 and V5 header
2187 files and libraries.
2188 Include <string.h> when STDC_HEADERS is defined, to get
2189 declarations of string functions.
2190 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
2191 V5 API rather than the old one.
2192 [KERBEROS] (socket_connection): Change a constant name from
2193 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
2194 with a constant in a header file.
2195
2196 * Makefile.in: Support auto-configuration of both Kerberos V4 and
2197 Kerberos V5 for movemail, including detection of V4 and V5 header
2198 files and libraries.
2199
2200 1997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2201
2202 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
2203
2204 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
2205
2206 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2207
2208 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
2209
2210 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2211
2212 * movemail.c (rindex): Add declaration.
2213
2214 Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
2215
2216 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
2217 (movemail.exe): Depend upon and link with getopt files.
2218 (obj): Include new source files.
2219 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
2220 (lisp): Include new and reorganized elisp files.
2221
2222 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2223
2224 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
2225
2226 1997-06-25 Paul Eggert <eggert@twinsun.com>
2227
2228 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
2229
2230 1997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
2231
2232 * b2m.c (readline): Terminate buffer properly when EOF seen.
2233 Test for valid pointer before dereferencing it.
2234
2235 1997-05-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2236
2237 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
2238 defined inside etags.c if HAVE_CONFIG_H is defined.
2239
2240 1997-05-29 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2241
2242 * etags.c: (logical): Type name changed to bool.
2243 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
2244 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
2245 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
2246 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
2247 (longopts): New long options without short counterpart are
2248 globals, members, no-globals, no-members. Regexp options are now
2249 defined conditionally to ETAGS_REGEXPS.
2250 (print_help): Updated.
2251
2252 1997-05-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2253
2254 * etags.c (C_entries): Use "." instead of "::" for Java.
2255 (consider_token): is_func renamed to is_func_or_var.
2256 (C_entries): is_func renamed to funorvar.
2257 (C_entries): Initialise tok.named.
2258 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
2259 get rid of "import", "package" and "friend".
2260 (fvdef): Renamed from funcdef. Also some constants renamed. All
2261 users changed.
2262 (C_entries): Make separate tags for variables separated by comma.
2263 (globals, members): New flags.
2264 (main, C_entries): Use them.
2265 (make_C_tag, C_entries): Make tok a global variable.
2266
2267 1997-05-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2268
2269 * etags.c (funcdef): New vignore constant.
2270 (consider_token, C_entries): Use it to tag global variables.
2271 (print_help): Update for global variables.
2272 (consider_token, C_entries): Set the len member of token_name.
2273 (prolog_pred): Cleanup according to GNU coding standards.
2274 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
2275 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
2276
2277 1997-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2278
2279 * etags.c (CHARS, CHAR): New constant and macro.
2280 (iswhite, begtoken, intoken, endtoken): Use them.
2281 (notinname, _nin, nonam): New macro, array, string.
2282 (init): Cleanup and init _nin.
2283 (new_pfnote): New function.
2284 (make_C_tag) [traditional_tag_style]: Use it.
2285 (traditional_tag_style): Costant set to TRUE for now.
2286
2287 1997-05-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2288
2289 * etags.c (C_entries, Pascal_functions): Cleanup.
2290 (TeX_functions): NULL as a function arg needs a cast.
2291 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
2292
2293 1997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2294
2295 * etags.c (TeX_functions): Cleaned up.
2296 (tex_getit): Removed.
2297
2298 1997-05-13 Paul Eggert <eggert@twinsun.com>
2299
2300 * rcs2log (files): When computing arguments automatically, ignore
2301 non-files within the RCS subdirectory.
2302
2303 1997-05-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2304
2305 * etags.c (C_JAVA): New #define.
2306 (Cjava_suffixes): .java is Java.
2307 (Cjava_entries): New function.
2308 (lang_names): Add Java.
2309 (sym_type): Add st_C_javastruct for Java.
2310 (C_stab_entry): Add `extends' and `implements' keywords.
2311 (consider_token, C_entries): Recognise Java structures.
2312
2313 1997-05-12 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2314
2315 * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
2316 (Postscript_suffixes): .ps is Postscript.
2317 (lang_names): Add Postscript.
2318 (Postscript_functions): New function.
2319 (TEX_decode_env): Close minor memory leak.
2320 (just_read_file): Correct the char number of the tag.
2321
2322 1997-05-11 Paul Eggert <eggert@twinsun.com>
2323
2324 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
2325 Don't prepend $nl since this causes some shells to generate the
2326 empty string when IFS is $nl.
2327 (printlogline): Use SOH (octal code 1), not CR, since some
2328 PC-based shells mishandle CR.
2329 (initialize_fullname): Set NIS_PATH to the empty string before invoking
2330 nismatch, in case it's set to some nonstandard value.
2331
2332 1997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2333
2334 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
2335 read in separate blocks.
2336
2337 1997-04-30 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2338
2339 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
2340 (struct linebuffer): New member `len' is the length of the string.
2341 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
2342 Use it instead of strlen.
2343 (TEX_getit): Declare and define unconditionally as static.
2344 (TeX_functions): Use if instead of #if TeX_named_tokens.
2345 (add_regex): Set RE_INTERVALS flag for regex compilation.
2346 (substitute): Code cleanup.
2347 (readline_internal): Code cleanup, set new member `len'.
2348 (readline): Bug corrected.
2349
2350 1997-04-23 Geoff Voelker <voelker@cs.washington.edu>
2351
2352 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
2353 (obj): Change references of nt*.c files to w32*.c files.
2354
2355 1997-04-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2356
2357 * etags.c (xnew): Add support for debugging with chkmalloc.
2358 (error): Use this instead of printf whenever possible.
2359 (main): Only call xnew after having initialised progname.
2360 (substitute): Bad memory corruption error corrected.
2361
2362 1997-04-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2363
2364 * etags.c (add_regex): Undo previous change.
2365 (relative_filename): Small memory leak closed.
2366 (absolute_filename): Cleaned up the code, possibly closing a bug.
2367 (absolute_dirname): Always return a newly allocated string.
2368
2369 1997-03-21 Paul Eggert <eggert@twinsun.com>
2370
2371 * rcs2log (files): Ignore files in RCS directory whose names are
2372 of the form ,*, or *_; they are probably RCS lock files.
2373 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
2374 they are used by rcsfreeze.
2375
2376 1997-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2377
2378 * etags.c (add_regex): reset *putbuf before using it.
2379
2380 1997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2381
2382 * movemail.c (popmail): Remove some unnecessary function
2383 declarations.
2384 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
2385 into pop_retr, there's no reason to pass in mbx_write, and the
2386 file argument can be declared FILE * explicitly. This fixes a
2387 compilation problem on systems with 64-bit pointers.
2388
2389 1997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2390
2391 * movemail.c: Delete duplicate inclusion of fcntl.h
2392 and duplicate #undefs of open, read, write, close.
2393
2394 1997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2395
2396 * movemail.c (main): Do not display "[POP-password]" in the usage
2397 message when movemail is compiled without POP support.
2398 (main, popmail): Add the optional "-p" argument, which causes
2399 movemail to leave mail in the inbox after copying it into the
2400 output file.
2401
2402 * Makefile.in (movemail): Link with getopt.
2403
2404 1997-01-20 Paul Eggert <eggert@twinsun.com>
2405
2406 * rcs2log: (--help, --version): New options, per GNU coding standards.
2407 (Copyright, Help, Id): New variables, for above.
2408 (rlog): Use -q option with cvs log, to avoid useless chatter.
2409
2410 Treat logs of "Initial revision" (RCS) or "file F was initially added
2411 on branch B." (CVS) as if they said "New file.", for consistency with
2412 change log entries.
2413
2414 1997-01-01 Paul Eggert <eggert@twinsun.com>
2415
2416 * vcdiff (PATH): Add /usr/xpg4/bin,
2417 where XPG4 SCCS hangs out in Solaris 2.5.
2418 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
2419
2420 1996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2421
2422 * etags.c (streq, strneq): Use == NULL rather than !.
2423
2424 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
2425
2426 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
2427 (movemail): Use LIBMAIL, to link against -lmail.
2428
2429 * movemail.c: Include maillock.h (conditionally).
2430 Remove a redundant inclusion of <stdio.h>.
2431 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
2432 (main): Add variable spool_name.
2433 Support the usage of maillock and mailunlock to
2434 lock and unlock mailboxes.
2435 (mail_spool_name): New function.
2436
2437 * movemail.c: Fix an uninitialized variable which could cause
2438 movemail to exit with an error status incorrectly on systems which
2439 use lock files rather than a system locking function to lock
2440 mailboxes.
2441
2442 1996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2443
2444 * pop.c (socket_connection): Free realhost after using it.
2445
2446 1996-12-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2447
2448 * etags.c (C_entries): Test tok.valid. This handles some
2449 particular cases involving function declarations that failed.
2450
2451 1996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
2452
2453 * pop.c (socket_connection):
2454 gethostbyname may return a pointer to static data.
2455 krb_realmofhost can clobber it. So copy it.
2456
2457 1996-11-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2458
2459 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
2460 must cast it to (char *) because we have no prototypes.
2461 (make_C_tag): Macro deleted, new function.
2462 (C_entries): Calls to make_C_tag macro changed to call function.
2463
2464 1996-11-13 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2465
2466 * etags.c (grow_linebuffer): New function.
2467 (GROW_LINEBUFFER): Macro deleted. All callers changed.
2468 (make_tag): Macro renamed to make_C_tag. All callers changed.
2469 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
2470 (Prolog_functions): prolog_skip_comment was called with wrong
2471 number of arguments.
2472 (xrealloc): fatal was called with wrong number of arguments
2473
2474 1996-11-08 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2475
2476 * etags.c (relative_filename): Bug corrected.
2477 (etags_getcwd): Avoid warning of unused variable.
2478 (C_entries, consider_token): Added support for enum labels.
2479
2480 1996-11-03 Paul Eggert <eggert@twinsun.com>
2481
2482 * rcs2log: When processing cvs log output, remove `Attic/' from
2483 repository file names.
2484
2485 1996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
2486
2487 * emacsserver.c: Fix 1996-09-02 change.
2488
2489 1996-10-12 Paul Eggert <eggert@twinsun.com>
2490
2491 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
2492 option', since CVS says 'invalid option'.
2493 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
2494 revisions, since some hosts reject 1970-01-01 when east of UTC.
2495 (date): Remove.
2496
2497 1996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2498
2499 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
2500
2501 1996-10-02 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2502
2503 * etags.c (print_version): Print copyright info.
2504
2505 * etags.c (print_help): Print the bug reporting address.
2506 (main): Use return as the last instruction, instead of exit.
2507
2508 * etags.c (main): Don't open the tags file in cxref mode.
2509
2510 1996-09-29 Dave Love <d.love@dl.ac.uk>
2511
2512 * rcs2log (date): Make default format acceptable to CVS post v1.8
2513 as well as earlier CVSs and RCS.
2514
2515 1996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2516
2517 * movemail.c (main): If the lock call fails with EBUSY or
2518 EAGAIN, retry a few times.
2519
2520 1996-09-25 Paul Eggert <eggert@twinsun.com>
2521
2522 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
2523 whether to append -zLT.
2524
2525 1996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2526
2527 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
2528 * emacsclient.c, movemail.c: Likewise.
2529
2530 1996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2531
2532 * emacsclient.c (longopts): Change nowait to no-wait.
2533 (print_help_and_exit): Fix option name; upcase metavars.
2534
2535 1996-09-06 Erik Naggum <erik@naggum.no>
2536
2537 * emacsserver.c (main): Declare `fromlen' as size_t.
2538
2539 1996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2540
2541 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
2542
2543 1996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2544
2545 * emacsclient.c (quote_file_name): Quote with &, not \.
2546 Quote `-' only at start of file name. Terminate the value string.
2547
2548 * emacsserver.c: Include signal.h properly;
2549 delete the duplicate includes for it.
2550
2551 * emacsserver.c: On fatal signal, delete socket-file:
2552 * emacsserver.c: Include signal.h.
2553 (xmalloc, fatal, error): New functions.
2554 (delete_socket, handle_signals): New functions.
2555 (progname, socket_name): New variables.
2556 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
2557
2558 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2559
2560 * emacsclient.c (quote_file_name): New function.
2561 (main, both versions): Use quote_file_name.
2562 (decode_options): Don't return a value.
2563 (main, both versions): Use optind.
2564 Don't check for -nowait here.
2565
2566 * emacsclient.c (decode_options): New function.
2567 (main, both versions): Call decode_options.
2568 (print_help_and_exit): New function.
2569 (VERSION): New macro.
2570
2571 * Makefile.in (emacsclient): Link with getopt.
2572 Add -DVERSION so emacsclient knows its version number.
2573
2574 1996-08-31 Geoff Voelker <voelker@cs.washington.edu>
2575
2576 * makefile.nt (lisp): Include dos-nt.elc.
2577
2578 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2579
2580 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
2581
2582 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2583
2584 * emacsclient.c (both versions): Handle -nowait and --nowait
2585 by sending data to the server.
2586
2587 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2588
2589 * Makefile.in (INSTALL_STRIP): New variable.
2590 (${archlibdir}): Use INSTALL_STRIP.
2591
2592 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
2593 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
2594
2595 * pop.c: Reverse conditional in previous change.
2596
2597 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
2598
2599 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
2600
2601 1996-08-24 Paul Eggert <eggert@twinsun.com>
2602
2603 * rcs2log: Use ISO 8601 date format, with time zone appended
2604 if change-log-time-zone-rule is non-nil, instead of
2605 traditional Unix date format.
2606
2607 (datearg): When computing default from ChangeLog, handle ISO format
2608 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
2609 Don't worry about hh:mm:ss since the resolution is now by day.
2610 Use emtpy datearg, not empty rlog_options, to decide whether to pass
2611 "$datearg" option to $rlog.
2612 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
2613 (month_data): Remove `mo'; no longer needed.
2614 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
2615
2616 Match `revision' line of rlog output more accurately.
2617
2618 Add -c, -v options.
2619
2620 1996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2621
2622 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
2623
2624 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2625
2626 * Version 19.33 released.
2627
2628 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2629
2630 * Version 19.32 released.
2631
2632 1996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
2633
2634 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
2635 computing character positions in source files.
2636
2637 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2638
2639 * makefile.nt (clean): Use OBJDIR macro.
2640
2641 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
2642
2643 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
2644
2645 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
2646
2647 * cvtmail.c, sorted-doc.c, yow.c: [__GNU_LIBRARY__]: Use <string.h>.
2648 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
2649 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
2650
2651 1996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
2652
2653 * ntlib.h: Correct return type of getwd.
2654 * ntlib.c (getwd): Correct return type.
2655
2656 1996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2657
2658 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
2659 to infile.
2660
2661 1996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
2662
2663 * makefile.nt: Remove all references to wakeup.
2664
2665 1996-06-28 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2666
2667 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
2668 explicit, mutable, typename.
2669
2670 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2671
2672 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
2673 streams, one for sending and one for reading the reply.
2674
2675 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2676
2677 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
2678 (wakeup): Target deleted.
2679 (UTILITIES): Delete wakeup and timer.
2680
2681 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
2682
2683 1996-06-11 Geoff Voelker <voelker@cs.washington.edu>
2684
2685 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
2686 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
2687
2688 1996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2689
2690 * etags.c (main): Copy cwd when appending slash.
2691
2692 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2693
2694 * Version 19.31 released.
2695
2696 1996-05-17 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2697
2698 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
2699 (Pascal_functions): Increase linecharno by the correct number of
2700 chars, inline the GET_NEW_LINE macro and delete its definition.
2701
2702 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
2703
2704 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
2705
2706 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
2707
2708 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
2709 (movemail.exe, fakemail.exe): Now built under Win32.o
2710
2711 * ntlib.c: Include ntlib.h.
2712 (nt_sleep): Rename to sleep.
2713 (getwd): Return directory.
2714 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
2715 sys_ctime, sys_fopen): New functions.
2716
2717 * ntlib.h: New file.
2718
2719 1996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2720
2721 * pop.c (SEND, RECV): Renamed from send, recv.
2722 (pop_open, pop_trash): Make the trash_started code unconditional.
2723 (socket_connection): Delete casts to void.
2724
2725 1996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2726
2727 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
2728 copied from lisp.h.
2729
2730 1996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
2731
2732 * fakemail.c [WINDOWSNT]: Include ntlib.h.
2733
2734 * hexl.c [DOSNT]: Include fcntl.h.
2735 [WINDOWSNT]: Include io.h.
2736 (main) [MSDOS]: Change conditional to DOS_NT.
2737
2738 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
2739 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
2740 [WINDOWSNT]: Include locking.h.
2741 (main): Update usage message. Use IS_DIRECTORY_SEP.
2742 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
2743 (main) [WINDOWSNT]: Invoke locking instead of flock.
2744 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
2745 (main) [MAIL_USE_POP]: Pass password to popmail if used.
2746 Include winsock.h; don't include unix inet headers.
2747 (popmail): Add password argument and pass it to pop_open.
2748 Open output file in binary mode.
2749
2750 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
2751 Macro SOCKET_ERROR undefined.
2752 Don't declare h_errno.
2753 [!WINDOWSNT]: Define macros recv and send.
2754 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
2755 (pop_open) [WINDOWSNT]: Initialize trash_started.
2756 (have_winsock) [WINDOWSNT]: New variable.
2757 (socket_connection) [WINDOWSNT]: Initialize winsock.
2758 (socket_connection): Use closesocket instead of close.
2759 (getline): Use recv instead of read.
2760 (fullwrite): Use send instead of write.
2761 (pop_trash): Use closesocket instead of close.
2762 (pop_trash) [WINDOWSNT]: Cleanup winsock.
2763 Check if being called recursively by sendline.
2764
2765 * pop.h (struct _popserver): New field trash_started.
2766
2767 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
2768
2769 1996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2770
2771 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
2772
2773 1996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2774
2775 * etags.c [WINDOWSNT]: Include io.h.
2776
2777 1996-04-10 Geoff Voelker <voelker@cs.washington.edu>
2778
2779 * makefile.nt (CTAGSOBJ): Compile with regexp support.
2780
2781 1996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
2782
2783 * hexl.c [DJGPP v2]: Include io.h.
2784 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
2785
2786 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
2787 DJGPP v2.
2788
2789 1996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2790
2791 * etags.c (absolute_filename): Use absolutefn.
2792
2793 1996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
2794
2795 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
2796 letter isn't an alphabetic character.
2797 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
2798 (process_file) [DOS_NT]: Convert all slashes to forward style.
2799 (absolute_filename) [DOS_NT]: Emit error message for relative
2800 paths with a drive letter.
2801 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
2802 DOS/NT drive letters which try to reference the parent of the root.
2803 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
2804
2805 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2806
2807 * makefile.nt: Change uses of del to $(DEL).
2808
2809 1996-03-22 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2810
2811 * etags.c (just_read_file): Reset lineno and charno on entry.
2812
2813 1996-03-15 Anders Lindgren <andersl@csd.uu.se>
2814
2815 * etags.c: Prolog language totaly rewritten.
2816 (Prolog_functions): Rewritten from scratch.
2817 (skip_comment, prolog_getit): Removed.
2818 (prolog_skip_comment): New function, like old skip_comment.
2819 (prolog_pred, prolog_atom, prolog_white): New functions.
2820 (erlang_func, erlang_attributes): Forward declarations added.
2821 (erlang_atom): Check if backslash ends line inside quoted atom.
2822
2823 1996-03-14 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2824
2825 * etags.c (absolutefn): DOS_NT version corrected.
2826 (main): Append "/" to the dir name only if not already there.
2827 (print_help): Explain the absolute/relative file name issue.
2828
2829 1996-03-08 Anders Lindgren <andersl@csd.uu.se>
2830
2831 * etags.c: New Languange Erlang added.
2832 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
2833 erlang_white): New functions.
2834 (Erlang_suffixes): New suffix list.
2835 (lang_names): Erlang entry added.
2836 (prolog_getit): Accepts headers spanning several lines.
2837 Always name tags.
2838 (Prolog_functions): Removed incorrect compensation for
2839 newline characters.
2840 (readline_internal): Zero-terminate last line.
2841
2842 1996-03-20 Mike Long <mike.long@analog.com>
2843
2844 * b2m.c (main): Initialize progname variable before using it.
2845 Quote `username' in From_ header.
2846
2847 1996-03-18 Geoff Voelker <voelker@cs.washington.edu>
2848
2849 * ntlib.c (getpid): New function.
2850
2851 1996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2852
2853 * emacsclient.c (main, both definitions):
2854 Print a newline for normal termination.
2855
2856 1996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
2857
2858 * tcp.c (main): Convert port to network byte order.
2859
2860 1996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
2861
2862 * pop.c (pop_retrieve, getline): Avoid type clashes.
2863
2864 1996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
2865
2866 * etags.c (enum sym_type, anonymous enum): Delete final comma.
2867
2868 1996-01-15 Paul Eggert <eggert@twinsun.com>
2869
2870 * rcs2log (initialize_fullname): Add support for NIS+.
2871 (hostname): Fully qualify the default hostname with the domainname
2872 if the hostname lacks a `.'.
2873
2874 1996-01-15 Paul Eggert <eggert@twinsun.com>
2875
2876 * rcs2log (initialize_fullname): Add support for NIS+.
2877 (hostname): Fully qualify the default hostname with the domainname
2878 if the hostname lacks a `.'.
2879
2880 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
2881
2882 * etags.c (consider_token): Fix typo in expression.
2883
2884 1996-01-04 Paul Eggert <eggert@twinsun.com>
2885
2886 * etags.c (substitute): Fix spelling in message.
2887
2888 1996-01-03 George V. Reilly <georger@microcrafts.com>
2889
2890 * makefile.nt (etags, ctags): Compile with regexp support.
2891 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
2892 subdirectory exists before compiling.
2893
2894 1996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
2895
2896 * emacsserver.c (main): Do chmod based on existing permission.
2897
2898 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2899
2900 * Makefile.in (install): Turn on read/execute permission.
2901
2902 1995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2903
2904 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
2905 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
2906
2907 1995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
2908
2909 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
2910
2911 1995-12-07 Francesco Potorti` <pot@cnuce.cnr.it>
2912
2913 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
2914 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
2915 get_scheme, prolog_getit): Name the tag in ctags mode.
2916 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
2917 (Perl_interpreters): Accept "@PERL@" as an interpreter.
2918 (suggest_asking_for_help): New function.
2919 (main, get_language_from_name): Use suggest_asking_for_help.
2920 (main): Let get_language_from_name make language existence check.
2921 (streq, strneq): Check the arguments #if DEBUG.
2922
2923 1995-12-06 Francesco Potorti` <pot@cnuce.cnr.it>
2924
2925 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
2926 (gperf): Added keywords for Objective C and GNU macros.
2927 (sym_type): Added values to account for Objective C and GNU macros.
2928 (begtk): The '@' character can start a token.
2929 (objdef, methodlen, objtag): New variables for Objective C.
2930 (consider_token, C_entries): Added code for Objective C.
2931 (plain_C_suffixes): Add .m and .lm for Objective C.
2932 (Yacc_suffixes): Add .ym for Objective yacc.
2933 (GROW_LINEBUFFER): New macro.
2934 (consider_token, C_entries, Pascal_functions): Use the new macro.
2935 (consider_token): Take one more argument. Caller changed.
2936 (consider_token): Use the hashing function to spot GNU macros.
2937 (C_entries): Consider // as a comment start even in plain C for
2938 the sake of Objective C parsing.
2939
2940 1995-12-04 Francesco Potorti` <pot@cnuce.cnr.it>
2941
2942 * Makefile.in (ctags): depend on etags only for simplicity;
2943 compile with regexp support enabled.
2944
2945 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2946
2947 * Version 19.30 released.
2948
2949 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2950
2951 * makefile.nt (DOC, clean): Don't use switches to del not
2952 supported by Windows 95.
2953
2954 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2955
2956 * Makefile.in (regex.o): Depend on ../src/config.h.
2957
2958 1995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2959
2960 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
2961 (LOADLIBES): Use LIB_STANDARD.
2962
2963 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
2964
2965 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
2966 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
2967 Windows 95 conditional.
2968
2969 1995-11-06 Francesco Potorti` (pot@cnuce.cnr.it)
2970
2971 * etags.c (get_lang_from_name, get_lang_from_interpreter,
2972 get_lang_from_suffix): New functions.
2973 (get_language): Function deleted.
2974 (lang_entry): Two members added to struct.
2975 (lang_names): Reflect the new layout of lang_entry.
2976 (print_language_names, main, find_entries): Use the new functions.
2977 (find_entries): Look at the first line for #! if no language.
2978 (C_entries): Invalidate the token when funcdef is reset.
2979 (Perl_functions): New function.
2980 (lang_suffixes): .pl and .pm are Perl suffixes.
2981
2982 1995-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
2983
2984 * etags.c (lowcase): Use the standard tolower function.
2985 (substitute): Remove some wrong and some useless code related with
2986 escape '\' character in regexp replacement string.
2987 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
2988 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
2989 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
2990 .prolog for prolog (.pl removed).
2991 (massage_name, etags_getcwd): Use lowcase instead of tolower.
2992 (C_entries, find_entries): Added comments about memory leakage.
2993 (add_node): Dead code removed.
2994
2995 1995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2996
2997 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
2998 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
2999
3000 1995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3001
3002 * test-distrib.c: Add #undef for open, close, read, write.
3003
3004 1995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3005
3006 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
3007 [! O_RDONLY]: Define it to zero.
3008 (main): Use O_RDONLY instead of explicit zero.
3009
3010 1995-08-17 Francesco Potorti` (pot@cnuce.cnr.it)
3011
3012 * etags.c (Pascal_functions): Close comment bug corrected.
3013 (add_node): Correctly compare node file names.
3014 (Pascal_functions): Correctly allocate and free memory for tline.
3015 (pfnote): Put the definition of fp in the innermost block.
3016 (NODE): `named' member removed.
3017 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
3018 use the `named' member, check whether `name' is NULL instead.
3019 (pfnote): `named' argument removed, all callers changed.
3020 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
3021 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
3022 removed from pfnote call, some code cleanup.
3023 (relative_filename): Free temporary space allocated by concat.
3024
3025 1995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3026
3027 * Makefile.in (getdate.c): New target.
3028 (getdate.o): Just compile getdate.c.
3029
3030 1995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
3031
3032 * fakemail.c (xrealloc): Change cast to match return type.
3033
3034 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3035
3036 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
3037
3038 1995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3039
3040 * movemail.c (main): Fix previous change.
3041 Add error check for empty OUTNAME.
3042
3043 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3044
3045 * movemail.c (main): Mention lock file name in error message.
3046
3047 1995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3048
3049 * profile.c (gettimeofday): New function, defined if necessary.
3050
3051 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3052
3053 * Makefile.in: Renamed from Makefile.in.in.
3054 (distclean): Delete Makefile.c, not Makefile.in.
3055
3056 1995-07-17 Michael Shields <shields@tembel.org>
3057
3058 * Makefile.in.in (tags): Synonym for `TAGS'.
3059
3060 1995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3061
3062 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
3063 configure has already set $(INSTALL) to the proper relative path.
3064
3065 1995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
3066
3067 * etags.c (plain_C_entries): new function.
3068 (lowcase): new macro.
3069 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
3070 (lang_suffixes): new suffix ".pc" for Pro*C files.
3071 (consider_token): don't tag all tokens beginning with DEFUN & Co..
3072 (tail): look for the end of the token when comparing.
3073 (takeprec): since now tail behaves differently, use strneq.
3074
3075 1995-07-08 Paul Eggert <eggert@twinsun.com>
3076
3077 * rcs2log (datearg): Separate date from time with comma, not space,
3078 to work around CVS 1.5 bug.
3079 (CVSROOT): Don't abort when unset if repository is absolute.
3080
3081 1995-07-07 Paul Eggert <eggert@twinsun.com>
3082
3083 * rcs-checkin, rcs2log, vcdiff:
3084 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
3085 that interpret `#! /' as a 4-byte magic number.
3086
3087 1995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
3088
3089 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
3090 mailbox with "po:mailbox", the mailbox is everything after the
3091 "po:" prefix.
3092
3093 1995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3094
3095 * emacsserver.c: Make all error messages start with `Error: '.
3096 (fatal_error, perror_1): New functions, use throughout.
3097
3098 1995-06-28 Paul Eggert <eggert@twinsun.com>
3099
3100 * rcs2log (CVSROOT, repository):
3101 Allow remote repositories a la CVS 1.4.
3102
3103 1995-06-27 Francesco Potorti` (pot@cnuce.cnr.it)
3104
3105 * etags.c (plain_C_entries): new function.
3106 (lowcase): new macro.
3107 (tail, Fortran_functions, Pascal_functions): use new macro lowcase.
3108 (lang_suffixes): new suffix ".pc" for Pro*C files.
3109 (consider_token): don't tag all tokens beginning with DEFUN & Co..
3110 (tail): look for the end of the token when comparing.
3111 (takeprec): since now tail behaves differently, use strneq.
3112
3113 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3114
3115 * movemail.c (main): Add newline in usage message.
3116
3117 1995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3118
3119 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
3120
3121 1995-06-21 Francesco Potorti` (pot@cnuce.cnr.it)
3122
3123 * etags.c (find_entries): Rewind before rereading the input file.
3124
3125 1995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3126
3127 * Version 19.29 released.
3128
3129 * make-docfile.c (main) [MSDOS]: Do set _fmode.
3130 This undoes part of the previous change.
3131
3132 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3133
3134 * make-docfile.c (main): On MSDOS, don't change stdout
3135 to binary, and insist on an -o option.
3136
3137 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
3138
3139 * etags.c (process_file,absolute_filename): Handle filenames
3140 starting with a drive letter.
3141
3142 * makefile.nt (install): Copy wakeup.exe properly.
3143
3144 1995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
3145
3146 * make-docfile.c [MSDOS]: #undef chdir.
3147
3148 1995-06-04 Paul Eggert <eggert@twinsun.com>
3149
3150 * rcs2log (output_authors): Allow ':' in time zone,
3151 as per ISO 8601 and RCS 5.6.8 beta.
3152
3153 1995-05-29 Francesco Potorti` (pot@cnuce.cnr.it)
3154
3155 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
3156 compatibility problems.
3157
3158 1995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
3159
3160 * etags.c (etags_getcwd): Don't use #elif.
3161 Have just one function body.
3162
3163 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
3164
3165 * makefile.nt (LIBS): Use BASE_LIBS.
3166 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
3167 upon LIBS.
3168 (DOC): Use del instead of rm.
3169 (DOC) [WINDOWS95]: Use DOC.
3170 (clean): Handle MSVC aux files.
3171 (config.h,paths.h): Use $(CP) instead of cp.
3172 (config.h): Use $(CONFIG_H)
3173 (make-docfile.obj): Depend upon config.h.
3174 Clean up comments.
3175
3176 1995-05-23 Francesco Potorti` (pot@cnuce.cnr.it)
3177
3178 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
3179 former gives the true path even in the presence of simlinks.
3180
3181 1995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3182
3183 * movemail.c (main): Increase lock timeout to five minutes.
3184
3185 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
3186
3187 * makefile.nt (obj): Use .c files.
3188
3189 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3190
3191 * make-docfile.c: Include config.h.
3192 (NO_SHORTNAMES): New definition.
3193 (xmalloc): Return long *.
3194
3195 * etags.c (C_entries): Cast result of xrealloc.
3196 (xmalloc, xrealloc): Declare them to return long *.
3197
3198 * b2m.c (xmalloc, xrealloc): Declare them long *.
3199
3200 * movemail.c (xmalloc): Declare it to return long *.
3201
3202 1995-04-30 Paul Eggert <eggert@twinsun.com>
3203
3204 * rcs2log (datearg): If rlog options are specified explicitly,
3205 omit the implicit '-d>DATE' option.
3206 (repository, rlog): Allow absolute paths to CVS repositories.
3207 Look only at the first line of CVS/Repository.
3208
3209 1995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
3210
3211 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
3212 realclean.
3213
3214 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3215
3216 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
3217 Alternative (empty) definitions.
3218
3219 1995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3220
3221 * emacsclient.c (main): Add argv[0] to an error message.
3222
3223 1995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
3224
3225 * emacsclient.c (main): Improve error handling.
3226 * cvtmail.c (main, skip_to_lf): Improve error handling.
3227 (sysfail): New function.
3228
3229 * b2m.c (main): Check for trailing ", " before trying to delete it.
3230
3231 1995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3232
3233 * Makefile.in.in (all): Build test-distrib and make-docfile.
3234
3235 * make-docfile.c (scan_c_file): At end, restore file name last char
3236 to its original value.
3237
3238 1995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3239
3240 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
3241
3242 1995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3243
3244 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
3245 (alloca.o, regex.o): Use BASE_CFLAGS.
3246
3247 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3248
3249 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
3250
3251 1995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
3252
3253 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
3254 (SOURCES, distclean): Removed obsolete references to aixcc.
3255
3256 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3257
3258 * aixcc.lex: File deleted--surely obsolete now.
3259
3260 1995-03-23 Paul Eggert <eggert@twinsun.com>
3261
3262 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
3263 portability to mawk and nawk.
3264
3265 1995-03-21 Paul Eggert <eggert@twinsun.com>
3266
3267 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
3268 -u "login<tab>fullname<tab>mailaddr".
3269
3270 1995-03-21 Paul Eggert <eggert@twinsun.com>
3271
3272 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
3273 replaces the (now obsolescent) -n login fullname mailaddr option.
3274 Add -R option for recursive rlog.
3275 (AWK): New environment variable (default `awk') for awk program name.
3276 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
3277 Quote authors and fullnames correctly.
3278 Don't omit path from repository root when logging CVS files.
3279
3280 1995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3281
3282 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
3283 even if HAVE_SYSVIPC.
3284 * emacsclient.c (main): Use getcwd if not BSD.
3285
3286 1995-03-13 Francesco Potorti` (pot@cnuce.cnr.it)
3287
3288 * etags.c (process_file): free (filename) after using it.
3289 (readline_internal): Do not access the char before start of line.
3290
3291 1995-02-22 Francesco Potorti` (pot@cnuce.cnr.it)
3292
3293 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
3294 savetok.valid. Mark token as valid when it is initialised.
3295 (make_tag): Make token only if token is valid and reset validity.
3296 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
3297 (TOKEN): Added a new member: valid.
3298
3299 1995-02-15 Francesco Potorti` (pot@cnuce.cnr.it)
3300
3301 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
3302 (main): Do not read twice the last filename in the stdin file list.
3303
3304 1995-02-14 Francesco Potorti` (pot@cnuce.cnr.it)
3305
3306 * etags.c (C_entries): Initialise the new members of TOKEN.
3307 (C_entries): Do not allocate a new space for each token found by
3308 consider_token. Let make_tag do that instead.
3309 (make_tag): Since now TOKEN has memory of where it is taken from,
3310 this new macro substitutes both make_tag_from_new_lb and
3311 make_tag_from_oth_lb. All callers changed.
3312 (TOKEN): Add linepos and buffer members.
3313 (main): Initialise token_str.
3314 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
3315 (token_str): New global variable used by C_entries.
3316
3317 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
3318
3319 * Makefile.in.in (maintainer-clean): Renamed from realclean.
3320
3321 1995-02-01 Francesco Potorti` (pot@cnuce.cnr.it)
3322
3323 * etags.c (pfnote): Initialise been_warned in the node.
3324 (C_entries): Removed a speed hack for the sake of clarity.
3325
3326 1995-01-18 Francesco Potorti` (pot@cnuce.cnr.it)
3327
3328 * etags.c (longopts, print_help, main): Use -I as abbreviation
3329 for the --ignore-indentation option.
3330 (main): Do not print an error message for unknown options.
3331
3332 1995-01-12 Francesco Potorti` (pot@cnuce.cnr.it)
3333
3334 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
3335 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
3336 constantypedefs, update, vgrind_style, no_warnings,
3337 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
3338 (permit_duplicates): Was a var, now a #define.
3339 (filename_lb): Was global, now local to main.
3340 (main): Open the tag file when in cxref mode.
3341 Use a BUFSIZ size buffer for making the shell commands.
3342 Look at the return value from the system routine.
3343 Exit when cannot open the tag file.
3344 (process_file): Open the file and pass the FILE* to find_entries.
3345 (find_entries): Now void, because does not open the file itself.
3346 (pfnote): Recovering from lack of memory does not work. Removed.
3347 Use savenstr and simplify the code.
3348 (free_tree): Only free the name space if node is named.
3349 (structtag): Now a pointer, not a fixed length array of chars.
3350 (consider_token): Don't take a token as argument. Use savenstr
3351 when saving a tag in structtag. Callers changed.
3352 (TOKEN): Structure changed. Now used only in C_entries.
3353 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
3354 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
3355 (pfcnt): Deleted. Users updated.
3356 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
3357 TEX_getit, prolog_getit): Use dinamic allocation for storing
3358 the tag instead of a fixed size buffer.
3359
3360 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3361
3362 * movemail.c (main): Skip past the colon in inname.
3363
3364 1995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
3365
3366 * etags.c (pfatal): New function.
3367 (main, etags_getcwd): Use pfatal.
3368 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
3369
3370 1995-01-10 Francesco Potorti` (pot@cnuce.cnr.it)
3371
3372 * etags.c (Lang_function): Use void instead to declare the
3373 language functions, because many compilers are buggy.
3374 (etags_getcwd): Fix the previous fix on the #else branch.
3375 (readline_internal): Discard possible \r before \n here.
3376 (C_entries): Do not deal with \r here: undo previous fix.
3377
3378 1995-01-09 Francesco Potorti` (pot@fly)
3379
3380 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
3381 functions and a macro that allow the program to work on input
3382 lines of whatever length. Copied from etags.c.
3383 (fatal): Print a fatal error message and exit.
3384 (main): Use the new functions. Fixed a bug that made a \037 char
3385 appear at the end of the output.
3386
3387 1995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3388
3389 * etags.c (C_entries): Ignore carriage return at end of line.
3390
3391 1994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3392
3393 * fakemail.c (xmalloc, xrealloc): Add casts.
3394 (add_field): Handle <...> and "..." syntax.
3395 (setup_files, get_keyword): Clean up parens and line breaks.
3396 (args_size): Likewise.
3397
3398 1994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3399
3400 * yow.c: Include program name in error messages.
3401
3402 1994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3403
3404 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
3405 (xmalloc, fatal, error): New functions.
3406 (progname): New variable.
3407 (main): Set progname.
3408
3409 1994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3410
3411 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
3412 (main): If socket/mqueue name is in home dir, add in the host name.
3413 Rename .emacs_server to .emacs-server....
3414
3415 1994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3416
3417 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
3418
3419 1994-11-22 Francesco Potorti` (pot@cnuce.cnr.it)
3420
3421 * etags.c (print_help): print --regex usage for ctags also.
3422 (main): use -h in addition to -H as abbreviation for --help.
3423
3424 1994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
3425
3426 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
3427 is compiled if this is defined. The new functions and variables
3428 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
3429 [VMS]: All VMS specific code previously contained in
3430 etags-vmslib.c is now included here, modified for dealing with
3431 language and regex options intermixed with filenames.
3432 (header_file): Global variable deleted.
3433 (Lang_Function): New typedef. All language parser functions
3434 changed to this new type.
3435 (string_numeric_p, substr, prestr): Functions deleted.
3436 (readline_internal): Does the job that readline did previously.
3437 (longopts): --language and --regex options added.
3438 (lang_names, lang_extensions, lang_func, print_language_names):
3439 New structures, variables and functions for choosing languages.
3440 (print_help): Help strings updated. Calls print_language_names.
3441 (argument_type, ARGUMENT): Typedefs for dealing with language and
3442 regex options intermixed with filenames.
3443 (main): Changed the way of dealing with arguments on the command
3444 line to deal with language and regex options intermixed with
3445 filenames.
3446 (get_language, default_C_entries, Cplusplus_entries,
3447 Cstar_entries, Yacc_entries, just_read_file): New functions.
3448 (find_entries): Use the new method for choosing the language.
3449 (Pascal_functions): Allow intermixing of comment styles.
3450 (prolog_getit, skip_comment): Rewritten for speed.
3451 (readline): Rewritten to deal with regexps.
3452
3453 1994-11-16 Francesco Potorti` (pot@cnuce.cnr.it)
3454
3455 * etags.c (<errno.h>): #include added.
3456 (etags_getcwd): Check return value from getcwd.
3457
3458 1994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3459
3460 * profile.c (TV1, TV2): Use EMACS_TIME as type.
3461 (get_time): Use EMACS_SUB_TIME.
3462
3463 1994-10-30 voelker <voelker@cs.washington.edu>
3464
3465 * ntlib.c: New file.
3466 * makefile.nt: New file.
3467
3468 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
3469 [WINDOWSNT]: Include the NT headers.
3470 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
3471
3472 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
3473 [WINDOWSNT]: Include some NT headers.
3474
3475 1994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
3476
3477 * pop.c (getline): When a search of already-read input for CRLF
3478 fails, store the fact that we've searched it and don't search it
3479 again after reading more data.
3480
3481 * pop.c (getline): When determining whether or not it's necessary
3482 to grow the input buffer, take into account the null that's stored
3483 at the end of already-read input in the buffer.
3484
3485 1994-10-21 Francesco Potorti` (pot@cnuce.cnr.it)
3486
3487 * etags.c (prestr, substr): return a logical type.
3488 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
3489 (consider_token): set funcdef to fignore when a DEFUN is met.
3490 (C_entries): Now we can use Tom Hageman patch for extern "C".
3491
3492 1994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3493
3494 * movemail.c: PopServer renamed to popserver throughout.
3495
3496 1994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3497
3498 * etags.c: Don't declare malloc, since we include config.h.
3499 * fakemail.c: Likewise.
3500
3501 1994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3502
3503 * movemail.c: Don't declare malloc.
3504
3505 1994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
3506
3507 * rcs-checkin: Use test -r instead of < to check readability, to
3508 avoid syntax error.
3509
3510 1994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
3511
3512 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
3513 defined, and if HAVE_CONFIG_H isn't defined, define
3514 MAIL_USE_POP always (so that this file can be included in
3515 other programs besides emacs).
3516
3517 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
3518 HAVE_CONFIG_H isn't defined.
3519
3520 * pop.c (find_crlf, getline): Instead of using strstr, use a
3521 custom function for finding CRLF.
3522 (my_strstr): Function deleted.
3523
3524 1994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
3525
3526 * pop.c (getline): Fix a segfault because of passing a
3527 non-null-terminated string into strstr(). Fix from
3528 djm@va.pubnix.com (David J. MacKenzie).
3529
3530 * pop.c: Don't include <string.h> and <strings.h>.
3531
3532 * pop.c: Include <des.h> before <krb.h>, rather than after. They
3533 should be interchangeable, and indeed the inclusion is done in
3534 both orders in various files in the Kerberos 4 library sources,
3535 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
3536 requires that <des.h> be included first, and I don't see any harm
3537 in changing the order.
3538
3539 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
3540 STDC_HEADERS, if they're defined. Undef open, read, write and
3541 close after including it.
3542
3543 1994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3544
3545 * pop.c: Fix mismatch in conditionals.
3546
3547 * make-docfile.c (main): Don't process one input file twice.
3548 Never use exit code > 1.
3549
3550 * pop.c (open, close, read, write): Add #undefs.
3551
3552 * pop.c: Don't declare malloc, realloc, free.
3553 Include ../src/config.h.
3554 Don't include string.h or strings.h.
3555 Include des.h before krb.h.
3556 Do declare my_strstr.
3557 (getline): Really use my_strstr.
3558 Leave one empty place in server->buffer,
3559 and put a null at the end of the data in it.
3560
3561 1994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3562
3563 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
3564 call kill with pid 0. Handle EINTR when receiving messages.
3565
3566 1994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
3567
3568 * Makefile.in.in (regex.o): Use full path to find regex.c.
3569
3570 1994-10-17 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3571
3572 * Makefile.in.in (etags): add dependency on regex.o, link with it.
3573 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
3574
3575 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
3576
3577 * Makefile.in.in (DONT_INSTALL): Remove make-path.
3578 (${archlibdir}): Use mkinstalldirs instead.
3579
3580 * movemail.c: Make functions that return nothing void, not
3581 implicitly int.
3582 (main): Improve usage message.
3583 (error): Write to stderr, not stdout.
3584
3585 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
3586 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
3587 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
3588 variables and implicitly declared functions.
3589
3590 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3591
3592 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
3593 (distclean): Not here.
3594
3595 * Makefile.in.in (libexecdir): Renamed from libdir.
3596
3597 1994-10-11 Francesco Potorti` (pot@cnuce.cnr.it)
3598
3599 * etags.c (C_entries): Name the #define's that are macros.
3600
3601 1994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3602
3603 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
3604 fd_set arg is a pointer, descriptor arg comes first.
3605
3606 1994-09-29 Francesco Potorti` (pot@cnuce.cnr.it)
3607
3608 * etags.c (C_entries): Recognise typedef of ANSI style functions.
3609 (C_entries): Recognise #define inside a struct.
3610 (C_entries): ANSI tells that preprocessor commands do not have to
3611 start on the first column.
3612 (print_help): Documentation corrected for -d and -D.
3613 (white, endtk): ANSI tells the vertical tab is a separator.
3614
3615 1994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
3616
3617 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
3618 (pop.o, movemail.o): New targets.
3619 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
3620
3621 * pop.c, pop.h: New files.
3622
3623 * movemail.c: Improve POP code, move most of it into a separate file.
3624 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
3625 (mbx_write): Check for errors and for From line.
3626 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
3627 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
3628 (pop_init): Functions deleted.
3629
3630 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
3631
3632 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
3633 Rename path to dirname.
3634
3635 1994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3636
3637 * Makefile.in.in (UTILITIES):
3638 Remove test-distrib, make-docfile, make-path.
3639 (DONT_INSTALL): New variable--list those files here.
3640 (clean): Delete the files in DONT_INSTALL.
3641
3642 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3643
3644 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
3645 (main): Use fgets, not gets.
3646
3647 1994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3648
3649 * timer.c: Don't declare malloc.
3650
3651 1994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3652
3653 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
3654 defined, use simple 32-bit versions of these macros.
3655 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
3656
3657 1994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3658
3659 * etags.c (etags_getcwd): Use getcwd if available.
3660
3661 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3662
3663 * Version 19.27 released.
3664
3665 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3666
3667 * Version 19.26 released.
3668
3669 1994-08-15 Paul Eggert <eggert@twinsun.com>
3670
3671 * rcs2log: Add support for CVS.
3672 Work with `rlog's that output ISO 8601 dates.
3673
3674 1994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
3675
3676 * rcs2log: Use <> to delimit email address.
3677
3678 1994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3679
3680 * emacsserver.c [SYSV_IPC] (main): Make a separate process
3681 so we can listen for multiple requests.
3682
3683 1994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3684
3685 * movemail.c: Include config.h first thing.
3686
3687 1994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3688
3689 * emacsserver.c (main): Add casts to avoid warnings.
3690
3691 1994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3692
3693 * Makefile.in.in (${archlibdir}): Compare the proper dir
3694 before installing the scripts.
3695
3696 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3697
3698 * emacsclient.c (main): New local var progname saves argv[0].
3699
3700 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3701
3702 * emacsclient.c (main): Don't actually modify argv[0].
3703 Modify a copy instead.
3704
3705 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3706
3707 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
3708 (tzp): Var deleted.
3709
3710 * Makefile.in.in: Add #undef alloca.
3711
3712 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3713
3714 * timer.c (xmalloc): New function.
3715
3716 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3717
3718 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
3719 (alloca.o): New target.
3720
3721 1994-07-08 Dave Love (d.love@dl.ac.uk)
3722
3723 * etags.c (takeprec): recognise `character*(*) function'
3724
3725 1994-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
3726
3727 * etags.c (main): Don't barf on obsolete -t and -T switches.
3728 (main): Print an explicative message when a switch is not known.
3729
3730 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3731
3732 * hexl.c: Don't declare exit or perror.
3733
3734 * emacsserver.c (main): Don't declare geteuid.
3735 Don't declare getenv if convex.
3736
3737 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3738
3739 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
3740
3741 1994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3742
3743 * etags.c (absolute_filename): Remove infinite loop bug when
3744 accessing files in directories whose name begins with a dot.
3745
3746 1994-06-03 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3747
3748 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
3749
3750 1994-06-01 Morten Welinder (terra@diku.dk)
3751
3752 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
3753 location of data directory.
3754
3755 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3756
3757 * Version 19.25 released.
3758
3759 1994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3760
3761 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
3762
3763 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3764
3765 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
3766
3767 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3768
3769 * Version 19.24 released.
3770
3771 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3772
3773 * make-docfile.c (write_c_args): Put `default' in upper case.
3774
3775 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3776
3777 * etags.c (etags_getcwd): Cast result of popen.
3778 (popen): Declaration deleted.
3779
3780 1994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
3781
3782 * etags.c [!MSDOS]: Declare popen.
3783
3784 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3785
3786 * b2m.c (main): Avoid crash if argc is 1.
3787
3788 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3789
3790 * Version 19.23 released.
3791
3792 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
3793
3794 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3795
3796 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
3797
3798 1994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
3799
3800 * Makefile.in.in: Fix out of date comment.
3801
3802 1994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3803
3804 * Makefile.in.in: Put in a separator for where to start cpp procssing.
3805 Move all autoconf substitutions above that point.
3806 Above that point, use Make-style comments.
3807 This goes with changes in ../configure.in.
3808
3809 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3810
3811 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
3812 warning message.
3813 (${archlibdir}): Don't do it here. Don't depend on blessmail.
3814
3815 1994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
3816
3817 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
3818
3819 1994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3820
3821 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
3822 print advice to run it, if it has anything significant to do.
3823 And only if MOVEMAIL_NEEDS_BLESSING.
3824 (blessmail): Use emacs, not temacs.
3825 (configuration): Renamed from configname.
3826
3827 1994-04-30 Morten Welinder (terra@diku.dk)
3828
3829 * etags.c (find_entries): Treat `*.cpp' as C++ files.
3830
3831 1994-04-30 Morten Welinder (terra@diku.dk)
3832
3833 * etags.c [MSDOS]: #include <sys/param.h> for the following.
3834 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
3835 a shell.
3836
3837 1994-04-29 Morten Welinder (terra@diku.dk)
3838
3839 * hexl.c [MSDOS]: Don't define proto type for exit.
3840
3841 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3842
3843 * b2m.c: Don't include string.h or strings.h.
3844
3845 1994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
3846
3847 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
3848 symbols, not make variables.
3849
3850 1994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3851
3852 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
3853 * etags.c (print_version): Print VERSION as a string.
3854
3855 1994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3856
3857 * fakemail.c (readline): Fix updating of p when buffer grows.
3858
3859 1994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
3860
3861 * Makefile.in.in (blessmail): New target.
3862 ${archlibdir}: Use blessmail when installing movemail.
3863
3864 1994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3865
3866 * fakemail.c (readline): When extending the buffer,
3867 calculate end afresh using the new size.
3868
3869 1994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3870
3871 * etags.c (main, print_help): eliminate the -F option.
3872
3873 1994-04-18 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3874
3875 * etags.c (absolute_filename): compare against '\0' instead of NULL.
3876
3877 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3878
3879 * Makefile.in.in: Renamed from Makefile.in.
3880 Makefile.in is now generated from it, and then preprocessed.
3881 Change comments to C syntax.
3882 Include config.h.
3883 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
3884 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
3885
3886 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3887
3888 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
3889
3890 1994-04-12 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3891
3892 * etags.c (etags_getcwd): Initialize bufsize.
3893
3894 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3895
3896 * profile.c (gettimeofday): If system doesn't have this, define it
3897 to give a fatal error.
3898
3899 1994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
3900
3901 * movemail.c (main): Use setuid, not seteuid.
3902
3903 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3904
3905 * etags.c: #undef static.
3906
3907 1994-04-08 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3908
3909 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.
3910 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs,
3911 Scheme_funcs, prolog_funcs): renamed to Fortran_functions,
3912 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
3913 TeX_functions, Prolog_functions.
3914 (inf): no more a global variable.
3915 (C_entries): take 2nd parameter `inf' instead of using the global one.
3916 (find_entries): added the cp1 var for optimisation.
3917 (find_entries): added more suffixes for assembler files.
3918 (Asm_funcs): Now finds labels even without an ending colon.
3919
3920 1994-03-30 Francesco Potorti` (pot@fly.cnuce.cnr.it)
3921
3922 * etags.c (main): use etags_getcwd for compatibility.
3923 (etags_getcwd): new function.
3924
3925 1994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3926
3927 * Makefile.in (etags, ctags): Pass -D for VERSION.
3928
3929 1994-03-25 Francesco Potorti` (pot@cnuce.cnr.it)
3930
3931 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
3932 (main): don't allow the use of -t and -T in etags mode.
3933 (print_help): don't show options enabled by default.
3934 (print_version): show the emacs version number if VERSION is #defined.
3935 (find_entries): add "ss" as suffix for Chez Scheme.
3936
3937 1994-03-23 Francesco Potorti` (pot@cnuce.cnr.it)
3938
3939 * etags.c (cwd, outfiledir): vars added.
3940 (relative_filename, absolute_filename, absolute_dirname):
3941 functions added to compute filenames in tags files.
3942 (process_file): filenames in tags file are relative to the
3943 directory where the tags file is (useful with the -o option).
3944 (main): initialise the outfiledir var.
3945 (TYPEDST): added the `tignore' value.
3946 (C_entries): corrected various small bugs.
3947
3948 1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3949
3950 * Makefile.in (UTILITIES): `env' deleted.
3951 (env): Target deleted.
3952 * env.c: File deleted.
3953
3954 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3955
3956 * Makefile.in (install, ${archlibdir}): Switch back to ..
3957 before running INSTALL_PROGRAM.
3958
3959 1994-03-14 Francesco Potorti` (pot@cnuce.cnr.it)
3960
3961 * etags.c (TYPEDST): added the `tignore' value.
3962 (C_entries): corrected various bugs, now correctly parses the
3963 `extern "C" {' construction (patch by Tom R.Hageman).
3964
3965 1994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3966
3967 * b2m.c: Use <...> to include config.h.
3968 Don't include stdlib.h.
3969
3970 1994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
3971
3972 * b2m.c (main): Change delimiter from "^L" to "^_^L".
3973 Allow for text following "BABYL OPTIONS:".
3974 Add --help option. Use argv[0] in error messages.
3975
3976 1994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3977
3978 * emacsclient.c (main) [HAVE_SYSVIPC]:
3979 Make msgp->mtext longer if necessary.
3980 On HPUX, error if it's more than 512 chars.
3981
3982 1994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
3983
3984 * etags-vmslib.c: Use GPL.
3985 * emacstool.c: Use GPL.
3986 * fakemail.c: Update GPL.
3987
3988 * make-path.c (main): Return 1 on error, not -1.
3989 Update GPL.
3990
3991 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
3992 (xmalloc, xrealloc): Return char *, not int.
3993 (error): Write to stderr, not stdout.
3994 Update GPL.
3995
3996 1994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
3997
3998 * profile.c (main, get_time): Don't crash on invalid input.
3999
4000 1994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
4001
4002 * profile.c (get_time): Simplify; avoid calling index.
4003 (main): exit on EOF.
4004
4005 1994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
4006
4007 * etags.c (--absolute-pathnames): Option removed.
4008
4009 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4010
4011 * fakemail.c (put_line): Don't break the line if it all fits.
4012
4013 1994-02-14 Francesco Potorti` (pot@fly)
4014
4015 * etags.c (absolute_pathnames, cwd): added global vars.
4016 (longopts, print_help, main, process_file): put absolute filenames
4017 in the tag file if the -A --absolute-pathnames option is used.
4018 (print_help): alfabetically order the options.
4019 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
4020
4021 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4022
4023 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
4024 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
4025
4026 1994-02-07 Christian Lynbech (lynbech@avignon)
4027
4028 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
4029
4030 1994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4031
4032 * Makefile.in (UTILITIES): Mention profile.
4033 (profile): New target.
4034
4035 * profile.c: New file.
4036
4037 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4038
4039 * make-docfile.c: Make the argument list output look more like the
4040 Lisp docstrings do.
4041 (write_c_args): Take new arg FUNC. Make output
4042 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
4043 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
4044
4045 1994-01-14 Francesco Potorti` (pot@cnuce.cnr.it)
4046
4047 * etags.c (stab_entry, stab_create, stab_find, stab_search,
4048 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
4049 Use gperf generated hash table instead of linked list.
4050 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
4051 Mostly code generated by gperf.
4052 (consider_token): removed unused parameter `lp'.
4053 (PF_funcs, getit): allow subroutine and similar declarations
4054 to span multiple lines.
4055 (C_entries): check for newline if inchar to avoid bus errors.
4056 (process_file, find_entries): distinguish among nonexistent
4057 and not regular file.
4058
4059 1994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4060
4061 * timer.c: Include errno.h; don't include fasync.h.
4062 (schedule): Don't return a value.
4063 (sigcatch): Reestablish the handler first.
4064 (getevent): Always call notify at the end.
4065 (notify): Defer alarms around the whole body of function.
4066
4067 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4068
4069 * timer.c (main): Don't request SIGIO, and don't handle it.
4070 Loop calling getevent.
4071 (sigcatch): Delete code to handle SIGIO.
4072 if defer_alarms is set, don't call notify, just set alarm_deferred.
4073 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
4074 Set defer_alarms around realloc and schedule.
4075 If alarm_deferred gets set, call notify.
4076 Likewise if this event is the only pending event.
4077 Make buf and buf_size global variables.
4078 Don't malloc buf if it is already non-zero.
4079 (schedule): Just exit if run out of memory.
4080 Return the number of events.
4081 (signal) [_CX_UX]: Add #undef.
4082
4083 1994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4084
4085 * timer.c [USG] (SIGIO): Define as SIGPOLL.
4086 (main) [USG]: Do ioctl to enable SIGPOLL.
4087
4088 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4089
4090 * timer.c: Don't declare sys_errlist; declare strerror instead.
4091 (schedule, main): Call strerror instead of using sys_errlist.
4092 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
4093 Call strerror instead of using sys_errlist.
4094 * env.c (main): Call strerror instead of using sys_errlist.
4095 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
4096 (main): Call strerror instead of using sys_errlist.
4097 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
4098 * env.c [! HAVE_STRERROR] (strerror): Likewise.
4099 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
4100 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
4101
4102 1994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4103
4104 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
4105
4106 * movemail.c (malloc): Don't declare it.
4107 (xmalloc): Cast result of malloc.
4108 (strcpy): Don't declare it.
4109
4110 1993-11-14 Morten Welinder (terra@diku.dk)
4111
4112 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
4113 (main): Use fclose to close file opened by fopen.
4114
4115 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
4116
4117 * movemail.c [MSDOS]: #undef `access'.
4118
4119 * b2m.c (main) [MSDOS]: Open all files as binary.
4120 * etags.c (main) [MSDOS]: Open all files as binary.
4121
4122 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
4123 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
4124 with.
4125
4126 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4127
4128 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
4129 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
4130 (LINK_CFLAGS): New variable.
4131 (timer): Use LINK_CFLAGS.
4132
4133 1993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4134
4135 * movemail.c: Include syswait.h.
4136 Fork a subprocess and use it to copy the mail file.
4137
4138 1993-12-07 Richard Stallman (rms@srarc2)
4139
4140 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
4141
4142 1993-12-04 Richard Stallman (rms@srarc2)
4143
4144 * movemail.c (main): When making tempname, cast result of xmalloc.
4145 Include room for EXXXXXX in the size.
4146 Don't use result of strcpy.
4147
4148 1993-12-03 Paul Eggert (eggert@twinsun.com)
4149
4150 * vcdiff: Add --brief option.
4151
4152 1993-12-02 Richard Stallman (rms@srarc2)
4153
4154 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
4155 for all executables and scripts.
4156
4157 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4158
4159 * Version 19.22 released.
4160
4161 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4162
4163 * Makefile.in (mostlyclean): Make it distinct from clean.
4164
4165 1993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4166
4167 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
4168
4169 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4170
4171 * Version 19.21 released.
4172
4173 * Makefile.in (install): Don't change mode or group when installing.
4174
4175 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
4176
4177 1993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4178
4179 * make-docfile.c (read_c_string): For "", concatenate the two strings.
4180
4181 * movemail.c (main): Fix error message text.
4182
4183 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4184
4185 * Version 19.20 released.
4186
4187 1993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
4188
4189 * etags.c: (C_entries): Keep track of ()-parenthesis level so that
4190 functions returning a pointer to a function, a la `signal', can be
4191 parsed. This also required new state `fstartlist' to `FUNCST'.
4192 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
4193 (C_entries, CNL): use it to isolate preprocessor directive processing
4194 from the other state engines.
4195 (begtk): add '~', for C++ class destructors.
4196
4197 1993-11-02 Francesco Potorti` (pot@cnuce.cnr.it)
4198
4199 * etags.c (consider_token): removed unused variable firsttok.
4200 (prolog_getit): call pfnote with the right number of arguments.
4201
4202 1993-10-19 Paul Eggert (eggert@twinsun.com)
4203
4204 * rcs2log (printlogline): Don't generate lines containing only
4205 white space.
4206
4207 1993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4208
4209 * Makefile.in (${archlibdir}):
4210 Install ${SCRIPTS} from ${srcdir}, not cwd.
4211
4212 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4213
4214 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
4215 the comment character.
4216
4217 1993-10-01 Francesco Potorti` (pot@cnuce.cnr.it)
4218
4219 * etags.c (process_file): dead code removed.
4220 (S_ISREG): #define it using S_IFREG if not defined.
4221 (process_file): regular files have nothing to do with symlinks.
4222
4223 1993-09-28 Brian Fox (bfox@ai.mit.edu)
4224
4225 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
4226 from current directory. Only chmod and chgrp files that we
4227 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
4228 ${bindir}.
4229 (INSTALLFLAGS): Deleted definition, since it is an unused variable
4230 now.
4231
4232 1993-09-27 Brian Fox (bfox@ai.mit.edu)
4233
4234 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
4235 configure figure out the correct values for these variables.
4236
4237 1993-09-14 Brian Fox (bfox@ai.mit.edu)
4238
4239 * Makefile.in (archlibdir): Only install execuatables internally
4240 used by emacs; don't install bindir binaries here.
4241
4242 1993-09-24 Paul Eggert (eggert@twinsun.com)
4243
4244 * rcs2log: Add -h, -n, -r options.
4245 By default, look for *,v files as well as RCS/*,v files.
4246 Use $TMPDIR (default /tmp) instead of /tmp.
4247
4248 1993-09-20 Francesco Potorti` (pot@fly)
4249
4250 * etags.c (C_entries): is_func is initialised here instead of in
4251 consider_token for the sake of the yacc rules section.
4252 (C_entries): Now class, struct, enum, union and typedef produce
4253 named tags.
4254
4255 1993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
4256
4257 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
4258
4259 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4260
4261 * Makefile.in: Support configuring in a different directory when
4262 ${srcdir} has already been configured.
4263 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
4264 -I${srcdir}/../src.
4265 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
4266 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
4267 is already in CPP_FLAGS.
4268 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
4269 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
4270
4271 1993-08-25 Paul Eggert (eggert@twinsun.com)
4272
4273 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
4274 otherwise, HP awk complains.
4275
4276 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
4277 are common hangouts for SCCS commands.
4278
4279 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4280
4281 * Version 19.19 released.
4282
4283 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4284
4285 * Makefile.in (make-path): Dep on config.h.
4286
4287 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4288
4289 * b2m.c (TRUE, FALSE): Don't define if already defined.
4290
4291 1993-08-09 Paul Eggert (eggert@twinsun.com)
4292
4293 * rcs2log (awkscript):
4294 Some sites put comma-separated junk after the fullname.
4295 Remove it, but leave "Bill Gates, Jr" alone.
4296 Remove the junk from fullnames like "0000-Admin(0000)".
4297
4298 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4299
4300 * Version 19.18 released.
4301
4302 1993-08-04 Francesco Potorti` (pot@spiff.gnu.ai.mit.edu)
4303
4304 * etags.c (L_isdef, L_isquote, L_getit): small optimisations.
4305 (L_funcs): the (foo::defmumble stuff now should work.
4306 (consider_token): function returned random value--corrected.
4307 (C_entries): corrected == versus = typo.
4308
4309 1993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4310
4311 * etags.c (put_entries): For NODE->rewritten, put pattern before
4312 \177 and name after, not vice versa.
4313
4314 1993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4315
4316 * timer.c (main): Generate a SIGIO as soon as we've initialized.
4317
4318 1993-07-30 Francesco Potorti` (pot@cnuce.cnr.it)
4319
4320 * etags.c (FINCST): added the fignore status. Means we are
4321 after the parameter list and before the open curly brace.
4322 Allows correct parsing of C++ constructors.
4323 (C_entries, consider_token): make use of fignore.
4324 (consider_token): reset funcdef when next_token_is_func: when in
4325 ctags mode makes DEFVAR and others work better.
4326 (L_isquote): function that recognises the "(quote" string.
4327 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
4328
4329 1993-07-29 Paul Eggert (eggert@twinsun.com)
4330
4331 * rcs-checkin: Don't check whether a file is readable until we have
4332 decided not to ignore it.
4333
4334 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4335
4336 * Makefile.in (etags): Depend on ../src/config.h.
4337
4338 * emacsserver.c: Include types.h before file.h.
4339
4340 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4341
4342 * Makefile.in (install): Use .n, not .new, for temporary filenames.
4343
4344 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4345
4346 * Version 19.17 released.
4347
4348 1993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4349
4350 * etags.c (print_help): Break up the very long strings containing
4351 the help message into shorter strings, to placate chintzy C
4352 compilers which can't handle strings that long.
4353
4354 * wakeup.c: Use CPP tangle from autoconf manual to #include the
4355 correct combination of <time.h> and <sys/time.h>.
4356
4357 1993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
4358
4359 * etags.c (alloca): removed all references to it.
4360 (main): now calls xnew instead of alloca for portability.
4361 (../src/config.h): included only if HAVE_CONFIG_H.
4362 (const): void definition removed--config.h takes care of it.
4363
4364 1993-07-08 Francesco Potorti` (pot@cnuce.cnr.it)
4365
4366 * etags.c (consider_token): was `==', now is `='.
4367 (consider_token): DEFUNs now treated like funcs in ctags mode.
4368
4369 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
4370 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
4371 (C_entries): removed a piece of useless code.
4372 (C_entries): making typedef tags is delayed until a semicolon
4373 is met. This handles "typedef int X, Y, Z;" correctly.
4374
4375 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4376
4377 * Version 19.16 released.
4378
4379 * b2m.c: #include <sys/types.h>.
4380 (ltoday): Declare this to be time_t.
4381
4382 1993-06-30 Paul Eggert (eggert@twinsun.com)
4383
4384 * vcdiff: Add -q option.
4385
4386 1993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4387
4388 * etags.c: #include "config.h" and the alloca CPP tangle before
4389 #including the system headers and getopt.h. AIX requires the
4390 #pragma to come before any actual C code.
4391
4392 1993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4393
4394 * Makefile.in (ctags): Depend on etags, so that parallel makes
4395 don't write etags.o files on top of each other.
4396
4397 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4398
4399 * version 19.15 released.
4400
4401 1993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4402
4403 * etags.c (add_node): Move var last_node to file scope.
4404
4405 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4406
4407 * Version 19.14 released.
4408
4409 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4410
4411 Bring mumbleclean targets into conformance with GNU coding standards.
4412 * Makefile.in (distclean): Call clean to do most of the work.
4413 Delete aixcc.c and TAGS.
4414 (realclean): Just call distclean.
4415
4416 * Makefile.in: Remember, spaces are not tabs.
4417
4418 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4419
4420 * Makefile.in (CPP_CFLAGS): New variable.
4421 Use it instead of ALL_CFLAGS when compiling a .c file.
4422 (getopt.o, getopt1.o): Add explicit compilation commands.
4423
4424 1993-06-10 Mark D. Baushke (mdb@cisco.com)
4425
4426 * etags.c: Reinstate old -f option as an alias for -o for
4427 installed base uses.
4428
4429 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4430
4431 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
4432 to bind or accept, cast the pointer, to avoid warnings on systems
4433 which declare prototypes for this.
4434 * emacsclient.c (main): Same.
4435
4436 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
4437
4438 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4439
4440 * Version 19.13 released.
4441
4442 * wakeup.c: Include sys/types.h, too; I think that's where time_t
4443 comes from, not sys/time.h.
4444
4445 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4446
4447 * wakeup.c: Include sys/time.h.
4448
4449 * etags.c: #undef static.
4450
4451 * Version 19.12 released.
4452
4453 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
4454
4455 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4456
4457 * Version 19.11 released.
4458
4459 * timer.c [LINUX]: #undef signal.
4460 * emacsserver.c: #undef signal.
4461
4462 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4463
4464 * wakeup.c (main): Make when a time_t.
4465
4466 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4467
4468 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)' instead of
4469 `(cd foo ; pwd)' to get the canonical name of a directory; cd
4470 might fail, and have pwd print out the current directory.
4471
4472 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
4473 string-handling functions.
4474
4475 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4476
4477 * Version 19.10 released.
4478
4479 1993-05-29 Paul Eggert (eggert@twinsun.com)
4480
4481 * rcs2log: When given no file arguments, inspect RCS/.* as well
4482 as RCS/*. Don't report an error if RCS is empty or nonexistent.
4483
4484 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4485
4486 * Makefile.in (timer): Link with $(LOADLIBES).
4487
4488 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4489
4490 * fakemail.c (put_line): Don't output \n\t unless more text follows.
4491
4492 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4493
4494 * etags.c: Replace the CPP tangle for alloca with the one from the
4495 autoconf documentation, since that's working elsewhere.
4496
4497 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4498
4499 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
4500 description files can find their ancestors.
4501
4502 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4503
4504 * Makefile.in (install): Get the scripts from ${srcdir},
4505 unlike the executables.
4506 (ALL_CFLAGS): Add -I../src
4507
4508 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4509
4510 * Version 19.9 released.
4511
4512 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4513
4514 * Makefile.in (install): Do install the programs listed in
4515 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
4516 INSTALLABLE_SCRIPTS, instead of writing the programs out.
4517
4518 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
4519 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
4520
4521 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4522
4523 * etags.c: Include ../src/config.h.
4524
4525 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
4526 in first loop. Delete files from bindir before installing new ones.
4527 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
4528
4529 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4530
4531 * Version 19.8 released.
4532
4533 * make-docfile.c: Doc fix.
4534
4535 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4536
4537 * tcp.c: Fix comment syntax at top of file.
4538 (main): Don't call htons with the port number.
4539
4540 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4541
4542 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
4543 appropriate.
4544
4545 * Makefile.in (install): Refer to the variables INSTALLABLES and
4546 INSTALLABLE_SCRIPTS, instead of writing them out.
4547
4548 1993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4549
4550 * make-path.c (main): Return 0.
4551
4552 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4553
4554 * Version 19.7 released.
4555
4556 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4557
4558 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
4559
4560 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4561
4562 * tcp.c: New file.
4563
4564 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4565
4566 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
4567
4568 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4569
4570 * timer.c (notify): Don't call sighold or sigrelse; they're USG
4571 only. We should really fix this later, but let's just make it
4572 compile for now.
4573
4574 Install patches from David J. Mackenzie to make the srcdir option
4575 work.
4576 * Makefile.in (srcdir, VPATH): Get this value from the top-level
4577 Makefile.
4578 (INSTALLABLES): Split this into two lists - INSTALLABLES and
4579 INSTALLABLE_SCRIPTS.
4580 (INSTALLABLE_SCRIPTS): New list.
4581 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
4582 (${archlibdir}): The scripts to be installed live in the source
4583 tree, not in the object tree.
4584 (test-distrib): Note that the data file lives in the source tree,
4585 not the object tree.
4586 (GETOPTDEPS): Note that getopt.h lives in the source tree.
4587 (all other targets): Change references to source files to use
4588 ${srcdir}, except for config.h, which lives in the object dir.
4589 (timer.o): Note that this depends on ../src/config.h.
4590 * make-docfile.c (main): Add a -d option, to tell it where to find
4591 the source files.
4592 * test-distrib.c (main): Take the name of the distribution file to
4593 test from the command line.
4594
4595 * timer.c: Fix mispellings of get_date function's name.
4596
4597 1993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4598
4599 * etags.c (main):
4600 Don't require that there be input files if -i switches were given.
4601
4602 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4603
4604 The GNU coding standards specify that CFLAGS should be left for
4605 users to set.
4606 * Makefile.in (CFLAGS): Put this in the "things configure might
4607 edit" section, and have it default to -g.
4608 (ALL_CFLAGS): New variable, set to all the flags which should be
4609 passed to compilations. Replace all other uses of CFLAGS with
4610 ALL_CFLAGS.
4611 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
4612
4613 * Makefile.in (DEFS): Remove this; it's always just going to be
4614 "-DHAVE_CONFIG_H -Demacs".
4615
4616 1993-05-03 Paul Eggert (eggert@twinsun.com)
4617
4618 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
4619 /[/]/, so change it to /[\/]/. This should work on all
4620 Posix-compliant awks. It's slightly wrong with traditional awk,
4621 since it matches \ too, but that's a minor problem compared to awk
4622 syntax errors.
4623
4624 1993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4625
4626 * Makefile.in (ALLOCA): New variable, whose value we should
4627 inherit from the top-level makefile.
4628 (etags, ctags): Include ALLOCA in the list of object files that
4629 these executables depend on and link.
4630
4631 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4632
4633 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
4634
4635 1993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
4636
4637 * make-docfile.c (write_c_args): Print an argument named "defalt"
4638 as "default".
4639
4640 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4641
4642 * Makefile.in (C_SWITCH_SYSTEM): New variable.
4643 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
4644 compiler.
4645
4646 1993-03-22 Francesco Potorti` (pot@cnuce.cnr.it)
4647
4648 * etags.c (YACC): flag added to c_ext.
4649 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
4650 (find_entries): consistently use streq when reasonable.
4651 (find_entries): a .y file is a yacc file.
4652 (get_C_stab): c_ext becomes c_ext&C_PLPL.
4653 (C_entries): logical cplpl means c_ext&C_PLPL.
4654 (C_entries): logical yacc_rules means we are after the first %%.
4655 (C_entries): added logic for yacc files.
4656
4657 1993-03-16 Francesco Potorti` (pot@cnuce.cnr.it)
4658
4659 * etags.c (C_entries): ':' case moved to the second switch.
4660 (C_entries): do not examine token if structdef==scolonseen.
4661 (consider_token): structtag set to null string for enum.
4662
4663 1993-03-12 Francesco Potorti` (pot@cnuce.cnr.it)
4664
4665 * etags.c (GET_COOKIE): and related macros removed.
4666 (logical): is now int, no more a char.
4667 (reg): define deleted.
4668 (isgood, _gd, notgd): deleted.
4669 (gotone): deleted.
4670 (TOKEN): member linestart removed.
4671 (linepos, prev_linepos, lb1): deleted.
4672 (main): call initbuffer on lbs array instead of lb1.
4673 (init): removed the initialisation of the logical _gd array;
4674 (find_entries): a .sa suffix means assembler file.
4675 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
4676 All C state machines rewritten.
4677 (C_entries): complete rewrite.
4678 (condider_token): complete rewrite.
4679 (getline): deleted.
4680
4681 1993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
4682
4683 * etags.c (C_entries): Added the quotednl logical variable.
4684 Used for parsing of #define's spanning multiple lines.
4685
4686 1993-02-23 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
4687
4688 * etags.c (C_entries): Save the definedef status even when a
4689 newline is met inside a string.
4690
4691 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4692
4693 * Makefile.in (EXECUTABLES): added rcs-checkin.
4694
4695 * Makefile.in (unlock, relock): New productions.
4696
4697 1993-03-16 Paul Eggert (eggert@twinsun.com)
4698
4699 * rcs2log: Some awks don't understand "\r". Code around this.
4700 Unfortunately this requires putting a carriage return in the
4701 source code. Don't assume that rlog will tolerate times like
4702 `10:10:60'; RCS 5.7 won't allow this.
4703
4704 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4705
4706 * timer.c (main): Set the ownership of the stdin file descriptor
4707 to the current process. Print error messages if either of the
4708 fcntl's fails.
4709
4710 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
4711 ../src/config.h), not void.
4712
4713 1993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4714
4715 * b2m.c (main): Don't exit upon reading a blank line.
4716
4717 1993-03-01 Francesco Potorti` (pot@fly.CNUCE.CNR.IT)
4718
4719 * etags.c (C_entries): New local variable quotednl. Used for
4720 parsing of #define's spanning multiple lines.
4721
4722 * etags.c (C_entries): Save the definedef status
4723 even when a newline is met inside a string.
4724
4725 1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4726
4727 * timer.c (notify): Initialize waitfor properly.
4728
4729 1993-02-22 Francesco Potorti` (pot@CNUCE.CNR.IT)
4730
4731 * etags.c (C_entries): Don't reset definedef when a newline inside a
4732 comment is met.
4733
4734 1993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4735
4736 * etags.c (find_entries): If filename ends in .f or .for,
4737 don't try anything but Fortran.
4738
4739 1993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
4740
4741 * timer.c (notify): Flush stdout after writing message to avoid lossage
4742 on terminals.
4743
4744 (notify): Also, write a newline after the token.
4745
4746 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4747
4748 * Makefile.in (exec_prefix): New variable.
4749 (bindir, libdir): Use it instead of `prefix'.
4750
4751 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
4752
4753 * Makefile.in (libdir): Default to ${prefix}/lib.
4754 (archlibdir): Adjusted to match.
4755
4756 * Makefile.in (distclean): Don't delete backup or autosave files.
4757 (extraclean): Like realclean, but does delete backup and autosave
4758 files.
4759
4760 * Makefile.in (realclean): Ignore errors from rm.
4761
4762 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
4763 that doesn't exist anymore.
4764
4765 1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4766
4767 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
4768 described in the top-level Makefile.
4769 (UTILITIES): Add make-path to the list of utility programs.
4770 (../arch-lib): Replaced by the ${archlibdir} target, which places
4771 the executables in their permanent home.
4772 (install, install.sysv, install.xenix): Consolidated into one
4773 target which should work under all circumstances, modulo a few
4774 ignored error messages.
4775
4776 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
4777 a different number of arguments than other DEFVARs, recognize it
4778 specially, and expect the right number of commas.
4779
4780 1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4781
4782 * make-path.c: New program, to help with the installation process.
4783 * Makefile.in (make-path): New target.
4784
4785 * make-path.c (touchy_mkdir): Remove debugging output.
4786
4787 1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4788
4789 * Makefile.in (getdate.o): Added explicit target for this, so we
4790 can indicate that it depends on ../src/config.h.
4791
4792 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4793
4794 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
4795 instead of CFLAGS.
4796 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
4797
4798 1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4799
4800 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
4801 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
4802 that system.
4803
4804 * Makefile.in (arch-lib): Give rm the `-f' option.
4805
4806 1992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4807
4808 * make-docfile.c (write_c_args): Rewritten to correctly print
4809 &optionals before the first identifier, but after the first paren.
4810 This code used to just wait for commas or spaces; now it notices
4811 identifier boundaries.
4812
4813 1992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4814
4815 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
4816
4817 1992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4818
4819 * make-docfile.c (write_c_args): Print the argument lists properly
4820 when the first argument is optional.
4821
4822 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4823
4824 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
4825 Redefine @item. Set catcode of +.
4826
4827 1992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4828
4829 * emacsclient.c (main): Set IPC_CREAT in msgget call.
4830
4831 1992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4832
4833 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
4834 (TEX_decode_env): Make `tab' one element longer.
4835
4836 1992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4837
4838 * etags.c (PF_funcs): Recognize the "entry" keyword.
4839
4840 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4841
4842 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
4843
4844 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4845
4846 * timer.c (events): Rather than having slots marked as in use or
4847 out of use by the `token' field, keep all pending events at the
4848 beginning of the array. When we delete an event in the middle of
4849 the array, we move the last event into its place.
4850 (num_events): New variable.
4851 (schedule): It is now cheaper to find a free event slot;
4852 events[num_events] is the first free slot.
4853 (notify): Scan events[0 .. num_events-1], instead of the whole
4854 array. When an event fires, move the last event in the array into
4855 its spot. Use num_events to determine whether or not there are
4856 any pending events, not wait_for.
4857 (getevent): Deleted unused variable `ep'.
4858 (sigcatch): It's now easier to find all the active events.
4859 (main): Initialize num_events.
4860
4861 * etags.c: Rather than fret about which systems have index and
4862 which systems have strchr, and how to tell the difference between
4863 them, we just write out our own versions. Big deal.
4864 (index, rindex): Extern declarations removed.
4865 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
4866 (etags_index, etags_rindex): New declarations.
4867 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
4868 TEX_getit, substr): Use the etags_*index functions, rather than
4869 the native *index functions.
4870 (rindex, index): Renamed to etags_rindex and tags_rindex, and
4871 made them unconditionally defined, rather than having them depend
4872 on NEED_*INDEX.
4873
4874 * etags.c (savenstr): Add declaration for this at top of file.
4875 (TEX_decode_env): Don't declare it local to this function.
4876
4877 * b2m.c: #include "../src/config.h", so we can test for the USG
4878 macro, and decide whether to include <string.h> or <strings.h>.
4879 * Makefile.in: Note that b2m.c depends on ../src/config.h.
4880
4881 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4882
4883 * timer.c: Reformatted according to the GNU coding standards.
4884 Removed arbitrary limits on the number of events queued and the
4885 length of the tokens used to identify them.
4886 Removed casts to (void).
4887 Removed debugging printfs; they clutter the code, and the need
4888 can be better filled using a real debugger.
4889
4890 1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4891
4892 * timer.c: Installed new version from Eric Raymond; this is more
4893 portable, since it doesn't try to use SIGIO.
4894
4895 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4896
4897 * emacsclient.c (main): If we can't find the socket in this
4898 person's home directory, print a message which asks if they've
4899 started the server, instead of just printing the message from
4900 sys_errmsg; Cygnus finds that people are much less confused by
4901 this.
4902
4903 1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4904
4905 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
4906 so that index and rindex get defined, why don't we actually
4907 control index and rindex using symbols called "NEED_INDEX" and
4908 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
4909 little more readable than defining something whose name implies
4910 that it's not?
4911
4912 1992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4913
4914 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
4915 distribution:
4916 Miscellaneous doc fixes.
4917 (skip_white, read_lisp_symbol): New functions.
4918 (scan_lisp_file): Instead of using long hairy strings of ifs, call
4919 read_lisp_symbol and then see what we got. Call skip_white
4920 instead of writing out a loop to do its job. Correctly extract
4921 docstrings from "defmacro" declarations.
4922
4923 1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4924
4925 * movemail.c (strcpy): Declare this to return char *.
4926
4927 1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4928
4929 * etags.c (C_entries): When we find a C++ comment, do actually
4930 skip to the end of the line; do a 'break' instead of a 'continue'.
4931
4932 1992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4933
4934 * etags.c (getit): Add missing parenthesis to expression which
4935 decides if this token is an identifier.
4936
4937 1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4938
4939 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
4940
4941 1992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4942
4943 * etags.c (put_entries): Always put space between name and line num.
4944
4945 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
4946
4947 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
4948 warning.
4949 (LEVEL_OK_FOR_FUNCDEF): Ditto.
4950
4951 1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4952
4953 * make-docfile.c (write_c_args): Pass both arguments to putc.
4954
4955 1992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
4956
4957 * etags.c (C_entries): Fixed reading of "..." strings.
4958 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
4959 the C library source.
4960
4961 * etags.c (C_entries): When we see a backslash inside a quoted
4962 string, skip to the next character. This allows us to correctly
4963 deal with strings containing quotes.
4964
4965 1992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4966
4967 * make-docfile.c (write_c_args): Print the C argument names as
4968 they would be written in Elisp; print '_' as '-'.
4969
4970 1992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4971
4972 * movemail.c [POP]: Get user name via getpwuid.
4973
4974 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4975
4976 * Makefile.in: flags in CC invocations rearranged for no reason.
4977
4978 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4979
4980 * etags.c (print_help): Remember not to imbed raw newlines in
4981 strings - end the lines with `\n\'.
4982
4983 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4984
4985 * timer.c (getevent): Removed declaration of memcpy; since
4986 different systems have different return types, and we're not even
4987 using the return type anyway, it wasn't doing us any good.
4988
4989 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4990
4991 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
4992 type of this function.
4993
4994 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4995
4996 * ChangeLog: Since the old etc contents have been split into etc
4997 and lib-src, the old etc's ChangeLog has been duplicated in the
4998 new etc and lib-src. That means that each contains complete and
4999 coherent information, although each contains extraneous
5000 information.
5001
5002 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5003
5004 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
5005 to be consistent with other GNU programs, like makeinfo.
5006
5007 * lib-src/Makefile: Renamed to Makefile.in; the configure script
5008 will edit this to produce Makefile.
5009
5010 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5011
5012 * etags.c (print_help, print_version): New functions.
5013 (main): Options added to support them.
5014
5015 * etags.c (longopts): New array of long names for the options.
5016 (main): Recognize them.
5017
5018 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5019
5020 * etags.c (C_entries): Removed comment saying that \" in a string
5021 isn't recognized as magic, because it is correctly handled.
5022
5023 * getopt.c, getopt.h: New files, from GNU C library.
5024 * etags.c: Rewritten to use getopt.
5025 #include "getopt.h".
5026 (file_num): Variable deleted; its role is now played by getopt's
5027 optind.
5028 (main): Argument processing loop rewritten to call getopt to get
5029 next option. Options which take parameters (-o and -i) rewritten
5030 to get parameter from optarg instead of argv[1]. Filename
5031 preprocessing loop and update command changed similarly.
5032 * Makefile (etags, ctags): Depend on and link with getopt.h,
5033 getopt.o, and getopt1.o.
5034 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
5035
5036 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
5037 is non-zero.
5038
5039 (main): In the argument processing loop, the 'goto next_arg'
5040 statements are breaking out of the switch statement in exactly the
5041 same way that a simple 'break' statement would; replace the gotos
5042 with breaks, and remove the label.
5043
5044 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5045
5046 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
5047 (consider_token): Move next_token_is_func to global.
5048
5049 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5050
5051 * Makefile: Conform with GNU coding standards:
5052 (mostlyclean): New target, synonymous with clean.
5053 (TAGS, check): New targets.
5054 (INSTALL, INSTALLFLAGS): New variables.
5055
5056 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5057
5058 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
5059 `config.emacs' to `configure'.
5060
5061 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
5062 * etc/MACHINES: Same.
5063
5064 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5065
5066 * movemail.c (main): Allow tempname to be as long as necessary,
5067 instead of limiting it to 39 characters.
5068
5069 * movemail.c (main): Move declaration of buf from top of function
5070 to local block surrounding the copy loop. This makes it less
5071 likely to be confused with the buf used by the code which checks the
5072 permissions on outname's directory.
5073
5074 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
5075
5076 * SERVICE: Remove my entry.
5077
5078 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
5079
5080 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
5081 hardcoded -g.
5082
5083 * movemail.c (xmalloc): Return char *, not int.
5084 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
5085 that is off by default -- normally don't unlink the mail spool
5086 file, just empty it. Pass creat mode 0600, not 0666.
5087
5088 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5089
5090 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
5091 (all): Instead of here.
5092 (install): Don't use the -s option, since people need symbols to
5093 debug code.
5094
5095 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
5096
5097 * etags-vmslib.c (fn_exp): Add type cast.
5098
5099 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5100
5101 * movemail.c: Changes in comments.
5102
5103 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5104
5105 * Makefile: Make the distclean target erase the DOC files from
5106 ../share-lib and the executables from ../arch-lib.
5107
5108 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5109
5110 * emacsclient.c: #include <sys/stat.h>
5111 (main): Do declare statbfr.
5112
5113 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5114
5115 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
5116 for the socket, depending on SERVER_HOME_DIR.
5117 If using /tmp, put host name in the socket name.
5118
5119 * movemail.c (pfatal_and_delete): New function.
5120 (main, popmail): Use it.
5121 (popmail): Close output before deleting messages.
5122 Check for error on close and on fsync.
5123 Use `fatal' where appropriate.
5124 (main): Remove (void).
5125
5126 * aixcc.lex: New file. Not officially part of Emacs.
5127 * Makefile: Rules for that.
5128
5129 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
5130
5131 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
5132
5133 * etags.c (main): Properly cast call to alloca that initializes
5134 included_files.
5135
5136 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5137
5138 * etags.c (files_are_tag_tables): Remove global var.
5139 (process_file): Don't test it. Also remove hack checking for a
5140 file named "TAGS".
5141 (main): -i now takes an arg which is the name of a file to include.
5142 Collect these names and emit include tags for them after processing
5143 all the argument files.
5144
5145 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5146
5147 * wakeup.c: Terminate if parent goes away.
5148
5149 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5150
5151 * etags.c (C_entries): Process token before handling end of line.
5152 When inner loops reach end of line, just back up.
5153 Let the real end of line processing happen in just one place.
5154 (consider_token): Likewise.
5155
5156 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5157
5158 * etags.c (TEX_mode): Skip comments while scanning the text to see
5159 which escape character this file uses.
5160
5161 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5162
5163 * emacsserver.c [USG]: Terminate if msgrcv fails.
5164
5165 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
5166
5167 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
5168
5169 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
5170
5171 * make-docfile: Find the arguments to a C function correctly,
5172 by not ignoring the character that read_c_string returns. Don't
5173 even try to find argument names for functions that take MANY
5174 or UNEVALLED arguments, since they're a figment of the docstring's
5175 imagination.
5176
5177 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
5178
5179 * make-docfile: Read the .elc files generated by the new byte
5180 compiler.
5181
5182 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
5183
5184 * refcard.tex: Use cm fonts, not am, in multi-column mode.
5185
5186 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
5187
5188 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
5189
5190 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
5191
5192 * Makefile (install*): No need to install wakeup.
5193
5194 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
5195
5196 * Makefile (install*): Install emacsclient like etags.
5197
5198 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
5199
5200 * movemail.c (error): Handle 3 args.
5201 (main): Don't check input access if using pop.
5202
5203 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
5204
5205 * etags.c (find_entries): Check for numbers after Scheme suffix.
5206
5207 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
5208
5209 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
5210
5211 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
5212
5213 * Makefile (nemacstool, xvetool): New targets.
5214
5215 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
5216
5217 * emacsclient.c: Include errno.h and define related variables.
5218
5219 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
5220
5221 * emacsclient.c: Change usage message.
5222
5223 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
5224
5225 * emacs.1: Add break before -nw option.
5226
5227 1990-08-19 David J. MacKenzie (djm@apple-gunkies)
5228
5229 * qsort.c: Replace with GNU version.
5230
5231 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
5232
5233 * wakeup.c: New program replacing loadst.c.
5234
5235 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5236
5237 * emacsclient.c [USG]: Pass msgsnd only 4 args.
5238
5239 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
5240
5241 * etags.c: Rename `flag' variables for what they do instead of
5242 which option character sets them.
5243
5244 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5245
5246 * loadst.c (main): Conditional to get load average on Apollo.
5247
5248 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
5249
5250 * emacsserver.c: Set the permission on the socket to 0600.
5251
5252 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5253
5254 * emacsclient.c [BSD]: Print clean message for failing getwd.
5255
5256 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
5257
5258 * getdate.y: Use the getdate.y from GNU tar for timer.
5259
5260 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
5261
5262 * emacsclient.c (main): Don't put brackets around "filename" in
5263 usage message. It isn't optional.
5264
5265 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
5266
5267 * etags.c (getit): Recognize '$' as beginning identifiers.
5268
5269 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
5270
5271 * emacsserver.c: Renamed from server.c.
5272 * Makefile: Reference emacsserver rather than server.
5273 * MACHINES: Doc fix for new emacsserver name.
5274
5275 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5276
5277 * emacsclient.c: Print program name in error messages.
5278
5279 1990-01-19 David Lawrence (tale@cocoa-puffs)
5280
5281 * timer.c, getdate.y (new files) and Makefile:
5282 Sub-process support for run-at-time in timer.el.
5283 Doesn't yet work correctly for USG.
5284
5285 1990-01-10 Jim Kingdon (kingdon@pogo)
5286
5287 * MACHINES: Add HP 300 running BSD.
5288
5289 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5290
5291 * yow.c: Dynamically allocate buffer; skip header before random
5292 choice to avoid bias toward first item.
5293
5294 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5295
5296 * etags.c (readline): Separate out init of `pend'.
5297
5298 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5299
5300 * etags.c: Undo changes relating to isgoodhdr.
5301
5302 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
5303
5304 * etags.c (isgoodhdr): New macro.
5305 (_gdh, notgdh): New variable used by that.
5306 (init): Initialize _gdh.
5307 (find_entries): Set header_file.
5308 (consider_token): Use isgoodhdr if in header file.
5309
5310 * etags.c (total_size_of_entries):
5311 Was miscalculating by 1 in rewritten case.
5312
5313 * etags.c (PAS_funcs): One arg to pfnote was missing.
5314
5315 1989-12-05 Joseph Arceneaux (jla@spiff)
5316
5317 * MACHINES: Change for the ULTRIX entry.
5318
5319 1989-11-21 Joseph Arceneaux (jla@spiff)
5320
5321 * etags.c (process_file): If file is not regular, return.
5322
5323 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5324
5325 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
5326
5327 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5328
5329 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
5330 (main): If HAVE_GETLOADAVG, don't call `nlist'.
5331
5332 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5333
5334 * etags.c (consider_token): Allow any number of typespec keywords
5335 after `typedef', before new type name.
5336 (enum sym_type): Add st_C_typespec.
5337 (C_create_stab): Put typespec kwds in table.
5338
5339 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
5340
5341 * etags.c (main): Don't depend on name invoked by.
5342 If CTAGS is not defined, assume it is ETAGS.
5343
5344 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5345
5346 * etags.c (L_funcs): Allow package name in define construct,
5347 as in (foo::defmumble name-defined ...).
5348
5349 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5350
5351 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
5352
5353 * Makefile (yow): Depends on ../src/paths.h.
5354
5355 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
5356
5357 * etags.c: Fix compilation by moving Pascal after Fortran.
5358
5359 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5360
5361 * movemail.c [USG]: Define F_OK, etc., if not found in header.
5362
5363 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5364
5365 * hexl.c: New file, supports hexl-mode.
5366
5367 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5368
5369 * movemail.c: New compilation flag MAIL_USE_MMDF.
5370
5371 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5372
5373 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
5374 * server.c: Likewise.
5375
5376 * make-docfile.c (scan_c_file): Output argument names at end of string.
5377 (write_c_args): New subroutine.
5378
5379 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5380
5381 * movemail.c: Report failure of flock.
5382
5383 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5384
5385 * etags.c (find_entries): Allow multi-letter extensions for fortran.
5386
5387 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5388
5389 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
5390
5391 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
5392
5393 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
5394
5395 * emacsstool.1: update to document environment variables.
5396
5397 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5398
5399 * etags.c (PAS_funcs): New function by Mosur Mohan.
5400
5401 * movemail.c: On sysv, include unistd.h.
5402
5403 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5404
5405 * b2m.c: New file.
5406
5407 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5408
5409 * etags.c: Prolog support from Sunichirou Sugou
5410
5411 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5412
5413 * Makefile (clean): New target.
5414
5415 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5416
5417 * fakemail.c (put_line): Break header lines at 79 cols.
5418
5419 1989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5420
5421 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
5422 multiple tags per line.
5423
5424 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5425
5426 * movemail.c: Check access before doing real work.
5427 Check that outfile is in a writable directory.
5428 On fatal error, delete the lock file.
5429
5430 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
5431
5432 * env.c: Add decl for my-index
5433 * etags.c (file-entries): .oak => scheme
5434
5435 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5436
5437 * movemail.c: Use `access' to check input and output files.
5438
5439 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5440
5441 * emacsclient.c (main): Ignore all of CWD before first slash.
5442
5443 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5444
5445 * etags.c (readline): Double linebuffer->size outside the xrealloc.
5446
5447 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5448
5449 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
5450 * server.c: chmod the socket to 0700.
5451
5452 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5453
5454 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
5455 (add_field): Delete comments and turn `<', `>' to spaces
5456 in header lines.
5457 (USE_FAKEMAIL): New customization macro says to make fakemail
5458 not be a no-op even on a BSD system.
5459
5460 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5461
5462 * etags.c (consider_token): Skip comments just like whitespace.
5463 Notice `struct', etc. and set strtag for those tokens.
5464 Return 1 for the token following `struct' if an open-brace follows it.
5465 (C_entries): Special handling of token following `struct'
5466 needed because we have probably advanced to the following line
5467 to find the `{'.
5468 (main): New option `T' sets tflag and strflag.
5469 Set both of them by default if eflags.
5470
5471 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5472
5473 * movemail.c: Do fsync before closing output.
5474
5475 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
5476
5477 * movemail.c: Better error message when can't create tempname.
5478 This file needs a great deal of extra error-checking and lucid reporting...
5479
5480 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5481
5482 * etags.c: Support assembler code for .s and .a files.
5483 (getit): Allow underscore in a tag.
5484
5485 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5486
5487 * movemail.c: Close output and check errors before deleting input.
5488
5489 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
5490
5491 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
5492 whether to prefix it. Handle line number args.
5493
5494 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
5495
5496 * etags.c (main): default setting of eflag was backwards.
5497
5498 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5499
5500 * etags.c: New option -i. -f renamed -o.
5501 `-' as input file means read input file names from stdin.
5502 -i spec'd or input file named TAGS means the input file is another
5503 tag table; output an "include" line for it.
5504
5505 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5506
5507 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
5508 New targets install, install.sysv, install.xenix.
5509 This makefile is now responsible for installing executables
5510 and documentation from this directory into system directories.
5511
5512 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
5513
5514 * server.c, emacsclient.c (main): Compute socket name from euid.
5515
5516 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5517
5518 * emacsclient.c: Args like +DIGITS are passed through unchanged.
5519
5520 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5521
5522 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
5523 * emacsclient.c: Likewise.
5524 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
5525
5526 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5527
5528 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
5529 (istoken) New string-comparison macro.
5530 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
5531
5532 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5533
5534 * etags.c: Changes for VMS.
5535 Always define ETAGS on VMS.
5536 Define macros GOOD and BAD for success and failure exit codes.
5537 (begtk, intk): Allow `$' in identifiers
5538 (main): Don't support -B, -F or -u on VMS.
5539 Alternate loop for scanning filename arguments.
5540 (system): Delete definition of this function.
5541
5542 * etags-vmslib.c (system): Undefine this; VMS now provides it.
5543
5544 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
5545
5546 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
5547 around include of param.h. (Like fns.c.)
5548
5549 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5550
5551 * loadst.c (load_average): Move load-average code to this new fn.
5552 Add conditionals to compute load ave on UMAX.
5553
5554 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
5555
5556 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
5557 with opposite sense.
5558
5559 1988-05-13 Chris Hanson (cph@kleph)
5560
5561 * emacsclient.c: Delete references to unused variable `out'. This
5562 caused a bus error when used under hp-ux.
5563
5564 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5565
5566 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
5567
5568 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
5569
5570 * etags.c (find_entries): `.t' or `.sch' means scheme code.
5571
5572 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5573
5574 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
5575
5576 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
5577
5578 * movemail.c: #undef close, since config can #define it on V.3.
5579 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
5580
5581 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
5582
5583 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
5584 invalid escape sequences such as `\{'.
5585
5586 * loadst.c: Add `sequent' conditional for file dk.h.
5587
5588 1988-03-20 Richard M. Stallman (rms@wilson)
5589
5590 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
5591
5592 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
5593
5594 ;; Local Variables:
5595 ;; coding: iso-2022-7bit
5596 ;; End:
5597
5598 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
5599 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
5600 Free Software Foundation, Inc.
5601 Copying and distribution of this file, with or without modification,
5602 are permitted provided the copyright notice and this notice are preserved.
5603
5604 ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc