mmh
2012-02-12 Paul Foxmhshow: suppress pause actions if stdout isn't a tty
2012-02-11 Ken HornsteinFix this so it works when valgrind is installed.
2012-02-11 Ken HornsteinSwitch over to using the template files out of our...
2012-02-11 Ken HornsteinSwitch to using the "inst" version of mhl for tests.
2012-02-11 Ken HornsteinRe-work the test suite so it now works with Automake...
2012-02-11 Ken HornsteinFix typo in alternate mts.conf location support.
2012-02-10 Ken HornsteinMake the test suite work on systems other than Linux...
2012-02-10 Ken HornsteinWith the fixing of the bug that caused CPPFLAGS to...
2012-02-10 Ken HornsteinFix typo in variable test.
2012-02-10 David LevineShow assignment of configure variables using VAR=VALUE...
2012-02-09 David LevineUpdated INSTALL and MACHINES documentation a bit.
2012-02-09 David LevineAdded mhshow subpart test.
2012-02-09 David LevineAlways run setup-test from make test/runalltests, just...
2012-02-08 David LevineAdded OURDEFS to DEFS in Makefile.am, to restore it...
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-02-08 David LevineReverted TZ hack to tests, 9ea2daf5e74e3ff03043cfa6fb68...
2012-02-07 David LevineAnother one caught by the test suite: an indented...
2012-02-07 David LevineSome tests failed because they displayed the user's...
2012-02-07 David LevineCaught by the test suite: sequences[0] needs to be...
2012-02-07 David LevineReworked test suite to copy the configuration used...
2012-02-06 Ken HornsteinStill more autoconf cleanup (quoting & more use of...
2012-02-06 Ken HornsteinPatch from Harvey Eneman: fixes problem on some systems...
2012-02-06 Ken HornsteinUpdate the developer documentation with the changes...
2012-02-06 Ken HornsteinMore configure cleanup to modern constructs.
2012-02-05 Ken HornsteinAutoconf cleanup to suggested practice (AS_IF & AC_MSG_...
2012-02-05 David LevineAdded error message if the file is source directly...
2012-02-05 David LevineExit with error message if no library could be found...
2012-02-04 Ken HornsteinWhoops, used "buffer" when I meant "buf".
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-03 David LevineUse more up-to-date web page links of Jerry Peek's...
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-02-03 Ken HornsteinMake the upload target phony.
2012-02-03 Ken HornsteinBeginnings of an upload Makefile target.
2012-02-03 Ken HornsteinUpdate with new features.
2012-02-03 Ken HornsteinDocument the formatproc entry.
2012-02-03 Ken HornsteinMove the eval statements inside of AC_CONFIG_COMMANDS_P...
2012-02-01 David LevineAdded #includes to pick up declaration of waitpid()
2012-01-31 Ken HornsteinWhoops, I need to make sure the buffer I pass to putcom...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-28 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-28 David LevineMade ChangeLog target phony so it will always get regen...
2012-01-28 David LevineMade ChangeLog phony so it will always get regenerated...
2012-01-28 David LevineThe ics.uci.edu/~mh/ links are dead, so replaced them...
2012-01-28 David LevineReplaced static ChangeLog with one generated by git...
2012-01-28 Ken HornsteinCreate "nowrap" flag to turn off all line wrapping.
2012-01-28 David LevineOrganized .gitignore to show which objects are deleted...
2012-01-28 David LevineAdded superclean Makefile target. Added a.out.DSYM...
2012-01-28 David LevineRemoved config.guess and config.sub because they're...
2012-01-28 David LevineUpdated to latest config.guess and config.sub before...
2012-01-28 David LevineChanged a variable to unsigned and noted an argument...
2012-01-27 Ken HornsteinFix long-standing problem with getans(); handle the...
2012-01-27 Ken HornsteinConvert to the use of siglongjmp()
2012-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-27 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-01-27 Lyndon NerenbergTypo fix.
2012-01-27 David LevineAdded clean-local target to remove RPM directory.
2012-01-27 David LevineAdded uip/*.exe, for Cygwin.
2012-01-27 David LevineRemoved slash in front of $(man5dir) of install-data...
2012-01-26 David LevineFixed rpm target now that nmhdist is gone.
2012-01-26 David LevineUpdated config test to add -Wextra to be consistent...
2012-01-26 David LevineIf using gcc, use -Wno-unused-macros when compiling...
2012-01-26 David LevineRemoved unused local bp.
2012-01-26 David LevineUndid most of 3ef341abe440ece07f8deed59fb026ab020e805...
2012-01-26 lyndonRemove hardlink target before attempting new link.
2012-01-26 lyndonuip/termsbr.c: remove references to PC and ospeed().
2012-01-24 Ken HornsteinCreate a "cscope" target that creates the necessary...
2012-01-24 lyndoncscope.files was missing mts/smtp/*.
2012-01-23 lyndonIgnore cscope.out.
2012-01-23 lyndonAdd a default configuration file for cscope(1).
2012-01-22 Ken HornsteinMake sigmsg.h NOT depend on the Makefile.
2012-01-22 Ken HornsteinClean up DESTDIR usage.
2012-01-22 Ken HornsteinAdd the rule to install inc setgid if requested.
2012-01-21 Ken HornsteinFix some problems that the Automake migration caused.
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 Ken HornsteinConvert from our use of aclocal.m4 to a subdirectory...
2012-01-17 Ken HornsteinChange the name of AC_CHECK_NETLIBS, since it's not...
2012-01-17 Ken HornsteinUpdate .gitignore with .DS_Store (seen occasionally...
2012-01-17 Ken HornsteinConvert from utmp functions to utmpx functions (which...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-17 David LevineRemoved HAVE_STRUCT_TM_TM_GMTOFF support because it...
2012-01-17 David LevinePass int instead of char to iscntrl() and isspace(...
2012-01-17 David LevineAdded EXEEXT support, for Cygwin.
2012-01-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-14 David LevineArgument to alrmser is unused.
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-14 David LevineCleaned up gcc warnings when CYRUS_SASL is not enabled.
2012-01-14 David LevineAdded -Wextra with gcc, if supported.
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-14 David Levineconfigure.ac and aclocal.m4 instead of configure.in...
2012-01-14 David LevineDocumented support of OURDEFS to pass compile flags...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinAdd some comments to the format compiler and engine.
2012-01-13 Ken HornsteinUpdate README.developers with the correct version of...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded -Wunused-macros with gcc, if supported. Added...
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
next