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