Mercurial > emacs
annotate lib-src/ChangeLog @ 73675:26aaeb68df76
*** empty log message ***
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 04 Nov 2006 12:23:03 +0000 |
| parents | fbb93ddb037e |
| children | 3fb3be372fa8 |
| rev | line source |
|---|---|
| 73675 | 1 2006-11-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | |
| 3 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary | |
| 4 file if it doesn't already exist. | |
| 5 | |
|
73658
fbb93ddb037e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73656
diff
changeset
|
6 2006-11-03 Juanma Barranquero <lekktu@gmail.com> |
|
fbb93ddb037e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73656
diff
changeset
|
7 |
|
fbb93ddb037e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73656
diff
changeset
|
8 * emacsclient.c (initialize_sockets): Don't initialize Winsock |
|
fbb93ddb037e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73656
diff
changeset
|
9 more than once. |
|
fbb93ddb037e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73656
diff
changeset
|
10 |
|
73656
1f2ec9976631
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73622
diff
changeset
|
11 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz> |
|
1f2ec9976631
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73622
diff
changeset
|
12 |
|
1f2ec9976631
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73622
diff
changeset
|
13 * Makefile.in (INSTALL_SCRIPT): New macro. |
|
1f2ec9976631
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73622
diff
changeset
|
14 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM. |
|
1f2ec9976631
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73622
diff
changeset
|
15 |
|
73622
51e981e42f81
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73618
diff
changeset
|
16 2006-11-02 Juanma Barranquero <lekktu@gmail.com> |
|
51e981e42f81
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73618
diff
changeset
|
17 |
|
51e981e42f81
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73618
diff
changeset
|
18 * grep-changelog: When called with no arguments (not even a |
|
51e981e42f81
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73618
diff
changeset
|
19 filter), show help instead of blindingly dumping every single |
|
51e981e42f81
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73618
diff
changeset
|
20 ChangeLog available. Doc fix. Update version. |
|
51e981e42f81
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73618
diff
changeset
|
21 |
|
73618
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
22 2006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
23 |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
24 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS. |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
25 [!WINDOWSNT]: Include <netinet/in.h> if available. |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
26 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS. |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
27 (IOCTL, IOCTL_BOOL_ARG): Remove. |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
28 (set_tcp_socket): Don't set the socket in blocking mode. |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
29 Remove c_arg. |
|
d23b82051e84
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73603
diff
changeset
|
30 |
|
73603
e89055c0c7ab
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73586
diff
changeset
|
31 2006-11-01 Juanma Barranquero <lekktu@gmail.com> |
|
e89055c0c7ab
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73586
diff
changeset
|
32 |
|
e89055c0c7ab
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73586
diff
changeset
|
33 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to |
|
e89055c0c7ab
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73586
diff
changeset
|
34 execvp to point to alternate_editor (otherwise .BAT scripts can't run). |
|
e89055c0c7ab
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73586
diff
changeset
|
35 |
|
73586
50921825dc28
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73584
diff
changeset
|
36 2006-10-31 ,bS(Bscar Fuentes <ofv@wanadoo.es> (tiny change) |
|
50921825dc28
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73584
diff
changeset
|
37 |
|
50921825dc28
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73584
diff
changeset
|
38 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>. |
|
50921825dc28
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73584
diff
changeset
|
39 (close_winsock): Declare as __cdecl. |
|
50921825dc28
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73584
diff
changeset
|
40 |
|
73584
e049c4ee04b1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73582
diff
changeset
|
41 2006-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|
e049c4ee04b1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73582
diff
changeset
|
42 |
|
e049c4ee04b1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73582
diff
changeset
|
43 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available. |
|
e049c4ee04b1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73582
diff
changeset
|
44 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO |
|
e049c4ee04b1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73582
diff
changeset
|
45 to set the socket in non-blocking mode. |
|
e049c4ee04b1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73582
diff
changeset
|
46 |
|
73579
253ddf6ac03a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73566
diff
changeset
|
47 2006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change) |
|
253ddf6ac03a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73566
diff
changeset
|
48 |
| 73582 | 49 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>. |
|
73579
253ddf6ac03a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73566
diff
changeset
|
50 (INVALID_SOCKET): Define. |
|
253ddf6ac03a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73566
diff
changeset
|
51 (initialize_sockets): Put #endif at the right place. |
|
253ddf6ac03a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73566
diff
changeset
|
52 (set_local_socket): Use progname, not argv[0]. |
|
253ddf6ac03a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73566
diff
changeset
|
53 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
54 2006-10-31 Juanma Barranquero <lekktu@gmail.com> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
55 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
56 * makefile.w32-in (ALL): Add emacsclient. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
57 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
58 (emacsclient, $(BLD)/emacsclient.exe): New targets. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
59 (install): Install emacsclient. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
60 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
61 * emacsclient.c: Add support for TCP sockets. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
62 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL) |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
63 (INITIALIZE): New macros. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
64 (IOCTL_BOOL_ARG): New typedef. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
65 (server_file): New global variable. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
66 (longopts): New option --server-file. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
67 (decode_options): Process new option --server-file and environment |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
68 variable EMACS_SERVER_FILE. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
69 (print_help_and_exit): Document new option. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
70 (fail): If no connection available and no alternate editor, |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
71 suggest using options to make them explicit. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
72 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
73 (send_buffer, sblen): New variables. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
74 (send_to_emacs): New function to buffer output and send it with |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
75 send(). |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
76 (quote_file_name): Use SEND_STRING. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
77 (close_winsock, initialize_sockets): New functions to load and |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
78 unload Winsock. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
79 (get_server_config, set_tcp_socket): New functions to create and |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
80 set up TCP sockets. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
81 (set_local_socket): New function to create and set up Unix |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
82 socket (code moved from previous implementation). |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
83 (set_socket): New function to chose between TCP and Unix sockets. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
84 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
85 set_local_socket. Use set_socket. Get answers from server.el with |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
86 recv(), not file stream functions. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
87 |
| 73312 | 88 2006-10-09 Eli Zaretskii <eliz@gnu.org> |
| 89 | |
| 90 * makefile.w32-in (../src/config.h): Fix error message. | |
| 91 | |
| 73193 | 92 2006-09-30 Eli Zaretskii <eliz@gnu.org> |
| 93 | |
| 94 * .cvsignore: Add blessmail. | |
| 95 | |
|
72904
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72328
diff
changeset
|
96 2006-09-15 Jay Belanger <belanger@truman.edu> |
|
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72328
diff
changeset
|
97 |
|
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72328
diff
changeset
|
98 * COPYING: Replace "Library Public License" by "Lesser Public |
|
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72328
diff
changeset
|
99 License" throughout. |
|
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72328
diff
changeset
|
100 |
|
72327
1fb4cb2b0ce0
* etags.c (readline): expect sscanf returns >= 1.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72315
diff
changeset
|
101 2006-08-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|
1fb4cb2b0ce0
* etags.c (readline): expect sscanf returns >= 1.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72315
diff
changeset
|
102 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
103 * etags.c (readline): Expect sscanf returns >= 1. |
|
72328
bf72b454a40d
(readline): Change position on %n and \" in sscanf.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72327
diff
changeset
|
104 (readline): Change position on %n and \" in sscanf. |
|
72327
1fb4cb2b0ce0
* etags.c (readline): expect sscanf returns >= 1.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72315
diff
changeset
|
105 |
|
72315
95367ca0bf96
* etags.c (readline): expect sscanf returns 2,
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72314
diff
changeset
|
106 2006-08-07 Masatake YAMATO <jet@gyve.org> |
|
95367ca0bf96
* etags.c (readline): expect sscanf returns 2,
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72314
diff
changeset
|
107 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
108 * etags.c (readline): Expect sscanf returns 2, not 1. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
109 |
|
72314
b0755f0706c2
* etags.c (TEX_mode): Check getc retruns EOF.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72191
diff
changeset
|
110 2006-08-07 Masatake YAMATO <jet@gyve.org> |
|
b0755f0706c2
* etags.c (TEX_mode): Check getc retruns EOF.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72191
diff
changeset
|
111 |
| 73333 | 112 * etags.c (TEX_mode): Check getc returns EOF. |
|
72314
b0755f0706c2
* etags.c (TEX_mode): Check getc retruns EOF.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72191
diff
changeset
|
113 File ended without newline causes infinite loop. |
|
b0755f0706c2
* etags.c (TEX_mode): Check getc retruns EOF.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
72191
diff
changeset
|
114 |
|
72191
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
115 2002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
116 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
117 * etags.c: It's XEmacs, not Xemacs: change all the occurrences. |
|
72191
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
118 |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
119 2006-07-30 Francesco Potort,Al(B <pot@gnu.org> |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
120 |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
121 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined. |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
122 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined. |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
123 (Objc_suffixes): Suggest using --lang=c for full help. |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
124 (C_entries): Initialise savetoken to 0 to shut up the compiler. |
|
518548de2570
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
72035
diff
changeset
|
125 |
| 72035 | 126 2006-07-20 Andreas Schwab <schwab@suse.de> |
| 127 | |
| 128 * fakemail.c (fatal): Drop second parameter and treat first | |
| 129 parameter as a plain string. Callers changed. | |
| 130 | |
|
72005
da0099bc0ba4
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
71784
diff
changeset
|
131 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu> |
|
da0099bc0ba4
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
71784
diff
changeset
|
132 |
|
da0099bc0ba4
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
71784
diff
changeset
|
133 * ebrowse.c (usage, version): Mark as NO_RETURN. |
|
da0099bc0ba4
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
71784
diff
changeset
|
134 |
|
da0099bc0ba4
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
71784
diff
changeset
|
135 * emacsclient.c (print_help_and_exit): Likewise. |
|
da0099bc0ba4
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
71784
diff
changeset
|
136 |
|
71784
26f3d06e910d
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
71300
diff
changeset
|
137 2006-07-10 Francesco Potort,Al(B <pot@gnu.org> |
|
26f3d06e910d
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
71300
diff
changeset
|
138 |
|
26f3d06e910d
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
71300
diff
changeset
|
139 * etags.c (absolute_filename): Free unused space (cosmetic change). |
|
26f3d06e910d
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
71300
diff
changeset
|
140 (in_word_set): In C, also tag #undef symbols. |
|
26f3d06e910d
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
71300
diff
changeset
|
141 |
| 71300 | 142 2006-06-09 Eli Zaretskii <eliz@gnu.org> |
| 143 | |
| 144 * yow.c: Remove file. | |
| 145 | |
| 146 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target. | |
| 147 | |
| 148 * Makefile.in (UTILITIES): Remove yow${EXEEXT}. | |
| 149 yow${EXEEXT}: Remove target. | |
| 150 | |
|
71199
c54897eb4a35
(main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall.
Masatake YAMATO <jet@gyve.org>
parents:
71198
diff
changeset
|
151 2006-06-04 Masatake YAMATO <jet@gyve.org> |
|
c54897eb4a35
(main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall.
Masatake YAMATO <jet@gyve.org>
parents:
71198
diff
changeset
|
152 |
|
71227
33251672fc28
Formatting fixes.
Romain Francoise <romain@orebokech.com>
parents:
71199
diff
changeset
|
153 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file |
|
71199
c54897eb4a35
(main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall.
Masatake YAMATO <jet@gyve.org>
parents:
71198
diff
changeset
|
154 doesn't exist, is not seekable, not is failed in ftall. |
|
c54897eb4a35
(main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall.
Masatake YAMATO <jet@gyve.org>
parents:
71198
diff
changeset
|
155 |
| 71187 | 156 2006-06-03 Eli Zaretskii <eliz@gnu.org> |
| 157 | |
| 71198 | 158 * makefile.w32-in (ALL): Add sorted-doc and digest-doc. |
| 159 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) | |
| 160 ($(BLD)/test-distrib.exe): New targets. | |
| 161 (sorted-doc, digest-doc, test-distrib): New targets. | |
| 162 (install): Install sorted-doc.exe and digest-doc.exe. | |
| 163 ($(BLD)/sorted-doc.$(O)): Update dependencies. | |
| 164 | |
| 71196 | 165 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. |
| 166 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | |
| 167 terminal device. | |
| 168 | |
| 71193 | 169 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. |
| 170 [WINDOWSNT] <top level>: Don't redeclare malloc. | |
| 171 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | |
| 172 terminal device. | |
| 71196 | 173 (main): Initialize bp, to avoid compiler warnings |
| 71193 | 174 |
| 71187 | 175 * makefile.w32-in: Delete traces of leditcfns.c. |
| 176 | |
| 177 * leditcfns.c: Remove file. | |
| 178 | |
|
70856
74ce4d3e33b0
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70643
diff
changeset
|
179 2006-05-23 Francesco Potort,Al(B <pot@gnu.org> |
|
74ce4d3e33b0
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70643
diff
changeset
|
180 |
|
74ce4d3e33b0
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70643
diff
changeset
|
181 * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added |
|
74ce4d3e33b0
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70643
diff
changeset
|
182 comments explaining why the "kpop" service is never used. |
|
74ce4d3e33b0
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70643
diff
changeset
|
183 |
| 70643 | 184 2006-05-13 Eli Zaretskii <eliz@gnu.org> |
| 185 | |
| 186 * makefile.w32-in (lisp1): Add fringe.elc. | |
| 187 | |
|
70343
6f91e124e35f
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70285
diff
changeset
|
188 2006-05-02 Francesco Potort,Al(B <pot@gnu.org> |
|
6f91e124e35f
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70285
diff
changeset
|
189 |
|
6f91e124e35f
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70285
diff
changeset
|
190 * etags.c (Perl_functions): Free space allocated for var package. |
|
6f91e124e35f
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70285
diff
changeset
|
191 (Erlang_functions): Possibly free space allocated for var last. |
|
6f91e124e35f
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70285
diff
changeset
|
192 (Prolog_functions): Possibly free space allocated for var last. |
|
6f91e124e35f
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
70285
diff
changeset
|
193 |
|
70282
f7ef1c0da4f9
Delete c-indentation-style local variable.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70281
diff
changeset
|
194 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu> |
|
f7ef1c0da4f9
Delete c-indentation-style local variable.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70281
diff
changeset
|
195 |
|
70285
0f15a453179c
(main): Initialize docs to NULL.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70284
diff
changeset
|
196 * sorted-doc.c (main): Initialize docs to NULL. |
|
0f15a453179c
(main): Initialize docs to NULL.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70284
diff
changeset
|
197 |
| 70284 | 198 * yow.c (yow): Free buf. |
| 199 | |
|
70282
f7ef1c0da4f9
Delete c-indentation-style local variable.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70281
diff
changeset
|
200 * etags.c: Delete c-indentation-style local variable. |
|
f7ef1c0da4f9
Delete c-indentation-style local variable.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
70281
diff
changeset
|
201 |
|
70279
5eacff09a43d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69790
diff
changeset
|
202 2006-04-29 Richard Stallman <rms@gnu.org> |
|
5eacff09a43d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69790
diff
changeset
|
203 |
|
70281
dc96f5cea97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70279
diff
changeset
|
204 * movemail.c (main): Check for negative value from `read'. |
|
dc96f5cea97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70279
diff
changeset
|
205 |
|
70279
5eacff09a43d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69790
diff
changeset
|
206 * fakemail.c (read_header): Give fatal error if input has no header. |
|
5eacff09a43d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69790
diff
changeset
|
207 |
|
69790
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
208 2006-04-02 Paul Eggert <eggert@cs.ucla.edu> |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
209 |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
210 * b2m.c (main): Don't include <limits.h>. |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
211 (TM_YEAR_BASE): New macro. |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
212 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
213 that s/ files can override this. Use the more-conservative range |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
214 1000-9999. |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
215 (main): Check for asctime returning NULL. |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
216 * fakemail.c: Likewise. |
|
1e68e7f3b824
* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69697
diff
changeset
|
217 |
|
69697
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
218 2006-03-27 Paul Eggert <eggert@cs.ucla.edu> |
|
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
219 |
|
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
220 * b2m.c: Include <limits.h>. |
|
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
221 (TM_YEAR_IN_ASCTIME_RANGE): New macro. |
|
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
222 (main): Check for out-of-range time stamps. |
|
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
223 * fakemail.c: Likewise. |
|
e112ec9aa49b
* b2m.c: Include <limits.h>.
Paul Eggert <eggert@twinsun.com>
parents:
69563
diff
changeset
|
224 |
| 69563 | 225 2006-03-18 Andre Spiegel <spiegel@gnu.org> |
| 226 | |
| 227 * vcdiff: Use "echo" as a default for $echo, otherwise we'll | |
| 228 execute $DIFF twice, and once with the wrong options. | |
| 229 | |
| 69260 | 230 2006-02-23 Claudio Fontana <claudio@gnu.org> |
| 231 | |
| 69261 | 232 * Makefile.in (install, uninstall): Add DESTDIR variable to |
| 233 support staged installations. | |
| 69260 | 234 |
| 67924 | 235 2005-12-30 Eli Zaretskii <eliz@gnu.org> |
| 236 | |
| 237 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc. | |
| 67929 | 238 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc, |
| 239 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc. | |
| 240 Rearrange the list to be similar to $(shortlisp) in | |
| 241 src/Makefile.in. | |
| 67924 | 242 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, |
| 243 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, | |
| 244 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in | |
| 245 src/Makefile.in. | |
| 246 | |
|
67740
4791c9905d63
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66986
diff
changeset
|
247 2005-12-22 Richard M. Stallman <rms@gnu.org> |
|
4791c9905d63
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66986
diff
changeset
|
248 |
|
4791c9905d63
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66986
diff
changeset
|
249 * Makefile.in (update-game-score.o): Delete spurious final `\'. |
|
4791c9905d63
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66986
diff
changeset
|
250 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
251 2005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change) |
|
66986
24b9342c0182
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
66221
diff
changeset
|
252 |
|
24b9342c0182
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
66221
diff
changeset
|
253 * etags.c (main): Cxref mode writes to stdout: do not close tagf, |
|
24b9342c0182
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
66221
diff
changeset
|
254 which was never opened. |
|
24b9342c0182
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
66221
diff
changeset
|
255 |
| 66221 | 256 2005-10-20 Olli Savia <ops@iki.fi> (tiny change) |
| 66220 | 257 |
| 258 * etags.c: Undef STDIN if defined. (LynxOS defines it in system | |
| 259 header files.) | |
| 260 | |
|
65709
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
261 2005-09-27 Francesco Potort,Al(B <pot@gnu.org> |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
262 |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
263 * etags.c: Preliminary Forth support. |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
264 (prolog_pr): Cast strlen to int before comparison. |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
265 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
266 the second argument is indeed a literal string. |
|
65715
292616bda412
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65709
diff
changeset
|
267 (main): In append mode, sort the tags file after writing it. |
|
65709
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
268 |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
269 2005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
270 |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
271 * etags.c (longopts, print_help, main): The -a (--append) option |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
272 can be used in ctags also; for one, the Linux make file uses it. |
|
0f96b488c83a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
65626
diff
changeset
|
273 |
|
65626
69a9e146ef35
(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong <cyd@stupidchicken.com>
parents:
65543
diff
changeset
|
274 2005-09-20 Chong Yidong <cyd@stupidchicken.com> |
|
69a9e146ef35
(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong <cyd@stupidchicken.com>
parents:
65543
diff
changeset
|
275 |
|
69a9e146ef35
(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong <cyd@stupidchicken.com>
parents:
65543
diff
changeset
|
276 * ebrowse.c (add_sym): Compare namespace names instead of |
|
69a9e146ef35
(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong <cyd@stupidchicken.com>
parents:
65543
diff
changeset
|
277 namespace objects. This prevents the parser from incorrectly |
|
69a9e146ef35
(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong <cyd@stupidchicken.com>
parents:
65543
diff
changeset
|
278 treating classes whose superclass is in another namespace. |
|
69a9e146ef35
(add_sym): Compare namespace names instead of namespace objects. This
Chong Yidong <cyd@stupidchicken.com>
parents:
65543
diff
changeset
|
279 |
|
65543
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65448
diff
changeset
|
280 2005-09-15 Richard M. Stallman <rms@gnu.org> |
|
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65448
diff
changeset
|
281 |
|
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65448
diff
changeset
|
282 * Makefile.in (update-game-score.o): New target. |
|
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65448
diff
changeset
|
283 Compile and link this progranm separately. |
|
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65448
diff
changeset
|
284 (update-game-score${EXEEXT}): Use GETOPTDEPTS. |
|
27612d890a6c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65448
diff
changeset
|
285 |
| 65448 | 286 2005-09-11 Jason Rumney <jasonr@gnu.org> |
| 287 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
288 * makefile.w32-in (../src/config.h): Don't overwrite. Print a |
| 65448 | 289 message instead. |
| 290 (../src/paths.h): Removed. | |
| 291 | |
|
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
292 2005-07-27 Juanma Barranquero <lekktu@gmail.com> |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
293 |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
294 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
295 generated. Ignore also ctags.c and getopt.h. |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
296 |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
297 * makefile.w32-in (clean): Delete getopt.h. |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
298 (getopt.h): New rule. |
|
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64639
diff
changeset
|
299 |
|
64639
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
300 2005-07-26 Paul Eggert <eggert@cs.ucla.edu> |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
301 |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
302 Merge gnulib getopt implementation into Emacs. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
303 |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
304 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
305 (GETOPT_H): New macro, from gnulib. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
306 (getopt.h): New rule, from gnulib. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
307 (GETOPTOBJS): Now autoconfigured. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
308 (GETOPTDEPS): getopt.h is now autoconfigured. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
309 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
310 (getopt.o): Depend on ${srcdir}/gettext.h. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
311 (movemail.o): Depend on $(GETOPT_H). |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
312 * getopt.c, getopt1.c: Sync from gnulib. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
313 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib. |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
314 * getopt.h: Removed (now is getopt_.h). |
|
385af3e03206
Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents:
64294
diff
changeset
|
315 |
|
64294
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
316 2005-07-13 Ken Raeburn <raeburn@gnu.org> |
|
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
317 |
|
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
318 * pop.c: Don't include des.h (or variants thereof); krb.h will do |
|
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
319 it. |
|
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
320 (sendline): Add the \r\n to the line in a temporary buffer, and |
|
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
321 write it all at once. |
|
3ac645ba3986
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
64099
diff
changeset
|
322 |
| 64099 | 323 2005-07-04 Lute Kamstra <lute@gnu.org> |
| 324 | |
| 325 Update FSF's address in GPL notices. | |
| 326 | |
| 63377 | 327 2005-06-13 Eli Zaretskii <eliz@gnu.org> |
| 328 | |
| 329 * makefile.w32-in ($(DOC)): Fix last change. | |
| 330 | |
| 63347 | 331 2005-06-12 Eli Zaretskii <eliz@gnu.org> |
| 332 | |
| 333 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe, | |
| 334 temacs.exe, and the preloaded *.elc files. This avoids | |
| 335 unnecessary dumping and DOC rebuilding. | |
| 336 | |
| 63021 | 337 2005-06-04 Eli Zaretskii <eliz@gnu.org> |
| 338 | |
| 339 * ntlib.h (fileno): Don't define if already defined. | |
| 340 | |
|
62695
b47fe7545b02
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62295
diff
changeset
|
341 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org> |
|
b47fe7545b02
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62295
diff
changeset
|
342 |
|
b47fe7545b02
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62295
diff
changeset
|
343 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found. |
|
b47fe7545b02
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62295
diff
changeset
|
344 (yow): Use EXIT_FAILURE in case of memory error. |
|
b47fe7545b02
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62295
diff
changeset
|
345 |
|
62295
15d767992da8
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60718
diff
changeset
|
346 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|
15d767992da8
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60718
diff
changeset
|
347 |
|
15d767992da8
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60718
diff
changeset
|
348 * make-docfile.c (DIRECTORY_SEP): New macro. |
|
15d767992da8
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60718
diff
changeset
|
349 (IS_DIRECTORY_SEP): Use it. |
|
15d767992da8
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60718
diff
changeset
|
350 |
|
60718
96023ae0af92
* emacsclient.c: Avoid expansion of getcwd when defined as a macro.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
60370
diff
changeset
|
351 2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|
96023ae0af92
* emacsclient.c: Avoid expansion of getcwd when defined as a macro.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
60370
diff
changeset
|
352 |
|
96023ae0af92
* emacsclient.c: Avoid expansion of getcwd when defined as a macro.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
60370
diff
changeset
|
353 * emacsclient.c: Avoid expansion of getcwd when defined as a macro. |
|
96023ae0af92
* emacsclient.c: Avoid expansion of getcwd when defined as a macro.
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
60370
diff
changeset
|
354 |
|
60370
c714302b6c44
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
59920
diff
changeset
|
355 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|
c714302b6c44
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
59920
diff
changeset
|
356 |
|
c714302b6c44
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
59920
diff
changeset
|
357 * make-docfile.c: Undo previous change. |
|
c714302b6c44
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
59920
diff
changeset
|
358 |
|
59919
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
359 2005-02-04 Andreas Schwab <schwab@suse.de> |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
360 |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
361 * movemail.c (fatal): Accept third parameter and pass down to |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
362 error. |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
363 (pfatal_with_name): Pass error string as format parameter instead |
|
59920
51ca1618f59a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59919
diff
changeset
|
364 of as part of format string. |
|
59919
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
365 (pfatal_and_delete): Likewise. |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
366 (main): Adjust call to fatal. |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
367 (xmalloc): Likewise. |
|
453c5a88ae27
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
59788
diff
changeset
|
368 |
|
59788
99f372bad7b9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59143
diff
changeset
|
369 2005-01-29 Richard M. Stallman <rms@gnu.org> |
|
99f372bad7b9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59143
diff
changeset
|
370 |
|
99f372bad7b9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59143
diff
changeset
|
371 * movemail.c (popmail): Don't use Errmsg as format string. |
|
99f372bad7b9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59143
diff
changeset
|
372 |
|
59143
9c2cefd15efd
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm <steventamm@mac.com>
parents:
58977
diff
changeset
|
373 2004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|
9c2cefd15efd
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm <steventamm@mac.com>
parents:
58977
diff
changeset
|
374 |
|
9c2cefd15efd
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm <steventamm@mac.com>
parents:
58977
diff
changeset
|
375 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not |
|
9c2cefd15efd
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm <steventamm@mac.com>
parents:
58977
diff
changeset
|
376 defined. |
|
9c2cefd15efd
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm <steventamm@mac.com>
parents:
58977
diff
changeset
|
377 |
|
58977
5cb0e562cfae
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
58288
diff
changeset
|
378 2004-12-15 Andreas Schwab <schwab@suse.de> |
|
5cb0e562cfae
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
58288
diff
changeset
|
379 |
|
5cb0e562cfae
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
58288
diff
changeset
|
380 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from |
|
5cb0e562cfae
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
58288
diff
changeset
|
381 preprocessing to compile time constant. |
|
5cb0e562cfae
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
58288
diff
changeset
|
382 |
| 58288 | 383 2004-11-17 Kim F. Storm <storm@cua.dk> |
| 384 | |
| 385 * etags.c: Undo last change. | |
| 386 | |
| 58076 | 387 2004-11-09 Kim F. Storm <storm@cua.dk> |
| 388 | |
| 389 * make-docfile.c (scan_c_file): Set defvarperbufferflag to | |
| 390 silence compiler. | |
| 391 | |
| 392 * hexl.c (main): Init local var c to silence compiler. | |
| 393 | |
| 394 * etags.c (main, consider_token, C_entries): Add misc switch | |
| 395 default targets to silence compiler. | |
| 396 | |
|
58067
7c1d0d70a294
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
57089
diff
changeset
|
397 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
|
7c1d0d70a294
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
57089
diff
changeset
|
398 |
|
7c1d0d70a294
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
57089
diff
changeset
|
399 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the |
|
7c1d0d70a294
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
57089
diff
changeset
|
400 resulting DOC file can be used on Unix/Mac also. |
|
7c1d0d70a294
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
Jan Dj?rv <jan.h.d@swipnet.se>
parents:
57089
diff
changeset
|
401 |
|
57089
e3616b62370a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57085
diff
changeset
|
402 2004-09-13 Francesco Potort,Al(B <pot@gnu.org> |
|
e3616b62370a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57085
diff
changeset
|
403 |
|
e3616b62370a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57085
diff
changeset
|
404 * etags.c (main): When relative file names are given as argument, |
|
e3616b62370a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57085
diff
changeset
|
405 make them relative to the current working dir, rather than |
|
e3616b62370a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57085
diff
changeset
|
406 relative to the output tags file, if the latter is in /dev. |
|
e3616b62370a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57085
diff
changeset
|
407 |
|
57085
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
408 2004-09-13 Francesco Potort,Al(B <pot@gnu.org> |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
409 |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
410 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
411 <stdlib.h> is available. |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
412 (enum sym_type): New st_C_attribute value for parsing |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
413 gcc's __attribute__. Deleted st_C_typespec value. |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
414 (gperf, in_word_set): Use gperf 3, options changed. Added the |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
415 __attribute__ keyword, removed all the st_C_typespec keywords, |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
416 changed attribute for Java to (C_JAVA & !C_PLPL). |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
417 (inattribute): New global bool, part of the C state machine. |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
418 (cblev): Identifier renamed to bracelev throughout. |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
419 (consider_token, C_entries): Numerous changes for making the |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
420 parser more robust and adding support for __attribute__. |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
421 |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
422 2004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change) |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
423 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
424 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions): |
|
57085
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
425 Support the Lua scripting language <http://www.lua.org>. |
|
4408e76f8d90
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
57014
diff
changeset
|
426 |
|
57014
f59e8f975f70
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
56457
diff
changeset
|
427 2004-09-08 Francesco Potort,Al(B <pot@gnu.org> |
|
f59e8f975f70
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
56457
diff
changeset
|
428 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
429 * etags.c [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef) |
|
57014
f59e8f975f70
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
56457
diff
changeset
|
430 for ease of use. |
|
f59e8f975f70
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
56457
diff
changeset
|
431 |
|
56457
75852f9fc8d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55887
diff
changeset
|
432 2004-07-17 Richard M. Stallman <rms@gnu.org> |
|
75852f9fc8d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55887
diff
changeset
|
433 |
|
75852f9fc8d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55887
diff
changeset
|
434 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it. |
|
75852f9fc8d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
55887
diff
changeset
|
435 |
|
55887
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
436 2004-06-01 Juanma Barranquero <lektu@terra.es> |
|
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
437 |
|
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
438 * makefile.w32-in (obj): Add image.c. |
|
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
439 |
|
55501
cb74de063b76
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55453
diff
changeset
|
440 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> |
|
cb74de063b76
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55453
diff
changeset
|
441 |
|
55887
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
442 * test-distrib.c (main): For failing cases, exit with |
|
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
443 `EXIT_FAILURE'. |
|
55501
cb74de063b76
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55453
diff
changeset
|
444 |
| 55453 | 445 2004-05-08 Jason Rumney <jasonr@gnu.org> |
| 446 | |
| 447 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long | |
| 448 command-lines. | |
| 449 | |
|
55443
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
450 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> |
|
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
451 |
|
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
452 * cvtmail.c: Throughout, replace 0 destined for `exit' arg |
|
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
453 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'. |
|
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
454 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. |
|
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
455 |
|
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
456 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, |
|
55887
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
457 * make-docfile.c, movemail.c, profile.c, sorted-doc.c, |
|
4825e30273d1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
55501
diff
changeset
|
458 * test-distrib.c, update-game-score.c, yow.c: Likewise. |
|
55443
720187bbd9d1
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55439
diff
changeset
|
459 |
|
55439
b460399a1458
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55409
diff
changeset
|
460 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> |
|
b460399a1458
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55409
diff
changeset
|
461 |
|
b460399a1458
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55409
diff
changeset
|
462 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'. |
|
b460399a1458
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55409
diff
changeset
|
463 |
|
55409
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
464 2004-05-07 Thien-Thi Nguyen <ttn@gnu.org> |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
465 |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
466 * b2m.c (GOOD, BAD): Delete macros. Throughout, |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
467 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
468 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
469 |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
470 * etags.c: Likewise. |
|
3741e756d158
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
55339
diff
changeset
|
471 |
|
55339
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55148
diff
changeset
|
472 2004-05-03 Jason Rumney <jasonr@gnu.org> |
|
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55148
diff
changeset
|
473 |
|
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55148
diff
changeset
|
474 * makefile.nt: Remove. |
|
1bfdadb27615
Remove files related to old msvc only windows build.
Jason Rumney <jasonr@gnu.org>
parents:
55148
diff
changeset
|
475 |
| 55148 | 476 2004-04-26 Eli Zaretskii <eliz@gnu.org> |
| 477 | |
| 478 * make-docfile.c (IS_DIRECTORY_SEP): New macro. | |
| 479 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP | |
| 480 instead of a literal '/'. | |
| 481 | |
|
55093
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54965
diff
changeset
|
482 2004-04-23 Juanma Barranquero <lektu@terra.es> |
|
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54965
diff
changeset
|
483 |
|
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54965
diff
changeset
|
484 * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
|
f849da3c5bb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54965
diff
changeset
|
485 |
|
54965
860258597b78
* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert <eggert@twinsun.com>
parents:
54746
diff
changeset
|
486 2004-04-17 Paul Eggert <eggert@gnu.org> |
|
860258597b78
* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert <eggert@twinsun.com>
parents:
54746
diff
changeset
|
487 |
|
860258597b78
* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert <eggert@twinsun.com>
parents:
54746
diff
changeset
|
488 * rcs2log (Help): Clarify wording of the usage message. |
|
860258597b78
* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert <eggert@twinsun.com>
parents:
54746
diff
changeset
|
489 Problem reported by Alan Mackenzie in |
|
860258597b78
* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert <eggert@twinsun.com>
parents:
54746
diff
changeset
|
490 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. |
|
860258597b78
* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert <eggert@twinsun.com>
parents:
54746
diff
changeset
|
491 |
|
54746
effb507b5258
(xmalloc): Fix return type.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54505
diff
changeset
|
492 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
|
effb507b5258
(xmalloc): Fix return type.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54505
diff
changeset
|
493 |
|
effb507b5258
(xmalloc): Fix return type.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54505
diff
changeset
|
494 * make-docfile.c (xmalloc): Fix return type. |
|
effb507b5258
(xmalloc): Fix return type.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54505
diff
changeset
|
495 (put_filename): New fun. |
|
effb507b5258
(xmalloc): Fix return type.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54505
diff
changeset
|
496 (scan_file): Use it. |
|
effb507b5258
(xmalloc): Fix return type.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54505
diff
changeset
|
497 |
|
54325
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
498 2004-03-09 Juanma Barranquero <lektu@terra.es> |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
499 |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
500 * grep-changelog: Changes to support ChangeLog.10+. |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
501 (main): Tidy up usage string. Fix "Use of uninitialized value" |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
502 warning. Set version to 0.2. Parse the directory listing to get |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
503 any ChangeLog.n file, not just 1..9. |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
504 (header_match_p, entry_match_p, print_log, parse_changelog): |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
505 Remove Perl prototypes (their purpose is to help the parser, which |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
506 isn't needed here, not declare arguments). |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
507 (parse_changelog): Make --reverse faster on big batches by not |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
508 modifying the entries list. |
|
721573026f56
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54222
diff
changeset
|
509 |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
510 2004-03-01 Juanma Barranquero <lektu@terra.es> |
|
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
511 |
|
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
512 * makefile.w32-in (obj): Add fringe.c. |
|
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
513 |
|
53948
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
514 2004-02-14 Paul Eggert <eggert@twinsun.com> |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
515 |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
516 * rcs2log: Work correctly if CVSROOT specifies :fork: or |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
517 :local: methods, or omits the colon between the hostname |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
518 and the path. Allow :/ in repository path, since CVS does. |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
519 Fix typo: "pository" should be set from $CVSROOT, not $repository. |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
520 This fixes a bug reported by Wolfgang Scherer in |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
521 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
522 along with some related bugs I discovered by inspecting how |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
523 CVS itself parses $CVSROOT. |
|
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
524 |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
525 2004-02-04 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny change) |
|
53834
ba92651ce8e9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53735
diff
changeset
|
526 |
|
ba92651ce8e9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53735
diff
changeset
|
527 * emacsclient.c (decode_options): Fix handling of alternate editor. |
|
ba92651ce8e9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53735
diff
changeset
|
528 |
|
53735
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
529 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
530 |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
531 * emacsclient.c (main): Don't use the hostname in the socket name. |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
532 Look for relative socket names in the /tmp dir rather than in cwd. |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
533 |
|
53694
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53544
diff
changeset
|
534 2004-01-24 Richard M. Stallman <rms@gnu.org> |
|
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53544
diff
changeset
|
535 |
|
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53544
diff
changeset
|
536 * emacsclient.c (main): Restore errno from saved_errno, |
|
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53544
diff
changeset
|
537 so the error message comes from socket_status. |
|
4fe016af1b48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
53544
diff
changeset
|
538 |
|
53735
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
539 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
540 |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
541 * emacsclient.c (main): Stop if socket name too long. |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
542 Only try su-fallback if the socket name was not explicit. |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
543 Check socket name length in su-fallback case as well. |
|
f8ced39adaf1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53694
diff
changeset
|
544 |
|
53544
41011f848610
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53498
diff
changeset
|
545 2004-01-08 Andreas Schwab <schwab@suse.de> |
|
41011f848610
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53498
diff
changeset
|
546 |
|
41011f848610
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53498
diff
changeset
|
547 * emacsclient.c (main): Save errno from socket_status. |
|
41011f848610
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53498
diff
changeset
|
548 |
|
53498
b58e2f67321b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53318
diff
changeset
|
549 2004-01-04 Andreas Schwab <schwab@suse.de> |
|
b58e2f67321b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53318
diff
changeset
|
550 |
|
b58e2f67321b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53318
diff
changeset
|
551 * emacsclient.c (main): Fix socket name when using another user. |
|
b58e2f67321b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53318
diff
changeset
|
552 |
|
53318
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
553 2003-12-27 Paul Eggert <eggert@twinsun.com> |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
554 |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
555 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
556 a tag, and if the user has not specified an rlog option. |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
557 Adapted from a suggestion by Martin Stjernholm in |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
558 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
559 (Copyright): Update to 2003. |
|
d7e333de59f9
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
53271
diff
changeset
|
560 |
|
53271
00ac28166865
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52900
diff
changeset
|
561 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> |
|
00ac28166865
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52900
diff
changeset
|
562 |
|
00ac28166865
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52900
diff
changeset
|
563 * make-docfile.c (main): For return code, no longer special-case VMS. |
|
00ac28166865
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52900
diff
changeset
|
564 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h. |
|
00ac28166865
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52900
diff
changeset
|
565 |
| 52649 | 566 2003-09-28 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) |
| 567 | |
| 568 * emacsclient.c (quote_file_name): Print the result instead of | |
| 569 returning it. Fix the return type accordingly. | |
|
52900
42dbbf226df4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52649
diff
changeset
|
570 (main): With --eval, if no file name, read from stdin. |
|
42dbbf226df4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52649
diff
changeset
|
571 Quote file names. |
| 52649 | 572 |
|
52486
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
573 2003-09-10 Richard M. Stallman <rms@gnu.org> |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
574 |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
575 * emacsclient.c (main): Use socket_name. |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
576 |
| 52649 | 577 2003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) |
|
52486
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
578 |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
579 * emacsclient.c (socket_name): New variable. |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
580 (longopts, decode_options, print_help_and_exit): |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
581 Handle --socket-name argument. |
|
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52420
diff
changeset
|
582 |
|
52420
a3a47e605eb7
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
52401
diff
changeset
|
583 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) |
|
a3a47e605eb7
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
52401
diff
changeset
|
584 |
|
53965
af02111da3e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53948
diff
changeset
|
585 * etags.c (consider_token): Check C++ `operator' only when the |
|
52420
a3a47e605eb7
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
52401
diff
changeset
|
586 token len is long enough. |
|
a3a47e605eb7
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
52401
diff
changeset
|
587 |
| 52273 | 588 2003-08-20 Dave Love <fx@gnu.org> |
| 589 | |
| 590 * Makefile.in: Remove obsolete references to alloca. | |
| 591 | |
|
52073
4e36067248f1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51355
diff
changeset
|
592 2003-07-29 Ken Brush <ken@wirex.com> |
|
4e36067248f1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51355
diff
changeset
|
593 |
|
4e36067248f1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51355
diff
changeset
|
594 * emacsclient.c (main) |
|
4e36067248f1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51355
diff
changeset
|
595 * etags.c (suggest_asking_for_help) |
|
4e36067248f1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51355
diff
changeset
|
596 * movemail.c (main): Fix having macros in a printf statement. |
|
4e36067248f1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51355
diff
changeset
|
597 |
|
51355
7133cddab605
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51147
diff
changeset
|
598 2003-05-31 Juanma Barranquero <lektu@terra.es> |
|
7133cddab605
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51147
diff
changeset
|
599 |
|
7133cddab605
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51147
diff
changeset
|
600 * makefile.w32-in (lisp): Fix references to byte-run.el, |
|
7133cddab605
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51147
diff
changeset
|
601 float-sup.el and map-ynp.el, which are now in emacs-lisp. |
|
7133cddab605
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51147
diff
changeset
|
602 |
| 51147 | 603 2003-05-22 Dave Love <fx@gnu.org> |
| 604 | |
| 605 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define. | |
| 606 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New. | |
| 607 | |
| 51113 | 608 2003-05-20 Dave Love <fx@gnu.org> |
| 609 | |
| 610 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL. | |
| 611 | |
| 612 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile. | |
| 613 | |
|
50719
3ec397b863e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50569
diff
changeset
|
614 2003-04-27 Oliver Scholz <alkibiades@gmx.de> |
|
3ec397b863e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50569
diff
changeset
|
615 |
|
3ec397b863e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50569
diff
changeset
|
616 * update-game-score.c (read_scores): Fix corruption of scores on |
|
3ec397b863e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50569
diff
changeset
|
617 read. |
|
3ec397b863e0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50569
diff
changeset
|
618 |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
619 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
620 |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
621 * emacsclient.c (main): Use new safe location for socket. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
622 |
|
50102
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
623 2003-03-12 Tom Tromey <tromey@redhat.com> |
|
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
624 |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
625 * emacsclient.c (print_help_and_exit): Print to stdout. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
626 Exit successfully. Added some blank lines for readability. |
|
50102
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
627 (decode_options): Don't call print_help_and_exit in default case. |
|
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
628 Print version information to stdout. |
|
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
629 (main): Don't call print_help_and_exit. |
|
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
630 |
|
49810
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
631 2003-02-15 Richard M. Stallman <rms@gnu.org> |
|
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
632 |
|
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
633 * cvtmail.c: Cast result of malloc and realloc. |
|
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
634 Don't include stdlib.h, becuase config.h does. |
|
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
635 (malloc, realloc): Declarations deleted. |
|
50102
05b7b0c519c5
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49810
diff
changeset
|
636 |
|
49810
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
637 * yow.c (yow): Cast result of malloc and realloc. |
|
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
638 (malloc, realloc): Declarations deleted. |
|
4fee73e6ff97
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49718
diff
changeset
|
639 |
|
49718
183bffe784ef
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49653
diff
changeset
|
640 2003-02-11 Juanma Barranquero <lektu@terra.es> |
|
183bffe784ef
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49653
diff
changeset
|
641 |
|
183bffe784ef
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49653
diff
changeset
|
642 * makefile.w32-in (lisp): Add malayalam.el and tamil.el. |
|
183bffe784ef
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
49653
diff
changeset
|
643 |
|
49653
783b5336021a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
49600
diff
changeset
|
644 2003-02-08 Andreas Schwab <schwab@suse.de> |
|
783b5336021a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
49600
diff
changeset
|
645 |
|
783b5336021a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
49600
diff
changeset
|
646 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable |
|
783b5336021a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
49600
diff
changeset
|
647 instead of the substitution. |
|
783b5336021a
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
49600
diff
changeset
|
648 |
|
49596
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49549
diff
changeset
|
649 2003-02-04 Richard M. Stallman <rms@gnu.org> |
|
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49549
diff
changeset
|
650 |
|
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49549
diff
changeset
|
651 * update-game-score.c (push_score, read_scores): Cast values |
|
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49549
diff
changeset
|
652 of malloc and realloc. |
|
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49549
diff
changeset
|
653 (main, lock_file): Avoid assignment inside if. |
|
b06535145619
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49549
diff
changeset
|
654 |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
655 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
|
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
656 |
|
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
657 * Makefile.in: Use @EXEEXT@ for Cygwin. |
|
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
658 |
| 49362 | 659 2003-01-21 Dave Love <fx@gnu.org> |
| 660 | |
| 661 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid | |
| 662 column-0 `('. | |
| 663 | |
| 664 * yow.c: Don't include string.h. | |
| 665 | |
|
49341
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49052
diff
changeset
|
666 2003-01-20 Richard M. Stallman <rms@gnu.org> |
|
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49052
diff
changeset
|
667 |
|
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49052
diff
changeset
|
668 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff): |
|
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49052
diff
changeset
|
669 New targets. |
|
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49052
diff
changeset
|
670 |
| 49052 | 671 2003-01-06 Kim F. Storm <storm@cua.dk> |
| 672 | |
| 673 * pop.c (__P): Renamed from _P to avoid problems on Cygwin. | |
| 674 All uses changed. | |
| 675 | |
| 48895 | 676 2002-12-18 Andrew Innes <andrewi@gnu.org> |
| 677 | |
| 678 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile, | |
| 679 because GNU make doesn't append when using >> redirection. | |
| 680 | |
| 48811 | 681 2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us> |
| 682 | |
| 683 * b2m.pl: Make sure every message ends with a blank line, because | |
| 684 some mbox parsers require a blank line before "From " lines. | |
| 685 | |
|
48759
adc625ac6c52
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48676
diff
changeset
|
686 2002-12-08 Richard M. Stallman <rms@gnu.org> |
|
adc625ac6c52
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48676
diff
changeset
|
687 |
|
adc625ac6c52
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48676
diff
changeset
|
688 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H. |
|
adc625ac6c52
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48676
diff
changeset
|
689 (_): Test only HAVE_LIBINTL_H to decide what to do. |
|
adc625ac6c52
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48676
diff
changeset
|
690 |
|
48676
ec58afc62803
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48658
diff
changeset
|
691 2002-12-05 Richard M. Stallman <rms@gnu.org> |
|
ec58afc62803
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48658
diff
changeset
|
692 |
|
ec58afc62803
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48658
diff
changeset
|
693 * getopt.c: Comment out include of libintl.h or gettext.h. |
|
ec58afc62803
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48658
diff
changeset
|
694 |
|
48658
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
695 2002-12-04 Richard M. Stallman <rms@gnu.org> |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
696 |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
697 * Update getopt from gnulib version; changes described below. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
698 |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
699 * getopt1.c: Conditionally find getopt.h. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
700 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
701 |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
702 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
703 (libintl.h): Include this if _LIBC. Otherwise include gettext.h. |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
704 (wchar.h): Include, maybe. |
|
48658
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
705 (attribute_hidden): Define if not defind. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
706 (__getopt_initialized): Use attribute_hidden. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
707 (__libc_argc, __libc_argv): Renamed from original_argc, etc. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
708 (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len): |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
709 Conditional on USE_NONOPTION_FLAGS. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
710 (SWAP_FLAGS): New definitions. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
711 (exchange): Test USE_NONOPTION_FLAGS. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
712 (_getopt_initialize): Test USE_NONOPTION_FLAGS. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
713 (_getopt_internal): Error if argc < 1. New local var print_errors. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
714 Improve test for ambiguous long option. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
715 Add LIBIO support for error message output. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
716 (NONOPTION_P): Test USE_NONOPTION_FLAGS. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
717 |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
718 * getopt.h: Maybe include ctype.h. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
719 Treat __cplusplus like __STDC__. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
720 (decls): Use __ in arg names. |
|
9994fce2e427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48624
diff
changeset
|
721 |
|
48624
7d37fc403193
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
48623
diff
changeset
|
722 2002-12-02 Stephen Eglen <stephen@gnu.org> |
|
7d37fc403193
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
48623
diff
changeset
|
723 |
|
7d37fc403193
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
48623
diff
changeset
|
724 * emacsclient.c (main): Tell user how to start server within Emacs |
|
7d37fc403193
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
48623
diff
changeset
|
725 if socket could not be found. |
|
7d37fc403193
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
48623
diff
changeset
|
726 |
|
48623
4347ee7b708a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48455
diff
changeset
|
727 2002-12-02 Richard M. Stallman <rms@gnu.org> |
|
4347ee7b708a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48455
diff
changeset
|
728 |
|
4347ee7b708a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48455
diff
changeset
|
729 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM. |
|
4347ee7b708a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48455
diff
changeset
|
730 |
|
48455
d0c59f61190c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48453
diff
changeset
|
731 2002-11-19 Ben Key <bkey1@tampabay.rr.com> |
|
d0c59f61190c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48453
diff
changeset
|
732 |
|
48453
e1b9cdf37f9a
Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC.
Ben Key <bkey1@tampabay.rr.com>
parents:
48425
diff
changeset
|
733 * makefile.w32-in: Fixed a bug that caused the documentation for |
|
e1b9cdf37f9a
Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC.
Ben Key <bkey1@tampabay.rr.com>
parents:
48425
diff
changeset
|
734 the built in function play-sound-internal not to be included in |
|
e1b9cdf37f9a
Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC.
Ben Key <bkey1@tampabay.rr.com>
parents:
48425
diff
changeset
|
735 /etc/DOC. |
|
48455
d0c59f61190c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48453
diff
changeset
|
736 |
| 48425 | 737 2002-11-18 Dave Love <fx@gnu.org> |
| 738 | |
| 739 * update-game-score.c: Include unistd.h, string.h, stdlib.h, | |
| 740 fcntl.h, stdarg.h conditionally. | |
| 741 (_GNU_SOURCE, __attribute__): Don't define. | |
| 742 (optarg, optind, opterr): Declare. | |
| 743 (lose, lose_syserr): Use NO_RETURN. | |
| 744 (get_user_id): Use P_. | |
| 745 | |
|
48413
6b4a9b8bc780
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48331
diff
changeset
|
746 2002-11-17 Richard M. Stallman <rms@gnu.org> |
|
6b4a9b8bc780
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48331
diff
changeset
|
747 |
|
6b4a9b8bc780
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48331
diff
changeset
|
748 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir). |
|
6b4a9b8bc780
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48331
diff
changeset
|
749 |
| 48331 | 750 2002-11-14 Dave Love <fx@gnu.org> |
| 751 | |
| 752 * movemail.c (pop_retr): Declare comment. | |
| 753 | |
| 754 * make-docfile.c (read_c_string_or_comment): Declare msgno. | |
| 48148 | 755 |
| 756 * Makefile.in (YACC): Deleted. | |
| 757 | |
| 47958 | 758 2002-10-19 Andreas Schwab <schwab@suse.de> |
| 759 | |
| 760 * Makefile.in (${archlibdir}): Always create $(gamedir). | |
| 761 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR. | |
| 762 | |
|
47754
48947cde562f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
47718
diff
changeset
|
763 2002-10-04 Juanma Barranquero <lektu@terra.es> |
|
48947cde562f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
47718
diff
changeset
|
764 |
|
48947cde562f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
47718
diff
changeset
|
765 * makefile.w32-in (lisp): Load devanagari.el, not .elc. |
|
48947cde562f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
47718
diff
changeset
|
766 |
|
47718
d56ff58c208f
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47659
diff
changeset
|
767 2002-09-30 Markus Rost <rost@math.ohio-state.edu> |
|
d56ff58c208f
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47659
diff
changeset
|
768 |
|
d56ff58c208f
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47659
diff
changeset
|
769 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR |
|
d56ff58c208f
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47659
diff
changeset
|
770 completely. |
|
d56ff58c208f
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47659
diff
changeset
|
771 |
|
47648
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
772 2002-09-27 Stefan Monnier <monnier@cs.yale.edu> |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
773 |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
774 * emacsclient.c: Remove SYSV support. |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
775 (eval, display): New vars. |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
776 (longopts): Add --eval and --display. |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
777 (decode_options): Add -e and -d processing. |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
778 (print_help_and_exit): Update the usage string. |
|
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
779 (main): Add support for --eval and --display. |
|
47659
473041262ca1
(main): Always use /tmp and non-qualified hostname.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47648
diff
changeset
|
780 (main): Always use /tmp and non-qualified hostname. |
|
47648
7e41f969621c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47616
diff
changeset
|
781 |
|
47616
fb782cfe9a36
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47516
diff
changeset
|
782 2002-09-25 Stefan Monnier <monnier@cs.yale.edu> |
|
fb782cfe9a36
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47516
diff
changeset
|
783 |
|
fb782cfe9a36
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47516
diff
changeset
|
784 * emacsserver.c: Remove. |
|
fb782cfe9a36
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47516
diff
changeset
|
785 |
|
47516
c0ed665f25e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47219
diff
changeset
|
786 2002-09-17 Stefan Monnier <monnier@cs.yale.edu> |
|
c0ed665f25e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47219
diff
changeset
|
787 |
|
c0ed665f25e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47219
diff
changeset
|
788 * emacsclient.c (quote_file_name): Quote \n. |
|
c0ed665f25e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47219
diff
changeset
|
789 (main): Print a final \n when needed. |
|
c0ed665f25e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
47219
diff
changeset
|
790 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
791 2002-09-03 Francesco Potort,Al(B <pot@gnu.org> |
| 47219 | 792 |
| 793 * etags.c (regex_tag_multiline, readline): Never pass pfnote a | |
| 794 string that cannot be freed. | |
| 795 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
796 2002-08-30 Francesco Potort,Al(B <pot@gnu.org> |
|
47156
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
797 |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
798 * etags.c (consider_token, C_entries): Switch to C++ parsing when |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
799 auto-detection is enabled and the `::' qualifier is met. |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
800 (consider_token, C_entries): Several bugs corrected that tagged |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
801 some declarations even though --declarations was not used. |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
802 (plainc): New macro. |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
803 (C_entries): Use it. |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
804 (C_entries): Several cosmetic changes. |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
805 (C_entries): Invalidate the token is some cases. |
|
293b7469c8bf
Bug corrections in etags.
Francesco Potort? <pot@gnu.org>
parents:
47102
diff
changeset
|
806 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
807 2002-08-29 Francesco Potort,Al(B <pot@gnu.org> |
| 47102 | 808 |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
809 * etags.c (C_entries): Correct a problem with const C++ funcs. |
| 47102 | 810 (ignoreindent): Renamed from noindentypedefs. |
| 811 (cjava, cplpl): They are now macros instead of local vars. | |
| 812 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
813 2002-08-28 Francesco Potort,Al(B <pot@gnu.org> |
| 47102 | 814 |
| 815 * etags.c (HTML_labels): Tag ID= also. | |
| 816 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
817 2002-08-27 Francesco Potort,Al(B <pot@gnu.org> |
|
47080
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
818 |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
819 * etags.c (Ada_funcs): Do not tag "use type Xxxx;". |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
820 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
821 * etags.c (HTML_labels): New language HTML. |
|
47082
ce5775569314
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
47080
diff
changeset
|
822 (etags_strcasecmp): Like BSD's, for compatibility. |
|
ce5775569314
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
47080
diff
changeset
|
823 (strcaseeq): Make it into a macro. |
|
ce5775569314
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
47080
diff
changeset
|
824 |
|
ce5775569314
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
47080
diff
changeset
|
825 * etags.c (make_tag): Never generate null length tag names. |
|
47080
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
826 (linebuffer_init): Renamed from initbuffer. All callers changed. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
827 (pattern): Structure renamed to `regexp', member regex renamed to |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
828 pattern. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
829 (node_st): Member pat renamed to regex. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
830 (pattern); New member force_explicit_name, for future use. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
831 Now always set to true, cannot be reset. |
|
47080
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
832 (add_regex, regex_tag_multiline, readline): Use it. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
833 (main): Free some global structures. |
|
47082
ce5775569314
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
47080
diff
changeset
|
834 (fdesc): New member `written'. |
|
47080
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
835 (readline, process_file): Initialise it. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
836 (put_entries): Set it. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
837 (main): Use it to create entries for files without tags. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
838 (total_size_of_entries): Do not count invalid tags. |
|
9fdb69291eb8
Two bug corrections and a new feature for etags.
Francesco Potort? <pot@gnu.org>
parents:
46959
diff
changeset
|
839 |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
840 2002-08-19 Stefan Monnier <monnier@cs.yale.edu> |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
841 |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
842 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn' |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
843 for the function name in the usage info. |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
844 |
|
46773
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
845 2002-07-31 Colin Walters <walters@gnu.org> |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
846 |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
847 * update-game-score.c (P_): New macro. Use it for all prototypes. |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
848 (lose): Don't use varargs. |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
849 (lose_syserr): New function. |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
850 |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
851 * update-game-score.c: Change all functions to K&R style. |
|
83564780d380
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
46747
diff
changeset
|
852 |
|
46747
2e7fc648ba7d
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46738
diff
changeset
|
853 2002-07-30 Andreas Schwab <schwab@suse.de> |
|
2e7fc648ba7d
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46738
diff
changeset
|
854 |
|
2e7fc648ba7d
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46738
diff
changeset
|
855 * Makefile.in (localstatedir): New variable. |
|
2e7fc648ba7d
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46738
diff
changeset
|
856 |
| 46738 | 857 2002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us> |
| 858 | |
| 859 * b2m.pl: Fix regexp for finding return address fields. | |
| 860 | |
|
46395
c5b9abc5664c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46253
diff
changeset
|
861 2002-07-15 Stefan Monnier <monnier@cs.yale.edu> |
|
c5b9abc5664c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46253
diff
changeset
|
862 |
|
c5b9abc5664c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46253
diff
changeset
|
863 * make-docfile.c (scan_c_file): Warn about missing `usage' info. |
|
c5b9abc5664c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46253
diff
changeset
|
864 |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
865 2002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us> |
| 46186 | 866 |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
867 * b2m.pl: Obey the rmail file and use the unpruned header properly. |
| 46186 | 868 |
| 46033 | 869 2002-06-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 870 | |
| 871 * b2m.pl: New file. | |
| 872 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
873 2002-06-21 Francesco Potort,Al(B <pot@gnu.org> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
874 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
875 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels) |
| 45949 | 876 (Python_functions, PHP_functions, PHP_functions, PHP_functions) |
| 877 (PHP_functions, PHP_functions, Cobol_paragraphs) | |
| 878 (Makefile_targets, Postscript_functions, Texinfo_nodes) | |
| 879 (prolog_pr, erlang_func, erlang_attribute) | |
| 880 (Perl_functions, Perl_functions, Pascal_functions) | |
| 881 (TeX_commands, get_tag): Use make_tag instead of pfnote. | |
| 882 (get_tag): Prototype changed, all callers changed. | |
| 883 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
884 2002-06-20 Francesco Potort,Al(B <pot@gnu.org> |
| 45924 | 885 |
|
46044
43dbef86ed25
Rewrote the description of implicit tag names in etags.c
Francesco Potort? <pot@gnu.org>
parents:
46033
diff
changeset
|
886 * etags.c: Implement implicit tag names, that is, unnamed tags |
|
43dbef86ed25
Rewrote the description of implicit tag names in etags.c
Francesco Potort? <pot@gnu.org>
parents:
46033
diff
changeset
|
887 whose name is automatically deduced by etags.el. The advantage is |
|
43dbef86ed25
Rewrote the description of implicit tag names in etags.c
Francesco Potort? <pot@gnu.org>
parents:
46033
diff
changeset
|
888 that there is no explicit tag name in most tags, so the size of |
|
43dbef86ed25
Rewrote the description of implicit tag names in etags.c
Francesco Potort? <pot@gnu.org>
parents:
46033
diff
changeset
|
889 the tags file is reduced, yet find-tag is able to do a match as |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
890 accurate as with named tags. See the comment in make_tag for details. |
| 45924 | 891 (make_tag): New function (was the disabled function new_pfnote). |
| 892 (make_C_tag): Use it. | |
| 893 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
894 2002-06-19 Francesco Potort,Al(B <pot@gnu.org> |
| 45919 | 895 |
| 896 * etags.c (add_regex): Invalid regexp modifiers are ignored. | |
| 897 (Makefile_targets): Tag variables unless --no-globals. | |
| 898 (LOOP_ON_INPUT_LINES): Serious bug corrected. | |
| 899 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
900 2002-06-13 Francesco Potort,Al(B <pot@gnu.org> |
|
45807
ca043a3663d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45806
diff
changeset
|
901 |
|
ca043a3663d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45806
diff
changeset
|
902 * etags.c (erlang_atom, erlang_attribute): Bugs corrected. |
|
ca043a3663d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45806
diff
changeset
|
903 (invalidate_nodes): Bug corrected. |
|
ca043a3663d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45806
diff
changeset
|
904 (print_help): Better help for regexps. |
|
45806
1d1f93145992
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45800
diff
changeset
|
905 |
|
45808
884e5b4fd05c
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45807
diff
changeset
|
906 2002-06-13 Juanma Barranquero <lektu@terra.es> |
|
884e5b4fd05c
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45807
diff
changeset
|
907 |
|
884e5b4fd05c
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45807
diff
changeset
|
908 * makefile.w32-in (lisp): Add international/ucs-tables.elc and |
|
884e5b4fd05c
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45807
diff
changeset
|
909 font-core.elc. |
|
884e5b4fd05c
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45807
diff
changeset
|
910 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
911 2002-06-12 Francesco Potort,Al(B <pot@gnu.org> |
|
45800
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
912 |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
913 * etags.c: New multi-line regexp and new regexp syntax. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
914 (arg_type): at_icregexp label removed (obsolete). |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
915 (pattern): New member multi_line for multi-line regexps. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
916 (filebuf): A global buffer containing the whole file as a string |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
917 for multi-line regexp matching. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
918 (need_filebuf): Global flag raised if multi-line regexps used. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
919 (print_help): Document new regexp modifiers, remove references to |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
920 obsolete option --ignore-case-regexp. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
921 (main): Do not set regexp syntax and translation table here. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
922 (main): Treat -c option as a backward compatibility hack. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
923 (main, find_entries): Init and free filebuf. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
924 (find_entries): Call regex_tag_multiline after the regular parser. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
925 (scan_separators): Check for untermintaed regexp and return NULL. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
926 (analyse_regex, add_regex): Remove the ignore_case argument, which |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
927 is now a modifier to the regexp. All callers changed. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
928 (add_regex): Manage the regexp modifiers. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
929 (regex_tag_multiline): New function. Reads from filebuf. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
930 (readline_internal): If necessary, copy the whole file into filebuf. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
931 (readline): Skip multi-line regexps, leave them to regex_tag_multiline. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
932 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
933 2002-06-11 Francesco Potort,Al(B <pot@gnu.org> |
|
45800
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
934 |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
935 * etags.c (add_regex): Better check for null regexps. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
936 (readline): Check for regex matching null string. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
937 (find_entries): Reorganisation. |
|
d11816fe2c59
New multi-line regexp and new regexp syntax.
Francesco Potort? <pot@gnu.org>
parents:
45664
diff
changeset
|
938 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
939 2002-06-07 Francesco Potort,Al(B <pot@gnu.org> |
|
45664
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
940 |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
941 * etags.c (scan_separators): Support all character escape |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
942 sequences supported by Gcc. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
943 (find_entries): Rewind unconditionally. |
|
45664
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
944 (find_entries): Do not call language functions directly, now calls |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
945 itself. |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
946 (find_entries): Do general initialisations here. |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
947 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit) |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
948 (Ada_getit, Pascal_functions, Pascal_functions) |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
949 (prolog_skip_comment): Do not do them here. |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
950 (readline_internal): Increment lineno here. |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
951 (readline): Conditionally undo readline_internal increment. |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
952 (readline): Do not return a value. |
|
535f4a1db8cb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45656
diff
changeset
|
953 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
954 2002-06-06 Francesco Potort,Al(B <pot@gnu.org> |
|
45653
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
955 |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
956 * etags.c: New option --parse-stdin=FILE. |
|
45656
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
957 (enum arg_type): New label at_stdin. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
958 (STDIN): New constant. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
959 (parsing_stdin): New flag. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
960 (longopts): New option --parse-stdin=NAME. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
961 (print_help): Document it. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
962 (main): Handle it. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
963 (process_file): Split into process_file and process_file_name. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
964 (process_file_name): New function. |
|
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
965 |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
966 * etags.c: Improvements and bug squashing in TeX handling. |
|
45656
80d3acbb57d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45653
diff
changeset
|
967 (TeX_commands): Skip comments. |
|
45653
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
968 (TEX_defenv): Now contains more contructs. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
969 (TEX_cmt): Make it a static char and move it before TeX_commands. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
970 (TeX_commands): Shorten the tag to the brace after the name. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
971 (TeX_commands): Names now include the initial backslash. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
972 (TeX_commands): Names do not include numeric args #n. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
973 (TeX_commands): Correct line char number in tags. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
974 (TEX_tabent, TEX_token): Deleted. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
975 (TeX_commands, TEX_decode_env): Streamlined. |
|
6691153c8972
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45644
diff
changeset
|
976 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
977 2002-06-05 Francesco Potort,Al(B <pot@gnu.org> |
|
45644
f5d93bf3ddfb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45591
diff
changeset
|
978 |
|
f5d93bf3ddfb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45591
diff
changeset
|
979 * etags.c (main): Avoid a buffer overrun with sprintf. |
|
f5d93bf3ddfb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45591
diff
changeset
|
980 |
|
45591
a66800bc5520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45536
diff
changeset
|
981 2002-05-30 Richard M. Stallman <rms@gnu.org> |
|
a66800bc5520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45536
diff
changeset
|
982 |
|
a66800bc5520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45536
diff
changeset
|
983 * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL. |
|
a66800bc5520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45536
diff
changeset
|
984 (LIBS_MOVE): Renamed from MOVE_LIBS. |
|
a66800bc5520
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45536
diff
changeset
|
985 |
|
45536
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
986 2002-05-26 Paul Eggert <eggert@twinsun.com> |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
987 |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
988 Reinstate the following change from 2002-03-22, which was |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
989 inadvertently lost on 2002-04-13. |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
990 |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
991 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
992 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
993 the latter usage. |
|
a9761fefe0ae
Reinstate the following change from 2002-03-22, which was
Paul Eggert <eggert@twinsun.com>
parents:
45508
diff
changeset
|
994 |
| 45508 | 995 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 996 | |
| 997 * pop.c (socket_connection): Move the code to resolve the POP | |
| 998 host right before trying to connect with it. | |
| 999 | |
|
44996
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1000 2002-04-28 Colin Walters <walters@verbum.org> |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1001 |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1002 * Makefile.in (${archlibdir}): Don't conditionalize on |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1003 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1004 or not we have access to the specified game user. |
|
45644
f5d93bf3ddfb
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
45591
diff
changeset
|
1005 |
|
44996
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1006 * update-game-score.c (SCORE_FILE_PREFIX): Delete. |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1007 (main): New argument -d, for specifying directory. |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1008 (usage): Document. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1009 (get_user_id): Compute. |
|
44996
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1010 (get_home_dir): Deleted. |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1011 (get_prefix): New function, taken from main. |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1012 (main): Check whether or not we are running setuid. Move prefix |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1013 computation to get_prefix. Don't call getpwent; we don't need to |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1014 any more. Instead, move it to get_user_id(). |
|
dbde822f9021
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44820
diff
changeset
|
1015 |
| 44820 | 1016 2002-04-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1017 | |
| 1018 * ebrowse.c (skip_initializer): Return void. | |
| 1019 | |
|
44793
e3a600209db7
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44736
diff
changeset
|
1020 2002-04-23 Colin Walters <walters@verbum.org> |
|
e3a600209db7
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44736
diff
changeset
|
1021 |
|
e3a600209db7
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44736
diff
changeset
|
1022 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing |
|
e3a600209db7
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44736
diff
changeset
|
1023 space. |
|
e3a600209db7
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44736
diff
changeset
|
1024 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1025 2002-04-22 Francesco Potort,Al(B <pot@gnu.org> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1026 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1027 * etags.c (last_node): Make it a global variable. |
|
44736
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1028 (process_file): Print the tags from the nodes as soon as |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1029 possible, and delete the nodes. This brings down the memory |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1030 occupancy as etags to almost the same level as when the #line |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1031 directives were not parsed. |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1032 (free_fdesc): New function. |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1033 (find_entries): Use it. |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1034 (invalidate_nodes): In etags mode, do not just mark the nodes as |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1035 invalid, do delete them. |
|
2ae99744dc81
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44720
diff
changeset
|
1036 |
| 44720 | 1037 2002-04-21 Gerd Moellmann <gerd@gnu.org> |
| 1038 | |
| 1039 * ebrowse.c (add_declarator): Test *CLS instead of CLS. | |
| 1040 | |
| 44640 | 1041 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 1042 | |
| 1043 * update-game-score.c: Move config.h before the other headers, to | |
| 1044 avoid compiler warnings. | |
| 1045 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1046 2002-04-16 Francesco Potort,Al(B <pot@gnu.org> |
|
44613
a24a2c25aea5
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44606
diff
changeset
|
1047 |
|
a24a2c25aea5
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44606
diff
changeset
|
1048 * etags.c (find_entries): Bug fix in list management. |
|
a24a2c25aea5
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44606
diff
changeset
|
1049 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1050 2002-04-15 Francesco Potort,Al(B <pot@gnu.org> |
|
44606
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1051 |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1052 * etags.c (get_language_from_filename): Add one argument. |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1053 (strcaseeq): New function. |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1054 (get_language_from_filename): Use it to do a case insenstitive |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1055 comparison if called with appropriate args. |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1056 (find_entries): Try with case insensitive match. |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1057 (process_file): Bug fixed. |
|
e0e4003c58d9
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44603
diff
changeset
|
1058 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1059 2002-04-13 Francesco Potort,Al(B <pot@gnu.org> |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1060 |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1061 * etags.c (find_entries): Delete tags previously obtained from |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1062 file xxx.c's #line directives when parsing file xxx.y. This is |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1063 generally done for automatically generated files containing |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1064 #line directives. This handles the case when xxx.y is tagged |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1065 before xxx.c, and the entries of xxx.c pointing to xxx.y should |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1066 be discarded. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1067 (language): Add the metasource member. Initializers changed. |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1068 (invalidate_nodes): New function. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1069 (readline): Discard lines after having found a #line |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1070 directive pointing to an already tagged file. This handles the |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1071 case when xxx.y is tagged before xxx.c, and the entries of |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1072 xxx.c pointing to xxx.y should be discarded. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1073 (fdesc): New structure for keeping track of input files. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1074 (fdesc): Remove `file' member (a string) and use instead a pointer |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1075 to a file description structure. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1076 (curfile, curfiledir, curtagfname, curlang, nocharno) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1077 (forced_lang): Global variables removed in favor of fdhead and |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1078 curfdp, pointers to file description strucures. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1079 (longopts, main, print_help): Use the CTAGS conditional to include |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1080 or exclude options that work on etags or ctags only. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1081 (process_file, find_entries, pfnote, add_node, put_entries) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1082 (readline): Use fdhead and curfdp. |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1083 (process_file, find_entries): Do not take an arg string, all |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1084 callers changed. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1085 |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1086 * etags.c (longopts, print_help, main): Test CTAGS to disallow |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1087 options that are not right for either etags or ctags. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1088 |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1089 * etags.c (number_len, total_size_of_entries): Define them also |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1090 in CTAGS mode, because gcc does not compile all refs away. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1091 |
|
44577
ffb634bccc64
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44567
diff
changeset
|
1092 2002-04-14 Colin Walters <walters@debian.org> |
|
ffb634bccc64
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44567
diff
changeset
|
1093 |
|
ffb634bccc64
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44567
diff
changeset
|
1094 * update-game-score.c (lock_file): If the lock file is older than |
|
ffb634bccc64
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44567
diff
changeset
|
1095 an hour, delete it. Reset attempts to zero if we have to break |
|
ffb634bccc64
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44567
diff
changeset
|
1096 the lock. |
|
ffb634bccc64
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44567
diff
changeset
|
1097 |
|
44567
2575114cfbee
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
44489
diff
changeset
|
1098 2002-04-14 Andreas Schwab <schwab@suse.de> |
|
2575114cfbee
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
44489
diff
changeset
|
1099 |
|
2575114cfbee
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
44489
diff
changeset
|
1100 * update-game-score.c (read_score): Fix type of second parameter |
|
2575114cfbee
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
44489
diff
changeset
|
1101 of getdelim to be of type size_t instead of int. Use 0 instead of |
|
2575114cfbee
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
44489
diff
changeset
|
1102 ESUCCES. |
|
2575114cfbee
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
44489
diff
changeset
|
1103 |
|
44487
3d2cd2b5a07b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44420
diff
changeset
|
1104 2002-04-10 Colin Walters <walters@verbum.org> |
|
3d2cd2b5a07b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44420
diff
changeset
|
1105 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1106 * update-game-score.c (toplevel): Include stdarg.h. |
|
44489
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1107 (MAX_DATA_LEN, MAX_SCORES): New. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1108 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined, |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1109 default to ~/.emacs.d/games. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1110 (get_user_id): Don't zero uid in the case where we can't get the |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1111 username. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1112 (lose): New function. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1113 (main): Actually use `max', and default it to MAX_SCORES. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1114 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose' |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1115 function. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1116 (read_score): Handle the case of reading unamelen characters, then |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1117 finishing. Use mktemp if mkstemp isn't available. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1118 (lock_file, unlock_file): Delete unused versions. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1119 (lock_file): Always sleep, even if we unlinked the lock file. |
|
11cfa2d8efb5
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44487
diff
changeset
|
1120 |
|
44487
3d2cd2b5a07b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44420
diff
changeset
|
1121 * Makefile.in (gamedir, gameuser): New variables. |
|
3d2cd2b5a07b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44420
diff
changeset
|
1122 (toplevel, UTILITIES): Add update-game-score. |
|
3d2cd2b5a07b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44420
diff
changeset
|
1123 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR. |
|
3d2cd2b5a07b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44420
diff
changeset
|
1124 |
|
44420
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1125 2002-04-07 Colin Walters <walters@verbum.org> |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1126 |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1127 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode. |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1128 (get_user_id): Take struct passwd as an argument. |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1129 (get_home_dir): New function. |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1130 (main): Read in user information here. Discover home directory if |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1131 necessary. |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1132 (read_score): Trim newline only in `getline' case. |
|
6b7a9f47157d
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44403
diff
changeset
|
1133 |
|
44403
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1134 2002-04-05 Colin Walters <walters@debian.org> |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1135 |
|
44403
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1136 * update-game-score.c (toplevel): Include pwd.h. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1137 (struct score_entry): Add username field. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1138 (push_score): Use it. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1139 (get_user_id): New function. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1140 (main): Don't malloc excessively. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1141 (main): Use username field. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1142 (read_score): Read it. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1143 (push_score): Handle it. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1144 (write_scores) Write it. |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1145 (read_score): Handle arbitrary length data. |
|
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1146 |
| 44259 | 1147 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il> |
| 1148 | |
| 1149 * ebrowse.c (add_declarator): Fix the first call to add_member_defn. | |
| 1150 | |
| 44221 | 1151 2002-03-29 Gerd Moellmann <gerd@gnu.org> |
| 1152 | |
| 1153 * ebrowse.c (add_declarator, skip_initializer): New functions. | |
| 1154 (declaration): Use them. | |
| 1155 | |
| 44217 | 1156 2002-03-28 Jason Rumney <jasonr@gnu.org> |
| 1157 | |
| 1158 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp. | |
| 1159 | |
|
44403
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1160 2002-03-27 Colin Walters <walters@debian.org> |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1161 |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1162 * update-game-score.c: New file. |
|
0c1446851ed2
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
44259
diff
changeset
|
1163 |
|
44115
aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert <eggert@twinsun.com>
parents:
43871
diff
changeset
|
1164 2002-03-22 Paul Eggert <eggert@twinsun.com> |
|
aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert <eggert@twinsun.com>
parents:
43871
diff
changeset
|
1165 |
|
aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert <eggert@twinsun.com>
parents:
43871
diff
changeset
|
1166 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of |
|
aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert <eggert@twinsun.com>
parents:
43871
diff
changeset
|
1167 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows |
|
aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert <eggert@twinsun.com>
parents:
43871
diff
changeset
|
1168 the latter usage. |
|
aba9fabe137a
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert <eggert@twinsun.com>
parents:
43871
diff
changeset
|
1169 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1170 2002-03-12 Francesco Potort,Al(B <pot@gnu.org> |
|
43858
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1171 |
|
43851
1f98e32d6f46
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43761
diff
changeset
|
1172 * etags.c (Python_functions): Skip spaces at beginning of lines. |
|
43858
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1173 (Python_functions, PHP_functions): Name tags, for ctags' sake. |
|
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1174 (TeX_commands): Name tags. Correction of old disabled code. |
|
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1175 |
|
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1176 * etags.c (curfiledir, curtagfname): New global variables. |
|
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1177 (process_file): Initialise them. |
|
8d0430162d52
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43851
diff
changeset
|
1178 (readline): Canonicalize the name found in #line directive. |
|
43851
1f98e32d6f46
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43761
diff
changeset
|
1179 |
| 43761 | 1180 2002-03-06 Jason Rumney <jasonr@gnu.org> |
|
43871
30ac1705a166
Fix formatting of previous entry
Jason Rumney <jasonr@gnu.org>
parents:
43858
diff
changeset
|
1181 |
| 43761 | 1182 * etags.c (put_entries): Use #if !CTAGS, to fix link error on |
| 1183 compilers that don't optimize out dead code. | |
| 1184 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1185 2002-03-05 Francesco Potort,Al(B <pot@gnu.org> |
|
43722
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1186 |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1187 * etags.c: Honour #line directives. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1188 (no_line_directive): New global var; set it for old behaviour. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1189 (main): Remove some #ifdef in the getopt switch. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1190 (add_node, put_entries): Code added to merge different chunks of |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1191 nodes referring to the same file. Currently the tags are just |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1192 appended, without any check for duplicates. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1193 (Perl_functions): Do not special case ctags. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1194 (readline): Identify #line directives and do the right thing. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1195 (nocharno, invalidcharno): New global vars. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1196 (process_file): Reset nocharno. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1197 (readline): Set nocharno. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1198 (pfnote): Read nocharno and maybe put invalidcharno in node. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1199 (total_size_of_entries, put_entries): Use invalidcharno. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1200 |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1201 * etags.c: Keep the whole tag table in memory, even in etags mode. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1202 (main): Call put_entries here even in CTAGS mode. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1203 (main, process_file): Check the return values of fclose and pclose. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1204 (process_file): Do not call put_entries after parsing each file. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1205 (process_file): Canonicalise file names even for ctags. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1206 (process_file): Set curfile here... |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1207 (find_entries): ... not here any more. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1208 (add_node): In etags mode, build a linked list of entries (on |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1209 right pointer) for each file, and link the first entry of each |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1210 file on left nodes. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1211 (put_entries): Print here the name of the file. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1212 (put_entries): Print the entries starting from the first file. |
|
44603
de49a019eb1a
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
44577
diff
changeset
|
1213 (number_len, total_size_of_entries): Define these only in etags |
|
43722
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1214 mode, make the second work only on the right nodes. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1215 |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1216 * etags.c: Make all global variables static. |
|
28bc2b1aa7d8
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
43525
diff
changeset
|
1217 |
|
43525
dea16e570ba9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
43516
diff
changeset
|
1218 2002-02-25 Juanma Barranquero <lektu@terra.es> |
|
dea16e570ba9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
43516
diff
changeset
|
1219 |
|
dea16e570ba9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
43516
diff
changeset
|
1220 * makefile.w32-in (lisp): Add missing backslash. |
|
dea16e570ba9
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
43516
diff
changeset
|
1221 |
| 43516 | 1222 2002-02-24 Jason Rumney <jasonr@gnu.org> |
| 1223 | |
| 1224 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to | |
| 1225 using .elc files. | |
| 1226 (lisp): Sync with list in src/Makefile.in | |
| 1227 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. | |
| 1228 | |
|
43222
9e88b1653bc3
* rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
Paul Eggert <eggert@twinsun.com>
parents:
43098
diff
changeset
|
1229 2002-02-10 Paul Eggert <eggert@twinsun.com> |
|
9e88b1653bc3
* rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
Paul Eggert <eggert@twinsun.com>
parents:
43098
diff
changeset
|
1230 |
|
9e88b1653bc3
* rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
Paul Eggert <eggert@twinsun.com>
parents:
43098
diff
changeset
|
1231 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001 |
|
9e88b1653bc3
* rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
Paul Eggert <eggert@twinsun.com>
parents:
43098
diff
changeset
|
1232 disallows the old syntax. |
|
9e88b1653bc3
* rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
Paul Eggert <eggert@twinsun.com>
parents:
43098
diff
changeset
|
1233 |
|
43098
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1234 2002-02-03 Paul Eggert <eggert@twinsun.com> |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1235 |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1236 * rcs2log(Copyright): Update to 2002. |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1237 (AWK, TMPDIR): Work around portability problem in broken shells that |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1238 don't understand `: ${VAR=val}'. |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1239 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001. |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1240 Prefer the new -k option to the traditional +M -N option. |
|
4f83ba536676
* rcs2log(Copyright): Update to 2002.
Paul Eggert <eggert@twinsun.com>
parents:
42474
diff
changeset
|
1241 |
| 42474 | 1242 2002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1243 | |
| 1244 * b2m.c (main): Parenthesize assignment when used as truth value | |
| 1245 to prevent gcc warnings. | |
| 1246 | |
| 1247 * fakemail.c: Include <config.h>. | |
| 1248 | |
| 42413 | 1249 2001-12-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1250 | |
| 1251 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c, | |
| 1252 * yow.c: Include <config.h>. | |
| 1253 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1254 2001-12-21 Francesco Potort,Al(B <pot@gnu.org> |
| 42344 | 1255 |
| 1256 * etags.c (Perl_functions): Tag packages and use them in sub tags. | |
| 1257 (get_tag): Return a pointer to the tag that is found. | |
| 1258 | |
| 1259 * etags.c (LOOKING_AT): Use !intoken instead of iswhite. | |
| 1260 (F_takeprec): Renamed from takeprec. All callers changed. | |
| 1261 (F_getit): Renamed from getit. All callers changed. | |
| 1262 (nocase_tail): Renamed from tail. All callers changed. | |
| 1263 (Ada_getit): Renamed from adagetit. All callers changed. | |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1264 (L_getit): Simplify by using get_tag. |
| 42344 | 1265 (Perl_functions, Postscript_functions, erlang_attribute): Use the |
| 1266 modified LOOKING_AT. | |
| 1267 (notinname): Removed '[' and added ')' to the recognised chars. | |
| 1268 (LOOKING_AT, get_tag, PHP_functions): Use notinname. | |
| 1269 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions): | |
| 1270 Clarified, using strneq or notinname. | |
| 1271 (L_isdef, L_isquote): Removed. | |
| 1272 (Lisp_functions, L_getit): Clarified. | |
| 1273 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1274 * etags.c (P_): Renamed to __P for consistency with config.h. |
| 42344 | 1275 [HAVE_CONFIG_H]: Let config.h deal with __P. |
| 1276 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h. | |
| 1277 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because | |
| 1278 gperf code needs it. | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1279 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs). |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1280 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs). |
| 42344 | 1281 (xmalloc, xrealloc): Use PTR instead of long *. |
| 1282 (bool): Make it a define, not a typedef, for C++ compilers. | |
| 1283 (pattern): Members renamed to avoid name clash in some C++ compilers. | |
| 1284 (get_language_from_langname): Use const argument. | |
| 1285 | |
| 42281 | 1286 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1287 | |
| 1288 * makefile.nt, makefile.w32-in: Remove mocklisp files. | |
| 1289 | |
| 42175 | 1290 2001-12-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1291 | |
| 42179 | 1292 * emacsserver.c: Conditionally include config.h. |
| 1293 | |
| 42182 | 1294 * fakemail.c: Likewise. |
| 1295 | |
| 42177 | 1296 * emacsclient.c: Include "config.h", not <../src/config.h>. |
| 1297 (main): Parenthesize assignment when used as truth value to | |
| 1298 prevent gcc warnings. | |
| 1299 | |
| 42175 | 1300 * ebrowse.c: Include stdlib.h and string.h conditionally. |
| 1301 | |
| 42155 | 1302 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> |
| 1303 | |
| 1304 * yow.c (main): Use time_t, not long, to avoid a compiler warning. | |
| 1305 | |
| 42148 | 1306 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1307 | |
| 1308 * test-distrib.c: Fix previous change. | |
| 1309 | |
| 42142 | 1310 2001-12-18 Dave Love <fx@gnu.org> |
| 1311 | |
| 1312 * test-distrib.c: Conditionally include fcntl.h. | |
| 1313 | |
| 1314 * fakemail.c: Include "config.h", not <../src/config.h>. | |
| 1315 (_XOPEN_SOURCE): Define as 500. | |
| 1316 | |
| 1317 * emacsserver.c: Include "config.h", not <../src/config.h>. | |
| 1318 | |
| 1319 * cvtmail.c: Include config.h, stdlib.h. | |
| 1320 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype. | |
| 1321 | |
| 1322 * yow.c: Conditionally include various headers. Use "epaths.h", | |
| 1323 not <../src/epaths.h>. | |
| 1324 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype. | |
| 1325 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1326 2001-12-12 Francesco Potort,Al(B <pot@gnu.org> |
|
42043
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1327 |
|
42343
199bc55cdd07
Removed names of people from etags.c change log entries.
Francesco Potort? <pot@gnu.org>
parents:
42281
diff
changeset
|
1328 * etags.c (PHP_functions): New function for parsing PHP. |
|
42043
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1329 (LOOKING_AT): New macro. |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1330 (Perl_functions, Python_functions, PHP_functions) |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1331 (Scheme_functions, Texinfo_nodes): Use it. |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1332 (Perl_functions): Use strneq. |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1333 (prolog_pred): Renamed to prolog_pr. |
|
42343
199bc55cdd07
Removed names of people from etags.c change log entries.
Francesco Potort? <pot@gnu.org>
parents:
42281
diff
changeset
|
1334 (prolog_pr): Recognise Prolog rules in addition to predicates. |
|
42043
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1335 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent |
|
42343
199bc55cdd07
Removed names of people from etags.c change log entries.
Francesco Potort? <pot@gnu.org>
parents:
42281
diff
changeset
|
1336 unmodified compile, as Cygwin's regex.h is incompatible with us. |
|
42043
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1337 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1338 |
|
41971
00a2b39fce69
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
41959
diff
changeset
|
1339 2001-12-11 Richard M. Stallman <rms@gnu.org> |
|
00a2b39fce69
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
41959
diff
changeset
|
1340 |
|
00a2b39fce69
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
41959
diff
changeset
|
1341 * Makefile.in (clean): Don't delete ../etc/DOC*. |
|
00a2b39fce69
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
41959
diff
changeset
|
1342 |
| 41959 | 1343 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1344 | |
| 1345 * COPYING: Moved back. | |
| 1346 | |
| 41805 | 1347 2001-11-30 Andrew Innes <andrewi@gnu.org> |
| 1348 | |
|
42043
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1349 * makefile.w32-in (FACE_SUPPORT): |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1350 (MOUSE_SUPPORT): |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1351 (FLOAT_SUPPORT): |
|
0fe5fe39786c
Etags changes for Prolog and PHP.
Francesco Potort? <pot@gnu.org>
parents:
41971
diff
changeset
|
1352 (WINNT_SUPPORT): |
| 41805 | 1353 (lisp): Reference .el files instead of .elc files, to simplify |
| 1354 bootstrapping. | |
| 1355 ($(DOC)): Change dependency to just `make-docfile'. | |
| 1356 | |
| 41683 | 1357 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1358 | |
| 1359 * COPYING: Removed. | |
| 1360 | |
|
41649
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1361 2001-11-28 Paul Eggert <eggert@twinsun.com> |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1362 |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1363 * rcs2log (Copyright): Add '(C)' as per coding guidelines. |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1364 |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1365 The following changes are derived from suggestions by Bob Chapman |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1366 <rechapman@compuserve.com>. |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1367 |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1368 * rcs2log (printlogline): Also allow tab and newline to separate |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1369 '(function):' from the rest of a comment. |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1370 (reformat the sorted log entries): Require date and author to |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1371 match the clumpname. |
|
41d73d9565de
(Copyright): Add '(C)' as per coding guidelines.
Paul Eggert <eggert@twinsun.com>
parents:
41113
diff
changeset
|
1372 |
| 41113 | 1373 2001-11-16 Gerd Moellmann <gerd@gnu.org> |
| 1374 | |
| 1375 * ebrowse.c (matching_regexp): Escape '\\'. | |
| 1376 | |
| 41101 | 1377 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1378 | |
| 1379 * Makefile.in: Add support for --program-prefix, --program-suffix | |
| 1380 and --program-transform-name options. | |
| 1381 | |
|
40685
4b21a059939f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40276
diff
changeset
|
1382 2001-11-03 Richard M. Stallman <rms@gnu.org> |
|
4b21a059939f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40276
diff
changeset
|
1383 |
|
4b21a059939f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40276
diff
changeset
|
1384 * cvtmail.c (xrealloc): Always pass two args to `fatal'. |
|
4b21a059939f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40276
diff
changeset
|
1385 |
|
4b21a059939f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40276
diff
changeset
|
1386 * movemail.c (popmail): Always pass two args to `error'. |
|
4b21a059939f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
40276
diff
changeset
|
1387 |
|
40276
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1388 2001-10-24 Ken Raeburn <raeburn@gnu.org> |
|
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1389 |
|
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1390 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include |
|
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1391 -lhesiod and maybe -lresolv. |
|
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1392 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos |
|
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1393 support if it's available. |
|
f53d3da02996
fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents:
40152
diff
changeset
|
1394 |
| 40118 | 1395 2001-10-21 Miles Bader <miles@gnu.org> |
| 1396 | |
| 40136 | 1397 * make-docfile.c (struct rcsoc_state): New type. |
| 1398 (read_c_string_or_comment): Add SAW_USAGE | |
| 40118 | 1399 parameter, and implement scanning for a `usage:' keyword. |
| 40136 | 1400 Use a variable of type `rcsoc_state' to hold most of our state. |
| 1401 (put_char): Add STATE parameter, and remove all other parameters | |
| 1402 except CH. Use STATE to get access to all needed state. | |
| 1403 (scan_keyword_or_put_char): New function. | |
| 40118 | 1404 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. |
| 1405 Don't output a usage-string if there was one in the doc-string. | |
| 1406 | |
| 40111 | 1407 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
| 1408 | |
| 40152 | 1409 * (Version 21.1 released.) |
| 40111 | 1410 |
| 40068 | 1411 2001-10-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 1412 | |
| 1413 * b2m.c: Properly spell the name of Emacs. | |
| 1414 | |
| 39990 | 1415 2001-10-17 Miles Bader <miles@gnu.org> |
| 1416 | |
| 1417 * make-docfile.c (put_char): New function. | |
| 1418 (read_c_string_or_comment): Strip trailing spaces and newlines. | |
| 1419 | |
| 39978 | 1420 2001-10-16 Miles Bader <miles@gnu.org> |
| 1421 | |
| 1422 * make-docfile.c (scan_c_file): Handle `new style' doc strings in | |
| 1423 comments [with `doc:' keyword prefix]. | |
| 1424 | |
| 39951 | 1425 2001-10-15 Gerd Moellmann <gerd@gnu.org> |
| 1426 | |
| 1427 * make-docfile.c (read_c_string_or_comment): Don't drop a '*' | |
| 1428 in a C doc comment. | |
| 1429 | |
| 39900 | 1430 2001-10-13 Gerd Moellmann <gerd@gnu.org> |
| 1431 | |
| 1432 * make-docfile.c (read_c_string_or_comment): Renamed from | |
| 1433 read_c_string. Add parameter COMMENT. Read C-style comments. | |
| 1434 (scan_c_file): Handle doc strings in C comments. | |
| 1435 | |
| 39826 | 1436 2001-10-12 Andrew Innes <andrewi@gnu.org> |
| 1437 | |
| 1438 * makefile.nt (ALL): Do not include fakemail. | |
| 1439 | |
| 1440 * makefile.w32-in (install): Do not copy fakemail. | |
| 1441 | |
| 39753 | 1442 2001-10-10 Jason Rumney <jasonr@gnu.org> |
| 1443 | |
| 1444 * makefile.w32-in (ALL) Do not include fakemail. | |
| 1445 | |
| 1446 * makefile.nt (install) Ditto. | |
| 1447 | |
| 39724 | 1448 2001-10-09 Gerd Moellmann <gerd@gnu.org> |
| 1449 | |
| 1450 * emacsserver.c (main): Cast geteuid in sprintf to int. | |
|
43311
7e015eb9a4ac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43222
diff
changeset
|
1451 |
|
7e015eb9a4ac
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
43222
diff
changeset
|
1452 * emacsclient.c (main): Cast isdigit argument to unsigned char. |
| 39724 | 1453 |
|
39661
cbfae3e04e1c
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Pavel Jan?k <Pavel@Janik.cz>
parents:
39627
diff
changeset
|
1454 2001-10-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
|
cbfae3e04e1c
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Pavel Jan?k <Pavel@Janik.cz>
parents:
39627
diff
changeset
|
1455 |
|
cbfae3e04e1c
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Pavel Jan?k <Pavel@Janik.cz>
parents:
39627
diff
changeset
|
1456 * profile.c: Include config.h, not ../src/config.h. |
|
cbfae3e04e1c
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Pavel Jan?k <Pavel@Janik.cz>
parents:
39627
diff
changeset
|
1457 Include systime.h, not ../src/systime.h. |
|
cbfae3e04e1c
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Pavel Jan?k <Pavel@Janik.cz>
parents:
39627
diff
changeset
|
1458 |
| 39742 | 1459 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
| 1460 | |
| 1461 * Branch for 21.1. | |
| 40965 | 1462 |
| 39516 | 1463 2001-10-01 Alexander Zhuckov <zuav@int.spb.ru> |
| 1464 | |
| 1465 * ebrowse.c (struct alias): Add two new struct members: NAMESP and | |
| 1466 ALIASEE to help work with namespace aliases. | |
| 1467 (struct sym): Remove struct member NAMESP_ALIASES. | |
| 1468 (namespace_alias_table): New variable. | |
| 1469 (make_namespace): Add parameter CONTEXT. | |
| 1470 (check_namespace): New function. | |
| 1471 (find_namespace): Add parameter CONTEXT. | |
| 1472 (check_namespace_alias): New function. | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1473 (register_namespace_alias): Change type of parameter OLD_NAME. |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1474 Search for already defined alias in NAMESPACE_ALIAS_TABLE. |
| 39516 | 1475 (check_namespace): New function. |
| 1476 (enter_namespace): Call find_namespace with CONTEXT parameter. | |
| 1477 (match_qualified_namespace_alias): New function. | |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1478 (parse_qualified_ident_or_type): Fix typo in comment. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1479 While parsing qualified ident or type update namespace context and |
| 39516 | 1480 restore it on exit. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1481 (parse_qualified_param_ident_or_type): Fix typo in comment. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1482 (globals): Change handling of namespace aliases. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1483 (version): Add year 2001. |
| 39516 | 1484 |
|
39318
532c538efc45
Etags dumped core whan using -R. Eli corrected this.
Francesco Potort? <pot@gnu.org>
parents:
39139
diff
changeset
|
1485 2001-09-15 Eli Zaretskii <eliz@is.elta.co.il> |
|
532c538efc45
Etags dumped core whan using -R. Eli corrected this.
Francesco Potort? <pot@gnu.org>
parents:
39139
diff
changeset
|
1486 |
|
532c538efc45
Etags dumped core whan using -R. Eli corrected this.
Francesco Potort? <pot@gnu.org>
parents:
39139
diff
changeset
|
1487 * etags.c (analyse_regex): If regex_arg is NULL, return |
|
532c538efc45
Etags dumped core whan using -R. Eli corrected this.
Francesco Potort? <pot@gnu.org>
parents:
39139
diff
changeset
|
1488 immediately after a call to free_patterns. |
|
532c538efc45
Etags dumped core whan using -R. Eli corrected this.
Francesco Potort? <pot@gnu.org>
parents:
39139
diff
changeset
|
1489 |
| 39592 | 1490 2001-09-05 Paul Eggert <eggert@twinsun.com> |
| 1491 | |
| 1492 * rcs2log (Help, mainline code): Add new option -L FILE. | |
| 1493 (Copyright): Update year. | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1494 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1495 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the |
| 39592 | 1496 C locale. |
| 1497 (mainline code): Handle nonstandard -u option differently, by | |
| 1498 transforming it to standard form. Check for "Working file: ", not | |
| 1499 "Working file:". Allow file names with spaces. | |
| 1500 (SOH, rlogfile): New shell vars. | |
| 40965 | 1501 (rlogout): Remove. Its old functionality is mostly migrated to |
| 39592 | 1502 rlogfile. |
| 1503 | |
| 1504 Append ';;' to the last arm of every case statement, for | |
| 1505 portability to ancient broken BSD shells. | |
| 1506 | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1507 (logins): Fix bug; was not being computed at all, lowering performance. |
| 39592 | 1508 (pository): New var. This fixes some bugs where repositories are |
| 1509 remote, or have trailing slashes. | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1510 (authors): $llogout is never an empty shell var, so don't worry |
| 39592 | 1511 about that possibility. |
| 40965 | 1512 (printlogline, mainline code): Fix bug with SOH's being put into |
| 39592 | 1513 the output. |
| 40965 | 1514 |
| 39077 | 1515 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 1516 | |
| 1517 * ebrowse.c (SEEK_END): #define if not defined by system headers. | |
| 1518 Suggested by Dave Love <d.love@dl.ac.uk>. | |
| 1519 | |
| 39010 | 1520 2001-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 1521 | |
| 1522 * makefile.nt (lisp): Synchronize with src/Makefile.in. | |
| 1523 * makefile.w32-in (lisp): Ditto. | |
| 1524 | |
| 39139 | 1525 2001-07-25 Juanma Barranquero <lektu@terra.es> |
| 38552 | 1526 |
| 1527 * grep-changelog (parse_changelog): Remove unused local variable. | |
| 1528 | |
| 1529 * grep-changelog (main): Add new option --reverse. | |
| 1530 (print_log): Use it. | |
| 1531 (parse_changelog): Use it. | |
| 1532 | |
| 38511 | 1533 2001-07-20 Gerd Moellmann <gerd@gnu.org> |
| 1534 | |
| 1535 * grep-changelog: Remove RCS Id keyword. | |
| 1536 | |
| 38501 | 1537 2001-07-20 Juanma Barranquero <lektu@terra.es> |
| 1538 | |
| 38505 | 1539 * grep-changelog (parse_changelog): Add tests for defined values |
| 1540 to quiet warning from Perl 5.005 or above. | |
| 38503 | 1541 (entry_match_p, header_match_p): Fix handling of null or empty |
| 39139 | 1542 argument to prevent duplicate headers. |
| 1543 | |
| 1544 * grep-changelog (main, parse_changelog): Make "use strict"-clean. | |
| 38501 | 1545 |
| 38465 | 1546 2001-07-17 Jan Nieuwenhuizen <janneke@gnu.org> |
| 1547 | |
| 1548 * emacsclient.c (print_help_and_exit): Fix help message for | |
| 1549 +LINE:COLUMN option. | |
| 1550 | |
| 1551 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> | |
|
39318
532c538efc45
Etags dumped core whan using -R. Eli corrected this.
Francesco Potort? <pot@gnu.org>
parents:
39139
diff
changeset
|
1552 |
| 38465 | 1553 * emacsclient.c (main): Add support for +LINE:COLUMN command line |
| 1554 argument. | |
| 1555 | |
| 38433 | 1556 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
| 1557 | |
| 1558 * ebrowse.c (main): Check that the output file exists and | |
| 1559 is non-empty if invoked with `--append'. | |
| 1560 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1561 2001-05-14 Francesco Potort,Al(B <pot@gnu.org> |
|
37720
729181f245b9
Small etags.c and etags.1 changes.
Francesco Potort? <pot@gnu.org>
parents:
37677
diff
changeset
|
1562 |
| 37737 | 1563 * etags.c (add_regex): Reset the whole newly allocated pattern |
| 1564 buffer instead of the individual members. It's safer and works | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1565 with XEmacs. |
| 37737 | 1566 |
| 1567 * etags.1: Markups corrected. | |
|
37720
729181f245b9
Small etags.c and etags.1 changes.
Francesco Potort? <pot@gnu.org>
parents:
37677
diff
changeset
|
1568 |
| 37616 | 1569 2001-05-08 Gerd Moellmann <gerd@gnu.org> |
| 1570 | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1571 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack. |
| 37616 | 1572 |
| 37551 | 1573 2001-05-03 Gerd Moellmann <gerd@gnu.org> |
| 1574 | |
| 1575 * ebrowse.c (globals): Fix handling of namespace aliases. | |
| 1576 | |
| 37503 | 1577 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 1578 | |
| 1579 * etags.c (print_help): Enclose the regexp in the help text | |
| 1580 example in quotes. | |
| 1581 | |
| 37226 | 1582 2001-04-05 Dave Love <fx@gnu.org> |
| 1583 | |
| 1584 * emacsclient.c (fail): Don't return a value. | |
|
37720
729181f245b9
Small etags.c and etags.1 changes.
Francesco Potort? <pot@gnu.org>
parents:
37677
diff
changeset
|
1585 (main): Cast uid values for sprintf. |
| 37226 | 1586 |
| 37164 | 1587 2001-04-03 Gerd Moellmann <gerd@gnu.org> |
| 1588 | |
| 37167 | 1589 * emacsclient.c (fail, main): Don't use implicit int return type. |
| 1590 | |
| 37164 | 1591 * b2m.c (main): Always return a value. |
| 1592 | |
| 36484 | 1593 2001-03-02 Gerd Moellmann <gerd@gnu.org> |
| 1594 | |
| 1595 * ebrowse.c (parse_qualified_param_ident_or_type): Return a | |
| 1596 freshly allocated object in *LAST_ID. | |
| 1597 (read_line): Accept \r\n line endings. | |
| 1598 | |
| 36379 | 1599 2001-02-24 Andrew Innes <andrewi@gnu.org> |
| 1600 | |
| 1601 * makefile.w32-in: Fix copyright notice. | |
| 1602 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1603 2001-02-23 Francesco Potort,Al(B <pot@gnu.org> |
|
36361
e9d69d45eae4
When in autodetect mode, switch to C++ when the template keyword is met
Francesco Potort? <pot@gnu.org>
parents:
36311
diff
changeset
|
1604 |
|
e9d69d45eae4
When in autodetect mode, switch to C++ when the template keyword is met
Francesco Potort? <pot@gnu.org>
parents:
36311
diff
changeset
|
1605 * etags.c (enum sym_type): New label st_C_template. |
|
e9d69d45eae4
When in autodetect mode, switch to C++ when the template keyword is met
Francesco Potort? <pot@gnu.org>
parents:
36311
diff
changeset
|
1606 (gperf input): Use it for switching to C++ from C. |
|
e9d69d45eae4
When in autodetect mode, switch to C++ when the template keyword is met
Francesco Potort? <pot@gnu.org>
parents:
36311
diff
changeset
|
1607 (consider_token): Do it. |
|
36389
6dadbe31111f
Corrected latest etags.c entry.
Francesco Potort? <pot@gnu.org>
parents:
36379
diff
changeset
|
1608 (C_entries): Initialise typdefcblev to quiet compilers. |
|
6dadbe31111f
Corrected latest etags.c entry.
Francesco Potort? <pot@gnu.org>
parents:
36379
diff
changeset
|
1609 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing. |
|
36361
e9d69d45eae4
When in autodetect mode, switch to C++ when the template keyword is met
Francesco Potort? <pot@gnu.org>
parents:
36311
diff
changeset
|
1610 |
| 36311 | 1611 2001-02-22 Andrew Innes <andrewi@gnu.org> |
| 1612 | |
| 1613 * makefile.nt ($(BLD)\movemail.obj): Remove reference to | |
| 1614 VMS header files. | |
| 1615 ($(BLD)\profile.obj): Ditto. | |
| 1616 | |
| 1617 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to | |
| 1618 VMS header files. | |
| 1619 ($(BLD)/profile.$(O)): Ditto. | |
| 1620 | |
| 35903 | 1621 2001-02-05 Andrew Innes <andrewi@gnu.org> |
| 1622 | |
| 1623 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in | |
| 1624 invocation of make-docfile, to work with Windows 2000. | |
| 1625 | |
| 35767 | 1626 2001-01-31 Dave Love <fx@gnu.org> |
| 1627 | |
| 1628 * etags.c (in_word_set): Use `static' in definition (for pcc). | |
| 1629 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1630 2001-01-31 Francesco Potort,Al(B <pot@gnu.org> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1631 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1632 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for |
|
35758
aa069bbee4c8
Work around small preprocessor bugs in sunos4 pcc and MinGW.
Francesco Potort? <pot@gnu.org>
parents:
35742
diff
changeset
|
1633 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc). |
|
aa069bbee4c8
Work around small preprocessor bugs in sunos4 pcc and MinGW.
Francesco Potort? <pot@gnu.org>
parents:
35742
diff
changeset
|
1634 (C_entries): Tag token renamed to still_in_token because sunos4 |
|
aa069bbee4c8
Work around small preprocessor bugs in sunos4 pcc and MinGW.
Francesco Potort? <pot@gnu.org>
parents:
35742
diff
changeset
|
1635 pcc wants to expand it as the token() macro even though it has no |
|
aa069bbee4c8
Work around small preprocessor bugs in sunos4 pcc and MinGW.
Francesco Potort? <pot@gnu.org>
parents:
35742
diff
changeset
|
1636 arguments. |
|
aa069bbee4c8
Work around small preprocessor bugs in sunos4 pcc and MinGW.
Francesco Potort? <pot@gnu.org>
parents:
35742
diff
changeset
|
1637 |
| 35742 | 1638 2001-01-30 Andrew Innes <andrewi@gnu.org> |
| 1639 | |
| 1640 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a | |
| 1641 bug in the Mingw32 assert.h header file. | |
| 1642 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1643 2001-01-30 Francesco Potort,Al(B <pot@gnu.org> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1644 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1645 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1646 #define it for the sake of XEmacs. |
|
35740
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1647 [WINDOWSNT]: #undef HAVE_NTGUI even if built without |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1648 HAVE_CONFIG_H. This change only affects a standalone etags. |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1649 [WINDOWSNT]: #undef DOS_NT and #define it even if built with |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1650 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1651 always defined when HAVE_CONFIG_H and WINDOWS are both defined. |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1652 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1653 WINDOWSNT, as this is the correct way to use it. |
|
9a7c0217c7bd
Comment updates to etags.c
Francesco Potort? <pot@gnu.org>
parents:
35665
diff
changeset
|
1654 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1655 2001-01-28 Francesco Potort,Al(B <pot@gnu.org> |
|
35665
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1656 |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1657 * etags.c: Be capable to parse nested struct-like structures. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1658 (structdef, structtag): Struct state machine revisited. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1659 (struct tok): Revisited. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1660 (cstack, nestlev, instruct): New struct and macros. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1661 (pushclass_above, popclass_above, write_classname): New functions |
|
42343
199bc55cdd07
Removed names of people from etags.c change log entries.
Francesco Potort? <pot@gnu.org>
parents:
42281
diff
changeset
|
1662 for dealing with nested class names. |
|
35665
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1663 (consider_token, make_C_tag, C_entries): Many changes for dealing |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1664 with arbitrarily nested structures. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1665 (etags_getcwd): #if MSDOS, not #ifdef MSDOS! |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1666 (C_entries): Consider templates in C++. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1667 (sym_type): New constant st_C_class for detecting "class" also in |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1668 C mode. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1669 (C_AUTO): New macro for automatic detection of C++. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1670 (consider_token): Automatic set C++ mode. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1671 (C_entries): New security check for yacc. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1672 (print_language_names, print_help): Mention the autodetect |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1673 feature, do not show help for the -C option, now mostly useless. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1674 (C_entries): Tag C++ forward declarations if --declarations. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1675 (C_entries): Don't be fooled by things like XDEFUN. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1676 (consider_token): Discard asm pseudo function. |
|
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1677 |
| 35654 | 1678 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 1679 | |
| 1680 * etags.c: Add a coding: tag. | |
| 1681 | |
| 35597 | 1682 2001-01-26 Gerd Moellmann <gerd@gnu.org> |
| 1683 | |
|
35665
2ce207b252dc
Many changes to the parsing capabilities of etags.
Francesco Potort? <pot@gnu.org>
parents:
35654
diff
changeset
|
1684 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf): |
| 35597 | 1685 New variables. |
| 1686 (matching_regexp): Use them instead of static variables in | |
| 1687 function scope. | |
| 1688 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1689 2001-01-25 Francesco Potort,Al(B <pot@gnu.org> |
|
35573
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1690 |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1691 * etags.c (struct tok): Renamed from struct token. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1692 (token): Renamed from tok. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1693 (structtype): Make it a local variable. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1694 [DEBUG]: Use assert. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1695 (xrnew): Change the synopsis. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1696 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1697 (grow_linebuffer): Don't call xrnew when not needed. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1698 (token): Buffer renamed to line. |
|
35573
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1699 (C_entries): Three calls to inibuffer moved here from main. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1700 (C_entries): Remove all references to var methodlen, delete it. |
|
35573
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1701 (linebuffer_setlen): Was grow_buffer, now also sets len. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1702 (consider_token, C_entries, Pascal_functions): Use it. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1703 (C_entries): Preventing problems relative to extern "C". |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1704 (C_entries): Can tag more than one variable or func separated by |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1705 comma when --declarations is used. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1706 (C_entries): More accurate tagging of members and declarations. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1707 (yacc_rules): Was global, made local to C_entries. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1708 (next_token_is_func): Removed. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1709 (fvdef): New constants fdefunkey, fdefunname. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1710 (consider_token, C_entries): Use them. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1711 (C_entries): Build proper lisp names for Emacs DEFUNs. |
|
752d1aa1a8f8
Many small improvements in etags.
Francesco Potort? <pot@gnu.org>
parents:
35547
diff
changeset
|
1712 |
| 35460 | 1713 2001-01-22 Gerd Moellmann <gerd@gnu.org> |
| 1714 | |
| 1715 * ebrowse.c (xfree): New function. | |
| 1716 (member, declaration, globals): Use xmalloc instead of alloca. | |
| 1717 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1718 2001-01-15 Francesco Potort,Al(B <pot@gnu.org> |
|
35302
6a51ef53518f
2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
Francesco Potort? <pot@gnu.org>
parents:
35294
diff
changeset
|
1719 |
|
6a51ef53518f
2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
Francesco Potort? <pot@gnu.org>
parents:
35294
diff
changeset
|
1720 * etags.c (print_language_names): Print filenames in addition to |
|
6a51ef53518f
2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
Francesco Potort? <pot@gnu.org>
parents:
35294
diff
changeset
|
1721 suffixes. |
|
6a51ef53518f
2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>
Francesco Potort? <pot@gnu.org>
parents:
35294
diff
changeset
|
1722 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1723 2001-01-14 Francesco Potort,Al(B <pot@gnu.org> |
|
35547
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1724 |
|
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1725 * etags.c (get_language_from_langname): Renamed from |
|
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1726 get_language_from_name. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1727 (get_language_from_filename): Renamed from get_language_from_suffix. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1728 Now first looks for the complete file name. |
|
35547
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1729 (language): New member char **filenames. |
|
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1730 (Makefile_filenames): List of possible filenames for makefiles. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1731 (lang_names): Add a NULL member for every entry, added an entry |
|
35547
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1732 for makefiles. |
|
42343
199bc55cdd07
Removed names of people from etags.c change log entries.
Francesco Potort? <pot@gnu.org>
parents:
42281
diff
changeset
|
1733 (Makefile_targets): New function. |
|
35547
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1734 (Texinfo_nodes): Renamed from Texinfo_fuctions and made |
|
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1735 it conformant to the style of the rest of the code. |
|
5afbf6bfb53a
Move here the entry for etags.c from 2000-01-14 which somehow
Eli Zaretskii <eliz@gnu.org>
parents:
35460
diff
changeset
|
1736 |
| 35294 | 1737 2001-01-13 Gerd Moellmann <gerd@gnu.org> |
| 1738 | |
| 1739 * make-docfile.c (write_c_args): Print newlines as spaces. | |
| 1740 | |
| 35108 | 1741 2001-01-06 Andrew Innes <andrewi@gnu.org> |
| 1742 | |
| 1743 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead | |
| 1744 of *.pdb. | |
| 1745 | |
| 35021 | 1746 2001-01-03 Paul Eggert <eggert@twinsun.com> |
| 1747 | |
| 1748 * lib-src/rcs2log: Avoid security hole allowing attacker to | |
| 1749 cause user of rcs2log to overwrite arbitrary files, fixing | |
| 1750 a bug reported by Morten Welinder. | |
| 1751 | |
| 1752 Don't put "exit 1" at the end of the exit trap; it's | |
| 1753 ineffective in POSIX shells. | |
| 1754 | |
| 34992 | 1755 2001-01-02 Gerd Moellmann <gerd@gnu.org> |
| 1756 | |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1757 * ebrowse.c (yyerror): Change to take two arguments. |
|
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1758 Add prototype. Change callers. |
| 34992 | 1759 |
|
34993
2f736da4eaf1
Fix email address of my last entry.
Eli Zaretskii <eliz@gnu.org>
parents:
34992
diff
changeset
|
1760 2001-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 34989 | 1761 |
| 1762 * ebrowse.c (enter_namespace, main): Cast variables to shut up | |
| 1763 compiler warnings. | |
| 1764 (yyerror): Change parameter declarations to be of type long, so | |
| 1765 that they can take pointers on 64-bit platforms. | |
| 1766 | |
| 1767 * emacsclient.c (main): Remove unused local variable statbfr. | |
| 1768 (main) <homedir>: Make its declaration conditional on | |
| 1769 SERVER_HOME_DIR, to avoid compiler warnings. | |
| 1770 | |
| 1771 * emacsserver.c (main) <homedir>: Make its declaration conditional | |
| 1772 on SERVER_HOME_DIR, to avoid compiler warnings. | |
| 1773 | |
| 1774 * fakemail.c (readline): Cast buffer to "long *" to pacify | |
| 1775 over-zealous compilers. | |
| 1776 | |
| 34636 | 1777 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 1778 | |
| 1779 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change. | |
| 1780 | |
| 34616 | 1781 2000-12-15 Gerd Moellmann <gerd@gnu.org> |
| 1782 | |
| 1783 * ebrowse.c (operator_name): Cast argument of isalpha to | |
| 1784 unsigned char. | |
| 1785 | |
| 1786 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros. | |
| 1787 Use them throughout instead of ctype functions/macros. | |
| 1788 (lowcase): Cast to unsigned char. | |
| 1789 (UPCASE): New macro. | |
| 1790 (canonicalize_filename): Use UPCASE instead toupper. | |
| 1791 | |
| 1792 * fakemail.c (get_keyword): Make sure that isspace and | |
| 1793 similar aren't called with a negative argument. | |
| 1794 | |
| 34523 | 1795 2000-12-13 Dave Love <fx@gnu.org> |
| 1796 | |
| 1797 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. | |
| 1798 | |
| 34260 | 1799 2000-12-06 Andrew Innes <andrewi@gnu.org> |
| 1800 | |
| 1801 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we | |
| 1802 don't know the real version, and I can't seem to get the quoting | |
| 1803 right in all circumstances. | |
| 1804 | |
| 1805 * ebrowse.c (VERSION): Provide default definition, like etags.c | |
| 1806 does, because Windows build can't snarf this from version.el. | |
| 1807 | |
| 34032 | 1808 2000-11-30 Andrew Innes <andrewi@gnu.org> |
| 1809 | |
| 1810 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces. | |
| 1811 (install): Ditto. | |
| 1812 | |
| 33832 | 1813 2000-11-23 Jason Rumney <jasonr@gnu.org> |
| 1814 | |
| 1815 * makefile.w32-in: Add targets for ebrowse.exe. | |
| 1816 (LOCAL_FLAGS): Add -DVERSION flag. | |
| 1817 | |
| 31888 | 1818 2000-09-25 Dave Love <fx@gnu.org> |
| 1819 | |
| 1820 * sorted-doc.c: Include config.h. | |
| 1821 [!HAVE_STDLIB_H]: Declare malloc. | |
| 1822 | |
| 31632 | 1823 2000-09-14 Andrew Innes <andrewi@gnu.org> |
| 1824 | |
| 1825 * makefile.w32-in: Revert to Unix line endings. | |
| 1826 | |
| 31377 | 1827 2000-09-04 Dave Love <fx@gnu.org> |
| 1828 | |
| 1829 * movemail.c (index, rindex): Prototype conditionally. | |
| 1830 | |
| 31359 | 1831 2000-09-03 Andrew Innes <andrewi@gnu.org> |
| 1832 | |
| 1833 * makefile.w32-in: Change to DOS line endings. | |
| 1834 | |
| 31318 | 1835 2000-09-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 1836 | |
|
31322
4275e4805d0d
Fix a typo in the last entry for movemail.c.
Eli Zaretskii <eliz@gnu.org>
parents:
31321
diff
changeset
|
1837 * movemail.c (toplevel): Remove redundant fcntl.h. |
| 31318 | 1838 [!F_OK]: Provide default definitions only after including both |
| 1839 fcntl.h and unistd.h. | |
| 1840 | |
| 31321 | 1841 2000-08-29 Dave Love <fx@gnu.org> |
| 1842 | |
| 1843 * movemail.c: Revert previous change. | |
| 1844 | |
| 31276 | 1845 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 1846 | |
| 1847 * Makefile.in (profile, make-docfile, hexl): Depend on config.h. | |
| 1848 | |
| 31234 | 1849 2000-08-28 Dave Love <fx@gnu.org> |
| 1850 | |
| 1851 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h. | |
| 1852 (toplevel) [HAVE_STRINGS_H]: Include strings.h. | |
| 1853 | |
| 31092 | 1854 2000-08-22 Andrew Innes <andrewi@gnu.org> |
| 1855 | |
| 1856 * ntlib.h (WIN32): Remove unnecessary definition. | |
| 1857 (sleep): Make argument unsigned long. | |
| 1858 (_WINSOCK_H): Undefine so normal winsock definitions can be used. | |
| 1859 | |
| 1860 * ntlib.c (sleep): Make argument unsigned long. | |
| 1861 | |
| 1862 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio. | |
| 1863 | |
| 1864 * makefile.w32-in: New file. | |
| 1865 | |
| 30970 | 1866 2000-08-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 1867 | |
| 1868 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first | |
| 1869 letter only if it is a drive letter. | |
| 1870 | |
| 30234 | 1871 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
| 1872 | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1873 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc. |
| 30234 | 1874 |
| 1875 * etags.c (xmalloc, xrealloc): Make externally visible, for use | |
| 1876 by alloca.o. | |
| 1877 | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1878 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc. |
| 30234 | 1879 |
| 30140 | 1880 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
| 1881 | |
| 1882 * ebrowse.c (yylex): Accept string literals with newlines in them. | |
| 1883 (process_pp_line): Handle case of string literal with newline | |
| 1884 in it in replacement text, which counts as continuing the | |
| 1885 replacement text in GNU C. | |
| 1886 | |
| 29996 | 1887 2000-07-02 Gerd Moellmann <gerd@gnu.org> |
| 1888 | |
| 1889 * ebrowse.c (token_string): Add missing tokens. | |
| 1890 (parm_list): Handle case of qualified pointers. | |
| 1891 | |
| 29890 | 1892 2000-06-23 Dave Love <fx@gnu.org> |
| 1893 | |
| 1894 * ebrowse.c: Move config.h before other includes (which may use | |
| 1895 feature tests). | |
| 1896 | |
| 29639 | 1897 2000-06-14 Jim Meyering <meyering@lucent.com> |
| 1898 | |
| 1899 * grep-changelog: Fix typos in comments. Remove trailing blanks. | |
| 1900 | |
| 29564 | 1901 2000-06-11 Jason Rumney <jasonr@gnu.org> |
| 1902 | |
| 1903 * makefile.nt: Add targets for ebrowse. | |
| 1904 | |
| 1905 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to | |
| 1906 compare filenames. | |
| 1907 | |
| 29460 | 1908 2000-06-06 Gerd Moellmann <gerd@gnu.org> |
| 1909 | |
| 1910 * ebrowse.c (ymalloc): Renamed from xmalloc. | |
| 1911 (yrealloc): Renamed from xrealloc. | |
| 1912 | |
| 29048 | 1913 2000-05-21 Dave Love <fx@gnu.org> |
| 1914 | |
| 1915 * movemail.c: Include config.h, not ../src/config.h. | |
| 1916 (Errmsg): Bump length. | |
| 1917 | |
| 1918 * pop.c (ERROR_MAX): Increase to 160. | |
| 1919 | |
| 28817 | 1920 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
| 1921 | |
| 1922 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'. | |
| 1923 | |
| 28775 | 1924 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 1925 | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1926 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1927 Define to semi-colon. |
| 28775 | 1928 (FILENAME_EQ): New macro, for comparing file names. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
1929 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ. |
| 28775 | 1930 (process_file): Don't assume that fread always reads as many bytes |
| 1931 as it was told to (DOS-style CR-LF text files fail this logic). | |
| 1932 (open_file): Allocate enough space for path->path plus the file | |
| 1933 name and the slash. | |
| 1934 | |
| 28668 | 1935 2000-04-19 Dave Love <fx@gnu.org> |
| 28664 | 1936 |
| 1937 * etags.c (Texinfo_functions): New function. | |
| 1938 (lang_names): Install it. | |
| 1939 (Texinfo_suffixes): New variable. | |
| 1940 | |
| 28648 | 1941 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 1942 | |
| 1943 * ebrowse.c (xmalloc, xrealloc): Rewritten. | |
| 1944 (declaration): Remove parameter IS_EXTERN. | |
| 1945 (class_definition): Remove unused variable. | |
| 1946 | |
| 28523 | 1947 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
| 1948 | |
| 1949 * Makefile.in (INSTALLABLES): Add ebrowse. | |
| 1950 (ebrowse): New target. | |
| 1951 | |
| 1952 * ebrowse.c: New file. | |
| 1953 | |
| 28403 | 1954 2000-03-29 Andreas Schwab <schwab@suse.de> |
| 1955 | |
| 1956 * make-docfile.c (scan_lisp_file): Also look for `defsubst'. | |
| 1957 | |
| 27949 | 1958 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 1959 | |
| 1960 * etags.c (lisp_suffixes) Add `LSP'. | |
| 1961 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1962 2000-02-10 Francesco Potort,Al(B <pot@gnu.org> |
|
27662
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1963 |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
1964 * etags.c (iswhite): Redefine not to consider '\0' as white |
|
27662
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1965 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
|
1966 potential signed char to int conversion problem. |
|
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1967 (MSDOS): #undefine befere redefining |
|
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1968 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1969 2000-02-04 Francesco Potort,Al(B <pot@gnu.org> |
|
27662
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1970 |
|
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1971 * etags.c (many functions): Add prototypes. |
|
9796c8ecca50
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
27660
diff
changeset
|
1972 |
| 27660 | 1973 2000-02-10 Dave Love <fx@gnu.org> |
| 1974 | |
| 1975 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) | |
| 1976 (erlang_func): Add `static' to definitions to keep pcc happy. | |
| 1977 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
1978 2000-01-31 Francesco Potort,Al(B <pot@gnu.org> |
| 27596 | 1979 |
| 1980 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | |
| 1981 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | |
| 1982 (etags_strchr, etags_strrchr): Use const char * and int as arguments. | |
| 1983 (getenv, getcwd): Only declare them if necessary. | |
| 1984 (EMACS_NAME): New constant macro. | |
| 1985 (print_version): Use it. | |
| 1986 (P_) [__STDC__]: Macro for defining function prototypes. | |
|
27597
c8c16059c6d6
Typos corrected for etags
Francesco Potort? <pot@gnu.org>
parents:
27596
diff
changeset
|
1987 |
|
c8c16059c6d6
Typos corrected for etags
Francesco Potort? <pot@gnu.org>
parents:
27596
diff
changeset
|
1988 2000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr> |
| 27596 | 1989 |
| 1990 * etags.c [WINDOWSNT]: #include <direct.h> | |
| 1991 | |
|
27597
c8c16059c6d6
Typos corrected for etags
Francesco Potort? <pot@gnu.org>
parents:
27596
diff
changeset
|
1992 2000-01-18 Martin Buchholz <martin@xemacs.org> |
|
c8c16059c6d6
Typos corrected for etags
Francesco Potort? <pot@gnu.org>
parents:
27596
diff
changeset
|
1993 |
|
c8c16059c6d6
Typos corrected for etags
Francesco Potort? <pot@gnu.org>
parents:
27596
diff
changeset
|
1994 * etags.c (all functions): Made them static. |
|
c8c16059c6d6
Typos corrected for etags
Francesco Potort? <pot@gnu.org>
parents:
27596
diff
changeset
|
1995 (all functions): Write prototypes. |
| 27596 | 1996 |
|
27505
e2fa9bee8276
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27475
diff
changeset
|
1997 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
|
1998 |
|
e2fa9bee8276
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27475
diff
changeset
|
1999 * 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
|
2000 |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2001 2000-01-28 Eric Hanchrow <offby1@blarg.net> |
| 27475 | 2002 |
| 2003 * emacsclient.c (socket_status): New function. | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2004 (main): If $LOGNAME or $USER exist and differ from our euid, look |
| 27475 | 2005 for a socket based on the UID associated with the name. |
| 2006 | |
| 27312 | 2007 2000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl> |
| 2008 | |
| 2009 * emacsclient.c: Add option -a EDITOR and environment variable | |
| 2010 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs. | |
| 2011 | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2012 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us> |
| 26797 | 2013 |
| 2014 * movemail.c (popmail): Allow mailbox specifications of the | |
| 2015 form `po:username:hostname'. | |
| 2016 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2017 1999-11-19 Francesco Potort,Al(B <pot@gnu.org> |
| 26506 | 2018 |
| 2019 * etags.c (_GNU_SOURCE): Define only if undefined. | |
| 2020 (get_scheme): Declaration deleted. | |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2021 (main): Error was called with an integer as second arg, instead of |
| 26506 | 2022 a char pointer. |
| 2023 (canonicalize_filename): Bug removed. | |
| 2024 | |
| 2025 1999-11-18 Dave Love <d.love@dl.ac.uk> | |
| 2026 | |
| 2027 * etags.c (C_entries): Rename label `intoken', avoiding K&R | |
| 2028 lossage from name clash with macro. | |
| 2029 | |
| 26443 | 2030 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
| 2031 | |
| 2032 * Makefile.in (b2m): Add dependency on GETOPTDEPS. | |
| 2033 | |
| 26326 | 2034 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
| 2035 | |
| 2036 * etags.c (print_help): Change email address to send bugs to. | |
| 2037 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2038 1999-11-01 Francesco Potort,Al(B <pot@gnu.org>> |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2039 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2040 * etags.c: Add suffix psw for PSWrap. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2041 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2042 (Postscript_functions): Add code for PSWrap. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2043 (Scheme_functions): Use local pointer and new get_tag function. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2044 (get_tag): New name for old get_scheme. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2045 (process_file): Do not free NULL when file does not exist. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2046 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2047 (C_entries): Modifications that make --members tag even inside |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2048 typedefs and C nested structs (one level only). |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
2049 (consider_token): Correct a bug which prevented tagging of enum |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2050 constants. |
|
50569
f7bd4869e2a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
50102
diff
changeset
|
2051 (C_stab_entry): Add if, for, while, switch, return as |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2052 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
|
2053 |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2054 * etags.c (C_entries): Tag member function declarations when |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2055 --declarations is used. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2056 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2057 * etags.c (C_entries, consider_token): C++ `operator' now is |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2058 tagged in most cases. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2059 As before, :: is not recognised if surrounded by spaces. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2060 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2061 * etags.c (relative_filename): Account for DOS file names such |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2062 that is impossible to make one relative to another. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2063 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2064 * etags.c (sym_type): New st_C_extern tag. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2065 (gperf input): Use it for spotting external declarations. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2066 (print_help): Document the new behaviour of --declarations. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2067 (fvextern): New global variable. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2068 (consider_token, C_entries): Use it. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2069 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2070 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2071 (etags_getcwd): Remove test for WINDOWSNT. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2072 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2073 * 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
|
2074 foo.cgz, foo.cz, etc. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2075 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2076 * etags.c (declarations): New global switch. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2077 (longopts): Describe it. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2078 (print_help): Document it. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2079 (C_entries): Use it. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2080 (process_file): Don't process a file twice. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2081 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2082 * etags.c (Fortran_functions): No tags for "procedure". |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2083 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2084 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il> |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2085 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2086 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2087 non-zero, returns a pointer to where the extension begins; callers |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2088 changed. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2089 [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
|
2090 were foo.c.gz. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2091 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2092 1999-11-01 Francesco Potort,Al(B <pot@gnu.org> |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2093 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2094 * 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
|
2095 (fvdev): New constant foperator. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2096 (consider_token): Use it to get "operator" in C++. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2097 (C_entries): Extend length of operator@ function name. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2098 (C_entries): Use foperator when necessary. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2099 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2100 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2101 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2102 * etags.c (compressor): New struct for compressed files. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2103 (get_compressor_from_suffix): New function. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2104 (get_language_from_suffix): Use it. Also, semantics changed. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2105 (process_file): Consider compressed files, close file. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2106 (find_entries): Use different call arg for get_language_from_suffix, |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2107 don't close file. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2108 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2109 * etags.c (main): Call free_tree. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2110 (find_entries): Do not free curfile. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2111 (pfnote): Cosmetic change: NULL and '\0' where appropriate. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2112 (prolog_pred, erlang_func, substitute): Cast strlen to int when |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2113 comparing. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2114 (canonicalize_filename): Shut up compiler warning. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2115 (Perl_functions): Make tag significant. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2116 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2117 1999-11-01 Dave Love <d.love@dl.ac.uk> |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2118 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2119 * etags.c (longopts, optstring): New option --ignore-case-regex (-c). |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2120 (argument_type): New member at_icregexp. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2121 (lc_trans): New global. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2122 (main): Fill lc_trans. Process -c args. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2123 (add_regex): New arg determining whether to use translation table. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2124 (analyse_regex): New arg. Use it for add_regex. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2125 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2126 1999-11-01 Francesco Potort,Al(B <pot@gnu.org> |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2127 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2128 * etags.c (init): Cosmetic change: NULL --> '\0'. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2129 (erlang_attribute): Bug corrected (uninitialized variable). |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2130 (filename_is_absolute): New function replaces absolutefn macro and |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2131 corrects a bug. All callers changed. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2132 (canonicalize_filename): New function. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2133 (process_file, etags_getcwd, absolute_dirname): Use it. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2134 (relative_filename, absolute_filename): Removed var shadowing. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2135 (C_entries, Pascal_functions): Add fake initializations to keep |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2136 compilers quiet. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2137 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2138 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2139 * etags.c (xrnew): New macro. All callers of xrealloc changed. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2140 (language): New typedef (was struct lang_entry). |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2141 (curlang): New global variable. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2142 (node): Typedef renamed from NODE. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2143 (linebuffer): New typedef (was struct linebuffer). |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2144 (pattern): New typedef (was struct pattern). Some members added. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2145 Now used as element of a linked list. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2146 (patterns, num_patterns): Global variables deleted. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2147 (p_head): New global variable. |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
2148 (forced_lang): New global variable (replaces lang_func). |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2149 (get_language_from_name, get_language_from_interpreter) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2150 (get_language_from_suffix): Semantics changed. All callers changed. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2151 (last_node): New global variable. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2152 (free_tree, add_node, put_entries, total_size_of_entries): |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2153 Change name of local vars to avoid clashes with typedef node. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2154 (number_len): Rewritten for elegance. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2155 (token): New typedef replaces TOKEN. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2156 (analyse_regex, add_regex): Rewritten for new functionality. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2157 (free_patterns): New function called from main and add_regex. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2158 (initbuffer, readline_internal, readline, grow_linebuffer): |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2159 Change name of local vars to avoid clashes with typedef linebuffer. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2160 (readline): Rewritten for new functionality. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2161 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2162 * etags.c (Scheme_suffixes): New suffix ".ss". |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2163 (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
|
2164 (Perl_functions): Tag global variables ("my" and "local"). |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2165 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2166 * etags.c (print_help): Some messages clarified. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2167 (LOOP_ON_INPUT_LINES): New macro. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2168 (just_read_file, Fortran_functions, Asm_labels, Perl_functions) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2169 (Python_functions, Cobol_paragraphs, Pascal_functions) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2170 (Lisp_functions, Postscript_functions, Scheme_functions) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2171 (TeX_functions, Prolog_functions, Erlang_functions): Use it. |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2172 (Cobol_paragraphs, Postscript_functions, TeX_functions) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2173 (Prolog_functions, Erlang_functions): Use a local variable instead |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2174 of the global variable dbp. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2175 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2176 standard indentation. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2177 |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2178 * etags.c (Python_suffixes, lang_names, Python_functions): |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2179 Python support. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2180 (skip_spaces, skip_non_spaces): Utility functions. |
|
46959
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2181 (find_entries, takeprec, getit, Fortran_functions, Perl_functions) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2182 (Python_functions, L_getit, Lisp_functions, Scheme_functions) |
|
2566b90da6fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
46773
diff
changeset
|
2183 (prolog_pred, erlanf_func, erlang_attribute): Use them. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2184 (eat_white): Deleted. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2185 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2186 * etags.c (CHAR, init): Keep into account non US-ASCII |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2187 characters and compilers with default signed chars. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2188 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2189 constructs. |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2190 (C_stab_entry): "interface" in Java behaves like "class". |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2191 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2192 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2193 (main): Put interval syntax here. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2194 (add_regex): And remove it from here. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2195 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2196 * etags.c (suggest_asking_for_help): Provide a |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2197 meaningful help message with and without LONG_OPTIONS. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2198 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2199 * 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
|
2200 <stdlib.h, string.h>: Don't test MSDOS when including them. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2201 (white, nonam, endtk): Like elsewhere, use \r instead of \013. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2202 (put_entries): Correctly use %ld instead of %d in printf. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2203 |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2204 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2205 declare getcwd if HAVE_GETCWD. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2206 (consider_token): Dead break instruction removed. |
|
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2207 |
|
26083
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2208 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
|
2209 |
|
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2210 Add support for large files. Merge glibc 2.1.2. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2211 |
|
26083
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2212 * 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
|
2213 movemail.c, pop.c: |
|
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2214 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
|
2215 |
|
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2216 * 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
|
2217 Include <config.h> before any system include files. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2218 |
|
26083
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2219 * 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
|
2220 test-distrib.c: |
|
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2221 (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
|
2222 |
|
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2223 * 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
|
2224 (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
|
2225 |
|
134b57acef68
Add support for large files. Merge glibc 2.1.2.
Paul Eggert <eggert@twinsun.com>
parents:
26038
diff
changeset
|
2226 * getopt.h: Adopt glibc 2.1.2. |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2227 |
| 26038 | 2228 1999-10-15 Dave Love <fx@gnu.org> |
| 2229 | |
| 2230 * Makefile.in (pop.o): Depend on config.h. | |
| 2231 | |
| 25977 | 2232 1999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
| 2233 | |
| 2234 * pop.c: Use "pop3" as the POP service name on all platforms, | |
| 2235 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3" | |
| 2236 has been the standard service name since RFC 1340 was published in | |
| 2237 July 1992, so I think it's safe to start using it by default. | |
| 2238 | |
| 25859 | 2239 1999-09-27 Dave Love <fx@gnu.org> |
| 2240 | |
| 2241 * make-docfile.c (scan_lisp_file): Fix typo causing infloop. | |
| 2242 | |
| 25919 | 2243 1999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2244 | |
| 2245 * make-docfile.c (scan_lisp_file): Fix previous changes; | |
| 2246 swallow CRLF like just CR or just LF. | |
| 2247 | |
| 25859 | 2248 1999-09-03 Richard Stallman <rms@gnu.org> |
| 2249 | |
| 2250 * make-docfile.c: Include config.h not ../src/config.h. | |
| 2251 (main, fopen, chdir): Add #undef. | |
| 2252 (read_c_string, scan_c_file, skip_white, read_lisp_symbol) | |
| 2253 (scan_lisp_file): Handle \r like \n. | |
| 2254 | |
| 2255 1999-08-30 Andreas Schwab <schwab@gnu.org> | |
| 2256 | |
| 2257 * make-docfile.c, fakemail.c: Include <stdlib.h> if available. | |
| 2258 | |
| 2259 * emacsserver.c: Include <stdlib.h> if available. Don't declare | |
| 2260 errno if it's a macro. | |
| 2261 | |
| 2262 * test-distrib.c: Include <unistd.h> if available. | |
| 2263 | |
| 2264 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 2265 | |
| 2266 * emacsclient.c (print_help_and_exit): Mention --version. | |
| 2267 | |
| 2268 1999-08-25 Richard M. Stallman <rms@gnu.org> | |
| 2269 | |
| 2270 * emacsclient.c (decode_options): Update version output. | |
| 2271 (print_help_and_exit): Update bug report address. | |
| 2272 | |
| 2273 1999-08-13 Richard M. Stallman <rms@gnu.org> | |
| 2274 | |
| 2275 * emacsclient.c (main): Move the dynamic allocation of | |
| 2276 system_name outside of the SERVER_HOME_DIR conditional. | |
| 2277 * emacsserver.c (main): Likewise. | |
| 2278 | |
| 2279 1999-08-10 Gerd Moellmann <gerd@gnu.org> | |
| 2280 | |
| 2281 * grep-changelog: New. | |
| 2282 * Makefile.in (INSTALLABLE_SCRIPTS): Add it. | |
| 2283 | |
| 2284 1999-07-12 Richard Stallman <rms@gnu.org> | |
| 2285 | |
| 2286 * Version 20.4 released. | |
| 2287 | |
| 2288 1999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2289 | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2290 * Makefile.in (clean): Remove fns*.el. |
| 25859 | 2291 |
| 2292 1999-06-23 Dave Love <fx@gnu.org> | |
| 2293 | |
| 2294 * etags.c (erlang_attribute): Fix undefined variable usage (after | |
| 2295 Potorti). | |
| 2296 | |
| 2297 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 2298 | |
| 2299 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now | |
| 2300 mapped to _chsize. | |
| 2301 | |
| 2302 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 2303 | |
| 2304 * emacsclient.c (main, both versions): Use quote_file_name on cwd. | |
| 2305 | |
| 2306 1999-03-30 Dave Love <fx@gnu.org> | |
| 2307 | |
| 2308 * sorted-doc.c (main): Split up tables. Modify the preamble | |
| 2309 somewhat. | |
| 2310 | |
| 2311 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
| 2312 | |
| 2313 * makefile.nt: Remove common multiple file compilation commands. | |
| 2314 | |
| 2315 1999-02-26 Richard Stallman <rms@gnu.org> | |
| 2316 | |
| 2317 * Version 20.4 released. | |
| 2318 | |
| 2319 * Makefile.in (yow): Depend on epaths.h, not paths.h. | |
| 2320 | |
| 2321 * yow.c: Refer to epaths.h. | |
| 2322 | |
| 2323 1999-02-22 Simon Josefsson <jas@pdc.kth.se> | |
| 2324 | |
| 2325 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed. | |
| 2326 | |
| 2327 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 2328 | |
| 2329 * makefile.nt: Do make version comparison as strings. | |
| 2330 | |
| 2331 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 2332 | |
| 2333 * emacsclient.c (xmalloc): Fix previous change. | |
| 2334 | |
| 2335 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 2336 | |
| 2337 * emacsclient.c (xmalloc): Declare to return long. | |
| 2338 | |
| 2339 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
| 2340 | |
| 2341 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize | |
| 2342 the case of the drive letter. | |
| 2343 | |
| 2344 1999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 2345 | |
| 2346 * emacsserver.c (main): Eliminate arbitrary limit on | |
| 2347 length of system_name. | |
| 2348 | |
| 2349 * emacsclient.c (main): Eliminate arbitrary limit on | |
| 2350 length of system_name. | |
| 2351 (xmalloc): Define unconditionally. | |
| 2352 | |
| 2353 1999-01-12 Darrin B. Jewell <jewell@mit.edu> | |
| 2354 | |
| 2355 * etags.c (relative_filename): Stop backward search at beginning | |
| 2356 of string, since non-Unix systems can have absolute paths with no | |
| 2357 initial slash. | |
| 2358 | |
| 2359 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 2360 | |
| 2361 * makefile.nt: Do string comparision of _NMAKE_VER. | |
| 2362 | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2363 1998-11-03 Theodore Jump <tjump@cais.com> |
| 25859 | 2364 |
| 2365 * makefile.nt: Compile multiple source files when possible. | |
| 2366 | |
| 2367 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 2368 | |
| 2369 * Makefile.in: Replace tabs with spaces | |
| 2370 when they might confuse some Make versions. | |
| 2371 | |
| 2372 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 2373 | |
| 2374 * emacsclient.c (main): Null-terminate system_name. | |
| 2375 | |
| 2376 * emacsserver.c (main): Null-terminate system_name. | |
| 2377 | |
| 2378 1998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2379 | |
| 2380 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying | |
| 2381 an error message from POP, mention that it's from POP, to | |
| 2382 distinguish it from local error messages. | |
| 2383 | |
| 2384 1998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2385 | |
| 2386 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the | |
| 2387 order of messages downloaded from a POP server (e.g., if the | |
| 2388 server stores messages in mailboxes in reverse order). | |
| 2389 | |
| 2390 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 2391 | |
| 2392 * Version 20.3 released. | |
| 2393 | |
| 2394 1998-08-11 Paul Eggert <eggert@twinsun.com> | |
| 2395 | |
| 2396 * rcs2log: Update copyright date and bug report address. | |
| 2397 (initialize_fullname): Prefer getent if available. | |
| 2398 | |
| 2399 1998-07-30 Paul Eggert <eggert@twinsun.com> | |
| 2400 | |
| 2401 * lib-src/Makefile.in (REGEXPDEPS, regex.o): | |
| 2402 Prepend $(srcdir)/ to rule dependencies outside this dir. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2403 |
| 25859 | 2404 1998-06-09 Andrew Innes <andrewi@harlequin.co.uk> |
| 2405 | |
| 2406 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows. | |
| 2407 | |
| 2408 1998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 2409 | |
| 2410 * Makefile.in: Properly terminate a comment. | |
| 2411 | |
| 2412 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
| 2413 | |
| 2414 * movemail.c (sys_wait): Rename to wait. | |
| 2415 | |
| 2416 * ntlib.h: Undefine _WINSOCKAPI_. | |
| 2417 | |
| 2418 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H. | |
| 2419 | |
| 2420 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
| 2421 | |
| 2422 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID. | |
| 2423 | |
| 2424 1998-05-01 Andrew Innes <andrewi@harlequin.co.uk> | |
| 2425 | |
| 2426 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force | |
| 2427 all file i/o to be in binary mode. Include ntlib.h. | |
| 2428 | |
| 2429 1998-04-27 Andreas Schwab <schwab@delysid.gnu.org> | |
| 2430 | |
| 2431 * make-docfile.c: Include <unistd.h> for chdir. | |
| 2432 | |
| 2433 1998-04-25 Richard Stallman <rms@psilocin.gnu.org> | |
| 2434 | |
| 2435 * etags.c (TEX_decode_env): Don't free the value getenv returns. | |
| 2436 | |
| 2437 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
| 2438 | |
| 2439 * makefile.nt (obj): Update with new files in src. | |
| 2440 (clean): Delete patch scratch files, optimized compilation dir. | |
| 2441 | |
| 2442 1998-04-08 Dave Love <fx@gnu.org> | |
| 2443 | |
| 2444 * emacsclient.c: Move inclusion of unistd.h to top, else fails on | |
| 2445 Irix6, at least. | |
| 2446 | |
| 2447 1998-04-06 Andreas Schwab <schwab@gnu.org> | |
| 2448 | |
| 2449 Silence -Wimplicit: | |
| 2450 * movemail.c: Move cancelations up. Include <stdlib.h> if | |
| 2451 available. | |
| 2452 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. | |
| 2453 (parse_header): Explicitly declare return type. | |
| 2454 * emacsserver.c: Include <unistd.h> if available. | |
| 2455 (main, handle_signals, perror_1, fatal_error): Explicitly declare | |
| 2456 return types. Add forward declarations. | |
| 2457 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available. | |
| 2458 Don't declare geteuid. | |
| 2459 (print_help_and_exit): Change return type to void. Forward | |
| 2460 declare it. | |
| 2461 * b2m.c: Include <stdlib.h> if available. | |
| 2462 (main): Explicitly declare return type. | |
| 2463 | |
| 2464 1998-04-03 Richard Stallman <rms@delysid.gnu.org> | |
| 2465 | |
| 2466 * etags.c (put_entries): Use %ld. | |
| 2467 | |
| 2468 * b2m.c (fatal): Declare the arg. | |
| 2469 | |
| 2470 1998-04-03 Richard Stallman <rms@psilocin.gnu.org> | |
| 2471 | |
| 2472 * etags.c (put_entries): Use %ld. | |
| 2473 | |
| 2474 * b2m.c (fatal): Declare the arg. | |
| 2475 | |
| 2476 1998-03-26 Richard Stallman <rms@psilocin.gnu.org> | |
| 2477 | |
| 2478 * pop.c (pop_getline): Renamed from getline. | |
| 2479 | |
| 2480 1998-03-05 Richard Stallman <rms@psilocin.gnu.org> | |
| 2481 | |
| 2482 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM | |
| 2483 for the utilities. | |
| 2484 | |
| 2485 1998-01-23 Dave Love <d.love@dl.ac.uk> | |
| 2486 | |
| 2487 * etags.c (getit, Cobol_paragraphs, Pascal_functions, | |
| 2488 Postscript_functions, prolog_pred, erlang_func, erlang_attribute): | |
| 2489 Always make named tags. | |
| 2490 (Fortran_functions): Grok BLOCK DATA. | |
| 2491 | |
| 2492 1998-01-23 Andreas Schwab <schwab@gnu.org> | |
| 2493 | |
| 2494 * movemail.c (main): Fix interwoven brace and cpp conditional | |
| 2495 nesting. | |
| 2496 | |
| 2497 1997-12-04 Karl Heuer <kwzh@delysid.gnu.org> | |
| 2498 | |
| 2499 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP | |
| 2500 server to contain embedded nulls. | |
| 2501 | |
| 2502 1997-12-03 Paul Eggert <eggert@delysid.gnu.org> | |
| 2503 | |
| 2504 * movemail.c: | |
| 2505 (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a | |
| 2506 '>' any lines starting with "From " read from the POP server, but | |
| 2507 leave the code in place, wrapped in #ifdef | |
| 2508 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later | |
| 2509 because it turns out that something is depending on it. Change | |
| 2510 suggested by Paul Eggert <eggert@twinsun.com>. | |
| 2511 Convert the character \037 (^_) at the beginning of a line into | |
| 2512 the character '^' followed by the character '_', because otherwise | |
| 2513 Emacs can't parse the resulting file as a valid BABYL file. | |
| 2514 Change suggested by Paul Eggert <eggert@twinsun.com>. | |
| 2515 | |
| 2516 1997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2517 | |
| 2518 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP | |
| 2519 server to contain embedded nulls. | |
| 2520 | |
| 2521 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
|
2522 |
| 25859 | 2523 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which |
| 2524 quotes with a '>' any lines starting with "From " read from the | |
| 2525 POP server, but leave the code in place, wrapped in #ifdef | |
| 2526 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later | |
| 2527 because it turns out that something is depending on it. Change | |
| 2528 suggested by Paul Eggert <eggert@twinsun.com>. | |
| 2529 | |
| 2530 Convert the character \037 (^_) at the beginning of a line into | |
| 2531 the character '^' followed by the character '_', because otherwise | |
| 2532 Emacs can't parse the resulting file as a valid BABYL file. | |
| 2533 Change suggested by Paul Eggert <eggert@twinsun.com>. | |
| 2534 | |
| 2535 1997-11-22 Richard Stallman <rms@gnu.org> | |
| 2536 | |
| 2537 * b2m.c: Include getopt.h. | |
| 2538 (main): Use getopt_long to handle --version and --help. | |
| 2539 | |
| 2540 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS). | |
| 2541 | |
| 2542 1997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2543 | |
| 2544 * pop.c (fullwrite): Get rid of an extra call to write. Problem | |
| 2545 pointed out by Chiaki Ishikawa. | |
| 2546 | |
| 2547 1997-10-16 Dave Love <d.love@dl.ac.uk> | |
| 2548 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2549 * etags.c (L_getit): Always make named tags so that Emacs |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2550 completion on symbols containing `:' etc. works. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2551 (get_scheme): Likewise. |
| 25859 | 2552 |
| 2553 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2554 | |
| 2555 * pop.c: Use system header files instead of declaring C-library | |
| 2556 functions explicitly. | |
| 2557 | |
| 2558 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2559 | |
| 2560 * Version 20.2 released. | |
| 2561 | |
| 2562 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2563 | |
| 2564 * Version 20.1 released. | |
| 2565 | |
| 2566 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
| 2567 | |
| 2568 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS. | |
| 2569 | |
| 2570 * ntlib.c (getpid): Delete function. | |
| 2571 | |
| 2572 1997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
| 2573 | |
| 2574 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable. | |
| 2575 | |
| 2576 1997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
| 2577 | |
| 2578 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case. | |
| 2579 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure. | |
| 2580 | |
| 2581 1997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2582 | |
| 2583 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined. | |
| 2584 | |
| 2585 1997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com> | |
| 2586 | |
| 2587 * profile.c (get_time): Cast arg to fprintf. | |
| 2588 | |
| 2589 * hexl.c (main): Use %08lx instead of %08x in printf because the | |
| 2590 variable named addresses is long. | |
| 2591 | |
| 2592 1997-08-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 2593 | |
| 2594 * makefile.nt (lisp): Update paths to lisp files that have moved. | |
| 2595 | |
| 2596 1997-08-08 Andrew Innes <andrewi@harlequin.co.uk> | |
| 2597 | |
| 2598 * makefile.nt (ctags.obj): New target. | |
| 2599 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. | |
| 2600 | |
| 2601 * ntlib.h: Add includes. | |
| 2602 Undo definitions of crt routines from config.h. | |
| 2603 | |
| 2604 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2605 | |
| 2606 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives. | |
| 2607 | |
| 2608 1997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2609 | |
| 2610 * pop.c: Support auto-configuration of both Kerberos V4 and | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2611 Kerberos V5 for movemail, including detection of V4 and V5 header |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2612 files and libraries. |
| 25859 | 2613 Include <string.h> when STDC_HEADERS is defined, to get |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2614 declarations of string functions. |
| 25859 | 2615 [KERBEROS5] (socket_connection): Support the current MIT Kerberos |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2616 V5 API rather than the old one. |
| 25859 | 2617 [KERBEROS] (socket_connection): Change a constant name from |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2618 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2619 with a constant in a header file. |
| 25859 | 2620 |
| 2621 * Makefile.in: Support auto-configuration of both Kerberos V4 and | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2622 Kerberos V5 for movemail, including detection of V4 and V5 header |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2623 files and libraries. |
| 25859 | 2624 |
| 2625 1997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2626 | |
| 2627 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h. | |
| 2628 | |
| 2629 * etags.c [HAVE_UNISTD_H]: Include unistd.h. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2630 |
| 25859 | 2631 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 2632 | |
| 2633 * emacsclient.c [C_ALLOCA] (xmalloc): New function. | |
| 2634 | |
| 2635 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2636 | |
| 2637 * movemail.c (rindex): Add declaration. | |
| 2638 | |
| 2639 Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |
| 2640 | |
| 2641 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define. | |
| 2642 (movemail.exe): Depend upon and link with getopt files. | |
| 2643 (obj): Include new source files. | |
| 2644 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define. | |
| 2645 (lisp): Include new and reorganized elisp files. | |
| 2646 | |
| 2647 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2648 | |
| 2649 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory. | |
| 2650 | |
| 2651 1997-06-25 Paul Eggert <eggert@twinsun.com> | |
| 2652 | |
| 2653 * rcs2log: Don't assign to $0 in awk; some awks don't allow this. | |
| 2654 | |
| 2655 1997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 2656 | |
| 2657 * b2m.c (readline): Terminate buffer properly when EOF seen. | |
| 2658 Test for valid pointer before dereferencing it. | |
| 2659 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2660 1997-05-30 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2661 |
| 2662 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is | |
| 2663 defined inside etags.c if HAVE_CONFIG_H is defined. | |
| 2664 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2665 1997-05-29 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2666 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2667 * etags.c (logical): Type name changed to bool. |
| 25859 | 2668 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them. |
| 2669 (<getopt.h>) [LONG_OPTIONS]: Include conditionally. | |
| 2670 (getopt_long) [!LONG_OPTIONS]: Redefine as macro. | |
| 2671 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS. | |
| 2672 (longopts): New long options without short counterpart are | |
| 2673 globals, members, no-globals, no-members. Regexp options are now | |
| 2674 defined conditionally to ETAGS_REGEXPS. | |
| 2675 (print_help): Updated. | |
| 2676 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2677 1997-05-22 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2678 |
| 2679 * etags.c (C_entries): Use "." instead of "::" for Java. | |
| 2680 (consider_token): is_func renamed to is_func_or_var. | |
| 2681 (C_entries): is_func renamed to funorvar. | |
| 2682 (C_entries): Initialise tok.named. | |
| 2683 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to | |
| 2684 get rid of "import", "package" and "friend". | |
| 2685 (fvdef): Renamed from funcdef. Also some constants renamed. All | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2686 users changed. |
| 25859 | 2687 (C_entries): Make separate tags for variables separated by comma. |
| 2688 (globals, members): New flags. | |
| 2689 (main, C_entries): Use them. | |
| 2690 (make_C_tag, C_entries): Make tok a global variable. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2691 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2692 1997-05-16 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2693 |
| 2694 * etags.c (funcdef): New vignore constant. | |
| 2695 (consider_token, C_entries): Use it to tag global variables. | |
| 2696 (print_help): Update for global variables. | |
| 2697 (consider_token, C_entries): Set the len member of token_name. | |
| 2698 (prolog_pred): Cleanup according to GNU coding standards. | |
| 2699 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support. | |
| 2700 (prolog_white, erlang_white): Renamed to eat_white, callers changed. | |
| 2701 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2702 1997-05-15 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2703 |
| 2704 * etags.c (CHARS, CHAR): New constant and macro. | |
| 2705 (iswhite, begtoken, intoken, endtoken): Use them. | |
| 2706 (notinname, _nin, nonam): New macro, array, string. | |
| 2707 (init): Cleanup and init _nin. | |
| 2708 (new_pfnote): New function. | |
| 2709 (make_C_tag) [traditional_tag_style]: Use it. | |
| 2710 (traditional_tag_style): Costant set to TRUE for now. | |
| 2711 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2712 1997-05-14 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2713 |
| 2714 * etags.c (C_entries, Pascal_functions): Cleanup. | |
| 2715 (TeX_functions): NULL as a function arg needs a cast. | |
| 2716 (Erlang_functions, erlang_func, erlang_attribute): Cleanup. | |
| 2717 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2718 1997-05-13 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2719 |
| 2720 * etags.c (TeX_functions): Cleaned up. | |
| 2721 (tex_getit): Removed. | |
| 2722 | |
| 2723 1997-05-13 Paul Eggert <eggert@twinsun.com> | |
| 2724 | |
| 2725 * rcs2log (files): When computing arguments automatically, ignore | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2726 non-files within the RCS subdirectory. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2727 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2728 1997-05-13 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2729 |
| 2730 * etags.c (C_JAVA): New #define. | |
| 2731 (Cjava_suffixes): .java is Java. | |
| 2732 (Cjava_entries): New function. | |
| 2733 (lang_names): Add Java. | |
| 2734 (sym_type): Add st_C_javastruct for Java. | |
| 2735 (C_stab_entry): Add `extends' and `implements' keywords. | |
| 2736 (consider_token, C_entries): Recognise Java structures. | |
| 2737 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2738 1997-05-12 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2739 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2740 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax. |
| 25859 | 2741 (Postscript_suffixes): .ps is Postscript. |
| 2742 (lang_names): Add Postscript. | |
| 2743 (Postscript_functions): New function. | |
| 2744 (TEX_decode_env): Close minor memory leak. | |
| 2745 (just_read_file): Correct the char number of the tag. | |
| 2746 | |
| 2747 1997-05-11 Paul Eggert <eggert@twinsun.com> | |
| 2748 | |
| 2749 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files): | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2750 Don't prepend $nl since this causes some shells to generate the |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2751 empty string when IFS is $nl. |
| 25859 | 2752 (printlogline): Use SOH (octal code 1), not CR, since some |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2753 PC-based shells mishandle CR. |
| 25859 | 2754 (initialize_fullname): Set NIS_PATH to the empty string before invoking |
| 2755 nismatch, in case it's set to some nonstandard value. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2756 |
| 25859 | 2757 1997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
| 2758 | |
| 2759 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are | |
| 2760 read in separate blocks. | |
| 2761 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2762 1997-04-30 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2763 |
| 2764 * etags.c [TeX_named_tokens]: Set to FALSE if undefined. | |
| 2765 (struct linebuffer): New member `len' is the length of the string. | |
| 2766 (find_entries, Pascal_functions, TeX_functions, TEX_getit): | |
| 2767 Use it instead of strlen. | |
| 2768 (TEX_getit): Declare and define unconditionally as static. | |
| 2769 (TeX_functions): Use if instead of #if TeX_named_tokens. | |
| 2770 (add_regex): Set RE_INTERVALS flag for regex compilation. | |
| 2771 (substitute): Code cleanup. | |
| 2772 (readline_internal): Code cleanup, set new member `len'. | |
| 2773 (readline): Bug corrected. | |
| 2774 | |
| 2775 1997-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
| 2776 | |
| 2777 * makefile.nt: Change references of windowsnt.h to ms-w32.h. | |
| 2778 (obj): Change references of nt*.c files to w32*.c files. | |
| 2779 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2780 1997-04-15 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2781 |
| 2782 * etags.c (xnew): Add support for debugging with chkmalloc. | |
| 2783 (error): Use this instead of printf whenever possible. | |
| 2784 (main): Only call xnew after having initialised progname. | |
| 2785 (substitute): Bad memory corruption error corrected. | |
| 2786 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2787 1997-04-08 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2788 |
| 2789 * etags.c (add_regex): Undo previous change. | |
| 2790 (relative_filename): Small memory leak closed. | |
| 2791 (absolute_filename): Cleaned up the code, possibly closing a bug. | |
| 2792 (absolute_dirname): Always return a newly allocated string. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2793 |
| 25859 | 2794 1997-03-21 Paul Eggert <eggert@twinsun.com> |
| 2795 | |
| 2796 * rcs2log (files): Ignore files in RCS directory whose names are | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2797 of the form ,*, or *_; they are probably RCS lock files. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2798 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver; |
| 25859 | 2799 they are used by rcsfreeze. |
| 2800 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2801 1997-03-14 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2802 |
| 2803 * etags.c (add_regex): reset *putbuf before using it. | |
| 2804 | |
| 2805 1997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2806 | |
| 2807 * movemail.c (popmail): Remove some unnecessary function | |
| 2808 declarations. | |
| 2809 (popmail, pop_retr): Since popmail always passes mbx_write and mbf | |
| 2810 into pop_retr, there's no reason to pass in mbx_write, and the | |
| 2811 file argument can be declared FILE * explicitly. This fixes a | |
| 2812 compilation problem on systems with 64-bit pointers. | |
| 2813 | |
| 2814 1997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
| 2815 | |
| 2816 * movemail.c: Delete duplicate inclusion of fcntl.h | |
| 2817 and duplicate #undefs of open, read, write, close. | |
| 2818 | |
| 2819 1997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 2820 | |
| 2821 * movemail.c (main): Do not display "[POP-password]" in the usage | |
| 2822 message when movemail is compiled without POP support. | |
| 2823 (main, popmail): Add the optional "-p" argument, which causes | |
| 2824 movemail to leave mail in the inbox after copying it into the | |
| 2825 output file. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2826 |
| 25859 | 2827 * Makefile.in (movemail): Link with getopt. |
| 2828 | |
| 2829 1997-01-20 Paul Eggert <eggert@twinsun.com> | |
| 2830 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2831 * rcs2log (--help, --version): New options, per GNU coding standards. |
| 25859 | 2832 (Copyright, Help, Id): New variables, for above. |
| 2833 (rlog): Use -q option with cvs log, to avoid useless chatter. | |
| 2834 | |
| 2835 Treat logs of "Initial revision" (RCS) or "file F was initially added | |
| 2836 on branch B." (CVS) as if they said "New file.", for consistency with | |
| 2837 change log entries. | |
| 2838 | |
| 2839 1997-01-01 Paul Eggert <eggert@twinsun.com> | |
| 2840 | |
| 2841 * vcdiff (PATH): Add /usr/xpg4/bin, | |
| 2842 where XPG4 SCCS hangs out in Solaris 2.5. | |
| 2843 (sid1): Don't use bare -r, since XPG4 `get' does not allow it. | |
| 2844 | |
| 2845 1996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 2846 | |
| 2847 * etags.c (streq, strneq): Use == NULL rather than !. | |
| 2848 | |
| 2849 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com> | |
| 2850 | |
| 2851 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail. | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2852 (movemail): Use LIBMAIL, to link against -lmail. |
| 25859 | 2853 |
| 2854 * movemail.c: Include maillock.h (conditionally). | |
| 2855 Remove a redundant inclusion of <stdio.h>. | |
| 2856 (MAIL_USE_MAILLOCK): New macro, conditionally defined. | |
| 2857 (main): Add variable spool_name. | |
| 2858 Support the usage of maillock and mailunlock to | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2859 lock and unlock mailboxes. |
| 25859 | 2860 (mail_spool_name): New function. |
| 2861 | |
| 2862 * movemail.c: Fix an uninitialized variable which could cause | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2863 movemail to exit with an error status incorrectly on systems which |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2864 use lock files rather than a system locking function to lock |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2865 mailboxes. |
| 25859 | 2866 |
| 2867 1996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 2868 | |
| 2869 * pop.c (socket_connection): Free realhost after using it. | |
| 2870 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2871 1996-12-04 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2872 |
| 2873 * etags.c (C_entries): Test tok.valid. This handles some | |
| 2874 particular cases involving function declarations that failed. | |
| 2875 | |
| 2876 1996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu> | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2877 |
| 25859 | 2878 * pop.c (socket_connection): |
| 2879 gethostbyname may return a pointer to static data. | |
| 2880 krb_realmofhost can clobber it. So copy it. | |
| 2881 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2882 1996-11-14 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2883 |
| 2884 * etags.c (pfnote, fatal, error): Callers using a NULL pointer | |
| 2885 must cast it to (char *) because we have no prototypes. | |
| 2886 (make_C_tag): Macro deleted, new function. | |
| 2887 (C_entries): Calls to make_C_tag macro changed to call function. | |
| 2888 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2889 1996-11-13 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2890 |
| 2891 * etags.c (grow_linebuffer): New function. | |
| 2892 (GROW_LINEBUFFER): Macro deleted. All callers changed. | |
| 2893 (make_tag): Macro renamed to make_C_tag. All callers changed. | |
| 2894 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's. | |
| 2895 (Prolog_functions): prolog_skip_comment was called with wrong | |
| 2896 number of arguments. | |
| 2897 (xrealloc): fatal was called with wrong number of arguments | |
| 2898 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2899 1996-11-08 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2900 |
| 2901 * etags.c (relative_filename): Bug corrected. | |
| 2902 (etags_getcwd): Avoid warning of unused variable. | |
| 2903 (C_entries, consider_token): Added support for enum labels. | |
| 2904 | |
| 2905 1996-11-03 Paul Eggert <eggert@twinsun.com> | |
| 2906 | |
| 2907 * rcs2log: When processing cvs log output, remove `Attic/' from | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2908 repository file names. |
| 25859 | 2909 |
| 2910 1996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 2911 | |
| 2912 * emacsserver.c: Fix 1996-09-02 change. | |
| 2913 | |
| 2914 1996-10-12 Paul Eggert <eggert@twinsun.com> | |
| 2915 | |
| 2916 * rcs2log (rlog_options): Look for ' option' rather than 'unknown | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2917 option', since CVS says 'invalid option'. |
| 25859 | 2918 (datearg): Use the empty string, not '-d>1970-01-01', to extract all |
| 2919 revisions, since some hosts reject 1970-01-01 when east of UTC. | |
| 2920 (date): Remove. | |
| 2921 | |
| 2922 1996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 2923 | |
| 2924 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes. | |
| 2925 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2926 1996-10-02 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 2927 |
| 2928 * etags.c (print_version): Print copyright info. | |
| 2929 | |
| 2930 * etags.c (print_help): Print the bug reporting address. | |
| 2931 (main): Use return as the last instruction, instead of exit. | |
| 2932 | |
| 2933 * etags.c (main): Don't open the tags file in cxref mode. | |
| 2934 | |
| 2935 1996-09-29 Dave Love <d.love@dl.ac.uk> | |
| 2936 | |
| 2937 * rcs2log (date): Make default format acceptable to CVS post v1.8 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2938 as well as earlier CVSs and RCS. |
| 25859 | 2939 |
| 2940 1996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 2941 | |
| 2942 * movemail.c (main): If the lock call fails with EBUSY or | |
| 2943 EAGAIN, retry a few times. | |
| 2944 | |
| 2945 1996-09-25 Paul Eggert <eggert@twinsun.com> | |
| 2946 | |
| 2947 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2948 whether to append -zLT. |
| 25859 | 2949 |
| 2950 1996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 2951 | |
| 2952 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM. | |
| 2953 * emacsclient.c, movemail.c: Likewise. | |
| 2954 | |
| 2955 1996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 2956 | |
| 2957 * emacsclient.c (longopts): Change nowait to no-wait. | |
| 2958 (print_help_and_exit): Fix option name; upcase metavars. | |
| 2959 | |
| 2960 1996-09-06 Erik Naggum <erik@naggum.no> | |
| 2961 | |
| 2962 * emacsserver.c (main): Declare `fromlen' as size_t. | |
| 2963 | |
| 2964 1996-09-02 Eli Zaretskii <eliz@is.elta.co.il> | |
| 2965 | |
| 2966 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS. | |
| 2967 | |
| 2968 1996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 2969 | |
| 2970 * emacsclient.c (quote_file_name): Quote with &, not \. | |
| 2971 Quote `-' only at start of file name. Terminate the value string. | |
| 2972 | |
| 2973 * emacsserver.c: Include signal.h properly; | |
| 2974 delete the duplicate includes for it. | |
| 2975 | |
| 2976 * emacsserver.c: On fatal signal, delete socket-file: | |
| 2977 * emacsserver.c: Include signal.h. | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
2978 (xmalloc, fatal, error): New functions. |
| 25859 | 2979 (delete_socket, handle_signals): New functions. |
| 2980 (progname, socket_name): New variables. | |
| 2981 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. | |
| 2982 | |
| 2983 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 2984 | |
| 2985 * emacsclient.c (quote_file_name): New function. | |
| 2986 (main, both versions): Use quote_file_name. | |
| 2987 (decode_options): Don't return a value. | |
| 2988 (main, both versions): Use optind. | |
| 2989 Don't check for -nowait here. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
2990 |
| 25859 | 2991 * emacsclient.c (decode_options): New function. |
| 2992 (main, both versions): Call decode_options. | |
| 2993 (print_help_and_exit): New function. | |
| 2994 (VERSION): New macro. | |
| 2995 | |
| 2996 * Makefile.in (emacsclient): Link with getopt. | |
| 2997 Add -DVERSION so emacsclient knows its version number. | |
| 2998 | |
| 2999 1996-08-31 Geoff Voelker <voelker@cs.washington.edu> | |
| 3000 | |
| 3001 * makefile.nt (lisp): Include dos-nt.elc. | |
| 3002 | |
| 3003 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 3004 | |
| 3005 * Makefile.in (blessmail): Use $srcdir to find blessmail.el. | |
| 3006 | |
| 3007 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 3008 | |
| 3009 * emacsclient.c (both versions): Handle -nowait and --nowait | |
| 3010 by sending data to the server. | |
| 3011 | |
| 3012 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 3013 | |
| 3014 * Makefile.in (INSTALL_STRIP): New variable. | |
| 3015 (${archlibdir}): Use INSTALL_STRIP. | |
| 3016 | |
| 3017 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS, | |
| 3018 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up. | |
| 3019 | |
| 3020 * pop.c: Reverse conditional in previous change. | |
| 3021 | |
| 3022 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
| 3023 | |
| 3024 * pop.c: Include des.h krb.h with no dir name if SOLARIS2. | |
| 3025 | |
| 3026 1996-08-24 Paul Eggert <eggert@twinsun.com> | |
| 3027 | |
| 3028 * rcs2log: Use ISO 8601 date format, with time zone appended | |
| 3029 if change-log-time-zone-rule is non-nil, instead of | |
| 3030 traditional Unix date format. | |
| 3031 | |
| 3032 (datearg): When computing default from ChangeLog, handle ISO format | |
| 3033 dates in addition to old-fashioned dates from Emacs 19.31 and earlier. | |
| 3034 Don't worry about hh:mm:ss since the resolution is now by day. | |
| 3035 Use emtpy datearg, not empty rlog_options, to decide whether to pass | |
| 3036 "$datearg" option to $rlog. | |
| 3037 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule. | |
| 3038 (month_data): Remove `mo'; no longer needed. | |
| 3039 (rlog_options): Use -zLT for localltime output, if `rlog' supports it. | |
| 3040 | |
| 3041 Match `revision' line of rlog output more accurately. | |
| 3042 | |
| 3043 Add -c, -v options. | |
| 3044 | |
| 3045 1996-08-23 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3046 | |
| 3047 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS. | |
| 3048 | |
| 3049 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 3050 | |
| 3051 * Version 19.33 released. | |
| 3052 | |
| 3053 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 3054 | |
| 3055 * Version 19.32 released. | |
| 3056 | |
| 3057 1996-07-23 Andrew Innes <andrewi@harlequin.co.uk> | |
| 3058 | |
| 3059 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when | |
| 3060 computing character positions in source files. | |
| 3061 | |
| 3062 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
| 3063 | |
| 3064 * makefile.nt (clean): Use OBJDIR macro. | |
| 3065 | |
| 3066 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3067 | |
| 3068 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change. | |
| 3069 | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
3070 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com> |
| 25859 | 3071 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3072 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>. |
| 25859 | 3073 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen. |
| 3074 * etags.c, fakemail.c, profile.c: Declare main as int, not void. | |
| 3075 | |
| 3076 1996-07-15 Andrew Innes <andrewi@harlequin.co.uk> | |
| 3077 | |
| 3078 * ntlib.h: Correct return type of getwd. | |
| 3079 * ntlib.c (getwd): Correct return type. | |
| 3080 | |
| 3081 1996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
| 3082 | |
| 3083 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing | |
| 3084 to infile. | |
| 3085 | |
| 3086 1996-07-01 Andrew Innes <andrewi@harlequin.co.uk> | |
| 3087 | |
| 3088 * makefile.nt: Remove all references to wakeup. | |
| 3089 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3090 1996-06-28 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 3091 |
| 3092 * etags.c (C_stab_entry): New keywords for C++ namespace, bool, | |
| 3093 explicit, mutable, typename. | |
| 3094 | |
| 3095 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 3096 | |
| 3097 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio | |
| 3098 streams, one for sending and one for reading the reply. | |
| 3099 | |
| 3100 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 3101 | |
| 3102 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c) | |
| 3103 (wakeup): Target deleted. | |
| 3104 (UTILITIES): Delete wakeup and timer. | |
| 3105 | |
| 3106 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted. | |
| 3107 | |
| 3108 1996-06-11 Geoff Voelker <voelker@cs.washington.edu> | |
| 3109 | |
| 3110 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only. | |
| 3111 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro. | |
| 3112 | |
| 3113 1996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
| 3114 | |
| 3115 * etags.c (main): Copy cwd when appending slash. | |
| 3116 | |
| 3117 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3118 | |
| 3119 * Version 19.31 released. | |
| 3120 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3121 1996-05-17 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 3122 |
| 3123 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline. | |
| 3124 (Pascal_functions): Increase linecharno by the correct number of | |
| 3125 chars, inline the GET_NEW_LINE macro and delete its definition. | |
| 3126 | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
3127 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
| 25859 | 3128 |
| 3129 * makefile.nt (OBJDIR, BLD): Remove macro definitions. | |
| 3130 | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
3131 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> |
| 25859 | 3132 |
| 3133 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes. | |
| 3134 (movemail.exe, fakemail.exe): Now built under Win32.o | |
| 3135 | |
| 3136 * ntlib.c: Include ntlib.h. | |
| 3137 (nt_sleep): Rename to sleep. | |
| 3138 (getwd): Return directory. | |
| 3139 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, | |
| 3140 sys_ctime, sys_fopen): New functions. | |
| 3141 | |
| 3142 * ntlib.h: New file. | |
| 3143 | |
| 3144 1996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> | |
| 3145 | |
| 3146 * pop.c (SEND, RECV): Renamed from send, recv. | |
| 3147 (pop_open, pop_trash): Make the trash_started code unconditional. | |
| 3148 (socket_connection): Delete casts to void. | |
| 3149 | |
| 3150 1996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> | |
| 3151 | |
| 3152 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions | |
| 3153 copied from lisp.h. | |
| 3154 | |
| 3155 1996-04-22 Andrew Innes <andrewi@harlequin.co.uk> | |
| 3156 | |
| 3157 * fakemail.c [WINDOWSNT]: Include ntlib.h. | |
| 3158 | |
| 3159 * hexl.c [DOSNT]: Include fcntl.h. | |
| 3160 [WINDOWSNT]: Include io.h. | |
| 3161 (main) [MSDOS]: Change conditional to DOS_NT. | |
| 3162 | |
| 3163 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined. | |
| 3164 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined. | |
| 3165 [WINDOWSNT]: Include locking.h. | |
| 3166 (main): Update usage message. Use IS_DIRECTORY_SEP. | |
| 3167 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined. | |
| 3168 (main) [WINDOWSNT]: Invoke locking instead of flock. | |
| 3169 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate. | |
| 3170 (main) [MAIL_USE_POP]: Pass password to popmail if used. | |
| 3171 Include winsock.h; don't include unix inet headers. | |
| 3172 (popmail): Add password argument and pass it to pop_open. | |
| 3173 Open output file in binary mode. | |
| 3174 | |
| 3175 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
3176 Macro SOCKET_ERROR undefined. |
| 25859 | 3177 Don't declare h_errno. |
| 3178 [!WINDOWSNT]: Define macros recv and send. | |
| 3179 [!WINDOWSNT] (POP_SERVICE): Change to pop3. | |
| 3180 (pop_open) [WINDOWSNT]: Initialize trash_started. | |
| 3181 (have_winsock) [WINDOWSNT]: New variable. | |
| 3182 (socket_connection) [WINDOWSNT]: Initialize winsock. | |
| 3183 (socket_connection): Use closesocket instead of close. | |
| 3184 (getline): Use recv instead of read. | |
| 3185 (fullwrite): Use send instead of write. | |
| 3186 (pop_trash): Use closesocket instead of close. | |
| 3187 (pop_trash) [WINDOWSNT]: Cleanup winsock. | |
| 3188 Check if being called recursively by sendline. | |
| 3189 | |
| 3190 * pop.h (struct _popserver): New field trash_started. | |
| 3191 | |
| 3192 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined. | |
| 3193 | |
| 3194 1996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3195 | |
| 3196 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty. | |
| 3197 | |
| 3198 1996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3199 | |
| 3200 * etags.c [WINDOWSNT]: Include io.h. | |
| 3201 | |
| 3202 1996-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
| 3203 | |
| 3204 * makefile.nt (CTAGSOBJ): Compile with regexp support. | |
| 3205 | |
| 3206 1996-04-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3207 | |
| 3208 * hexl.c [DJGPP v2]: Include io.h. | |
| 3209 (main) [DJGPP v2]: Switch standard streams to binary with setmode. | |
| 3210 | |
| 3211 * b2m.c (main) [MSDOS]: Switch standard streams to binary under | |
| 3212 DJGPP v2. | |
| 3213 | |
| 3214 1996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3215 | |
| 3216 * etags.c (absolute_filename): Use absolutefn. | |
| 3217 | |
| 3218 1996-03-31 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3219 | |
| 3220 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive | |
| 3221 letter isn't an alphabetic character. | |
| 3222 (main) [DOS_NT]: Use binary mode on redirected `stdout'. | |
| 3223 (process_file) [DOS_NT]: Convert all slashes to forward style. | |
| 3224 (absolute_filename) [DOS_NT]: Emit error message for relative | |
| 3225 paths with a drive letter. | |
| 3226 (absolute_filename) [DOS_NT]: Handle absolute pathnames with | |
| 3227 DOS/NT drive letters which try to reference the parent of the root. | |
| 3228 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style. | |
| 3229 | |
| 3230 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 3231 | |
| 3232 * makefile.nt: Change uses of del to $(DEL). | |
| 3233 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3234 1996-03-22 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 3235 |
| 3236 * etags.c (just_read_file): Reset lineno and charno on entry. | |
| 3237 | |
| 3238 1996-03-15 Anders Lindgren <andersl@csd.uu.se> | |
| 3239 | |
| 3240 * etags.c: Prolog language totaly rewritten. | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3241 (Prolog_functions): Rewritten from scratch. |
| 25859 | 3242 (skip_comment, prolog_getit): Removed. |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3243 (prolog_skip_comment): New function, like old skip_comment. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3244 (prolog_pred, prolog_atom, prolog_white): New functions. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3245 (erlang_func, erlang_attributes): Forward declarations added. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3246 (erlang_atom): Check if backslash ends line inside quoted atom. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3247 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3248 1996-03-14 Francesco Potort,Al(B <F.Potorti@cnuce.cnr.it> |
| 25859 | 3249 |
| 3250 * etags.c (absolutefn): DOS_NT version corrected. | |
| 3251 (main): Append "/" to the dir name only if not already there. | |
| 3252 (print_help): Explain the absolute/relative file name issue. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
3253 |
| 25859 | 3254 1996-03-08 Anders Lindgren <andersl@csd.uu.se> |
| 3255 | |
| 3256 * etags.c: New Languange Erlang added. | |
| 3257 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom, | |
| 3258 erlang_white): New functions. | |
| 3259 (Erlang_suffixes): New suffix list. | |
| 3260 (lang_names): Erlang entry added. | |
| 3261 (prolog_getit): Accepts headers spanning several lines. | |
| 3262 Always name tags. | |
| 3263 (Prolog_functions): Removed incorrect compensation for | |
| 3264 newline characters. | |
| 3265 (readline_internal): Zero-terminate last line. | |
| 3266 | |
| 3267 1996-03-20 Mike Long <mike.long@analog.com> | |
| 3268 | |
| 3269 * b2m.c (main): Initialize progname variable before using it. | |
| 3270 Quote `username' in From_ header. | |
| 3271 | |
| 3272 1996-03-18 Geoff Voelker <voelker@cs.washington.edu> | |
| 3273 | |
| 3274 * ntlib.c (getpid): New function. | |
| 3275 | |
| 3276 1996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
| 3277 | |
| 3278 * emacsclient.c (main, both definitions): | |
| 3279 Print a newline for normal termination. | |
| 3280 | |
| 3281 1996-02-21 Noah Friedman <friedman@prep.ai.mit.edu> | |
| 3282 | |
| 3283 * tcp.c (main): Convert port to network byte order. | |
| 3284 | |
| 3285 1996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3286 | |
| 3287 * pop.c (pop_retrieve, getline): Avoid type clashes. | |
| 3288 | |
| 3289 1996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3290 | |
| 3291 * etags.c (enum sym_type, anonymous enum): Delete final comma. | |
| 3292 | |
| 3293 1996-01-15 Paul Eggert <eggert@twinsun.com> | |
| 3294 | |
| 3295 * rcs2log (initialize_fullname): Add support for NIS+. | |
| 3296 (hostname): Fully qualify the default hostname with the domainname | |
| 3297 if the hostname lacks a `.'. | |
| 3298 | |
| 3299 1996-01-15 Paul Eggert <eggert@twinsun.com> | |
| 3300 | |
| 3301 * rcs2log (initialize_fullname): Add support for NIS+. | |
| 3302 (hostname): Fully qualify the default hostname with the domainname | |
| 3303 if the hostname lacks a `.'. | |
| 3304 | |
| 3305 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3306 | |
| 3307 * etags.c (consider_token): Fix typo in expression. | |
| 3308 | |
| 3309 1996-01-04 Paul Eggert <eggert@twinsun.com> | |
| 3310 | |
| 3311 * etags.c (substitute): Fix spelling in message. | |
| 3312 | |
| 3313 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
| 3314 | |
| 3315 * makefile.nt (etags, ctags): Compile with regexp support. | |
| 3316 (make-docfile, wakeup, etags, ctags, hexl): Ensure build | |
| 3317 subdirectory exists before compiling. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
3318 |
| 25859 | 3319 1996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 3320 | |
| 3321 * emacsserver.c (main): Do chmod based on existing permission. | |
| 3322 | |
| 3323 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3324 | |
| 3325 * Makefile.in (install): Turn on read/execute permission. | |
| 3326 | |
| 3327 1995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
| 3328 | |
| 3329 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD. | |
| 3330 (LOADLIBES): Use LIB_STANDARD_LIBSRC. | |
| 3331 | |
| 3332 1995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
| 3333 | |
| 3334 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE. | |
| 3335 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3336 1995-12-07 Francesco Potort,Al(B <pot@cnuce.cnr.it> |
| 25859 | 3337 |
| 3338 * etags.c (pfnote): Don't make a tag for ctags if there is no name. | |
| 3339 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit, | |
| 3340 get_scheme, prolog_getit): Name the tag in ctags mode. | |
| 3341 (pfnote): Truncate ctags lines to 50 chars, like it worked once. | |
| 3342 (Perl_interpreters): Accept "@PERL@" as an interpreter. | |
| 3343 (suggest_asking_for_help): New function. | |
| 3344 (main, get_language_from_name): Use suggest_asking_for_help. | |
| 3345 (main): Let get_language_from_name make language existence check. | |
| 3346 (streq, strneq): Check the arguments #if DEBUG. | |
| 3347 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3348 1995-12-06 Francesco Potort,Al(B <pot@cnuce.cnr.it> |
| 25859 | 3349 |
| 3350 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++. | |
| 3351 (gperf): Added keywords for Objective C and GNU macros. | |
| 3352 (sym_type): Added values to account for Objective C and GNU macros. | |
| 3353 (begtk): The '@' character can start a token. | |
| 3354 (objdef, methodlen, objtag): New variables for Objective C. | |
| 3355 (consider_token, C_entries): Added code for Objective C. | |
| 3356 (plain_C_suffixes): Add .m and .lm for Objective C. | |
| 3357 (Yacc_suffixes): Add .ym for Objective yacc. | |
| 3358 (GROW_LINEBUFFER): New macro. | |
| 3359 (consider_token, C_entries, Pascal_functions): Use the new macro. | |
| 3360 (consider_token): Take one more argument. Caller changed. | |
| 3361 (consider_token): Use the hashing function to spot GNU macros. | |
| 3362 (C_entries): Consider // as a comment start even in plain C for | |
| 3363 the sake of Objective C parsing. | |
| 3364 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3365 1995-12-04 Francesco Potort,Al(B <pot@cnuce.cnr.it> |
| 25859 | 3366 |
| 3367 * Makefile.in (ctags): depend on etags only for simplicity; | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3368 compile with regexp support enabled. |
| 25859 | 3369 |
| 3370 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3371 | |
| 3372 * Version 19.30 released. | |
| 3373 | |
| 3374 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
| 3375 | |
| 3376 * makefile.nt (DOC, clean): Don't use switches to del not | |
| 3377 supported by Windows 95. | |
| 3378 | |
| 3379 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3380 | |
| 3381 * Makefile.in (regex.o): Depend on ../src/config.h. | |
| 3382 | |
| 3383 1995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3384 | |
| 3385 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in. | |
| 3386 (LOADLIBES): Use LIB_STANDARD. | |
| 3387 | |
| 3388 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
| 3389 | |
| 3390 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c, | |
| 3391 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove | |
| 3392 Windows 95 conditional. | |
| 3393 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3394 1995-11-06 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3395 |
| 3396 * etags.c (get_lang_from_name, get_lang_from_interpreter, | |
| 3397 get_lang_from_suffix): New functions. | |
| 3398 (get_language): Function deleted. | |
| 3399 (lang_entry): Two members added to struct. | |
| 3400 (lang_names): Reflect the new layout of lang_entry. | |
| 3401 (print_language_names, main, find_entries): Use the new functions. | |
| 3402 (find_entries): Look at the first line for #! if no language. | |
| 3403 (C_entries): Invalidate the token when funcdef is reset. | |
| 3404 (Perl_functions): New function. | |
| 3405 (lang_suffixes): .pl and .pm are Perl suffixes. | |
| 3406 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3407 1995-11-02 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3408 |
| 3409 * etags.c (lowcase): Use the standard tolower function. | |
| 3410 (substitute): Remove some wrong and some useless code related with | |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
3411 escape '\' character in regexp replacement string. |
| 25859 | 3412 (TEX_defenv): Added part, appendix, entry, index. Removed typeout. |
| 3413 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; | |
| 3414 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; | |
| 3415 .prolog for prolog (.pl removed). | |
| 3416 (massage_name, etags_getcwd): Use lowcase instead of tolower. | |
| 3417 (C_entries, find_entries): Added comments about memory leakage. | |
| 3418 (add_node): Dead code removed. | |
| 3419 | |
| 3420 1995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3421 | |
| 3422 * Makefile.in (getdate.o, movemail.o): Specify -Demacs. | |
| 3423 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs. | |
| 3424 | |
| 3425 1995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3426 | |
| 3427 * test-distrib.c: Add #undef for open, close, read, write. | |
| 3428 | |
| 3429 1995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | |
| 3430 | |
| 3431 * test-distrib.c [HAVE_CONFIG_H]: Include config.h. | |
| 3432 [! O_RDONLY]: Define it to zero. | |
| 3433 (main): Use O_RDONLY instead of explicit zero. | |
| 3434 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3435 1995-08-17 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3436 |
| 3437 * etags.c (Pascal_functions): Close comment bug corrected. | |
| 3438 (add_node): Correctly compare node file names. | |
| 3439 (Pascal_functions): Correctly allocate and free memory for tline. | |
| 3440 (pfnote): Put the definition of fp in the innermost block. | |
| 3441 (NODE): `named' member removed. | |
| 3442 (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
|
3443 use the `named' member, check whether `name' is NULL instead. |
| 25859 | 3444 (pfnote): `named' argument removed, all callers changed. |
| 3445 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, | |
| 3446 TeX_functions, TEX_getit, prolog_getit): Useless string allocation | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
3447 removed from pfnote call, some code cleanup. |
| 25859 | 3448 (relative_filename): Free temporary space allocated by concat. |
| 3449 | |
| 3450 1995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3451 | |
| 3452 * Makefile.in (getdate.c): New target. | |
| 3453 (getdate.o): Just compile getdate.c. | |
| 3454 | |
| 3455 1995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3456 | |
| 3457 * fakemail.c (xrealloc): Change cast to match return type. | |
| 3458 | |
| 3459 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3460 | |
| 3461 * fakemail.c (xmalloc, xrealloc): Use return-type long *. | |
| 3462 | |
| 3463 1995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3464 | |
| 3465 * movemail.c (main): Fix previous change. | |
| 3466 Add error check for empty OUTNAME. | |
| 3467 | |
| 3468 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3469 | |
| 3470 * movemail.c (main): Mention lock file name in error message. | |
| 3471 | |
| 3472 1995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3473 | |
| 3474 * profile.c (gettimeofday): New function, defined if necessary. | |
| 3475 | |
| 3476 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3477 | |
| 3478 * Makefile.in: Renamed from Makefile.in.in. | |
| 3479 (distclean): Delete Makefile.c, not Makefile.in. | |
| 3480 | |
| 3481 1995-07-17 Michael Shields <shields@tembel.org> | |
| 3482 | |
| 3483 * Makefile.in.in (tags): Synonym for `TAGS'. | |
| 3484 | |
| 3485 1995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3486 | |
| 3487 * Makefile.in.in (install, maybe-blessmail): Don't cd ..; | |
| 3488 configure has already set $(INSTALL) to the proper relative path. | |
| 3489 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3490 1995-06-27 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3491 |
| 3492 * etags.c (plain_C_entries): new function. | |
| 3493 (lowcase): new macro. | |
| 3494 (tail, Fortran_functions, Pascal_functions): use new macro lowcase. | |
| 3495 (lang_suffixes): new suffix ".pc" for Pro*C files. | |
| 3496 (consider_token): don't tag all tokens beginning with DEFUN & Co.. | |
| 3497 (tail): look for the end of the token when comparing. | |
| 3498 (takeprec): since now tail behaves differently, use strneq. | |
| 3499 | |
| 3500 1995-07-08 Paul Eggert <eggert@twinsun.com> | |
| 3501 | |
| 3502 * rcs2log (datearg): Separate date from time with comma, not space, | |
| 3503 to work around CVS 1.5 bug. | |
| 3504 (CVSROOT): Don't abort when unset if repository is absolute. | |
| 3505 | |
| 3506 1995-07-07 Paul Eggert <eggert@twinsun.com> | |
| 3507 | |
| 3508 * rcs-checkin, rcs2log, vcdiff: | |
| 3509 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems | |
| 3510 that interpret `#! /' as a 4-byte magic number. | |
| 3511 | |
| 3512 1995-06-29 Jonathan I. Kamens <jik@cam.ov.com> | |
| 3513 | |
| 3514 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a | |
| 3515 mailbox with "po:mailbox", the mailbox is everything after the | |
| 3516 "po:" prefix. | |
| 3517 | |
| 3518 1995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3519 | |
| 3520 * emacsserver.c: Make all error messages start with `Error: '. | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3521 (fatal_error, perror_1): New functions, use throughout. |
| 25859 | 3522 |
| 3523 1995-06-28 Paul Eggert <eggert@twinsun.com> | |
| 3524 | |
| 3525 * rcs2log (CVSROOT, repository): | |
| 3526 Allow remote repositories a la CVS 1.4. | |
| 3527 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3528 1995-06-27 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3529 |
| 3530 * etags.c (plain_C_entries): new function. | |
| 3531 (lowcase): new macro. | |
| 3532 (tail, Fortran_functions, Pascal_functions): use new macro lowcase. | |
| 3533 (lang_suffixes): new suffix ".pc" for Pro*C files. | |
| 3534 (consider_token): don't tag all tokens beginning with DEFUN & Co.. | |
| 3535 (tail): look for the end of the token when comparing. | |
| 3536 (takeprec): since now tail behaves differently, use strneq. | |
| 3537 | |
| 3538 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3539 | |
| 3540 * movemail.c (main): Add newline in usage message. | |
| 3541 | |
| 3542 1995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3543 | |
| 3544 * make-docfile.c (scan_file): Make sure it never looks at filename[-1]. | |
| 3545 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3546 1995-06-21 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3547 |
| 3548 * etags.c (find_entries): Rewind before rereading the input file. | |
| 3549 | |
| 3550 1995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3551 | |
| 3552 * Version 19.29 released. | |
| 3553 | |
| 3554 * make-docfile.c (main) [MSDOS]: Do set _fmode. | |
| 3555 This undoes part of the previous change. | |
| 3556 | |
| 3557 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3558 | |
| 3559 * make-docfile.c (main): On MSDOS, don't change stdout | |
| 3560 to binary, and insist on an -o option. | |
| 3561 | |
| 3562 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 3563 | |
| 3564 * etags.c (process_file,absolute_filename): Handle filenames | |
| 3565 starting with a drive letter. | |
| 3566 | |
| 3567 * makefile.nt (install): Copy wakeup.exe properly. | |
| 3568 | |
| 3569 1995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3570 | |
| 3571 * make-docfile.c [MSDOS]: #undef chdir. | |
| 3572 | |
| 3573 1995-06-04 Paul Eggert <eggert@twinsun.com> | |
| 3574 | |
| 3575 * rcs2log (output_authors): Allow ':' in time zone, | |
| 3576 as per ISO 8601 and RCS 5.6.8 beta. | |
| 3577 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3578 1995-05-29 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3579 |
| 3580 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise | |
| 3581 compatibility problems. | |
| 3582 | |
| 3583 1995-05-26 Richard Stallman <rms@gnu.ai.mit.edu> | |
| 3584 | |
| 3585 * etags.c (etags_getcwd): Don't use #elif. | |
| 3586 Have just one function body. | |
| 3587 | |
| 3588 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
| 3589 | |
| 3590 * makefile.nt (LIBS): Use BASE_LIBS. | |
| 3591 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend | |
| 3592 upon LIBS. | |
| 3593 (DOC): Use del instead of rm. | |
| 3594 (DOC) [WINDOWS95]: Use DOC. | |
| 3595 (clean): Handle MSVC aux files. | |
| 3596 (config.h,paths.h): Use $(CP) instead of cp. | |
| 3597 (config.h): Use $(CONFIG_H) | |
| 3598 (make-docfile.obj): Depend upon config.h. | |
| 3599 Clean up comments. | |
| 3600 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3601 1995-05-23 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3602 |
| 3603 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the | |
| 3604 former gives the true path even in the presence of simlinks. | |
| 3605 | |
| 3606 1995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3607 | |
| 3608 * movemail.c (main): Increase lock timeout to five minutes. | |
| 3609 | |
| 3610 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 3611 | |
| 3612 * makefile.nt (obj): Use .c files. | |
| 3613 | |
| 3614 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3615 | |
| 3616 * make-docfile.c: Include config.h. | |
| 3617 (NO_SHORTNAMES): New definition. | |
| 3618 (xmalloc): Return long *. | |
| 3619 | |
| 3620 * etags.c (C_entries): Cast result of xrealloc. | |
| 3621 (xmalloc, xrealloc): Declare them to return long *. | |
| 3622 | |
| 3623 * b2m.c (xmalloc, xrealloc): Declare them long *. | |
| 3624 | |
| 3625 * movemail.c (xmalloc): Declare it to return long *. | |
| 3626 | |
| 3627 1995-04-30 Paul Eggert <eggert@twinsun.com> | |
| 3628 | |
| 3629 * rcs2log (datearg): If rlog options are specified explicitly, | |
| 3630 omit the implicit '-d>DATE' option. | |
| 3631 (repository, rlog): Allow absolute paths to CVS repositories. | |
| 3632 Look only at the first line of CVS/Repository. | |
| 3633 | |
| 3634 1995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3635 | |
| 3636 * Makefile.in.in (extraclean): Depend on maintainer-clean, not | |
| 3637 realclean. | |
| 3638 | |
| 3639 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3640 | |
| 3641 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS): | |
| 3642 Alternative (empty) definitions. | |
| 3643 | |
| 3644 1995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3645 | |
| 3646 * emacsclient.c (main): Add argv[0] to an error message. | |
| 3647 | |
| 3648 1995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3649 | |
| 3650 * emacsclient.c (main): Improve error handling. | |
| 3651 * cvtmail.c (main, skip_to_lf): Improve error handling. | |
| 3652 (sysfail): New function. | |
| 3653 | |
| 3654 * b2m.c (main): Check for trailing ", " before trying to delete it. | |
| 3655 | |
| 3656 1995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
| 3657 | |
| 3658 * Makefile.in.in (all): Build test-distrib and make-docfile. | |
| 3659 | |
| 3660 * make-docfile.c (scan_c_file): At end, restore file name last char | |
| 3661 to its original value. | |
| 3662 | |
| 3663 1995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3664 | |
| 3665 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM. | |
| 3666 | |
| 3667 1995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3668 | |
| 3669 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS. | |
| 3670 (alloca.o, regex.o): Use BASE_CFLAGS. | |
| 3671 | |
| 3672 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3673 | |
| 3674 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd. | |
| 3675 | |
| 3676 1995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3677 | |
| 3678 * Makefile.in.in (aixcc, aixcc.c): Targets deleted. | |
| 3679 (SOURCES, distclean): Removed obsolete references to aixcc. | |
| 3680 | |
| 3681 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3682 | |
| 3683 * aixcc.lex: File deleted--surely obsolete now. | |
| 3684 | |
| 3685 1995-03-23 Paul Eggert <eggert@twinsun.com> | |
| 3686 | |
| 3687 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for | |
| 3688 portability to mawk and nawk. | |
| 3689 | |
| 3690 1995-03-21 Paul Eggert <eggert@twinsun.com> | |
| 3691 | |
| 3692 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were | |
| 3693 -u "login<tab>fullname<tab>mailaddr". | |
| 3694 | |
| 3695 1995-03-21 Paul Eggert <eggert@twinsun.com> | |
| 3696 | |
| 3697 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which | |
| 3698 replaces the (now obsolescent) -n login fullname mailaddr option. | |
| 3699 Add -R option for recursive rlog. | |
| 3700 (AWK): New environment variable (default `awk') for awk program name. | |
| 3701 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars. | |
| 3702 Quote authors and fullnames correctly. | |
| 3703 Don't omit path from repository root when logging CVS files. | |
| 3704 | |
| 3705 1995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3706 | |
| 3707 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available, | |
| 3708 even if HAVE_SYSVIPC. | |
| 3709 * emacsclient.c (main): Use getcwd if not BSD. | |
| 3710 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3711 1995-03-13 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3712 |
| 3713 * etags.c (process_file): free (filename) after using it. | |
| 3714 (readline_internal): Do not access the char before start of line. | |
| 3715 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3716 1995-02-22 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3717 |
| 3718 * etags.c (C_entries): token_saved removed. Initialise tok.valid and | |
| 3719 savetok.valid. Mark token as valid when it is initialised. | |
| 3720 (make_tag): Make token only if token is valid and reset validity. | |
| 3721 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved. | |
| 3722 (TOKEN): Added a new member: valid. | |
| 3723 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3724 1995-02-15 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3725 |
| 3726 * etags.c (C_entries): Bug corrected in xrealloc of token_str. | |
| 3727 (main): Do not read twice the last filename in the stdin file list. | |
| 3728 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3729 1995-02-14 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3730 |
| 3731 * etags.c (C_entries): Initialise the new members of TOKEN. | |
| 3732 (C_entries): Do not allocate a new space for each token found by | |
| 3733 consider_token. Let make_tag do that instead. | |
| 3734 (make_tag): Since now TOKEN has memory of where it is taken from, | |
| 3735 this new macro substitutes both make_tag_from_new_lb and | |
| 3736 make_tag_from_oth_lb. All callers changed. | |
| 3737 (TOKEN): Add linepos and buffer members. | |
| 3738 (main): Initialise token_str. | |
| 3739 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes. | |
| 3740 (token_str): New global variable used by C_entries. | |
| 3741 | |
| 3742 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu> | |
| 3743 | |
| 3744 * Makefile.in.in (maintainer-clean): Renamed from realclean. | |
| 3745 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3746 1995-02-01 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3747 |
| 3748 * etags.c (pfnote): Initialise been_warned in the node. | |
| 3749 (C_entries): Removed a speed hack for the sake of clarity. | |
| 3750 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3751 1995-01-18 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3752 |
| 3753 * etags.c (longopts, print_help, main): Use -I as abbreviation | |
| 3754 for the --ignore-indentation option. | |
| 3755 (main): Do not print an error message for unknown options. | |
| 3756 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3757 1995-01-12 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3758 |
| 3759 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. | |
| 3760 (append_to_tagfile, typedefs, typedefs_and_cplusplus, | |
| 3761 constantypedefs, update, vgrind_style, no_warnings, | |
| 3762 cxref_style, cplusplus, noindentypedefs): Were int, now logical. | |
| 3763 (permit_duplicates): Was a var, now a #define. | |
| 3764 (filename_lb): Was global, now local to main. | |
| 3765 (main): Open the tag file when in cxref mode. | |
| 3766 Use a BUFSIZ size buffer for making the shell commands. | |
| 3767 Look at the return value from the system routine. | |
| 3768 Exit when cannot open the tag file. | |
| 3769 (process_file): Open the file and pass the FILE* to find_entries. | |
| 3770 (find_entries): Now void, because does not open the file itself. | |
| 3771 (pfnote): Recovering from lack of memory does not work. Removed. | |
| 3772 Use savenstr and simplify the code. | |
| 3773 (free_tree): Only free the name space if node is named. | |
| 3774 (structtag): Now a pointer, not a fixed length array of chars. | |
| 3775 (consider_token): Don't take a token as argument. Use savenstr | |
| 3776 when saving a tag in structtag. Callers changed. | |
| 3777 (TOKEN): Structure changed. Now used only in C_entries. | |
| 3778 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. | |
| 3779 (C_entries): nameb and savenameb deleted. Use dinamic allocation. | |
| 3780 (pfcnt): Deleted. Users updated. | |
| 3781 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme, | |
| 3782 TEX_getit, prolog_getit): Use dinamic allocation for storing | |
| 3783 the tag instead of a fixed size buffer. | |
| 3784 | |
| 3785 1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3786 | |
| 3787 * movemail.c (main): Skip past the colon in inname. | |
| 3788 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3789 1995-01-10 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3790 |
| 3791 * etags.c (pfatal): New function. | |
| 3792 (main, etags_getcwd): Use pfatal. | |
| 3793 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version. | |
| 3794 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3795 1995-01-10 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3796 |
| 3797 * etags.c (Lang_function): Use void instead to declare the | |
| 3798 language functions, because many compilers are buggy. | |
| 3799 (etags_getcwd): Fix the previous fix on the #else branch. | |
| 3800 (readline_internal): Discard possible \r before \n here. | |
| 3801 (C_entries): Do not deal with \r here: undo previous fix. | |
| 3802 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3803 1995-01-09 Francesco Potort,Al(B (pot@fly) |
| 25859 | 3804 |
| 3805 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new | |
| 3806 functions and a macro that allow the program to work on input | |
| 3807 lines of whatever length. Copied from etags.c. | |
| 3808 (fatal): Print a fatal error message and exit. | |
| 3809 (main): Use the new functions. Fixed a bug that made a \037 char | |
| 3810 appear at the end of the output. | |
| 3811 | |
| 3812 1995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3813 | |
| 3814 * etags.c (C_entries): Ignore carriage return at end of line. | |
| 3815 | |
| 3816 1994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3817 | |
| 3818 * fakemail.c (xmalloc, xrealloc): Add casts. | |
| 3819 (add_field): Handle <...> and "..." syntax. | |
| 3820 (setup_files, get_keyword): Clean up parens and line breaks. | |
| 3821 (args_size): Likewise. | |
| 3822 | |
| 3823 1994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> | |
| 3824 | |
| 3825 * yow.c: Include program name in error messages. | |
| 3826 | |
| 3827 1994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3828 | |
| 3829 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings. | |
| 3830 (xmalloc, fatal, error): New functions. | |
| 3831 (progname): New variable. | |
| 3832 (main): Set progname. | |
| 3833 | |
| 3834 1994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3835 | |
| 3836 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h. | |
| 3837 (main): If socket/mqueue name is in home dir, add in the host name. | |
| 3838 Rename .emacs_server to .emacs-server.... | |
| 3839 | |
| 3840 1994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3841 | |
| 3842 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction. | |
| 3843 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3844 1994-11-22 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3845 |
| 3846 * etags.c (print_help): print --regex usage for ctags also. | |
| 3847 (main): use -h in addition to -H as abbreviation for --help. | |
| 3848 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3849 1994-11-16 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3850 |
| 3851 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps | |
| 3852 is compiled if this is defined. The new functions and variables | |
| 3853 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog. | |
| 3854 [VMS]: All VMS specific code previously contained in | |
| 3855 etags-vmslib.c is now included here, modified for dealing with | |
| 3856 language and regex options intermixed with filenames. | |
| 3857 (header_file): Global variable deleted. | |
| 3858 (Lang_Function): New typedef. All language parser functions | |
| 3859 changed to this new type. | |
| 3860 (string_numeric_p, substr, prestr): Functions deleted. | |
| 3861 (readline_internal): Does the job that readline did previously. | |
| 3862 (longopts): --language and --regex options added. | |
| 3863 (lang_names, lang_extensions, lang_func, print_language_names): | |
| 3864 New structures, variables and functions for choosing languages. | |
| 3865 (print_help): Help strings updated. Calls print_language_names. | |
| 3866 (argument_type, ARGUMENT): Typedefs for dealing with language and | |
| 3867 regex options intermixed with filenames. | |
| 3868 (main): Changed the way of dealing with arguments on the command | |
| 3869 line to deal with language and regex options intermixed with | |
| 3870 filenames. | |
| 3871 (get_language, default_C_entries, Cplusplus_entries, | |
| 3872 Cstar_entries, Yacc_entries, just_read_file): New functions. | |
| 3873 (find_entries): Use the new method for choosing the language. | |
| 3874 (Pascal_functions): Allow intermixing of comment styles. | |
| 3875 (prolog_getit, skip_comment): Rewritten for speed. | |
| 3876 (readline): Rewritten to deal with regexps. | |
| 3877 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3878 1994-11-16 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3879 |
| 3880 * etags.c (<errno.h>): #include added. | |
| 3881 (etags_getcwd): Check return value from getcwd. | |
| 3882 | |
| 3883 1994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3884 | |
| 3885 * profile.c (TV1, TV2): Use EMACS_TIME as type. | |
| 3886 (get_time): Use EMACS_SUB_TIME. | |
| 3887 | |
| 3888 1994-10-30 voelker <voelker@cs.washington.edu> | |
| 3889 | |
| 3890 * ntlib.c: New file. | |
| 3891 * makefile.nt: New file. | |
| 3892 | |
| 3893 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY. | |
| 3894 [WINDOWSNT]: Include the NT headers. | |
| 3895 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS. | |
| 3896 | |
| 3897 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS. | |
| 3898 [WINDOWSNT]: Include some NT headers. | |
| 3899 | |
| 3900 1994-10-24 Jonathan I. Kamens (jik@cam.ov.com) | |
| 3901 | |
| 3902 * pop.c (getline): When a search of already-read input for CRLF | |
| 3903 fails, store the fact that we've searched it and don't search it | |
| 3904 again after reading more data. | |
| 3905 | |
| 3906 * pop.c (getline): When determining whether or not it's necessary | |
| 3907 to grow the input buffer, take into account the null that's stored | |
| 3908 at the end of already-read input in the buffer. | |
| 3909 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3910 1994-10-21 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 3911 |
| 3912 * etags.c (prestr, substr): return a logical type. | |
| 3913 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF". | |
| 3914 (consider_token): set funcdef to fignore when a DEFUN is met. | |
| 3915 (C_entries): Now we can use Tom Hageman patch for extern "C". | |
| 3916 | |
| 3917 1994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3918 | |
| 3919 * movemail.c: PopServer renamed to popserver throughout. | |
| 3920 | |
| 3921 1994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu> | |
| 3922 | |
| 3923 * etags.c: Don't declare malloc, since we include config.h. | |
| 3924 * fakemail.c: Likewise. | |
| 3925 | |
| 3926 1994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3927 | |
| 3928 * movemail.c: Don't declare malloc. | |
| 3929 | |
| 3930 1994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu> | |
| 3931 | |
| 3932 * rcs-checkin: Use test -r instead of < to check readability, to | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3933 avoid syntax error. |
| 25859 | 3934 |
| 3935 1994-10-19 Jonathan I. Kamens (jik@cam.ov.com) | |
| 3936 | |
| 3937 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is | |
| 3938 defined, and if HAVE_CONFIG_H isn't defined, define | |
| 3939 MAIL_USE_POP always (so that this file can be included in | |
| 3940 other programs besides emacs). | |
| 3941 | |
| 3942 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or | |
| 3943 HAVE_CONFIG_H isn't defined. | |
| 3944 | |
| 3945 * pop.c (find_crlf, getline): Instead of using strstr, use a | |
| 3946 custom function for finding CRLF. | |
| 3947 (my_strstr): Function deleted. | |
| 3948 | |
| 3949 1994-10-17 Jonathan I. Kamens (jik@cam.ov.com) | |
| 3950 | |
| 3951 * pop.c (getline): Fix a segfault because of passing a | |
| 3952 non-null-terminated string into strstr(). Fix from | |
| 3953 djm@va.pubnix.com (David J. MacKenzie). | |
| 3954 | |
| 3955 * pop.c: Don't include <string.h> and <strings.h>. | |
| 3956 | |
| 3957 * pop.c: Include <des.h> before <krb.h>, rather than after. They | |
| 3958 should be interchangeable, and indeed the inclusion is done in | |
| 3959 both orders in various files in the Kerberos 4 library sources, | |
| 3960 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI | |
| 3961 requires that <des.h> be included first, and I don't see any harm | |
| 3962 in changing the order. | |
| 3963 | |
| 3964 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and | |
| 3965 STDC_HEADERS, if they're defined. Undef open, read, write and | |
| 3966 close after including it. | |
| 3967 | |
| 3968 1994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 3969 | |
| 3970 * pop.c: Fix mismatch in conditionals. | |
| 3971 | |
| 3972 * make-docfile.c (main): Don't process one input file twice. | |
| 3973 Never use exit code > 1. | |
| 3974 | |
| 3975 * pop.c (open, close, read, write): Add #undefs. | |
| 3976 | |
| 3977 * pop.c: Don't declare malloc, realloc, free. | |
| 3978 Include ../src/config.h. | |
| 3979 Don't include string.h or strings.h. | |
| 3980 Include des.h before krb.h. | |
| 3981 Do declare my_strstr. | |
| 3982 (getline): Really use my_strstr. | |
| 3983 Leave one empty place in server->buffer, | |
| 3984 and put a null at the end of the data in it. | |
| 3985 | |
| 3986 1994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
| 3987 | |
| 3988 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't | |
| 3989 call kill with pid 0. Handle EINTR when receiving messages. | |
| 3990 | |
| 3991 1994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 3992 | |
| 3993 * Makefile.in.in (regex.o): Use full path to find regex.c. | |
| 3994 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
3995 1994-10-17 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 3996 |
| 3997 * Makefile.in.in (etags): add dependency on regex.o, link with it. | |
| 3998 (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added. | |
| 3999 | |
| 4000 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu) | |
| 4001 | |
| 4002 * Makefile.in.in (DONT_INSTALL): Remove make-path. | |
| 4003 (${archlibdir}): Use mkinstalldirs instead. | |
| 4004 | |
| 4005 * movemail.c: Make functions that return nothing void, not | |
| 4006 implicitly int. | |
| 4007 (main): Improve usage message. | |
| 4008 (error): Write to stderr, not stdout. | |
| 4009 | |
| 4010 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c | |
| 4011 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c | |
| 4012 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused | |
| 4013 variables and implicitly declared functions. | |
| 4014 | |
| 4015 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4016 | |
| 4017 * Makefile.in.in (clean): rm DOC* and *.tab.[ch]. | |
| 4018 (distclean): Not here. | |
| 4019 | |
| 4020 * Makefile.in.in (libexecdir): Renamed from libdir. | |
| 4021 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4022 1994-10-11 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4023 |
| 4024 * etags.c (C_entries): Name the #define's that are macros. | |
| 4025 | |
| 4026 1994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | |
| 4027 | |
| 4028 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros: | |
| 4029 fd_set arg is a pointer, descriptor arg comes first. | |
| 4030 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4031 1994-09-29 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4032 |
| 4033 * etags.c (C_entries): Recognise typedef of ANSI style functions. | |
| 4034 (C_entries): Recognise #define inside a struct. | |
| 4035 (C_entries): ANSI tells that preprocessor commands do not have to | |
| 4036 start on the first column. | |
| 4037 (print_help): Documentation corrected for -d and -D. | |
| 4038 (white, endtk): ANSI tells the vertical tab is a separator. | |
| 4039 | |
| 4040 1994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com) | |
| 4041 | |
| 4042 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables. | |
| 4043 (pop.o, movemail.o): New targets. | |
| 4044 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS. | |
| 4045 | |
| 4046 * pop.c, pop.h: New files. | |
| 4047 | |
| 4048 * movemail.c: Improve POP code, move most of it into a separate file. | |
| 4049 (mbx_delimit_end, mbx_delimit_begin): Check for errors. | |
| 4050 (mbx_write): Check for errors and for From line. | |
| 4051 (pop_retr, popmail): Use subroutines in pop.c to do the real work. | |
| 4052 (get_errmsg, multiline, getline, putline, pop_stat, pop_command) | |
| 4053 (pop_init): Functions deleted. | |
| 4054 | |
| 4055 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu> | |
| 4056 | |
| 4057 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new. | |
| 4058 Rename path to dirname. | |
| 4059 | |
| 4060 1994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4061 | |
| 4062 * Makefile.in.in (UTILITIES): | |
| 4063 Remove test-distrib, make-docfile, make-path. | |
| 4064 (DONT_INSTALL): New variable--list those files here. | |
| 4065 (clean): Delete the files in DONT_INSTALL. | |
| 4066 | |
| 4067 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4068 | |
| 4069 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length. | |
| 4070 (main): Use fgets, not gets. | |
| 4071 | |
| 4072 1994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4073 | |
| 4074 * timer.c: Don't declare malloc. | |
| 4075 | |
| 4076 1994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
| 4077 | |
| 4078 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already | |
| 4079 defined, use simple 32-bit versions of these macros. | |
| 4080 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros. | |
| 4081 | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
4082 1994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| 25859 | 4083 |
| 4084 * etags.c (etags_getcwd): Use getcwd if available. | |
| 4085 | |
| 4086 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4087 | |
| 4088 * Version 19.27 released. | |
| 4089 | |
| 4090 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4091 | |
| 4092 * Version 19.26 released. | |
| 4093 | |
| 4094 1994-08-15 Paul Eggert <eggert@twinsun.com> | |
| 4095 | |
| 4096 * rcs2log: Add support for CVS. | |
| 4097 Work with `rlog's that output ISO 8601 dates. | |
| 4098 | |
| 4099 1994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu> | |
| 4100 | |
| 4101 * rcs2log: Use <> to delimit email address. | |
| 4102 | |
| 4103 1994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4104 | |
| 4105 * emacsserver.c [SYSV_IPC] (main): Make a separate process | |
| 4106 so we can listen for multiple requests. | |
| 4107 | |
| 4108 1994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4109 | |
| 4110 * movemail.c: Include config.h first thing. | |
| 4111 | |
| 4112 1994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4113 | |
| 4114 * emacsserver.c (main): Add casts to avoid warnings. | |
| 4115 | |
| 4116 1994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4117 | |
| 4118 * Makefile.in.in (${archlibdir}): Compare the proper dir | |
| 4119 before installing the scripts. | |
| 4120 | |
| 4121 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4122 | |
| 4123 * emacsclient.c (main): New local var progname saves argv[0]. | |
| 4124 | |
| 4125 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4126 | |
| 4127 * emacsclient.c (main): Don't actually modify argv[0]. | |
| 4128 Modify a copy instead. | |
| 4129 | |
| 4130 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
| 4131 | |
| 4132 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME. | |
| 4133 (tzp): Var deleted. | |
| 4134 | |
| 4135 * Makefile.in.in: Add #undef alloca. | |
| 4136 | |
| 4137 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4138 | |
| 4139 * timer.c (xmalloc): New function. | |
| 4140 | |
| 4141 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4142 | |
| 4143 * Makefile.in.in (ALLOCA_CFLAGS): New variable. | |
| 4144 (alloca.o): New target. | |
| 4145 | |
| 4146 1994-07-08 Dave Love (d.love@dl.ac.uk) | |
| 4147 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4148 * etags.c (takeprec): recognise `character*(*) function' |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4149 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4150 1994-07-08 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4151 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4152 * etags.c (main): Don't barf on obsolete -t and -T switches. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4153 (main): Print an explicative message when a switch is not known. |
| 25859 | 4154 |
| 4155 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4156 | |
| 4157 * hexl.c: Don't declare exit or perror. | |
| 4158 | |
| 4159 * emacsserver.c (main): Don't declare geteuid. | |
| 4160 Don't declare getenv if convex. | |
| 4161 | |
| 4162 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4163 | |
| 4164 * Makefile.in.in (test-distrib): Use ALL_CFLAGS. | |
| 4165 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4166 1994-06-03 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4167 |
| 4168 * etags.c (absolute_filename): Remove infinite loop bug when | |
| 4169 accessing files in directories whose name begins with a dot. | |
| 4170 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4171 1994-06-03 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4172 |
| 4173 * etags.c (etags_getcwd): Delete the trailing newline from cwd. | |
| 4174 | |
| 4175 1994-06-01 Morten Welinder (terra@diku.dk) | |
| 4176 | |
| 4177 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic | |
| 4178 location of data directory. | |
| 4179 | |
| 4180 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4181 | |
| 4182 * Version 19.25 released. | |
| 4183 | |
| 4184 1994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4185 | |
| 4186 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail. | |
| 4187 | |
| 4188 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4189 | |
| 4190 * Makefile.in.in (blessmail): Don't depend on ../src/emacs. | |
| 4191 | |
| 4192 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4193 | |
| 4194 * Version 19.24 released. | |
| 4195 | |
| 4196 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4197 | |
| 4198 * make-docfile.c (write_c_args): Put `default' in upper case. | |
| 4199 | |
| 4200 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4201 | |
| 4202 * etags.c (etags_getcwd): Cast result of popen. | |
| 4203 (popen): Declaration deleted. | |
| 4204 | |
| 4205 1994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4206 | |
| 4207 * etags.c [!MSDOS]: Declare popen. | |
| 4208 | |
| 4209 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4210 | |
| 4211 * b2m.c (main): Avoid crash if argc is 1. | |
| 4212 | |
| 4213 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4214 | |
| 4215 * Version 19.23 released. | |
| 4216 | |
| 4217 * Makefile.in.in (blessmail): Specify directory for blessmail.el. | |
| 4218 | |
| 4219 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4220 | |
| 4221 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src. | |
| 4222 | |
| 4223 1994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) | |
| 4224 | |
| 4225 * Makefile.in.in: Fix out of date comment. | |
| 4226 | |
| 4227 1994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4228 | |
| 4229 * Makefile.in.in: Put in a separator for where to start cpp procssing. | |
| 4230 Move all autoconf substitutions above that point. | |
| 4231 Above that point, use Make-style comments. | |
| 4232 This goes with changes in ../configure.in. | |
| 4233 | |
| 4234 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4235 | |
| 4236 * Makefile.in.in (maybe-blessmail): New target to print the blessmail | |
| 4237 warning message. | |
| 4238 (${archlibdir}): Don't do it here. Don't depend on blessmail. | |
| 4239 | |
| 4240 1994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4241 | |
| 4242 * Makefile.in.in (${archlibdir}): Be lenient about wc output format. | |
| 4243 | |
| 4244 1994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4245 | |
| 4246 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead | |
| 4247 print advice to run it, if it has anything significant to do. | |
| 4248 And only if MOVEMAIL_NEEDS_BLESSING. | |
| 4249 (blessmail): Use emacs, not temacs. | |
| 4250 (configuration): Renamed from configname. | |
| 4251 | |
| 4252 1994-04-30 Morten Welinder (terra@diku.dk) | |
| 4253 | |
| 4254 * etags.c (find_entries): Treat `*.cpp' as C++ files. | |
| 4255 | |
| 4256 1994-04-30 Morten Welinder (terra@diku.dk) | |
| 4257 | |
| 4258 * etags.c [MSDOS]: #include <sys/param.h> for the following. | |
| 4259 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning | |
| 4260 a shell. | |
| 4261 | |
| 4262 1994-04-29 Morten Welinder (terra@diku.dk) | |
| 4263 | |
| 4264 * hexl.c [MSDOS]: Don't define proto type for exit. | |
| 4265 | |
| 4266 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4267 | |
| 4268 * b2m.c: Don't include string.h or strings.h. | |
| 4269 | |
| 4270 1994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4271 | |
| 4272 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp | |
| 4273 symbols, not make variables. | |
| 4274 | |
| 4275 1994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4276 | |
| 4277 * Makefile.in.in (etags, ctags): Make VERSION a string constant. | |
| 4278 * etags.c (print_version): Print VERSION as a string. | |
| 4279 | |
| 4280 1994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4281 | |
| 4282 * fakemail.c (readline): Fix updating of p when buffer grows. | |
| 4283 | |
| 4284 1994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4285 | |
| 4286 * Makefile.in.in (blessmail): New target. | |
| 4287 ${archlibdir}: Use blessmail when installing movemail. | |
| 4288 | |
| 4289 1994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4290 | |
| 4291 * fakemail.c (readline): When extending the buffer, | |
| 4292 calculate end afresh using the new size. | |
| 4293 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4294 1994-04-18 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4295 |
| 4296 * etags.c (main, print_help): eliminate the -F option. | |
| 4297 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4298 1994-04-18 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4299 |
| 4300 * etags.c (absolute_filename): compare against '\0' instead of NULL. | |
| 4301 | |
| 4302 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4303 | |
| 4304 * Makefile.in.in: Renamed from Makefile.in. | |
| 4305 Makefile.in is now generated from it, and then preprocessed. | |
| 4306 Change comments to C syntax. | |
| 4307 Include config.h. | |
| 4308 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined. | |
| 4309 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE. | |
| 4310 | |
| 4311 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4312 | |
| 4313 * movemail.c [HAVE_UNISTD_H]: Include unistd.h. | |
| 4314 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4315 1994-04-12 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4316 |
| 4317 * etags.c (etags_getcwd): Initialize bufsize. | |
| 4318 | |
| 4319 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4320 | |
| 4321 * profile.c (gettimeofday): If system doesn't have this, define it | |
| 4322 to give a fatal error. | |
| 4323 | |
| 4324 1994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4325 | |
| 4326 * movemail.c (main): Use setuid, not seteuid. | |
| 4327 | |
| 4328 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4329 | |
| 4330 * etags.c: #undef static. | |
| 4331 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4332 1994-04-08 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4333 |
| 4334 * etags.c (outf, outfiledir): renamed to tagf, tagfiledir. | |
| 4335 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs, | |
| 4336 Scheme_funcs, prolog_funcs): renamed to Fortran_functions, | |
| 4337 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions, | |
| 4338 TeX_functions, Prolog_functions. | |
| 4339 (inf): no more a global variable. | |
| 4340 (C_entries): take 2nd parameter `inf' instead of using the global one. | |
| 4341 (find_entries): added the cp1 var for optimisation. | |
| 4342 (find_entries): added more suffixes for assembler files. | |
| 4343 (Asm_funcs): Now finds labels even without an ending colon. | |
| 4344 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4345 1994-03-30 Francesco Potort,Al(B (pot@fly.cnuce.cnr.it) |
| 25859 | 4346 |
| 4347 * etags.c (main): use etags_getcwd for compatibility. | |
| 4348 (etags_getcwd): new function. | |
| 4349 | |
| 4350 1994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4351 | |
| 4352 * Makefile.in (etags, ctags): Pass -D for VERSION. | |
| 4353 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4354 1994-03-25 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4355 |
| 4356 * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead. | |
| 4357 (main): don't allow the use of -t and -T in etags mode. | |
| 4358 (print_help): don't show options enabled by default. | |
| 4359 (print_version): show the emacs version number if VERSION is #defined. | |
| 4360 (find_entries): add "ss" as suffix for Chez Scheme. | |
| 4361 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4362 1994-03-23 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4363 |
| 4364 * etags.c (cwd, outfiledir): vars added. | |
| 4365 (relative_filename, absolute_filename, absolute_dirname): | |
| 4366 functions added to compute filenames in tags files. | |
| 4367 (process_file): filenames in tags file are relative to the | |
| 4368 directory where the tags file is (useful with the -o option). | |
| 4369 (main): initialise the outfiledir var. | |
| 4370 (TYPEDST): added the `tignore' value. | |
| 4371 (C_entries): corrected various small bugs. | |
| 4372 | |
| 4373 1994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4374 | |
| 4375 * Makefile.in (UTILITIES): `env' deleted. | |
| 4376 (env): Target deleted. | |
| 4377 * env.c: File deleted. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
4378 |
| 25859 | 4379 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 4380 | |
| 4381 * Makefile.in (install, ${archlibdir}): Switch back to .. | |
| 4382 before running INSTALL_PROGRAM. | |
| 4383 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4384 1994-03-14 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4385 |
| 4386 * etags.c (TYPEDST): added the `tignore' value. | |
| 4387 (C_entries): corrected various bugs, now correctly parses the | |
| 4388 `extern "C" {' construction (patch by Tom R.Hageman). | |
| 4389 | |
| 4390 1994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4391 | |
| 4392 * b2m.c: Use <...> to include config.h. | |
| 4393 Don't include stdlib.h. | |
| 4394 | |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49596
diff
changeset
|
4395 1994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de) |
| 25859 | 4396 |
| 4397 * b2m.c (main): Change delimiter from "^L" to "^_^L". | |
| 4398 Allow for text following "BABYL OPTIONS:". | |
| 4399 Add --help option. Use argv[0] in error messages. | |
| 4400 | |
| 4401 1994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4402 | |
| 4403 * emacsclient.c (main) [HAVE_SYSVIPC]: | |
| 4404 Make msgp->mtext longer if necessary. | |
| 4405 On HPUX, error if it's more than 512 chars. | |
| 4406 | |
| 4407 1994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) | |
| 4408 | |
| 4409 * etags-vmslib.c: Use GPL. | |
| 4410 * emacstool.c: Use GPL. | |
| 4411 * fakemail.c: Update GPL. | |
| 4412 | |
| 4413 * make-path.c (main): Return 1 on error, not -1. | |
| 4414 Update GPL. | |
| 4415 | |
| 4416 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv. | |
| 4417 (xmalloc, xrealloc): Return char *, not int. | |
| 4418 (error): Write to stderr, not stdout. | |
| 4419 Update GPL. | |
| 4420 | |
| 4421 1994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4422 | |
| 4423 * profile.c (main, get_time): Don't crash on invalid input. | |
| 4424 | |
| 4425 1994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu) | |
| 4426 | |
| 4427 * profile.c (get_time): Simplify; avoid calling index. | |
| 4428 (main): exit on EOF. | |
| 4429 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4430 1994-02-17 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4431 |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
4432 * etags.c (--absolute-pathnames): Option removed. |
| 25859 | 4433 |
| 4434 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4435 | |
| 4436 * fakemail.c (put_line): Don't break the line if it all fits. | |
| 4437 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4438 1994-02-14 Francesco Potort,Al(B (pot@fly) |
| 25859 | 4439 |
| 4440 * etags.c (absolute_pathnames, cwd): added global vars. | |
| 4441 (longopts, print_help, main, process_file): put absolute filenames | |
| 4442 in the tag file if the -A --absolute-pathnames option is used. | |
| 4443 (print_help): alfabetically order the options. | |
| 4444 (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar. | |
| 4445 | |
| 4446 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4447 | |
| 4448 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf. | |
| 4449 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE. | |
| 4450 | |
| 4451 1994-02-07 Christian Lynbech (lynbech@avignon) | |
| 4452 | |
| 4453 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value. | |
| 4454 | |
| 4455 1994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4456 | |
| 4457 * Makefile.in (UTILITIES): Mention profile. | |
| 4458 (profile): New target. | |
| 4459 | |
| 4460 * profile.c: New file. | |
| 4461 | |
| 4462 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
4463 |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
4464 * make-docfile.c: Make the argument list output look more like the |
|
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
4465 Lisp docstrings do. |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
4466 (write_c_args): Take new arg FUNC. Make output |
| 25859 | 4467 look like lisp call prototypes: (function ARG1 ARG2), upcasing args. |
| 4468 (scan_c_file): Pass BUF to write_c_args for FUNC arg. | |
| 4469 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4470 1994-01-14 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4471 |
| 4472 * etags.c (stab_entry, stab_create, stab_find, stab_search, | |
| 4473 stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted. | |
| 4474 Use gperf generated hash table instead of linked list. | |
| 4475 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added. | |
| 4476 Mostly code generated by gperf. | |
| 4477 (consider_token): removed unused parameter `lp'. | |
| 4478 (PF_funcs, getit): allow subroutine and similar declarations | |
| 4479 to span multiple lines. | |
| 4480 (C_entries): check for newline if inchar to avoid bus errors. | |
| 4481 (process_file, find_entries): distinguish among nonexistent | |
| 4482 and not regular file. | |
| 4483 | |
| 4484 1994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4485 | |
| 4486 * timer.c: Include errno.h; don't include fasync.h. | |
| 4487 (schedule): Don't return a value. | |
| 4488 (sigcatch): Reestablish the handler first. | |
| 4489 (getevent): Always call notify at the end. | |
| 4490 (notify): Defer alarms around the whole body of function. | |
| 4491 | |
| 4492 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4493 | |
| 4494 * timer.c (main): Don't request SIGIO, and don't handle it. | |
| 4495 Loop calling getevent. | |
| 4496 (sigcatch): Delete code to handle SIGIO. | |
| 4497 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
|
4498 (getevent): Use read, not getchar. Handle EINTR and EAGAIN. |
| 25859 | 4499 Set defer_alarms around realloc and schedule. |
| 4500 If alarm_deferred gets set, call notify. | |
| 4501 Likewise if this event is the only pending event. | |
| 4502 Make buf and buf_size global variables. | |
| 4503 Don't malloc buf if it is already non-zero. | |
| 4504 (schedule): Just exit if run out of memory. | |
| 4505 Return the number of events. | |
| 4506 (signal) [_CX_UX]: Add #undef. | |
| 4507 | |
| 4508 1994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4509 | |
| 4510 * timer.c [USG] (SIGIO): Define as SIGPOLL. | |
| 4511 (main) [USG]: Do ioctl to enable SIGPOLL. | |
| 4512 | |
| 4513 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
| 4514 | |
| 4515 * timer.c: Don't declare sys_errlist; declare strerror instead. | |
| 4516 (schedule, main): Call strerror instead of using sys_errlist. | |
| 4517 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete): | |
| 4518 Call strerror instead of using sys_errlist. | |
| 4519 * env.c (main): Call strerror instead of using sys_errlist. | |
| 4520 * emacsclient.c: Don't declare sys_errlist; declare strerror instead. | |
| 4521 (main): Call strerror instead of using sys_errlist. | |
| 4522 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function. | |
| 4523 * env.c [! HAVE_STRERROR] (strerror): Likewise. | |
| 4524 * timer.c [! HAVE_STRERROR] (strerror): Likewise. | |
| 4525 * movemail.c [! HAVE_STRERROR] (strerror): Likewise. | |
| 4526 | |
| 4527 1994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4528 | |
| 4529 * hexl.c: Fix up whitespace. Get rid of spurious casts to void. | |
| 4530 | |
| 4531 * movemail.c (malloc): Don't declare it. | |
| 4532 (xmalloc): Cast result of malloc. | |
| 4533 (strcpy): Don't declare it. | |
| 4534 | |
| 4535 1993-11-14 Morten Welinder (terra@diku.dk) | |
| 4536 | |
| 4537 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe. | |
| 4538 (main): Use fclose to close file opened by fopen. | |
| 4539 | |
| 4540 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile. | |
| 4541 | |
| 4542 * movemail.c [MSDOS]: #undef `access'. | |
| 4543 | |
| 4544 * b2m.c (main) [MSDOS]: Open all files as binary. | |
| 4545 * etags.c (main) [MSDOS]: Open all files as binary. | |
| 4546 | |
| 4547 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate. | |
| 4548 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open | |
| 4549 with. | |
| 4550 | |
| 4551 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4552 | |
| 4553 * Makefile.in (ALL_CFLAGS): Include LDFLAGS. | |
| 4554 Use ALL_CFLAGS in all the rules that compile and link with one cmd. | |
| 4555 (LINK_CFLAGS): New variable. | |
| 4556 (timer): Use LINK_CFLAGS. | |
| 4557 | |
| 4558 1993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4559 | |
| 4560 * movemail.c: Include syswait.h. | |
| 4561 Fork a subprocess and use it to copy the mail file. | |
| 4562 | |
| 4563 1993-12-07 Richard Stallman (rms@srarc2) | |
| 4564 | |
| 4565 * make-docfile.c (scan_lisp_file): Don't add newline at end of string. | |
| 4566 | |
| 4567 1993-12-04 Richard Stallman (rms@srarc2) | |
| 4568 | |
| 4569 * movemail.c (main): When making tempname, cast result of xmalloc. | |
| 4570 Include room for EXXXXXX in the size. | |
| 4571 Don't use result of strcpy. | |
| 4572 | |
| 4573 1993-12-03 Paul Eggert (eggert@twinsun.com) | |
| 4574 | |
| 4575 * vcdiff: Add --brief option. | |
| 4576 | |
| 4577 1993-12-02 Richard Stallman (rms@srarc2) | |
| 4578 | |
| 4579 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM) | |
| 4580 for all executables and scripts. | |
| 4581 | |
| 4582 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4583 | |
| 4584 * Version 19.22 released. | |
| 4585 | |
| 4586 1993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4587 | |
| 4588 * Makefile.in (mostlyclean): Make it distinct from clean. | |
| 4589 | |
| 4590 1993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4591 | |
| 4592 * Makefile.in (${archlibdir}): Don't do chown or chgrp. | |
| 4593 | |
| 4594 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4595 | |
| 4596 * Version 19.21 released. | |
| 4597 | |
| 4598 * Makefile.in (install): Don't change mode or group when installing. | |
| 4599 | |
| 4600 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas. | |
| 4601 | |
| 4602 1993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4603 | |
| 4604 * make-docfile.c (read_c_string): For "", concatenate the two strings. | |
| 4605 | |
| 4606 * movemail.c (main): Fix error message text. | |
| 4607 | |
| 4608 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4609 | |
| 4610 * Version 19.20 released. | |
| 4611 | |
|
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49596
diff
changeset
|
4612 1993-11-08 Tom Hageman (tom@basil.icce.rug.nl) |
| 25859 | 4613 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4614 * etags.c (C_entries): Keep track of ()-parenthesis level so that |
| 25859 | 4615 functions returning a pointer to a function, a la `signal', can be |
| 4616 parsed. This also required new state `fstartlist' to `FUNCST'. | |
| 4617 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack. | |
| 4618 (C_entries, CNL): use it to isolate preprocessor directive processing | |
| 4619 from the other state engines. | |
| 4620 (begtk): add '~', for C++ class destructors. | |
| 4621 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4622 1993-11-02 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4623 |
| 4624 * etags.c (consider_token): removed unused variable firsttok. | |
| 4625 (prolog_getit): call pfnote with the right number of arguments. | |
| 4626 | |
| 4627 1993-10-19 Paul Eggert (eggert@twinsun.com) | |
| 4628 | |
| 4629 * rcs2log (printlogline): Don't generate lines containing only | |
| 4630 white space. | |
| 4631 | |
| 4632 1993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
| 4633 | |
| 4634 * Makefile.in (${archlibdir}): | |
| 4635 Install ${SCRIPTS} from ${srcdir}, not cwd. | |
| 4636 | |
| 4637 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
| 4638 | |
| 4639 * Makefile.in: Fixed typos or brainos of whoever thought `@' was | |
| 4640 the comment character. | |
| 4641 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4642 1993-10-01 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4643 |
| 4644 * etags.c (process_file): dead code removed. | |
| 4645 (S_ISREG): #define it using S_IFREG if not defined. | |
| 4646 (process_file): regular files have nothing to do with symlinks. | |
| 4647 | |
| 4648 1993-09-28 Brian Fox (bfox@ai.mit.edu) | |
| 4649 | |
| 4650 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not | |
| 4651 from current directory. Only chmod and chgrp files that we | |
| 4652 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in | |
| 4653 ${bindir}. | |
| 4654 (INSTALLFLAGS): Deleted definition, since it is an unused variable | |
| 4655 now. | |
| 4656 | |
| 4657 1993-09-27 Brian Fox (bfox@ai.mit.edu) | |
| 4658 | |
| 4659 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let | |
| 4660 configure figure out the correct values for these variables. | |
| 4661 | |
| 4662 1993-09-14 Brian Fox (bfox@ai.mit.edu) | |
| 4663 | |
| 4664 * Makefile.in (archlibdir): Only install execuatables internally | |
| 4665 used by emacs; don't install bindir binaries here. | |
| 4666 | |
| 4667 1993-09-24 Paul Eggert (eggert@twinsun.com) | |
| 4668 | |
| 4669 * rcs2log: Add -h, -n, -r options. | |
| 4670 By default, look for *,v files as well as RCS/*,v files. | |
| 4671 Use $TMPDIR (default /tmp) instead of /tmp. | |
| 4672 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4673 1993-09-20 Francesco Potort,Al(B (pot@fly) |
| 25859 | 4674 |
| 4675 * etags.c (C_entries): is_func is initialised here instead of in | |
| 4676 consider_token for the sake of the yacc rules section. | |
| 4677 (C_entries): Now class, struct, enum, union and typedef produce | |
| 4678 named tags. | |
| 4679 | |
| 4680 1993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu) | |
| 4681 | |
| 4682 * yow.c: Include <src/paths.h>, instead of "src/paths.h". | |
| 4683 | |
| 4684 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
| 4685 | |
|
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
4686 * Makefile.in: Support configuring in a different directory when |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
4687 ${srcdir} has already been configured. |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
4688 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir} |
|
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
49362
diff
changeset
|
4689 -I${srcdir}/../src. |
| 25859 | 4690 (b2m, movemail, fakemail, env, emacsserver, emacsclient, |
| 4691 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it | |
| 4692 is already in CPP_FLAGS. | |
| 4693 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c, | |
| 4694 movemail.c, emacsserver.c: Include <config.h> instead of "config.h". | |
| 4695 | |
| 4696 1993-08-25 Paul Eggert (eggert@twinsun.com) | |
| 4697 | |
| 4698 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility; | |
| 4699 otherwise, HP awk complains. | |
| 4700 | |
| 4701 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these | |
| 4702 are common hangouts for SCCS commands. | |
| 4703 | |
| 4704 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4705 | |
| 4706 * Version 19.19 released. | |
| 4707 | |
| 4708 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4709 | |
| 4710 * Makefile.in (make-path): Dep on config.h. | |
| 4711 | |
| 4712 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4713 | |
| 4714 * b2m.c (TRUE, FALSE): Don't define if already defined. | |
| 4715 | |
| 4716 1993-08-09 Paul Eggert (eggert@twinsun.com) | |
| 4717 | |
| 4718 * rcs2log (awkscript): | |
| 4719 Some sites put comma-separated junk after the fullname. | |
| 4720 Remove it, but leave "Bill Gates, Jr" alone. | |
| 4721 Remove the junk from fullnames like "0000-Admin(0000)". | |
| 4722 | |
| 4723 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4724 | |
| 4725 * Version 19.18 released. | |
| 4726 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4727 1993-08-04 Francesco Potort,Al(B (pot@spiff.gnu.ai.mit.edu) |
| 25859 | 4728 |
| 4729 * etags.c (L_isdef, L_isquote, L_getit): small optimisations. | |
| 4730 (L_funcs): the (foo::defmumble stuff now should work. | |
| 4731 (consider_token): function returned random value--corrected. | |
| 4732 (C_entries): corrected == versus = typo. | |
| 4733 | |
| 4734 1993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
| 4735 | |
| 4736 * etags.c (put_entries): For NODE->rewritten, put pattern before | |
| 4737 \177 and name after, not vice versa. | |
| 4738 | |
| 4739 1993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4740 | |
| 4741 * timer.c (main): Generate a SIGIO as soon as we've initialized. | |
| 4742 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4743 1993-07-30 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4744 |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4745 * etags.c (FINCST): Added the fignore status. Means we are |
| 25859 | 4746 after the parameter list and before the open curly brace. |
| 4747 Allows correct parsing of C++ constructors. | |
| 4748 (C_entries, consider_token): make use of fignore. | |
| 4749 (consider_token): reset funcdef when next_token_is_func: when in | |
| 4750 ctags mode makes DEFVAR and others work better. | |
| 4751 (L_isquote): function that recognises the "(quote" string. | |
| 4752 (L_getit): ignore quoting via "'" or "(quote". Useful for defalias. | |
| 4753 | |
| 4754 1993-07-29 Paul Eggert (eggert@twinsun.com) | |
| 4755 | |
| 4756 * rcs-checkin: Don't check whether a file is readable until we have | |
| 4757 decided not to ignore it. | |
| 4758 | |
| 4759 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4760 | |
| 4761 * Makefile.in (etags): Depend on ../src/config.h. | |
| 4762 | |
| 4763 * emacsserver.c: Include types.h before file.h. | |
| 4764 | |
| 4765 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4766 | |
| 4767 * Makefile.in (install): Use .n, not .new, for temporary filenames. | |
| 4768 | |
| 4769 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4770 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4771 * Version 19.17 released. |
| 25859 | 4772 |
| 4773 1993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 4774 | |
| 4775 * etags.c (print_help): Break up the very long strings containing | |
| 4776 the help message into shorter strings, to placate chintzy C | |
| 4777 compilers which can't handle strings that long. | |
| 4778 | |
| 4779 * wakeup.c: Use CPP tangle from autoconf manual to #include the | |
| 4780 correct combination of <time.h> and <sys/time.h>. | |
| 4781 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4782 1993-07-08 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4783 |
| 4784 * etags.c (alloca): removed all references to it. | |
| 4785 (main): now calls xnew instead of alloca for portability. | |
| 4786 (../src/config.h): included only if HAVE_CONFIG_H. | |
| 4787 (const): void definition removed--config.h takes care of it. | |
| 4788 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4789 1993-07-08 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 4790 |
| 4791 * etags.c (consider_token): was `==', now is `='. | |
| 4792 (consider_token): DEFUNs now treated like funcs in ctags mode. | |
| 4793 | |
| 4794 * etags.c (LEVEL_OK_FOR_FUNCDEF): removed. | |
| 4795 (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF. | |
| 4796 (C_entries): removed a piece of useless code. | |
| 4797 (C_entries): making typedef tags is delayed until a semicolon | |
| 4798 is met. This handles "typedef int X, Y, Z;" correctly. | |
| 4799 | |
| 4800 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 4801 | |
| 4802 * Version 19.16 released. | |
| 4803 | |
| 4804 * b2m.c: #include <sys/types.h>. | |
| 4805 (ltoday): Declare this to be time_t. | |
| 4806 | |
| 4807 1993-06-30 Paul Eggert (eggert@twinsun.com) | |
| 4808 | |
| 4809 * vcdiff: Add -q option. | |
| 4810 | |
| 4811 1993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4812 | |
| 4813 * etags.c: #include "config.h" and the alloca CPP tangle before | |
| 4814 #including the system headers and getopt.h. AIX requires the | |
| 4815 #pragma to come before any actual C code. | |
| 4816 | |
| 4817 1993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4818 | |
| 4819 * Makefile.in (ctags): Depend on etags, so that parallel makes | |
| 4820 don't write etags.o files on top of each other. | |
| 4821 | |
| 4822 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4823 | |
| 4824 * version 19.15 released. | |
| 4825 | |
| 4826 1993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4827 | |
| 4828 * etags.c (add_node): Move var last_node to file scope. | |
| 4829 | |
| 4830 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4831 | |
| 4832 * Version 19.14 released. | |
| 4833 | |
| 4834 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4835 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4836 Bring mumbleclean targets into conformance with GNU coding standards. |
| 25859 | 4837 * Makefile.in (distclean): Call clean to do most of the work. |
| 4838 Delete aixcc.c and TAGS. | |
| 4839 (realclean): Just call distclean. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
4840 |
| 25859 | 4841 * Makefile.in: Remember, spaces are not tabs. |
| 4842 | |
| 4843 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4844 | |
| 4845 * Makefile.in (CPP_CFLAGS): New variable. | |
| 4846 Use it instead of ALL_CFLAGS when compiling a .c file. | |
| 4847 (getopt.o, getopt1.o): Add explicit compilation commands. | |
| 4848 | |
| 4849 1993-06-10 Mark D. Baushke (mdb@cisco.com) | |
| 4850 | |
| 4851 * etags.c: Reinstate old -f option as an alias for -o for | |
| 4852 installed base uses. | |
| 4853 | |
| 4854 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4855 | |
| 4856 * emacsserver.c (main): When we're passing a `struct sockaddr_un' | |
| 4857 to bind or accept, cast the pointer, to avoid warnings on systems | |
| 4858 which declare prototypes for this. | |
| 4859 * emacsclient.c (main): Same. | |
| 4860 | |
| 4861 * Makefile.in (YACC): New variable, to be set by top-level Makefile. | |
| 4862 | |
| 4863 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4864 | |
| 4865 * Version 19.13 released. | |
| 4866 | |
| 4867 * wakeup.c: Include sys/types.h, too; I think that's where time_t | |
| 4868 comes from, not sys/time.h. | |
| 4869 | |
| 4870 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4871 | |
| 4872 * wakeup.c: Include sys/time.h. | |
| 4873 | |
| 4874 * etags.c: #undef static. | |
| 4875 | |
| 4876 * Version 19.12 released. | |
| 4877 | |
| 4878 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps. | |
| 4879 | |
| 4880 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4881 | |
| 4882 * Version 19.11 released. | |
| 4883 | |
| 4884 * timer.c [LINUX]: #undef signal. | |
| 4885 * emacsserver.c: #undef signal. | |
| 4886 | |
| 4887 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4888 | |
| 4889 * wakeup.c (main): Make when a time_t. | |
| 4890 | |
| 4891 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4892 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4893 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
4894 `(cd foo ; pwd)' to get the canonical name of a directory; cd |
| 25859 | 4895 might fail, and have pwd print out the current directory. |
| 4896 | |
| 4897 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable | |
| 4898 string-handling functions. | |
| 4899 | |
| 4900 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4901 | |
| 4902 * Version 19.10 released. | |
| 4903 | |
| 4904 1993-05-29 Paul Eggert (eggert@twinsun.com) | |
| 4905 | |
| 4906 * rcs2log: When given no file arguments, inspect RCS/.* as well | |
| 4907 as RCS/*. Don't report an error if RCS is empty or nonexistent. | |
| 4908 | |
| 4909 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4910 | |
| 4911 * Makefile.in (timer): Link with $(LOADLIBES). | |
| 4912 | |
| 4913 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4914 | |
| 4915 * fakemail.c (put_line): Don't output \n\t unless more text follows. | |
| 4916 | |
| 4917 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 4918 | |
| 4919 * etags.c: Replace the CPP tangle for alloca with the one from the | |
| 4920 autoconf documentation, since that's working elsewhere. | |
| 4921 | |
| 4922 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 4923 | |
| 4924 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine | |
| 4925 description files can find their ancestors. | |
| 4926 | |
| 4927 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4928 | |
| 4929 * Makefile.in (install): Get the scripts from ${srcdir}, | |
| 4930 unlike the executables. | |
| 4931 (ALL_CFLAGS): Add -I../src | |
| 4932 | |
| 4933 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 4934 | |
| 4935 * Version 19.9 released. | |
| 4936 | |
| 4937 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4938 | |
| 4939 * Makefile.in (install): Do install the programs listed in | |
| 4940 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and | |
| 4941 INSTALLABLE_SCRIPTS, instead of writing the programs out. | |
| 4942 | |
| 4943 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}. | |
| 4944 (getopt.o, getopt1.c): Use ${srcdir} as appropriate. | |
| 4945 | |
| 4946 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4947 | |
| 4948 * etags.c: Include ../src/config.h. | |
| 4949 | |
| 4950 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS | |
| 4951 in first loop. Delete files from bindir before installing new ones. | |
| 4952 (ALL_CFLAGS): Use ${srcdir} to find .../src dir. | |
| 4953 | |
| 4954 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4955 | |
| 4956 * Version 19.8 released. | |
| 4957 | |
| 4958 * make-docfile.c: Doc fix. | |
| 4959 | |
| 4960 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4961 | |
| 4962 * tcp.c: Fix comment syntax at top of file. | |
| 4963 (main): Don't call htons with the port number. | |
| 4964 | |
| 4965 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4966 | |
| 4967 * 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
|
4968 appropriate. |
| 25859 | 4969 |
| 4970 * Makefile.in (install): Refer to the variables INSTALLABLES and | |
| 4971 INSTALLABLE_SCRIPTS, instead of writing them out. | |
| 4972 | |
| 4973 1993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4974 | |
| 4975 * make-path.c (main): Return 0. | |
| 4976 | |
| 4977 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 4978 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
4979 * Version 19.7 released. |
| 25859 | 4980 |
| 4981 1993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4982 | |
| 4983 * make-docfile.c (scan_lisp_file): Recognize defalias like fset. | |
| 4984 | |
| 4985 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 4986 | |
| 4987 * tcp.c: New file. | |
| 4988 | |
| 4989 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 4990 | |
| 4991 * Makefile.in (.c.o): Make the rule start with a tab, not spaces. | |
| 4992 | |
| 4993 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 4994 | |
| 4995 * timer.c (notify): Don't call sighold or sigrelse; they're USG | |
| 4996 only. We should really fix this later, but let's just make it | |
| 4997 compile for now. | |
| 4998 | |
| 4999 Install patches from David J. Mackenzie to make the srcdir option | |
| 5000 work. | |
| 5001 * Makefile.in (srcdir, VPATH): Get this value from the top-level | |
| 5002 Makefile. | |
| 5003 (INSTALLABLES): Split this into two lists - INSTALLABLES and | |
| 5004 INSTALLABLE_SCRIPTS. | |
| 5005 (INSTALLABLE_SCRIPTS): New list. | |
| 5006 (EXECUTABLES): Include INSTALLABLE_SCRIPTS. | |
| 5007 (${archlibdir}): The scripts to be installed live in the source | |
| 5008 tree, not in the object tree. | |
| 5009 (test-distrib): Note that the data file lives in the source tree, | |
| 5010 not the object tree. | |
| 5011 (GETOPTDEPS): Note that getopt.h lives in the source tree. | |
| 5012 (all other targets): Change references to source files to use | |
| 5013 ${srcdir}, except for config.h, which lives in the object dir. | |
| 5014 (timer.o): Note that this depends on ../src/config.h. | |
| 5015 * make-docfile.c (main): Add a -d option, to tell it where to find | |
| 5016 the source files. | |
| 5017 * test-distrib.c (main): Take the name of the distribution file to | |
| 5018 test from the command line. | |
| 5019 | |
| 5020 * timer.c: Fix mispellings of get_date function's name. | |
| 5021 | |
| 5022 1993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
| 5023 | |
| 5024 * etags.c (main): | |
| 5025 Don't require that there be input files if -i switches were given. | |
| 5026 | |
| 5027 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5028 | |
| 5029 The GNU coding standards specify that CFLAGS should be left for | |
| 5030 users to set. | |
| 5031 * Makefile.in (CFLAGS): Put this in the "things configure might | |
| 5032 edit" section, and have it default to -g. | |
| 5033 (ALL_CFLAGS): New variable, set to all the flags which should be | |
| 5034 passed to compilations. Replace all other uses of CFLAGS with | |
| 5035 ALL_CFLAGS. | |
| 5036 (.c.o): New rule, to pass ALL_CFLAGS to compilations. | |
| 5037 | |
| 5038 * Makefile.in (DEFS): Remove this; it's always just going to be | |
| 5039 "-DHAVE_CONFIG_H -Demacs". | |
| 5040 | |
| 5041 1993-05-03 Paul Eggert (eggert@twinsun.com) | |
| 5042 | |
| 5043 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on | |
| 5044 /[/]/, so change it to /[\/]/. This should work on all | |
| 5045 Posix-compliant awks. It's slightly wrong with traditional awk, | |
| 5046 since it matches \ too, but that's a minor problem compared to awk | |
| 5047 syntax errors. | |
| 5048 | |
| 5049 1993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 5050 | |
| 5051 * Makefile.in (ALLOCA): New variable, whose value we should | |
| 5052 inherit from the top-level makefile. | |
| 5053 (etags, ctags): Include ALLOCA in the list of object files that | |
| 5054 these executables depend on and link. | |
| 5055 | |
| 5056 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5057 | |
| 5058 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS. | |
| 5059 | |
| 5060 1993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) | |
| 5061 | |
| 5062 * make-docfile.c (write_c_args): Print an argument named "defalt" | |
| 5063 as "default". | |
| 5064 | |
| 5065 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
| 5066 | |
| 5067 * Makefile.in (C_SWITCH_SYSTEM): New variable. | |
| 5068 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the | |
| 5069 compiler. | |
| 5070 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5071 1993-03-22 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 5072 |
| 5073 * etags.c (YACC): flag added to c_ext. | |
| 5074 (c_ext): no more a synonim for c_ext&C_PLPL because of YACC. | |
| 5075 (find_entries): consistently use streq when reasonable. | |
| 5076 (find_entries): a .y file is a yacc file. | |
| 5077 (get_C_stab): c_ext becomes c_ext&C_PLPL. | |
| 5078 (C_entries): logical cplpl means c_ext&C_PLPL. | |
| 5079 (C_entries): logical yacc_rules means we are after the first %%. | |
| 5080 (C_entries): added logic for yacc files. | |
| 5081 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5082 1993-03-16 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 5083 |
| 5084 * etags.c (C_entries): ':' case moved to the second switch. | |
| 5085 (C_entries): do not examine token if structdef==scolonseen. | |
| 5086 (consider_token): structtag set to null string for enum. | |
| 5087 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5088 1993-03-12 Francesco Potort,Al(B (pot@cnuce.cnr.it) |
| 25859 | 5089 |
| 5090 * etags.c (GET_COOKIE): and related macros removed. | |
| 5091 (logical): is now int, no more a char. | |
| 5092 (reg): define deleted. | |
| 5093 (isgood, _gd, notgd): deleted. | |
| 5094 (gotone): deleted. | |
| 5095 (TOKEN): member linestart removed. | |
| 5096 (linepos, prev_linepos, lb1): deleted. | |
| 5097 (main): call initbuffer on lbs array instead of lb1. | |
| 5098 (init): removed the initialisation of the logical _gd array; | |
| 5099 (find_entries): a .sa suffix means assembler file. | |
| 5100 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. | |
| 5101 All C state machines rewritten. | |
| 5102 (C_entries): complete rewrite. | |
| 5103 (condider_token): complete rewrite. | |
| 5104 (getline): deleted. | |
| 5105 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5106 1993-03-01 Francesco Potort,Al(B (pot@fly.CNUCE.CNR.IT) |
| 25859 | 5107 |
| 5108 * etags.c (C_entries): Added the quotednl logical variable. | |
| 5109 Used for parsing of #define's spanning multiple lines. | |
| 5110 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5111 1993-02-23 Francesco Potort,Al(B (pot@fly.CNUCE.CNR.IT) |
| 25859 | 5112 |
| 5113 * etags.c (C_entries): Save the definedef status even when a | |
| 5114 newline is met inside a string. | |
| 5115 | |
| 5116 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
| 5117 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5118 * Makefile.in (EXECUTABLES): added rcs-checkin. |
| 25859 | 5119 |
| 5120 * Makefile.in (unlock, relock): New productions. | |
| 5121 | |
| 5122 1993-03-16 Paul Eggert (eggert@twinsun.com) | |
| 5123 | |
| 5124 * rcs2log: Some awks don't understand "\r". Code around this. | |
| 5125 Unfortunately this requires putting a carriage return in the | |
| 5126 source code. Don't assume that rlog will tolerate times like | |
| 5127 `10:10:60'; RCS 5.7 won't allow this. | |
| 5128 | |
| 5129 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5130 | |
| 5131 * timer.c (main): Set the ownership of the stdin file descriptor | |
| 5132 to the current process. Print error messages if either of the | |
| 5133 fcntl's fails. | |
| 5134 | |
| 5135 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in | |
| 5136 ../src/config.h), not void. | |
| 5137 | |
| 5138 1993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5139 | |
| 5140 * b2m.c (main): Don't exit upon reading a blank line. | |
| 5141 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5142 1993-03-01 Francesco Potort,Al(B (pot@fly.CNUCE.CNR.IT) |
| 25859 | 5143 |
| 5144 * etags.c (C_entries): New local variable quotednl. Used for | |
| 5145 parsing of #define's spanning multiple lines. | |
| 5146 | |
| 5147 * etags.c (C_entries): Save the definedef status | |
| 5148 even when a newline is met inside a string. | |
| 5149 | |
| 5150 1993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5151 | |
| 5152 * timer.c (notify): Initialize waitfor properly. | |
| 5153 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5154 1993-02-22 Francesco Potort,Al(B (pot@CNUCE.CNR.IT) |
| 25859 | 5155 |
| 5156 * etags.c (C_entries): Don't reset definedef when a newline inside a | |
| 5157 comment is met. | |
| 5158 | |
| 5159 1993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5160 | |
| 5161 * etags.c (find_entries): If filename ends in .f or .for, | |
| 5162 don't try anything but Fortran. | |
| 5163 | |
| 5164 1993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu) | |
| 5165 | |
| 5166 * timer.c (notify): Flush stdout after writing message to avoid lossage | |
| 5167 on terminals. | |
| 5168 | |
| 5169 (notify): Also, write a newline after the token. | |
| 5170 | |
| 5171 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5172 | |
| 5173 * Makefile.in (exec_prefix): New variable. | |
| 5174 (bindir, libdir): Use it instead of `prefix'. | |
| 5175 | |
| 5176 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too. | |
| 5177 | |
| 5178 * Makefile.in (libdir): Default to ${prefix}/lib. | |
| 5179 (archlibdir): Adjusted to match. | |
| 5180 | |
| 5181 * Makefile.in (distclean): Don't delete backup or autosave files. | |
| 5182 (extraclean): Like realclean, but does delete backup and autosave | |
| 5183 files. | |
| 5184 | |
| 5185 * Makefile.in (realclean): Ignore errors from rm. | |
| 5186 | |
| 5187 * Makefile.in (distclean): Don't bother to delete ../arch-lib; | |
| 5188 that doesn't exist anymore. | |
| 5189 | |
| 5190 1992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5191 | |
| 5192 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as | |
| 5193 described in the top-level Makefile. | |
| 5194 (UTILITIES): Add make-path to the list of utility programs. | |
| 5195 (../arch-lib): Replaced by the ${archlibdir} target, which places | |
| 5196 the executables in their permanent home. | |
| 5197 (install, install.sysv, install.xenix): Consolidated into one | |
| 5198 target which should work under all circumstances, modulo a few | |
| 5199 ignored error messages. | |
| 5200 | |
| 5201 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes | |
| 5202 a different number of arguments than other DEFVARs, recognize it | |
| 5203 specially, and expect the right number of commas. | |
| 5204 | |
| 5205 1992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5206 | |
| 5207 * make-path.c: New program, to help with the installation process. | |
| 5208 * Makefile.in (make-path): New target. | |
| 5209 | |
| 5210 * make-path.c (touchy_mkdir): Remove debugging output. | |
| 5211 | |
| 5212 1992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5213 | |
| 5214 * Makefile.in (getdate.o): Added explicit target for this, so we | |
| 5215 can indicate that it depends on ../src/config.h. | |
| 5216 | |
| 5217 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
| 5218 | |
| 5219 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this | |
| 5220 instead of CFLAGS. | |
| 5221 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this. | |
| 5222 | |
| 5223 1992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5224 | |
| 5225 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP | |
| 5226 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on | |
| 5227 that system. | |
| 5228 | |
| 5229 * Makefile.in (arch-lib): Give rm the `-f' option. | |
| 5230 | |
| 5231 1992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5232 | |
| 5233 * make-docfile.c (write_c_args): Rewritten to correctly print | |
| 5234 &optionals before the first identifier, but after the first paren. | |
| 5235 This code used to just wait for commas or spaces; now it notices | |
| 5236 identifier boundaries. | |
| 5237 | |
| 5238 1992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
| 5239 | |
| 5240 * rcs2log: When getting date, use %02d instead of %.2d in awk printf. | |
| 5241 | |
| 5242 1992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5243 | |
| 5244 * make-docfile.c (write_c_args): Print the argument lists properly | |
| 5245 when the first argument is optional. | |
| 5246 | |
| 5247 1992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5248 | |
| 5249 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni. | |
| 5250 Redefine @item. Set catcode of +. | |
| 5251 | |
| 5252 1992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5253 | |
| 5254 * emacsclient.c (main): Set IPC_CREAT in msgget call. | |
| 5255 | |
| 5256 1992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5257 | |
| 5258 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops. | |
| 5259 (TEX_decode_env): Make `tab' one element longer. | |
| 5260 | |
| 5261 1992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5262 | |
| 5263 * etags.c (PF_funcs): Recognize the "entry" keyword. | |
| 5264 | |
| 5265 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5266 | |
| 5267 * Makefile.in: Add rcs2log and vcdiff to the list of utilities. | |
| 5268 | |
| 5269 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5270 | |
| 5271 * timer.c (events): Rather than having slots marked as in use or | |
| 5272 out of use by the `token' field, keep all pending events at the | |
| 5273 beginning of the array. When we delete an event in the middle of | |
| 5274 the array, we move the last event into its place. | |
| 5275 (num_events): New variable. | |
| 5276 (schedule): It is now cheaper to find a free event slot; | |
| 5277 events[num_events] is the first free slot. | |
| 5278 (notify): Scan events[0 .. num_events-1], instead of the whole | |
| 5279 array. When an event fires, move the last event in the array into | |
| 5280 its spot. Use num_events to determine whether or not there are | |
| 5281 any pending events, not wait_for. | |
| 5282 (getevent): Deleted unused variable `ep'. | |
| 5283 (sigcatch): It's now easier to find all the active events. | |
| 5284 (main): Initialize num_events. | |
| 5285 | |
| 5286 * etags.c: Rather than fret about which systems have index and | |
| 5287 which systems have strchr, and how to tell the difference between | |
| 5288 them, we just write out our own versions. Big deal. | |
| 5289 (index, rindex): Extern declarations removed. | |
| 5290 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed. | |
| 5291 (etags_index, etags_rindex): New declarations. | |
| 5292 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env, | |
| 5293 TEX_getit, substr): Use the etags_*index functions, rather than | |
| 5294 the native *index functions. | |
| 5295 (rindex, index): Renamed to etags_rindex and tags_rindex, and | |
| 5296 made them unconditionally defined, rather than having them depend | |
| 5297 on NEED_*INDEX. | |
| 5298 | |
| 5299 * etags.c (savenstr): Add declaration for this at top of file. | |
| 5300 (TEX_decode_env): Don't declare it local to this function. | |
| 5301 | |
| 5302 * b2m.c: #include "../src/config.h", so we can test for the USG | |
| 5303 macro, and decide whether to include <string.h> or <strings.h>. | |
| 5304 * Makefile.in: Note that b2m.c depends on ../src/config.h. | |
| 5305 | |
| 5306 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5307 | |
| 5308 * timer.c: Reformatted according to the GNU coding standards. | |
| 5309 Removed arbitrary limits on the number of events queued and the | |
| 5310 length of the tokens used to identify them. | |
| 5311 Removed casts to (void). | |
| 5312 Removed debugging printfs; they clutter the code, and the need | |
| 5313 can be better filled using a real debugger. | |
| 5314 | |
| 5315 1992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5316 | |
| 5317 * timer.c: Installed new version from Eric Raymond; this is more | |
| 5318 portable, since it doesn't try to use SIGIO. | |
| 5319 | |
| 5320 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5321 | |
| 5322 * emacsclient.c (main): If we can't find the socket in this | |
| 5323 person's home directory, print a message which asks if they've | |
| 5324 started the server, instead of just printing the message from | |
| 5325 sys_errmsg; Cygnus finds that people are much less confused by | |
| 5326 this. | |
| 5327 | |
| 5328 1992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5329 | |
| 5330 * etags.c: Rather than defining "notdef" when "hpux" is #defined, | |
| 5331 so that index and rindex get defined, why don't we actually | |
| 5332 control index and rindex using symbols called "NEED_INDEX" and | |
| 5333 "NEED_RINDEX", and define them if hpux is defined? Isn't that a | |
| 5334 little more readable than defining something whose name implies | |
| 5335 that it's not? | |
| 5336 | |
| 5337 1992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5338 | |
| 5339 * movemail.c: Merged changes from Jamie Zawinski's byte compiler | |
| 5340 distribution: | |
| 5341 Miscellaneous doc fixes. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
5342 (skip_white, read_lisp_symbol): New functions. |
| 25859 | 5343 (scan_lisp_file): Instead of using long hairy strings of ifs, call |
| 5344 read_lisp_symbol and then see what we got. Call skip_white | |
| 5345 instead of writing out a loop to do its job. Correctly extract | |
| 5346 docstrings from "defmacro" declarations. | |
| 5347 | |
| 5348 1992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5349 | |
| 5350 * movemail.c (strcpy): Declare this to return char *. | |
| 5351 | |
| 5352 1992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5353 | |
| 5354 * etags.c (C_entries): When we find a C++ comment, do actually | |
| 5355 skip to the end of the line; do a 'break' instead of a 'continue'. | |
| 5356 | |
| 5357 1992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5358 | |
| 5359 * etags.c (getit): Add missing parenthesis to expression which | |
| 5360 decides if this token is an identifier. | |
| 5361 | |
| 5362 1992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
| 5363 | |
| 5364 * etags.c (consider_token): Recognize `ENTRY' macro used in libc. | |
| 5365 | |
| 5366 1992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5367 | |
| 5368 * etags.c (put_entries): Always put space between name and line num. | |
| 5369 | |
| 5370 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM) | |
| 5371 | |
| 5372 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc | |
| 5373 warning. | |
| 5374 (LEVEL_OK_FOR_FUNCDEF): Ditto. | |
| 5375 | |
| 5376 1992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
| 5377 | |
| 5378 * make-docfile.c (write_c_args): Pass both arguments to putc. | |
| 5379 | |
| 5380 1992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu) | |
| 5381 | |
| 5382 * etags.c (C_entries): Fixed reading of "..." strings. | |
| 5383 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in | |
| 5384 the C library source. | |
| 5385 | |
| 5386 * etags.c (C_entries): When we see a backslash inside a quoted | |
| 5387 string, skip to the next character. This allows us to correctly | |
| 5388 deal with strings containing quotes. | |
| 5389 | |
| 5390 1992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5391 | |
| 5392 * make-docfile.c (write_c_args): Print the C argument names as | |
| 5393 they would be written in Elisp; print '_' as '-'. | |
| 5394 | |
| 5395 1992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5396 | |
| 5397 * movemail.c [POP]: Get user name via getpwuid. | |
| 5398 | |
| 5399 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5400 | |
| 5401 * Makefile.in: flags in CC invocations rearranged for no reason. | |
| 5402 | |
| 5403 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5404 | |
| 5405 * etags.c (print_help): Remember not to imbed raw newlines in | |
| 5406 strings - end the lines with `\n\'. | |
| 5407 | |
| 5408 1992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5409 | |
| 5410 * timer.c (getevent): Removed declaration of memcpy; since | |
| 5411 different systems have different return types, and we're not even | |
| 5412 using the return type anyway, it wasn't doing us any good. | |
| 5413 | |
| 5414 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5415 | |
| 5416 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the | |
| 5417 type of this function. | |
| 5418 | |
| 5419 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5420 | |
| 5421 * ChangeLog: Since the old etc contents have been split into etc | |
| 5422 and lib-src, the old etc's ChangeLog has been duplicated in the | |
| 5423 new etc and lib-src. That means that each contains complete and | |
| 5424 coherent information, although each contains extraneous | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
5425 information. |
| 25859 | 5426 |
| 5427 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5428 | |
| 5429 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn", | |
| 5430 to be consistent with other GNU programs, like makeinfo. | |
| 5431 | |
| 5432 * lib-src/Makefile: Renamed to Makefile.in; the configure script | |
| 5433 will edit this to produce Makefile. | |
| 5434 | |
| 5435 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5436 | |
| 5437 * etags.c (print_help, print_version): New functions. | |
| 5438 (main): Options added to support them. | |
| 5439 | |
| 5440 * etags.c (longopts): New array of long names for the options. | |
| 5441 (main): Recognize them. | |
| 5442 | |
| 5443 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5444 | |
| 5445 * etags.c (C_entries): Removed comment saying that \" in a string | |
| 5446 isn't recognized as magic, because it is correctly handled. | |
| 5447 | |
| 5448 * getopt.c, getopt.h: New files, from GNU C library. | |
| 5449 * etags.c: Rewritten to use getopt. | |
| 5450 #include "getopt.h". | |
| 5451 (file_num): Variable deleted; its role is now played by getopt's | |
| 5452 optind. | |
| 5453 (main): Argument processing loop rewritten to call getopt to get | |
| 5454 next option. Options which take parameters (-o and -i) rewritten | |
| 5455 to get parameter from optarg instead of argv[1]. Filename | |
| 5456 preprocessing loop and update command changed similarly. | |
| 5457 * Makefile (etags, ctags): Depend on and link with getopt.h, | |
| 5458 getopt.o, and getopt1.o. | |
| 5459 (getopt.o, getopt1.o): New targets for the GNU getopt routines. | |
| 5460 | |
| 5461 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile | |
| 5462 is non-zero. | |
| 5463 | |
| 5464 (main): In the argument processing loop, the 'goto next_arg' | |
| 5465 statements are breaking out of the switch statement in exactly the | |
| 5466 same way that a simple 'break' statement would; replace the gotos | |
| 5467 with breaks, and remove the label. | |
| 5468 | |
| 5469 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5470 | |
| 5471 * etags.c (C_entries): Clear tydef and next_token_is_func at start. | |
| 5472 (consider_token): Move next_token_is_func to global. | |
| 5473 | |
| 5474 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5475 | |
| 5476 * Makefile: Conform with GNU coding standards: | |
| 5477 (mostlyclean): New target, synonymous with clean. | |
| 5478 (TAGS, check): New targets. | |
| 5479 (INSTALL, INSTALLFLAGS): New variables. | |
| 5480 | |
| 5481 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5482 | |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5483 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to |
| 25859 | 5484 `config.emacs' to `configure'. |
| 5485 | |
| 5486 * lib-src/Makefile: Adjusted for renaming of share-lib to etc. | |
| 5487 * etc/MACHINES: Same. | |
| 5488 | |
| 5489 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
| 5490 | |
| 5491 * movemail.c (main): Allow tempname to be as long as necessary, | |
| 5492 instead of limiting it to 39 characters. | |
| 5493 | |
| 5494 * movemail.c (main): Move declaration of buf from top of function | |
| 5495 to local block surrounding the copy loop. This makes it less | |
| 5496 likely to be confused with the buf used by the code which checks the | |
| 5497 permissions on outname's directory. | |
| 5498 | |
| 5499 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu) | |
| 5500 | |
| 5501 * SERVICE: Remove my entry. | |
| 5502 | |
| 5503 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) | |
| 5504 | |
| 5505 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not | |
| 5506 hardcoded -g. | |
| 5507 | |
| 5508 * movemail.c (xmalloc): Return char *, not int. | |
| 5509 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL, | |
| 5510 that is off by default -- normally don't unlink the mail spool | |
| 5511 file, just empty it. Pass creat mode 0600, not 0666. | |
| 5512 | |
| 40965 | 5513 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 25859 | 5514 |
| 5515 * Makefile (../arch-lib): Depend on ${EXECUTABLES}. | |
| 5516 (all): Instead of here. | |
| 5517 (install): Don't use the -s option, since people need symbols to | |
| 5518 debug code. | |
| 5519 | |
| 40965 | 5520 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil) |
| 25859 | 5521 |
| 5522 * etags-vmslib.c (fn_exp): Add type cast. | |
| 5523 | |
| 5524 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
| 5525 | |
| 5526 * movemail.c: Changes in comments. | |
| 5527 | |
| 40965 | 5528 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 25859 | 5529 |
| 5530 * Makefile: Make the distclean target erase the DOC files from | |
| 5531 ../share-lib and the executables from ../arch-lib. | |
| 5532 | |
| 40965 | 5533 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| 25859 | 5534 |
| 5535 * emacsclient.c: #include <sys/stat.h> | |
| 5536 (main): Do declare statbfr. | |
| 5537 | |
| 40965 | 5538 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 25859 | 5539 |
| 5540 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~ | |
| 5541 for the socket, depending on SERVER_HOME_DIR. | |
| 5542 If using /tmp, put host name in the socket name. | |
| 5543 | |
| 5544 * movemail.c (pfatal_and_delete): New function. | |
| 5545 (main, popmail): Use it. | |
| 5546 (popmail): Close output before deleting messages. | |
| 5547 Check for error on close and on fsync. | |
| 5548 Use `fatal' where appropriate. | |
| 5549 (main): Remove (void). | |
| 5550 | |
| 5551 * aixcc.lex: New file. Not officially part of Emacs. | |
| 5552 * Makefile: Rules for that. | |
| 5553 | |
| 40965 | 5554 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
| 25859 | 5555 |
| 5556 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA. | |
| 5557 | |
| 5558 * etags.c (main): Properly cast call to alloca that initializes | |
| 5559 included_files. | |
| 5560 | |
| 5561 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
| 5562 | |
| 5563 * etags.c (files_are_tag_tables): Remove global var. | |
| 5564 (process_file): Don't test it. Also remove hack checking for a | |
| 5565 file named "TAGS". | |
| 5566 (main): -i now takes an arg which is the name of a file to include. | |
| 5567 Collect these names and emit include tags for them after processing | |
| 5568 all the argument files. | |
| 5569 | |
| 40965 | 5570 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 25859 | 5571 |
| 5572 * wakeup.c: Terminate if parent goes away. | |
| 5573 | |
| 40965 | 5574 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 25859 | 5575 |
| 5576 * etags.c (C_entries): Process token before handling end of line. | |
| 5577 When inner loops reach end of line, just back up. | |
| 5578 Let the real end of line processing happen in just one place. | |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
5579 (consider_token): Likewise. |
| 25859 | 5580 |
| 40965 | 5581 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
| 25859 | 5582 |
| 5583 * etags.c (TEX_mode): Skip comments while scanning the text to see | |
| 5584 which escape character this file uses. | |
| 5585 | |
| 40965 | 5586 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 25859 | 5587 |
| 5588 * emacsserver.c [USG]: Terminate if msgrcv fails. | |
| 5589 | |
| 40965 | 5590 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5591 |
| 5592 * emacsserver.c [BSD]: Check for errors on stdin after scanf. | |
| 5593 | |
| 40965 | 5594 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) |
| 25859 | 5595 |
| 5596 * make-docfile: Find the arguments to a C function correctly, | |
| 5597 by not ignoring the character that read_c_string returns. Don't | |
| 5598 even try to find argument names for functions that take MANY | |
| 5599 or UNEVALLED arguments, since they're a figment of the docstring's | |
| 5600 imagination. | |
| 5601 | |
| 40965 | 5602 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) |
| 25859 | 5603 |
| 5604 * make-docfile: Read the .elc files generated by the new byte | |
| 5605 compiler. | |
| 5606 | |
| 40965 | 5607 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5608 |
| 5609 * refcard.tex: Use cm fonts, not am, in multi-column mode. | |
| 5610 | |
| 40965 | 5611 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5612 |
| 5613 * movemail.c (mbx_delimit_begin): Put space before `unseen'. | |
| 5614 | |
| 40965 | 5615 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5616 |
| 5617 * Makefile (install*): No need to install wakeup. | |
| 5618 | |
| 40965 | 5619 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5620 |
| 5621 * Makefile (install*): Install emacsclient like etags. | |
| 5622 | |
| 40965 | 5623 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5624 |
| 5625 * movemail.c (error): Handle 3 args. | |
| 5626 (main): Don't check input access if using pop. | |
| 5627 | |
| 40965 | 5628 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5629 |
| 5630 * etags.c (find_entries): Check for numbers after Scheme suffix. | |
| 5631 | |
| 40965 | 5632 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5633 |
| 5634 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1. | |
| 5635 | |
| 40965 | 5636 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5637 |
| 5638 * Makefile (nemacstool, xvetool): New targets. | |
| 5639 | |
| 40965 | 5640 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5641 |
| 5642 * emacsclient.c: Include errno.h and define related variables. | |
| 5643 | |
| 40965 | 5644 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu) |
| 25859 | 5645 |
| 5646 * emacsclient.c: Change usage message. | |
| 5647 | |
| 40965 | 5648 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) |
| 25859 | 5649 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5650 * emacs.1: Add break before -nw option. |
| 25859 | 5651 |
| 40965 | 5652 1990-08-19 David J. MacKenzie (djm@apple-gunkies) |
| 25859 | 5653 |
| 5654 * qsort.c: Replace with GNU version. | |
| 5655 | |
| 40965 | 5656 1990-08-14 David J. MacKenzie (djm@apple-gunkies) |
| 25859 | 5657 |
| 5658 * wakeup.c: New program replacing loadst.c. | |
| 5659 | |
| 40965 | 5660 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5661 |
| 5662 * emacsclient.c [USG]: Pass msgsnd only 4 args. | |
| 5663 | |
| 40965 | 5664 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu) |
| 25859 | 5665 |
| 5666 * etags.c: Rename `flag' variables for what they do instead of | |
| 5667 which option character sets them. | |
| 5668 | |
| 40965 | 5669 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5670 |
| 5671 * loadst.c (main): Conditional to get load average on Apollo. | |
| 5672 | |
| 40965 | 5673 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
| 25859 | 5674 |
| 5675 * emacsserver.c: Set the permission on the socket to 0600. | |
| 5676 | |
| 40965 | 5677 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5678 |
| 5679 * emacsclient.c [BSD]: Print clean message for failing getwd. | |
| 5680 | |
| 40965 | 5681 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu) |
| 25859 | 5682 |
| 5683 * getdate.y: Use the getdate.y from GNU tar for timer. | |
| 5684 | |
| 40965 | 5685 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu) |
| 25859 | 5686 |
| 5687 * emacsclient.c (main): Don't put brackets around "filename" in | |
| 5688 usage message. It isn't optional. | |
| 5689 | |
| 40965 | 5690 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
| 25859 | 5691 |
|
54222
99e2ecf982f6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
53965
diff
changeset
|
5692 * etags.c (getit): Recognize '$' as beginning identifiers. |
| 25859 | 5693 |
| 40965 | 5694 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) |
| 25859 | 5695 |
| 5696 * emacsserver.c: Renamed from server.c. | |
| 5697 * Makefile: Reference emacsserver rather than server. | |
| 5698 * MACHINES: Doc fix for new emacsserver name. | |
| 5699 | |
| 40965 | 5700 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5701 |
| 5702 * emacsclient.c: Print program name in error messages. | |
| 5703 | |
| 40965 | 5704 1990-01-19 David Lawrence (tale@cocoa-puffs) |
| 25859 | 5705 |
| 5706 * timer.c, getdate.y (new files) and Makefile: | |
| 5707 Sub-process support for run-at-time in timer.el. | |
|
26261
b8f223ecc689
*** empty log message ***
Francesco Potort? <pot@gnu.org>
parents:
26083
diff
changeset
|
5708 Doesn't yet work correctly for USG. |
| 25859 | 5709 |
| 40965 | 5710 1990-01-10 Jim Kingdon (kingdon@pogo) |
| 25859 | 5711 |
| 5712 * MACHINES: Add HP 300 running BSD. | |
| 5713 | |
| 40965 | 5714 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5715 |
| 5716 * yow.c: Dynamically allocate buffer; skip header before random | |
| 5717 choice to avoid bias toward first item. | |
| 5718 | |
| 40965 | 5719 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5720 |
| 5721 * etags.c (readline): Separate out init of `pend'. | |
| 5722 | |
| 40965 | 5723 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5724 |
| 5725 * etags.c: Undo changes relating to isgoodhdr. | |
| 5726 | |
| 40965 | 5727 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5728 |
| 5729 * etags.c (isgoodhdr): New macro. | |
| 5730 (_gdh, notgdh): New variable used by that. | |
| 5731 (init): Initialize _gdh. | |
| 5732 (find_entries): Set header_file. | |
| 5733 (consider_token): Use isgoodhdr if in header file. | |
| 5734 | |
| 5735 * etags.c (total_size_of_entries): | |
| 5736 Was miscalculating by 1 in rewritten case. | |
| 5737 | |
| 5738 * etags.c (PAS_funcs): One arg to pfnote was missing. | |
| 5739 | |
| 40965 | 5740 1989-12-05 Joseph Arceneaux (jla@spiff) |
| 25859 | 5741 |
| 5742 * MACHINES: Change for the ULTRIX entry. | |
| 5743 | |
| 40965 | 5744 1989-11-21 Joseph Arceneaux (jla@spiff) |
| 25859 | 5745 |
| 5746 * etags.c (process_file): If file is not regular, return. | |
| 5747 | |
| 40965 | 5748 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5749 |
| 5750 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR. | |
| 5751 | |
| 40965 | 5752 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5753 |
| 5754 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg. | |
| 5755 (main): If HAVE_GETLOADAVG, don't call `nlist'. | |
| 5756 | |
| 40965 | 5757 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5758 |
| 5759 * etags.c (consider_token): Allow any number of typespec keywords | |
| 5760 after `typedef', before new type name. | |
| 5761 (enum sym_type): Add st_C_typespec. | |
| 5762 (C_create_stab): Put typespec kwds in table. | |
| 5763 | |
| 40965 | 5764 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
| 25859 | 5765 |
| 5766 * etags.c (main): Don't depend on name invoked by. | |
| 5767 If CTAGS is not defined, assume it is ETAGS. | |
| 5768 | |
| 40965 | 5769 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5770 |
| 5771 * etags.c (L_funcs): Allow package name in define construct, | |
| 5772 as in (foo::defmumble name-defined ...). | |
| 5773 | |
| 40965 | 5774 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5775 |
| 5776 * etags.c (find_entries): Stupid bug testing for C filename suffixes. | |
| 5777 | |
| 5778 * Makefile (yow): Depends on ../src/paths.h. | |
| 5779 | |
| 40965 | 5780 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
| 25859 | 5781 |
| 5782 * etags.c: Fix compilation by moving Pascal after Fortran. | |
| 5783 | |
| 40965 | 5784 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5785 |
| 5786 * movemail.c [USG]: Define F_OK, etc., if not found in header. | |
| 5787 | |
| 40965 | 5788 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5789 |
| 5790 * hexl.c: New file, supports hexl-mode. | |
| 5791 | |
| 40965 | 5792 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5793 |
| 5794 * movemail.c: New compilation flag MAIL_USE_MMDF. | |
| 5795 | |
| 40965 | 5796 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5797 |
| 5798 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS. | |
| 5799 * server.c: Likewise. | |
| 5800 | |
| 5801 * make-docfile.c (scan_c_file): Output argument names at end of string. | |
| 5802 (write_c_args): New subroutine. | |
| 5803 | |
| 40965 | 5804 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5805 |
| 5806 * movemail.c: Report failure of flock. | |
| 5807 | |
| 40965 | 5808 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5809 |
| 5810 * etags.c (find_entries): Allow multi-letter extensions for fortran. | |
| 5811 | |
| 40965 | 5812 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5813 |
| 5814 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES. | |
| 5815 | |
| 40965 | 5816 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5817 |
| 5818 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=. | |
| 5819 | |
| 5820 * emacsstool.1: update to document environment variables. | |
| 5821 | |
| 40965 | 5822 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5823 |
| 5824 * etags.c (PAS_funcs): New function by Mosur Mohan. | |
| 5825 | |
| 5826 * movemail.c: On sysv, include unistd.h. | |
| 5827 | |
| 40965 | 5828 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5829 |
| 5830 * b2m.c: New file. | |
| 5831 | |
| 40965 | 5832 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5833 |
| 5834 * etags.c: Prolog support from Sunichirou Sugou | |
| 5835 | |
| 40965 | 5836 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5837 |
| 5838 * Makefile (clean): New target. | |
| 5839 | |
| 40965 | 5840 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5841 |
| 5842 * fakemail.c (put_line): Break header lines at 79 cols. | |
| 5843 | |
| 40965 | 5844 1989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5845 |
| 5846 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for | |
| 5847 multiple tags per line. | |
| 5848 | |
| 40965 | 5849 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5850 |
| 5851 * movemail.c: Check access before doing real work. | |
| 5852 Check that outfile is in a writable directory. | |
| 5853 On fatal error, delete the lock file. | |
| 5854 | |
| 40965 | 5855 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) |
| 25859 | 5856 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5857 * env.c: Add decl for my-index |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5858 * etags.c (file-entries): .oak => scheme |
| 25859 | 5859 |
| 40965 | 5860 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5861 |
| 5862 * movemail.c: Use `access' to check input and output files. | |
| 5863 | |
| 40965 | 5864 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5865 |
| 5866 * emacsclient.c (main): Ignore all of CWD before first slash. | |
| 5867 | |
| 40965 | 5868 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5869 |
| 5870 * etags.c (readline): Double linebuffer->size outside the xrealloc. | |
| 5871 | |
| 40965 | 5872 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5873 |
| 5874 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined. | |
| 5875 * server.c: chmod the socket to 0700. | |
| 5876 | |
| 40965 | 5877 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5878 |
| 5879 * fakemail.c (main): Let env var FAKEMAILER override pgm to run. | |
| 5880 (add_field): Delete comments and turn `<', `>' to spaces | |
| 5881 in header lines. | |
| 5882 (USE_FAKEMAIL): New customization macro says to make fakemail | |
| 5883 not be a no-op even on a BSD system. | |
| 5884 | |
| 40965 | 5885 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5886 |
| 5887 * etags.c (consider_token): Skip comments just like whitespace. | |
| 5888 Notice `struct', etc. and set strtag for those tokens. | |
| 5889 Return 1 for the token following `struct' if an open-brace follows it. | |
| 5890 (C_entries): Special handling of token following `struct' | |
| 5891 needed because we have probably advanced to the following line | |
| 5892 to find the `{'. | |
| 5893 (main): New option `T' sets tflag and strflag. | |
| 5894 Set both of them by default if eflags. | |
| 5895 | |
| 40965 | 5896 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5897 |
| 5898 * movemail.c: Do fsync before closing output. | |
| 5899 | |
| 40965 | 5900 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu) |
| 25859 | 5901 |
|
73566
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5902 * movemail.c: Better error message when can't create tempname. |
|
c1cca3ff04f8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73333
diff
changeset
|
5903 This file needs a great deal of extra error-checking and lucid reporting... |
| 25859 | 5904 |
| 40965 | 5905 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5906 |
| 5907 * etags.c: Support assembler code for .s and .a files. | |
| 5908 (getit): Allow underscore in a tag. | |
| 5909 | |
| 40965 | 5910 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5911 |
| 5912 * movemail.c: Close output and check errors before deleting input. | |
| 5913 | |
| 40965 | 5914 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
| 25859 | 5915 |
| 5916 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly | |
| 5917 whether to prefix it. Handle line number args. | |
| 5918 | |
| 40965 | 5919 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu) |
| 25859 | 5920 |
| 5921 * etags.c (main): default setting of eflag was backwards. | |
| 5922 | |
| 40965 | 5923 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5924 |
| 5925 * etags.c: New option -i. -f renamed -o. | |
| 5926 `-' as input file means read input file names from stdin. | |
| 5927 -i spec'd or input file named TAGS means the input file is another | |
| 5928 tag table; output an "include" line for it. | |
| 5929 | |
| 40965 | 5930 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5931 |
| 5932 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT. | |
| 5933 New targets install, install.sysv, install.xenix. | |
| 5934 This makefile is now responsible for installing executables | |
| 5935 and documentation from this directory into system directories. | |
| 5936 | |
| 40965 | 5937 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) |
| 25859 | 5938 |
| 5939 * server.c, emacsclient.c (main): Compute socket name from euid. | |
| 5940 | |
| 40965 | 5941 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5942 |
| 5943 * emacsclient.c: Args like +DIGITS are passed through unchanged. | |
| 5944 | |
| 40965 | 5945 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5946 |
| 5947 * server.c: If both BSD and HAVE_SYSVIPC, use the latter. | |
| 5948 * emacsclient.c: Likewise. | |
| 5949 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. | |
| 5950 | |
| 40965 | 5951 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5952 |
| 5953 * etags.c: Handle `typedef struct foo {' (price@mcc.com). | |
| 5954 (istoken) New string-comparison macro. | |
| 5955 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. | |
| 5956 | |
| 40965 | 5957 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5958 |
| 5959 * etags.c: Changes for VMS. | |
| 5960 Always define ETAGS on VMS. | |
| 5961 Define macros GOOD and BAD for success and failure exit codes. | |
| 5962 (begtk, intk): Allow `$' in identifiers | |
| 5963 (main): Don't support -B, -F or -u on VMS. | |
| 5964 Alternate loop for scanning filename arguments. | |
| 5965 (system): Delete definition of this function. | |
| 5966 | |
| 5967 * etags-vmslib.c (system): Undefine this; VMS now provides it. | |
| 5968 | |
| 40965 | 5969 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 25859 | 5970 |
| 5971 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 | |
| 5972 around include of param.h. (Like fns.c.) | |
| 5973 | |
| 40965 | 5974 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
| 25859 | 5975 |
| 5976 * loadst.c (load_average): Move load-average code to this new fn. | |
| 5977 Add conditionals to compute load ave on UMAX. | |
| 5978 | |
| 40965 | 5979 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu) |
| 25859 | 5980 |
| 5981 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE | |
| 5982 with opposite sense. | |
| 5983 | |
| 40965 | 5984 1988-05-13 Chris Hanson (cph@kleph) |
| 25859 | 5985 |
| 5986 * emacsclient.c: Delete references to unused variable `out'. This | |
| 5987 caused a bus error when used under hp-ux. | |
| 5988 | |
| 40965 | 5989 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
| 25859 | 5990 |
| 5991 * loadst.c: Control dk.h conditional with DK_HEADER_FILE. | |
| 5992 | |
| 40965 | 5993 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu) |
| 25859 | 5994 |
| 5995 * etags.c (find_entries): `.t' or `.sch' means scheme code. | |
| 5996 | |
| 40965 | 5997 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
| 25859 | 5998 |
| 5999 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. | |
| 6000 | |
| 40965 | 6001 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
| 25859 | 6002 |
| 6003 * movemail.c: #undef close, since config can #define it on V.3. | |
| 6004 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise. | |
| 6005 | |
| 40965 | 6006 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu) |
| 25859 | 6007 |
| 6008 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from | |
| 6009 invalid escape sequences such as `\{'. | |
| 6010 | |
| 6011 * loadst.c: Add `sequent' conditional for file dk.h. | |
| 6012 | |
| 40965 | 6013 1988-03-20 Richard M. Stallman (rms@wilson) |
| 25859 | 6014 |
| 6015 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message. | |
| 6016 | |
| 6017 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. | |
| 30994 | 6018 |
| 6019 ;; Local Variables: | |
| 33832 | 6020 ;; coding: iso-2022-7bit |
| 30994 | 6021 ;; End: |
| 39627 | 6022 |
|
53948
d76a6bf89265
rcs2log fixes for CVSROOT var.
Paul Eggert <eggert@twinsun.com>
parents:
53834
diff
changeset
|
6023 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
|
68647
3661e9b3c48f
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67929
diff
changeset
|
6024 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, |
|
3661e9b3c48f
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67929
diff
changeset
|
6025 2006 Free Software Foundation, Inc. |
| 39627 | 6026 Copying and distribution of this file, with or without modification, |
| 6027 are permitted provided the copyright notice and this notice are preserved. | |
| 52401 | 6028 |
| 6029 ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc |
