Richard M. Stallman
15d5b889f0
(getit, Cobol_paragraphs, Pascal_functions,
...
Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
Always make named tags.
(Fortran_functions): Grok BLOCK DATA.
1998-01-27 07:15:03 +00:00
Andreas Schwab
b1cb2966f4
(main): Fix interwoven brace and cpp conditional nesting.
1998-01-23 11:06:49 +00:00
Karl Heuer
d89d024397
Allow messages retrieved from the POP
...
server to contain embedded nulls.
1997-12-04 06:44:56 +00:00
Ulrich Drepper
0db2ec7752
automatically generated from GPLed version
1997-12-04 01:16:52 +00:00
Paul Eggert
d04f50310a
(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
...
'>' any lines starting with "From " read from the POP server, but
leave the code in place, wrapped in #ifdef
MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
because it turns out that something is depending on it. Change
suggested by Paul Eggert <eggert@twinsun.com>.
Convert the character \037 (^_) at the beginning of a line into
the character '^' followed by the character '_', because otherwise
Emacs can't parse the resulting file as a valid BABYL file.
Change suggested by Paul Eggert <eggert@twinsun.com>.
1997-12-03 07:11:43 +00:00
Karl Heuer
1817145f6d
(b2m): Define VERSION. Link with $(GETOPTOBJS).
1997-11-23 02:17:48 +00:00
Karl Heuer
e4b34a85e5
Include getopt.h.
...
(main): Use getopt_long to handle --version and --help.
1997-11-23 02:17:36 +00:00
Ulrich Drepper
4e941b8ea8
automatically generated from GPLed version
1997-11-06 00:44:44 +00:00
Karl Heuer
9d3f4cee9d
(fullwrite): Get rid of an extra call to write. Problem
...
pointed out by Chiaki Ishikawa.
1997-10-31 23:09:43 +00:00
Karl Heuer
a6351b4860
(L_getit): Always make named tags so that Emacs
...
completion on symbols containing `:' etc. works.
(get_scheme): Likewise.
1997-10-16 18:17:52 +00:00
Karl Heuer
020d301566
Use system header files instead of declaring C-library
...
functions explicitly.
1997-09-25 00:44:53 +00:00
Paul Eggert
89752145b5
automatically generated from GPLed version
1997-09-11 18:22:03 +00:00
Ulrich Drepper
b93ad5e24b
automatically generated from GPLed version
1997-09-11 18:13:19 +00:00
Paul Eggert
b970b3af41
automatically generated from GPLed version
1997-09-11 18:13:19 +00:00
Ulrich Drepper
c9364bbf20
automatically generated from GPLed version
1997-09-11 18:13:19 +00:00
Paul D. Smith
84760de2b5
Changes for GNU make 3.75.93.
1997-09-05 21:01:56 +00:00
Geoff Voelker
16f49a88c2
(getpid): Delete function.
1997-09-03 00:19:25 +00:00
Geoff Voelker
90eef3d95b
(movemail.exe): Link wsock32.lib before LIBS.
1997-09-03 00:19:12 +00:00
Richard M. Stallman
3fe77f98b1
(scan_lisp_file): Handle custom-declare-variable.
1997-08-31 17:05:53 +00:00
Richard M. Stallman
bd25266244
[HAVE_SYSVIPC]: Include errno.h, as in the other case.
...
(main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
1997-08-27 20:08:59 +00:00
Richard M. Stallman
57b1f7206f
(main): use SOCKLEN_TYPE for fromlen, if it is defined.
1997-08-14 04:16:00 +00:00
Miles Bader
bd873746d3
automatically generated from GPLed version
1997-08-14 02:25:35 +00:00
Paul Eggert
3d620bbb7d
automatically generated from GPLed version
1997-08-14 02:16:15 +00:00
Richard M. Stallman
2f939ddd09
Add copyright and permission notices.
1997-08-13 15:37:10 +00:00
Richard M. Stallman
345a935c8d
(main): Use %08lx instead of %08x in printf because the
...
variable named addresses is long.
1997-08-13 15:35:01 +00:00
Richard M. Stallman
9ae177785f
(get_time): Cast arg to fprintf.
1997-08-13 15:34:05 +00:00
Geoff Voelker
6bf87eac50
Add includes.
...
Undo definitions of crt routines from config.h.
1997-08-09 01:46:03 +00:00
Geoff Voelker
44874bcb32
(lisp): Update paths to lisp files that have moved.
...
(ctags.obj): New target.
(etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
Add includes.
1997-08-09 01:45:19 +00:00
Richard M. Stallman
829a5736b9
(Yacc_suffixes, Asm_suffixes): Add some alternatives.
1997-08-06 07:11:59 +00:00
Richard M. Stallman
a27738b67a
Support auto-configuration of both Kerberos V4 and
...
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
Include <string.h> when STDC_HEADERS is defined, to get
declarations of string functions.
[KERBEROS5] (socket_connection): Support the current MIT Kerberos
V5 API rather than the old one.
[KERBEROS] (socket_connection): Change a constant name from
SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
with a constant in a header file.
1997-07-28 05:52:35 +00:00
Richard M. Stallman
93de505d85
Support auto-configuration of both Kerberos V4 and
...
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
1997-07-28 05:51:59 +00:00
Richard M. Stallman
5fe16cc40f
[HAVE_UNISTD_H]: Include unistd.h.
1997-07-20 17:37:56 +00:00
Richard M. Stallman
7543028ea0
[HAVE_UNISTD_H]: Include unistd.h.
1997-07-17 23:49:47 +00:00
Richard M. Stallman
0c76956f83
[C_ALLOCA] (xmalloc): New function.
1997-07-09 19:20:34 +00:00
Richard M. Stallman
c4009c1f3d
(rindex): Add declaration.
1997-07-05 03:19:16 +00:00
Geoff Voelker
896d5821b8
(GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
...
(movemail.exe): Depend upon and link with getopt files.
(obj): Include new source files.
(FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
(lisp): Include new and reorganized elisp files.
1997-07-01 05:08:34 +00:00
Richard M. Stallman
828524de84
(blessmail): Find blessmail.el in mail subdirectory.
1997-06-27 17:57:10 +00:00
Paul Eggert
7e46d45938
Don't assign to $0 in awk; some awks don't allow this.
1997-06-26 01:00:03 +00:00
Ulrich Drepper
7baf84a2e1
automatically generated from GPLed version
1997-06-21 04:31:18 +00:00
Paul Eggert
b167b98965
automatically generated from GPLed version
1997-06-21 04:31:18 +00:00
Ulrich Drepper
ec228c0155
automatically generated from GPLed version
1997-06-21 04:31:18 +00:00
Paul Eggert
145b0359ae
automatically generated from GPLed version
1997-06-21 04:31:18 +00:00
Miles Bader
94ef1e4e29
automatically generated from GPLed version
1997-06-21 04:31:18 +00:00
Paul Eggert
b6850c5651
automatically generated from GPLed version
1997-06-21 03:24:49 +00:00
Karl Heuer
5326c1d687
(readline): Terminate buffer properly when EOF seen.
...
Test for valid pointer before dereferencing it.
1997-06-14 04:36:44 +00:00
Francesco Potortì
59aacecbf2
Also remove -DETAGS_REGEXPS from the target ctags:
1997-06-02 09:02:13 +00:00
Francesco Potortì
0b532ca2ca
* Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
...
defined inside etags.c if HAVE_CONFIG_H is defined.
1997-05-30 16:07:16 +00:00
Francesco Potortì
309032468c
Various cleanups on TeX, Erlang, Prolog, C.
...
New function new_pfnote will be used for "optimised tags", but
it depends on a constant that disables it for now.
New possibility of tagging global variables in C/C++/ObjC/Java
is enabled by default. Tags of member variables is disabled
by default. Options --(no-)members and --(no-)globals control them.
New symbol table entries for "import", "package" and "friend".
1997-05-30 14:53:42 +00:00
Paul Eggert
098401cfa2
automatically generated from GPLed version
1997-05-27 03:15:29 +00:00
Paul Eggert
b8ffe57028
(files): When computing arguments automatically, ignore non-files
...
within the RCS subdirectory.
1997-05-13 22:44:08 +00:00