Paul Eggert
f868e34cd0
Update bug report address and copyright.
1998-08-12 22:33:01 +00:00
Paul Eggert
a11a197bb9
Update copyright
1998-08-12 14:22:14 +00:00
Paul Eggert
c4c65c3395
(initialize_fullname): Prefer getent if available.
1998-08-11 22:11:08 +00:00
Richard M. Stallman
5126d3b7fe
(REGEXPDEPS, regex.o):
...
Prepend $(srcdir)/ to rule dependencies outside this dir.
1998-08-02 00:24:15 +00:00
Richard M. Stallman
2e454bf23e
(etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
1998-06-10 20:57:59 +00:00
Richard M. Stallman
665eba9dc0
Properly terminate a comment.
1998-06-06 22:24:37 +00:00
Andrew Innes
65ae11d9d1
(LOCAL_FLAGS): Define HAVE_CONFIG_H.
1998-06-01 14:09:53 +00:00
Andrew Innes
4822b2e57f
(sys_wait): Rename to wait.
1998-06-01 14:09:21 +00:00
Andrew Innes
14fa0be5e2
Undefine _WINSOCKAPI_.
1998-06-01 14:01:14 +00:00
Geoff Voelker
97e3c91bbd
(getppid): Look for EM_PARENT_PROCESS_ID.
1998-05-30 23:37:12 +00:00
Richard M. Stallman
bbcac09c81
Undo previous change.
1998-05-25 20:11:54 +00:00
Richard M. Stallman
0d66b6f332
Undo this previous change:
...
[MAIL_USE_POP]: Add support for "-g" and "-k"
command-line flags to tell movemail to use GSS-API or Kerberos
authentication if they are supported.
1998-05-25 20:10:50 +00:00
Ulrich Drepper
152b9de41c
automatically generated from GPLed version
1998-05-19 07:09:32 +00:00
Richard M. Stallman
677a7bcf90
[WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
...
all file i/o to be in binary mode. Include ntlib.h.
1998-05-02 06:43:03 +00:00
Ulrich Drepper
1823194b95
automatically generated from GPLed version
1998-04-27 23:48:59 +00:00
Andreas Schwab
a0613c61ed
Include <unistd.h> for chdir.
1998-04-27 09:22:29 +00:00
Richard M. Stallman
929e120a17
(TEX_decode_env): Don't free the value getenv returns.
1998-04-26 03:57:04 +00:00
Geoff Voelker
5568885b9c
(obj): Update with new files in src.
...
(clean): Delete patch scratch files, optimized compilation dir.
1998-04-17 05:02:55 +00:00
Ulrich Drepper
06bd27fdf5
automatically generated from GPLed version
1998-04-14 00:02:53 +00:00
Dave Love
79f13bba7d
Move inclusion of unistd.h to top, else fails on
...
Irix6, at least.
1998-04-08 17:31:45 +00:00
Karl Heuer
0ea9573750
Integrate support for GSS-API
...
authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
1998-04-06 22:16:30 +00:00
Karl Heuer
a51623bcff
[MAIL_USE_POP]: Add support for "-g" and "-k"
...
command-line flags to tell movemail to use GSS-API or Kerberos
authentication if they are supported.
1998-04-06 22:10:30 +00:00
Andreas Schwab
2e0a5ae090
Move cancelations up. Include <stdlib.h> if
...
available.
1998-04-06 10:17:33 +00:00
Andreas Schwab
cb58ebb0cb
(_XOPEN_SOURCE): Define for declaration of cuserid.
...
(parse_header): Explicitly declare return type.
1998-04-06 10:15:16 +00:00
Andreas Schwab
4e7ef1d6c5
Include <unistd.h> if available.
...
(main, handle_signals, perror_1, fatal_error): Explicitly declare
return types. Add forward declarations.
1998-04-06 10:14:26 +00:00
Andreas Schwab
7f3bff3e4c
Include <stdlib.h> and <unistd.h> if available.
...
Don't declare geteuid.
(print_help_and_exit): Change return type to void. Forward
declare it.
1998-04-06 10:13:46 +00:00
Andreas Schwab
1f8c2f557f
Include <stdlib.h> if available.
...
(main): Explicitly declare return type.
1998-04-06 10:12:28 +00:00
Richard M. Stallman
fb220ea4ee
(put_entries): Use %ld.
1998-04-04 02:22:08 +00:00
Richard M. Stallman
5c0b76c1be
(fatal): Declare the arg.
1998-04-04 02:21:01 +00:00
Richard M. Stallman
60b0a3793f
(pop_getline): Renamed from getline.
1998-03-26 22:52:21 +00:00
Richard M. Stallman
3e2c89815d
(install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.
1998-03-06 01:12:57 +00:00
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