| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
nismatch, in case it's set to some nonstandard value.
|
| |
|
|
|
| |
or *_; they are probably RCS lock files. Also, ignore files named
.rcsfreeze.log or .rcsfreeze.ver; they are used by rcsfreeze.
|
| | |
|
| |
|
|
|
|
|
|
| |
declarations.
(popmail, pop_retr): Since popmail always passes mbx_write and mbf
into pop_retr, there's no reason to pass in mbx_write, and the
file argument can be declared FILE * explicitly. This fixes a
compilation problem on systems with 64-bit pointers.
|
| |
|
|
| |
and duplicate #undefs of open, read, write, close.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
message when movemail is compiled without POP support.
(main, popmail): Add the optional "-p" argument, which causes
movemail to leave mail in the inbox after copying it into the
output file.
|
| |
|
|
|
|
|
|
|
| |
(Copyright, Help, Id): New variables, for above.
(rlog): Use -q option with cvs log, to avoid useless chatter.
Treat logs of "Initial revision" (RCS) or "file F was initially added
on branch B." (CVS) as if they said "New file.", for consistency with
change log entries.
|
| |
|
|
|
|
|
|
|
| |
Remove a redundant inclusion of <stdio.h>.
(MAIL_USE_MAILLOCK): New macro, conditionally defined.
(main): Add variable spool_name.
Support the usage of maillock and mailunlock to
lock and unlock mailboxes.
(mail_spool_name): New function.
|
| |
|
|
|
| |
where XPG4 SCCS hangs out in Solaris 2.5.
(sid1): Don't use bare -r, since XPG4 `get' does not allow it.
|
| | |
|
| |
|
|
| |
(movemail): Use LIBMAIL, to link against -lmail.
|
| | |
|
| |
|
|
|
|
|
|
| |
particular cases involving function declarations that failed.
* etags.c (pfnote, fatal, error): Callers using a NULL pointer
must cast it to (char *) because we have no prototypes.
(make_C_tag): Macro deleted, new function.
(C_entries): Calls to make_C_tag macro changed to call function.
|
| |
|
|
|
| |
overwritten deep inside krb_realmofhost(). Copy the host name to
avoid conflicts.
|
| |
|
|
|
|
|
|
|
|
| |
* etags.c (grow_linebuffer): New function.
(GROW_LINEBUFFER): Macro deleted. All callers changed.
(make_tag): Macro renamed to make_C_tag. All callers changed.
(<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
(Prolog_functions): prolog_skip_comment was called with wrong
number of arguments.
(xrealloc): fatal was called with wrong number of arguments
|
| |
|
|
|
| |
(etags_getcwd): Avoid warning of unused variable.
(C_entries, consider_token): Added support for enum labels.
|
| | |
|
| | |
|
| |
|
|
|
| |
revisions, since some hosts reject 1970-01-01 when east of UTC.
(date): Remove.
|
| |
|
|
| |
since CVS says 'invalid option'.
|
| | |
|
| |
|
|
|
|
| |
* etags.c (print_help): Print the bug reporting address.
(main): Use return as the last instruction, instead of exit.
* etags.c (main): Don't open the tags file in cxref mode.
|
| |
|
|
| |
as well as earlier CVSs and RCS.
|
| |
|
|
| |
EAGAIN, retry a few times.
|
| | |
|
| | |
|
| |
|
|
| |
(print_help_and_exit): Fix option name; upcase metavars.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Quote `-' only at start of file name. Terminate the value string.
|
| |
|
|
| |
delete the duplicate includes for it.
|
| |
|
|
|
|
|
|
| |
Include signal.h.
(xmalloc, fatal, error): New functions.
(delete_socket, handle_signals): New functions.
(progname, socket_name): New variables.
[HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
|
| |
|
|
|
|
|
| |
(main, both versions): Use quote_file_name.
(decode_options): Don't return a value.
(main, both versions): Use optind.
Don't check for -nowait here.
|
| |
|
|
| |
Add -DVERSION so emacsclient knows its version number.
|
| |
|
|
|
|
| |
(main, both versions): Call decode_options.
(print_help_and_exit): New function.
(VERSION): New macro
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
(${archlibdir}): Use INSTALL_STRIP.
(MOVE_LIBS): Use conditionals on KERBEROS,
HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
|
| |
|
|
| |
KERBEROS, HAVE_LIBKRB and HAVE_LIBDES to set it up.
|
| |
|
|
|
| |
to the file COPYING, since rcs2log is distributed as part of programs
other than GNU Emacs.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
change-log-time-zone-rule is non-nil, instead of traditional Unix date
format.
(datearg): When computing default from ChangeLog, handle ISO format dates
in addition to old-fashioned dates from Emacs 19.31 and earlier. Don't
worry about hh:mm:ss since the resolution is now by day. Use emtpy
datearg, not empty rlog_options, to decide whether to pass "$datearg"
option to $rlog.
(logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
(month_data): Remove `mo'; no longer needed.
(rlog_options): Use -zLT for localltime output, if `rlog' supports it.
(extractTZ): Use UTC if the zone is t.
Match `revision' line of rlog output more accurately.
Add -c, -v options.
|
| | |
|