]> diplodocus.org Git - nmh/shortlog
nmh
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinGarbage collect unused code.
2014-01-02 Ken HornsteinRemove baudrate-handing code.
2014-01-02 Ken HornsteinAlways emit an STR instruction for terminal escape...
2014-01-02 Ken HornsteinSwitch from the M-X format for characters with the...
2014-01-02 Ken HornsteinFix problem with %(putlit) and %(zputlit) causing a...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2014-01-02 Ken HornsteinMove the termsbr code into the libmh library, where...
2014-01-01 David LevineGive up on fmt_compile.c for now.
2014-01-01 David LevineThat didn't work. Try including termcap.h first, inste...
2014-01-01 David LevineChanged several globals to be static, to avoid collision,
2014-01-01 David LevineTry including termcap.h before curses.h to see if that...
2013-12-31 Ken HornsteinIt looks like some systems also need curses.h as well...
2013-12-31 Ken HornsteinAdd support for outputing a few (limited) terminal...
2013-12-31 Ken HornsteinMake sure that branching instructions are traced even...
2013-12-31 Ken HornsteinChange fmttest to use litputs() on str and output buffe...
2013-12-29 David LevineGeneralized the valgrind suppression for sendmsg via...
2013-12-29 David LevineAdded test/valgrind.supp to EXTRA_DIST in Makefile...
2013-12-29 David LevineRemoved one run_prog from test-pick because it loses...
2013-12-28 David LevineFixed chmod of temp file in prompter. Noticed by valgrind.
2013-12-28 David LevineNull-terminate buffer in mbx_copy() in dropsbr.c. ...
2013-12-28 David LevineAdded support for running the test suite with valgrind...
2013-12-24 David LevineHave configure print out what it detects for the progra...
2013-12-23 David LevineAdded "true" to end of flex fixups in configure.ac...
2013-12-23 David LevineRemoved flex fixup for version 2.5.37, it's not necessa...
2013-12-23 David LevineUse --brief option, if supported, with file --mime.
2013-12-22 David LevineIn test-mhmail, insert semicolon in output of "file...
2013-12-22 David Levinefile --mime on OpenBSD returns strings such as "text...
2013-12-22 David LevineRemoved support for file -i, it just spits out "regular...
2013-12-22 David LevineRemoved temporary printouts.
2013-12-22 David LevineMore debugging statements for OpenBSD.
2013-12-22 David LevineAdded debuging printouts.
2013-12-22 David LevineWhooops, gcc on OpenBSD noticed a nasty in the last...
2013-12-22 David LevineWith whatnow attach, determine the content MIME type...
2013-12-22 David LevineUpdated date on a few man pages.
2013-12-22 David LevineRemoved temporary probes added in commit
2013-12-22 David LevineAdded temporary probes to see what file --mime and...
2013-12-22 David LevineIncreased size of file command buffer in make_mime_comp...
2013-12-14 David LevineCleaned up setting of CFLAGS in configure.ac.
2013-12-14 David LevineAdded POSTLINK to remainder of executables in Makefile.am.
2013-12-14 David LevineThe buildbot was reporting "warning" on stdin, not...
2013-12-14 David LevineThe build failed mysteriously on the OpenBSD buildbot...
2013-12-14 David LevineThat didn't quite work, try reducing size of warning...
2013-12-14 David LevineFilter out "often/almost always misused" warnings from...
2013-12-14 David LevineAdded mention of filename completion at whatnow prompt...
2013-12-14 David LevineMoved the set -x after the uname and string test in...
2013-12-14 David LevineGeneralized -Wel fix in test-manpages of commit
2013-12-14 Pascal Stumpfrand()/srand() are not cryptographically secure PRNGs...
2013-12-13 David Levinegroff -man silence the test-manpages warnings. One...
2013-12-13 David LevineTry using -man instead of -mandoc in test-manpages...
2013-12-13 David LevineDisable assertions by default.
2013-12-13 Ken HornsteinMinor autoconf style cleanup.
2013-12-13 David LevineMinor changes to configure.ac:
2013-12-13 David LevineMoved all LDFLAGS manipulations in configure.ac to...
2013-12-13 David LevineTweaked rcvtty.c to squelch warnings on OpenBSD. Three...
2013-12-13 David LevineInitialize local child_id in main() of whom.c to squelc...
2013-12-13 David LevineSquelch warning from cc on OpenBSD that fd argument...
2013-12-13 David LevineRemoved --posix from awk invocation in test-anno.
2013-12-13 David LevineIt looks like the sed "a" in test-anno didn't emit...
2013-12-12 Lyndon NerenbergAdd buildbot hacks for OpenBSD.
2013-12-12 David LevineSun Studio cc -V must output to stderr.
2013-12-12 David LevineTry 9efa994ecac2790dbc56113f78c464eed1371590 again.
2013-12-12 David LevineUndid last commit of temporary printouts because buildb...
2013-12-11 David LevineTemporarily add some printouts to configure.ac to see...
2013-12-11 Lyndon NerenbergPrefer cc over gcc.
2013-12-11 Lyndon NerenbergOne more attempt at getting the buildbot $PATH correct...
2013-12-11 David LevineOK, this should work to detect Sun Studio cc.
2013-12-11 David LevineOops, that didn't work. Disable -v with SunStudio...
2013-12-11 David LevineOK, use SunStudio cc, if present, on Solaris if user...
2013-12-11 David LevineSuppress E_STATEMENT_NOT_REACHED warning from SunStudio cc.
2013-12-11 David LevineAdded -errtags=yes to SunStudio cc options.
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-12-10 David LevineNeed full path to cc on Solaris buildbot host, at this...
2013-12-10 David LevineTry -v with SunStudio cc. Also, try setting CC instead...
2013-12-10 Lyndon NerenbergRemove the Solaris cc hack; the buildbot should have...
2013-12-10 David LevineRemoved +w from SunStudio cc, it caused compilation...
2013-12-10 David LevineThat worked. Now try +w2 with SunStudio cc.
2013-12-10 David LevineOf course that didn't work. Try specifying the SunStudio
2013-12-10 David LevineThat didn't work. Set PATH to pick up SunStudio cc.
2013-12-10 David LevineUse SolarisStudio cc if available.
2013-12-10 David LevineAdded temporary probe to find cc on Solaris.
2013-12-10 David LevineRemoved temporary favor of cc over gcc.
2013-12-10 David LevineTemporarily favor cc over gcc to try it out on Solaris.
2013-12-09 David LevineCommit 9c663383ab54e0290781ac1c25d790ce03160e08 introduced
2013-12-09 Ken HornsteinClean up comments, and update information on file locking.
2013-12-09 David LevineRemoved dependence of build_nmh on ldd by adding sasl...
2013-12-08 Ken HornsteinFix one of the POP tests to work on wide terminals.
2013-12-08 David LevineRemoved temporary diagnostic to determine gcc version...
2013-12-08 David LevineAdded temporary diagnostic to see what version of gcc is
2013-12-08 David LevineWith the fix of 4929cad323afc87404752a1e88664a7f42cbb737,
2013-12-08 David LevineTry this sed command for squeeze_lines().
2013-12-08 David LevineAdded -eval 'set document.browse.margin_width = 0'...
2013-12-08 David LevineThat didn't work, so try this awk command from Robert...
2013-12-08 David LevineFixed squeeze_lines() test function to be compatible...
2013-12-08 David LevineFixed test-mhfixmsg to work with elinks, which inserted...
2013-12-07 David LevineAdded notes to README.developers about write access to
2013-12-07 David LevineReplaced hard-coded use of "," with `mhparam sbackup` in
2013-12-07 David LevineDisable clang complaint about unused -ansi when linking by
2013-12-07 David LevineRemoved bash-isms from inc/test-deb359167.
2013-12-07 David LevineSkip inc/test-deb359167 on FreeBSD >= 10 because its...
next