]>
diplodocus.org Git - nmh/log
Ken Hornstein [Mon, 20 Nov 2017 00:08:48 +0000 (19:08 -0500)]
Normalize some #include paths.
Include the subdirectory so these files will compile from an object build.
David Levine [Sat, 18 Nov 2017 15:35:19 +0000 (10:35 -0500)]
Move etc/rmmproc.messageid to fix its install permissions.
And removed duplicate docs/contrib/replaliases to fix its install permissions.
Ralph Corderoy [Thu, 16 Nov 2017 00:14:35 +0000 (00:14 +0000)]
fmt_new.c: Move interface to own file.
Ralph Corderoy [Thu, 16 Nov 2017 00:02:00 +0000 (00:02 +0000)]
fmt_addr.c: Move interface to own file.
Ralph Corderoy [Wed, 15 Nov 2017 23:52:08 +0000 (23:52 +0000)]
datetime.c: Make rrule_clock() static; no external callers.
Ralph Corderoy [Wed, 15 Nov 2017 23:36:42 +0000 (23:36 +0000)]
datetime.c: Move interface to own file.
Ralph Corderoy [Wed, 15 Nov 2017 23:29:04 +0000 (23:29 +0000)]
crawl_folders.h: Base header on implementation.
Normally done as part of extracting the new header file from a larger
one, but this file already existed so it had to be moved as one commit
and altered in the next, otherwise git would break its history.
Ralph Corderoy [Wed, 15 Nov 2017 23:25:29 +0000 (23:25 +0000)]
crawl_folders.h: Rename to be alongside implementation.
Ralph Corderoy [Wed, 15 Nov 2017 23:16:13 +0000 (23:16 +0000)]
oauth.c: Alter permissions from 0755 to 0644.
Possibly introduced by
380046d2 .
Ralph Corderoy [Tue, 14 Nov 2017 23:56:16 +0000 (23:56 +0000)]
h/rcvmail.h: Delete. Contained just a couple of pointless macros.
RCV_MOK was 0, RCV_MBX was 1. They were used for exit(3) and done().
`exit(0)' is clearer than another layer of abstraction, and the commands
that used them didn't seem to document the exit statuses anyway. The
included by other means, at least on one platform.
Ralph Corderoy [Tue, 14 Nov 2017 23:41:18 +0000 (23:41 +0000)]
popsbr.h: Base header on implementation.
Normally done as part of extracting the new header file from a larger
one, but this file already existed so it had to be moved as one commit
and altered in the next, otherwise git would break its history.
Ralph Corderoy [Tue, 14 Nov 2017 23:38:41 +0000 (23:38 +0000)]
popsbr.h: Rename to be alongside implementation.
Ralph Corderoy [Mon, 13 Nov 2017 00:06:30 +0000 (00:06 +0000)]
popsbr.h: Remove pop_fd() and pop_set() prototypes.
Function definitions removed in
4ea2f92f .
Ralph Corderoy [Sun, 12 Nov 2017 23:58:29 +0000 (23:58 +0000)]
popsbr.c: Add `static' to function definitions to match prototypes.
parse_proxy(), command(), and multiline() all have prototypes claiming
they're static in popsbr.c, but their later definitions lack that
qualifier.
Ralph Corderoy [Sun, 12 Nov 2017 18:50:32 +0000 (18:50 +0000)]
picksbr.h: Rename to be alongside implementation.
Ralph Corderoy [Sun, 12 Nov 2017 18:40:21 +0000 (18:40 +0000)]
dtime.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:50:58 +0000 (13:50 +0000)]
h/prototypes.h: Remove mhlsbr() prototype; no such function.
Function deleted in
c808c5d5 .
Ralph Corderoy [Sun, 12 Nov 2017 13:49:07 +0000 (13:49 +0000)]
whatnowsbr.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:46:37 +0000 (13:46 +0000)]
whatnowproc.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:44:34 +0000 (13:44 +0000)]
sendsbr.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:42:01 +0000 (13:42 +0000)]
distsbr.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:38:49 +0000 (13:38 +0000)]
mhlsbr.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:35:49 +0000 (13:35 +0000)]
annosbr.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:24:05 +0000 (13:24 +0000)]
scansbr.c: Move interface to own file.
Merging in content of existing h/scansbr.h, though that only contained
one of the three prototypes. The other two were in h/prototypes.h.
Ralph Corderoy [Sun, 12 Nov 2017 13:08:02 +0000 (13:08 +0000)]
m_name.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 13:02:28 +0000 (13:02 +0000)]
m_gmprot.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 12:57:35 +0000 (12:57 +0000)]
m_getfld.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 12:31:05 +0000 (12:31 +0000)]
getarguments.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:33:55 +0000 (00:33 +0000)]
read_switch_multi*_readline.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:31:18 +0000 (00:31 +0000)]
read_switch_multiword.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:28:46 +0000 (00:28 +0000)]
read_yes_or_no_if_tty.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:26:11 +0000 (00:26 +0000)]
read_switch.c: Move interface declaration to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:23:44 +0000 (00:23 +0000)]
concat.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:20:19 +0000 (00:20 +0000)]
seq_setunseen.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:18:03 +0000 (00:18 +0000)]
seq_setprev.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:15:47 +0000 (00:15 +0000)]
seq_setcur.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:13:35 +0000 (00:13 +0000)]
seq_save.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:10:48 +0000 (00:10 +0000)]
seq_read.c: Move interface to own file.
Ralph Corderoy [Sun, 12 Nov 2017 00:05:54 +0000 (00:05 +0000)]
showfile.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:59:22 +0000 (23:59 +0000)]
smatch.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:53:00 +0000 (23:53 +0000)]
getpass.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:47:07 +0000 (23:47 +0000)]
r1bindex.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:44:44 +0000 (23:44 +0000)]
refile.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:42:31 +0000 (23:42 +0000)]
ruserpass.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:39:01 +0000 (23:39 +0000)]
remdir.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:34:59 +0000 (23:34 +0000)]
snprintb.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:31:23 +0000 (23:31 +0000)]
strindex.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 23:28:30 +0000 (23:28 +0000)]
ssequal.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:45:25 +0000 (17:45 +0000)]
credentials.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:38:47 +0000 (17:38 +0000)]
encode_rfc2047.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:33:36 +0000 (17:33 +0000)]
fmt_rfc2047.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:30:37 +0000 (17:30 +0000)]
client.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:28:18 +0000 (17:28 +0000)]
closefds.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:25:55 +0000 (17:25 +0000)]
copyip.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:23:45 +0000 (17:23 +0000)]
cpydata.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:21:17 +0000 (17:21 +0000)]
cpydgst.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:19:06 +0000 (17:19 +0000)]
discard.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 17:15:05 +0000 (17:15 +0000)]
trimcpy.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 16:22:30 +0000 (16:22 +0000)]
uprf.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 16:18:15 +0000 (16:18 +0000)]
vfgets.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 16:16:14 +0000 (16:16 +0000)]
check_charset.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 16:12:02 +0000 (16:12 +0000)]
getcpy.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:49:08 +0000 (14:49 +0000)]
m_draft.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:46:28 +0000 (14:46 +0000)]
m_convert.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:43:38 +0000 (14:43 +0000)]
m_backup.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:40:50 +0000 (14:40 +0000)]
m_atoi.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:35:55 +0000 (14:35 +0000)]
getfolder.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:30:21 +0000 (14:30 +0000)]
geteditor.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:28:05 +0000 (14:28 +0000)]
escape_addresses.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:25:37 +0000 (14:25 +0000)]
ext_hook.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:22:24 +0000 (14:22 +0000)]
fdcompare.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 14:20:01 +0000 (14:20 +0000)]
folder_read.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 13:42:45 +0000 (13:42 +0000)]
folder_realloc.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 00:18:51 +0000 (00:18 +0000)]
folder_pack.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 00:15:30 +0000 (00:15 +0000)]
folder_free.c: Move interface to own file.
Ralph Corderoy [Sat, 11 Nov 2017 00:05:31 +0000 (00:05 +0000)]
folder_delmsgs.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 23:36:23 +0000 (23:36 +0000)]
folder_addmsg.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 23:13:42 +0000 (23:13 +0000)]
context_foil.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 23:05:42 +0000 (23:05 +0000)]
context_save.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 22:58:11 +0000 (22:58 +0000)]
context_replace.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 22:50:36 +0000 (22:50 +0000)]
context_read.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 18:06:35 +0000 (18:06 +0000)]
context_del.c: Move interface to own file.
Ralph Corderoy [Fri, 10 Nov 2017 18:01:08 +0000 (18:01 +0000)]
context_find.c: Move interface to own file.
Ralph Corderoy [Tue, 7 Nov 2017 00:28:47 +0000 (00:28 +0000)]
readconfig.c: Move interface to own file.
Ralph Corderoy [Tue, 7 Nov 2017 00:17:50 +0000 (00:17 +0000)]
brkstring.c: Move interface to own file.
Ralph Corderoy [Tue, 7 Nov 2017 00:10:06 +0000 (00:10 +0000)]
atooi.c: Move interface to own file.
Ralph Corderoy [Mon, 6 Nov 2017 23:59:41 +0000 (23:59 +0000)]
ambigsw.c: Move interface to own file.
Ralph Corderoy [Sun, 5 Nov 2017 13:10:17 +0000 (13:10 +0000)]
vector.c: Move interface to own file.
Don't #include it in all its users yet as it's too tangled with mh.h's
other content, so just #include it in mh.h instead.
Ralph Corderoy [Fri, 3 Nov 2017 00:28:26 +0000 (00:28 +0000)]
pidstatus.c: Move interface to own file.
Ralph Corderoy [Fri, 3 Nov 2017 00:14:20 +0000 (00:14 +0000)]
push.c: Move interface to own file.
Ralph Corderoy [Fri, 3 Nov 2017 00:07:21 +0000 (00:07 +0000)]
path.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 23:28:08 +0000 (23:28 +0000)]
print_version.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 23:16:21 +0000 (23:16 +0000)]
print_sw.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 23:08:38 +0000 (23:08 +0000)]
print_help.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 22:56:32 +0000 (22:56 +0000)]
seq_nameok.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 22:47:58 +0000 (22:47 +0000)]
seq_list.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 22:37:16 +0000 (22:37 +0000)]
seq_bits.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 21:50:33 +0000 (21:50 +0000)]
seq_getnum.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 21:40:11 +0000 (21:40 +0000)]
seq_del.c: Move interface to own file.
Ralph Corderoy [Thu, 2 Nov 2017 18:19:59 +0000 (18:19 +0000)]
seq_print.c: Move interface to own file.