| 2013-02-28 |
David Levine | Added tolower(), toupper(), and toascii() to |
commit | commitdiff | tree | snapshot |
| 2013-02-27 |
David Levine | Added a handful of functions to the parser to allow... |
commit | commitdiff | tree | snapshot |
| 2013-02-27 |
David Levine | Added nmh_strcasestr() because POSIX doesn't have strca... |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
Ken Hornstein | Support RFC 2231 language tags in RFC 2047 header strings. |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
David Levine | Added cpytrim() function. Unlike trimcpy(), it does... |
commit | commitdiff | tree | snapshot |
| 2013-02-26 |
David Levine | Added const qualifier to arguments of concat() and... |
commit | commitdiff | tree | snapshot |
| 2013-02-25 |
David Levine | Added find_str() and rfind_str() to sbr/utils.c |
commit | commitdiff | tree | snapshot |
| 2013-02-25 |
David Levine | Added const qualifier to char * arguments of add()... |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Add support for LS_UNQUOTE instruction. |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Fix the code to print out an unknown instruction. ... |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Whoops, forgot a \ when adding fmttest.man to man_SRCS. |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Quote the arguments to the .I macro so the manpage... |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Document new fmttest program. |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Fix a few issues resulting from m_getfld() API changes. |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Add a lot more text to the man page; it should be in... |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
Ken Hornstein | Update instruction output to be a bit more cleaner |
commit | commitdiff | tree | snapshot |
| 2013-02-22 |
David Levine | Fixed write8Bit() to use fread()/fwrite() instead of |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Ken Hornstein | Flesh this out so finally it's halfway useful. |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Ken Hornstein | Rearrange options a bit and support the -nodump flag... |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Ken Hornstein | Bring this up to best practices. |
commit | commitdiff | tree | snapshot |
| 2013-02-21 |
Ken Hornstein | Minor updates for fmttest man page. |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Ken Hornstein | Basic format tracing support; seems to work! |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Ken Hornstein | Support for the address duplication done by repl, and... |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Ken Hornstein | Support callbacks into the format engine. This is... |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Ken Hornstein | Make generating the ChangeLog work if you're building... |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
Ken Hornstein | The beginnings of a fmttest man page. |
commit | commitdiff | tree | snapshot |
| 2013-02-20 |
David Levine | In m_getfld.c, cast the returns of valid characters to |
commit | commitdiff | tree | snapshot |
| 2013-02-19 |
Ken Hornstein | Apply David Levine's fix from whomfile() to sendfile... |
commit | commitdiff | tree | snapshot |
| 2013-02-19 |
David Levine | Removed addition of whomproc to the vec array in whomfile() |
commit | commitdiff | tree | snapshot |
| 2013-02-19 |
David Levine | Added locking discussion to rcvstore(1) man page. |
commit | commitdiff | tree | snapshot |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
commit | commitdiff | tree | snapshot |
| 2013-02-18 |
David Levine | "RFC-2045 to RFC-2049" instead of "thru". |
commit | commitdiff | tree | snapshot |
| 2013-02-16 |
David Levine | When output_content() outputs a non-MIME message with... |
commit | commitdiff | tree | snapshot |
| 2013-02-16 |
David Levine | Added mention of rcvstore(1) to inc(1) man page. |
commit | commitdiff | tree | snapshot |
| 2013-02-16 |
David Levine | Plugged small memory leak in etcpath(). |
commit | commitdiff | tree | snapshot |
| 2013-02-16 |
David Levine | In InitMultiPart(), always set bogus_mp_content if... |
commit | commitdiff | tree | snapshot |
| 2013-02-16 |
Ken Hornstein | Remove dead UUCP address parsing code. Sadly, this... |
commit | commitdiff | tree | snapshot |
| 2013-02-16 |
Ken Hornstein | Slightly more useful, but still more work to do. |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
Ken Hornstein | Add more functionality to fmttest; it's starting to... |
commit | commitdiff | tree | snapshot |
| 2013-02-15 |
David Levine | Added a couple of global variables to mhparse.c to... |
commit | commitdiff | tree | snapshot |
| 2013-02-14 |
Ken Hornstein | More work on fmttest, but still plenty more to go. |
commit | commitdiff | tree | snapshot |
| 2013-02-14 |
Ken Hornstein | Correct man page information for %(width) format instru... |
commit | commitdiff | tree | snapshot |
| 2013-02-14 |
David Levine | Added support for multiple message/file arguments to |
commit | commitdiff | tree | snapshot |
| 2013-02-13 |
Ken Hornstein | Clean up argument handling to fmttest, as a precursor... |
commit | commitdiff | tree | snapshot |
| 2013-02-13 |
Ken Hornstein | Remove support for -mail, -saml, -send, and -soml switc... |
commit | commitdiff | tree | snapshot |
| 2013-02-13 |
Ken Hornstein | Convert fmttest over to the new argument processing... |
commit | commitdiff | tree | snapshot |
| 2013-02-13 |
Ken Hornstein | Document argsplit changes in mh-profile man page. |
commit | commitdiff | tree | snapshot |
| 2013-02-13 |
David Levine | Fixed typo in mhlist man page. Also removed sendfiles(1) |
commit | commitdiff | tree | snapshot |
| 2013-02-13 |
Ken Hornstein | Remove installproc from the test since we don't have... |
commit | commitdiff | tree | snapshot |
| 2013-02-12 |
Ken Hornstein | Remove "installproc" since it is no longer used. |
commit | commitdiff | tree | snapshot |
| 2013-02-12 |
Ken Hornstein | Final conversion to new argsplit() code. |
commit | commitdiff | tree | snapshot |
| 2013-02-11 |
Ken Hornstein | Add a new test for the MIME functionality in burst. |
commit | commitdiff | tree | snapshot |
| 2013-02-11 |
David Levine | Multipart parts might have content before the first... |
commit | commitdiff | tree | snapshot |
| 2013-02-11 |
David Levine | Added etc/rmmproc.messageid, which shows how to try... |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Ken Hornstein | Make burst(1) be able to burst MIME-formatted messages... |
commit | commitdiff | tree | snapshot |
| 2013-02-08 |
Ken Hornstein | Create a central prototype for free_content(). |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
Ken Hornstein | More conversion to argsplit(). |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
Ken Hornstein | Move etc/gen-ctype-checked into an Automake primary... |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
David Levine | When debugging is enabled, replace the ctype functions... |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
David Levine | Added global variable skip_mp_cte_check to turn off... |
commit | commitdiff | tree | snapshot |
| 2013-02-07 |
David Levine | output_content() assumed that ci->ci_values[0] was... |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Ken Hornstein | More work to convert programs over to the use of argspl... |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Ken Hornstein | Make sure these stdarg lists are properly terminated... |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Ken Hornstein | Remove warning suppression we no longer need. Hooray! |
commit | commitdiff | tree | snapshot |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
commit | commitdiff | tree | snapshot |
| 2013-02-05 |
David Levine | Changed m_getfld() to use char instead of unsigned... |
commit | commitdiff | tree | snapshot |
| 2013-02-05 |
David Levine | Changed m_getfld() to use char instead of unsigned... |
commit | commitdiff | tree | snapshot |
| 2013-02-05 |
Ken Hornstein | Start of the signed/unsigned char cleanup. |
commit | commitdiff | tree | snapshot |
| 2013-02-04 |
David Levine | Tweaked logic in brkstring.c and showfile.c to get... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
Ken Hornstein | Make sure we don't link getcwidth with the nmh libraries. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Added support for "-" to indicate stdout to output_mess... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Removed unlink of "core" from signal handler of mhlist... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Removed myuid and mygid variables, they're no longer... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
Ken Hornstein | Cast wchar_t to long unsigned int to deal with differin... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Suppress warning from test-manpages that groff can... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | The Solaris compiler was right about unreachable statem... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Added l modifier to X printf conversions of wchar_t's. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Removed unused vec[0] relic from before argsplit conver... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Added trailing newline to sed input in mhmail when... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Set MHTMPDIR to try to keep all test-related files... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | More test-mhmail probing. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Try this test-mhmail probe. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | More test-mhmail probing. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Modified test-mhmail probe. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Added temporary probe to test-mhmail. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
Ken Hornstein | Convert post over to use new argsplit code. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
Ken Hornstein | Handle the case where (on Solaris) the width of U+2019... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
Ken Hornstein | Rework multibyte test so it will calculate the width... |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | In setup_test(), set PATH after install. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Added set -x to test-ali. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Maybe the mkdir in setup_test() needs a -p? |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | More test-ali diagnostics for Solaris. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Use test -t 1 instead of test -w in test-pick. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | More setup_test() and test-ali attempts on Solaris. |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Removed the ls of folder from setup_test(). |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Try full path to folder in setup_test(). |
commit | commitdiff | tree | snapshot |
| 2013-02-02 |
David Levine | Maybe the PATH needs to be exported again in setup_test()? |
commit | commitdiff | tree | snapshot |
| 2013-02-01 |
David Levine | So folder does exist the first time through setup_test(). |
commit | commitdiff | tree | snapshot |
| 2013-02-01 |
David Levine | Suppressed display of info message when test-eom-align... |
commit | commitdiff | tree | snapshot |
| next |