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