No underscores in files names (_only_ hyphen-minus)..
commit06d75a10a151feca72683dd43c5729e3c39176f7
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 28 Feb 2017 20:52:01 +0000 (28 21:52 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 13 Apr 2017 21:06:54 +0000 (13 23:06 +0200)
tree93e7661ff112479ab02ea9bd129648d16c0f7c39
parent5cb844a08b48e40131ad19914acf8f7f3586cecd
No underscores in files names (_only_ hyphen-minus)..

Yes, until now we had a mixed usage.  This was because
C names cannot have hyphen-minus in them, and we need the n_FILE
macro for compile-time-assertion expansions etc., e.g.,

  typedef int n_CONCAT(avoid_empty_file__, n_FILE);

So this would have been a no-go.  However, let's ignore the fact
that in such messages the filename will no longer match the real
file name, but have instead ls(1) give a unique view.
36 files changed:
.gitignore
COPYING
accmacvar.c
cmd-arg.c [moved from cmd_arg.c with 99% similarity]
cmd-cnd.c [moved from cmd_cnd.c with 100% similarity]
cmd-folder.c [moved from cmd_folder.c with 100% similarity]
cmd-headers.c [moved from cmd_headers.c with 100% similarity]
cmd-message.c [moved from cmd_message.c with 100% similarity]
cmd-misc.c [moved from cmd_misc.c with 100% similarity]
cmd-resend.c [moved from cmd_resend.c with 100% similarity]
cmd-tab.h [moved from cmd_tab.h with 99% similarity]
cmd-write.c [moved from cmd_write.c with 100% similarity]
gen-okeys.h [moved from okeys.h with 99% similarity]
gen-tcaps.h [moved from tcaps.h with 99% similarity]
gen-version.h [new file with mode: 0644]
ignore.c
imap-search.c [moved from imap_search.c with 100% similarity]
lex-input.c [moved from lex_input.c with 99% similarity]
mime-enc.c [moved from mime_enc.c with 100% similarity]
mime-param.c [moved from mime_param.c with 100% similarity]
mime-parse.c [moved from mime_parse.c with 100% similarity]
mime-types.c [moved from mime_types.c with 99% similarity]
mk-mk.in
mk-okey-map.pl
mk-release.inc
mk-release.sh
mk-tcap-map.pl
nail.h
nailfuns.h
nam-a-grp.c [moved from nam_a_grp.c with 100% similarity]
smtp-gssapi.h [moved from smtp_gssapi.h with 100% similarity]
smtp.c
termcap.c
tty.c
ui-str.c [moved from ui_str.c with 100% similarity]
version.h [deleted file]