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