]> diplodocus.org Git - nmh/log
nmh
13 years agoConvert all argument processing over to using X-Macros for cleanup.
Ken Hornstein [Thu, 10 Jan 2013 03:04:23 +0000 (22:04 -0500)]
Convert all argument processing over to using X-Macros for cleanup.
Based on a suggestion by Ralph Corderoy.

13 years agoAdded comments to and started cleaning up m_getfld.c.
David Levine [Thu, 10 Jan 2013 02:58:03 +0000 (20:58 -0600)]
Added comments to and started cleaning up m_getfld.c.

13 years agoWhen read_more() loads more bytes, save some from the end of the
David Levine [Thu, 10 Jan 2013 02:50:58 +0000 (20:50 -0600)]
When read_more() loads more bytes, save some from the end of the
current chunk and move them to the front of the buffer.  This
allows backing up of the current position, which is necessary when
looking for the message delimiter in a maildrop file.

13 years agoFix bug where a "cur" sequence that was outside the folder allocation limits
Ken Hornstein [Mon, 7 Jan 2013 22:41:27 +0000 (17:41 -0500)]
Fix bug where a "cur" sequence that was outside the folder allocation limits
could trigger a core dump on some systems.

13 years agoRemoved support for #ifdef LBL. It was broken anyways,
David Levine [Sun, 6 Jan 2013 21:04:24 +0000 (15:04 -0600)]
Removed support for #ifdef LBL.  It was broken anyways,
sometime between MH 6.8.5 and the Apr 1999 entry into CVS.
Also removed the addtoseq format function that could only be
accessed with it.

13 years agoFixed test-utf8-body to actually contain the UTF-8 character
David Levine [Sun, 6 Jan 2013 15:38:21 +0000 (09:38 -0600)]
Fixed test-utf8-body to actually contain the UTF-8 character
instead of the single byte, 8-bit character.  This was caught
using Heirloom shell with a UTF-8 locale:  when it wrote the
test draft from a here document, it converted the single byte
character to UTF-8.  This verifies that behavior:

LANG=en_US.utf-8 /usr/lib/heirloom/5bin/sh -c "od -x <<EOF
`printf '\xA1'`
EOF
"

13 years agoExpanded warning message for invalid Content-Transfer-Encoding.
David Levine [Sat, 5 Jan 2013 15:55:35 +0000 (09:55 -0600)]
Expanded warning message for invalid Content-Transfer-Encoding.

13 years agoAdded reference to RFC-1864 to mhbuild man page.
David Levine [Sat, 5 Jan 2013 00:50:06 +0000 (18:50 -0600)]
Added reference to RFC-1864 to mhbuild man page.

13 years agoRemove support for -ebcdicsafe/-noebcdicsafe switches in various utilities.
Ken Hornstein [Fri, 4 Jan 2013 20:12:15 +0000 (15:12 -0500)]
Remove support for -ebcdicsafe/-noebcdicsafe switches in various utilities.

13 years agoCreate a dependency for mh-chart.man on all of the man page sources so
Ken Hornstein [Fri, 4 Jan 2013 20:03:32 +0000 (15:03 -0500)]
Create a dependency for mh-chart.man on all of the man page sources so
it gets rebuilt correctly if the man pages change.

13 years agoBlock SIGPIPE before killing the child in sm_end(). This replaces
David Levine [Fri, 4 Jan 2013 04:33:42 +0000 (22:33 -0600)]
Block SIGPIPE before killing the child in sm_end().  This replaces
the discard() calls that were removed in commit 4548a3ecc4248a1d4.

13 years agoRemoved discard() call in post(8). It was only used with -debug
David Levine [Fri, 4 Jan 2013 04:32:28 +0000 (22:32 -0600)]
Removed discard() call in post(8).  It was only used with -debug
and seemed to serve no useful purpose any more.  Its comment
said that it was needed to help the loader.

13 years agoIn cpstripped() and cptrimmed(), if a multibyte character is
David Levine [Fri, 4 Jan 2013 03:59:44 +0000 (21:59 -0600)]
In cpstripped() and cptrimmed(), if a multibyte character is
found, only count it as taking up one character in the
destination buffer (if it has enought room).  This way,
scan(1)'s output won't be jagged if there are any subjects,
for example, that have multibyte characters.

Added a test for this to test-scan-multibyte, and moved the
test for an invalid multibyte sequence from test-scan to it.

13 years agoRemoved empty file name .null from the historical mh-6.8.5 tree.
David Levine [Fri, 4 Jan 2013 03:51:56 +0000 (21:51 -0600)]
Removed empty file name .null from the historical mh-6.8.5 tree.

13 years agoFixed decoding of header fields when they contain a character that
David Levine [Thu, 3 Jan 2013 02:07:43 +0000 (20:07 -0600)]
Fixed decoding of header fields when they contain a character that
can't be converted.  Added test case to test-scan.  valgrind also
noticed that things went amiss.

13 years agoRemove test .netrc file at the end of test-pop.
David Levine [Thu, 3 Jan 2013 00:13:59 +0000 (18:13 -0600)]
Remove test .netrc file at the end of test-pop.

13 years agoSwitch to using native automake rules for cscope.
Ken Hornstein [Wed, 2 Jan 2013 20:23:29 +0000 (15:23 -0500)]
Switch to using native automake rules for cscope.

13 years agoChange TLS support to only link the TLS libraries with the programs that
Ken Hornstein [Wed, 2 Jan 2013 03:06:33 +0000 (22:06 -0500)]
Change TLS support to only link the TLS libraries with the programs that
need them.

13 years agoClean up (and hopefully improve) the autoconf iconv tests.
Ken Hornstein [Tue, 1 Jan 2013 07:40:30 +0000 (02:40 -0500)]
Clean up (and hopefully improve) the autoconf iconv tests.

13 years agoStill MORE autoconf cleanup.
Ken Hornstein [Tue, 1 Jan 2013 06:50:06 +0000 (01:50 -0500)]
Still MORE autoconf cleanup.

13 years agoAutoconf/automake cleanup
Ken Hornstein [Tue, 1 Jan 2013 06:27:08 +0000 (01:27 -0500)]
Autoconf/automake cleanup

13 years agoDocument removal of --enable-nmh-debug
Ken Hornstein [Tue, 1 Jan 2013 06:01:32 +0000 (01:01 -0500)]
Document removal of --enable-nmh-debug

13 years agoFinally deprecate --enable-nmh-debug
Ken Hornstein [Tue, 1 Jan 2013 06:00:03 +0000 (01:00 -0500)]
Finally deprecate --enable-nmh-debug

13 years agoNote changes to autoconf requirements here.
Ken Hornstein [Mon, 31 Dec 2012 01:17:01 +0000 (20:17 -0500)]
Note changes to autoconf requirements here.

13 years agoWe are now requiring autoconf 2.68 and automake 1.13.
Ken Hornstein [Mon, 31 Dec 2012 00:40:42 +0000 (19:40 -0500)]
We are now requiring autoconf 2.68 and automake 1.13.

13 years agoNote that the minimum required version of automake is 1.12.
Lyndon Nerenberg [Sun, 30 Dec 2012 20:19:47 +0000 (12:19 -0800)]
Note that the minimum required version of automake is 1.12.

13 years agoIgnore top-level ar-lib file.
Lyndon Nerenberg [Sun, 30 Dec 2012 17:38:46 +0000 (09:38 -0800)]
Ignore top-level ar-lib file.

This is detritus from the AM_PROG_AR macro I added to configure.ac.

13 years agoAdd an AM_PROG_AR program check to configure.ac This quells a
Lyndon Nerenberg [Sun, 30 Dec 2012 09:27:49 +0000 (01:27 -0800)]
Add an AM_PROG_AR program check to configure.ac  This quells a
warning when configuring on FreeBSD 10.

13 years agoCorrected fseek() emulation to fix test/bad-input/test-header.
David Levine [Thu, 27 Dec 2012 19:53:33 +0000 (13:53 -0600)]
Corrected fseek() emulation to fix test/bad-input/test-header.

13 years agoReplace use of ftell() in mhparse.c:get_content() by keeping track
David Levine [Thu, 27 Dec 2012 15:51:09 +0000 (09:51 -0600)]
Replace use of ftell() in mhparse.c:get_content() by keeping track
of bytes read by m_getfld().

13 years agoTweaked last commit to test/common.sh.in to eliminate a mv.
David Levine [Wed, 26 Dec 2012 20:03:20 +0000 (14:03 -0600)]
Tweaked last commit to test/common.sh.in to eliminate a mv.

13 years agoAdded note about PATH when running "make check" on Cygwin.
David Levine [Wed, 26 Dec 2012 17:09:28 +0000 (11:09 -0600)]
Added note about PATH when running "make check" on Cygwin.

13 years agoFixed test-slocal to work with mmdfldir set to /dev/null, and on
David Levine [Wed, 26 Dec 2012 17:04:23 +0000 (11:04 -0600)]
Fixed test-slocal to work with mmdfldir set to /dev/null, and on
Cygwin, which needs the full path to tee(1).

13 years agoRestored an explicit refill of the buffer in m_getfld() that I
David Levine [Wed, 26 Dec 2012 15:52:12 +0000 (09:52 -0600)]
Restored an explicit refill of the buffer in m_getfld() that I
removed in the big stdio cleanup.  Its need is shown by reducing
the message buffer size to 2048.

13 years agoRemoved call to fpurge() and its platform-specific emulations
David Levine [Wed, 26 Dec 2012 01:25:43 +0000 (19:25 -0600)]
Removed call to fpurge() and its platform-specific emulations
from discard.c.  discard() is called on stdout from mhl(1) and
msh(1) in interrupt handlers, and post(8) but only with -debug.
tcflush() should do the purge when stdout is a terminal.  If
it's a file or pipe, well, maybe some garbage could get flushed
out.  And it's called on the streams that post uses to talk to
its smtp server, so removed those calls because they no longer
do anything.  And removed LINUX_STDIO define from configure.ac.

13 years agoReplaced all the stdio buffer access in m_getfld.c with a single call
David Levine [Tue, 25 Dec 2012 17:57:31 +0000 (11:57 -0600)]
Replaced all the stdio buffer access in m_getfld.c with a single call
to fread() and then some almost straightforward buffer manipulations.

13 years agoFixed formatting of last change to scansbr.c.
David Levine [Tue, 25 Dec 2012 17:57:02 +0000 (11:57 -0600)]
Fixed formatting of last change to scansbr.c.

13 years agoUpdated m_getfld() interface description.
David Levine [Sun, 23 Dec 2012 15:27:03 +0000 (09:27 -0600)]
Updated m_getfld() interface description.

13 years agoChanged bufsz argument of m_getfld() to be in-out instead of in.
David Levine [Sat, 22 Dec 2012 17:51:21 +0000 (11:51 -0600)]
Changed bufsz argument of m_getfld() to be in-out instead of in.
This allowed removal of the msg_count global, in turn allowing
removal of sbr/m_msgdef.c

13 years agoChanged msg_style and msg_delim to be file static to m_getfld.c
David Levine [Sat, 22 Dec 2012 16:14:36 +0000 (10:14 -0600)]
Changed msg_style and msg_delim to be file static to m_getfld.c
instead of global.

13 years agoChanged type of name argument to m_getfld() from unsigned char *
David Levine [Sat, 22 Dec 2012 16:05:51 +0000 (10:05 -0600)]
Changed type of name argument to m_getfld() from unsigned char *
to unsigned char[NAMESZ].

13 years agoAdded m_getfld () interface description.
David Levine [Sat, 22 Dec 2012 15:51:25 +0000 (09:51 -0600)]
Added m_getfld () interface description.

13 years agoRemoved a few #ifndef JLR/#endif pairs because they're not needed.
David Levine [Wed, 12 Dec 2012 05:24:19 +0000 (23:24 -0600)]
Removed a few #ifndef JLR/#endif pairs because they're not needed.

13 years agoRemoved some dead code, all inside #if 0's. I tried to not remove
David Levine [Wed, 12 Dec 2012 01:45:29 +0000 (19:45 -0600)]
Removed some dead code, all inside #if 0's.  I tried to not remove
anything useful, so there are a few #if 0's remaining.

13 years agoImport a copy of Markus Schnalke's master's thesis: The Modern Mail Handler.
Lyndon Nerenberg [Tue, 11 Dec 2012 04:54:15 +0000 (20:54 -0800)]
Import a copy of Markus Schnalke's master's thesis: The Modern Mail Handler.

(Added with Markus' permission.)

13 years agoRemove the peeking into the stdio internals inside of scan(). Hm, this
Ken Hornstein [Tue, 11 Dec 2012 04:23:44 +0000 (23:23 -0500)]
Remove the peeking into the stdio internals inside of scan().  Hm, this
was more complicated than I originally thought.

13 years agoAdded release notes for releases 1.4 and 1.3 to tail of NEWS.
David Levine [Mon, 10 Dec 2012 03:26:49 +0000 (21:26 -0600)]
Added release notes for releases 1.4 and 1.3 to tail of NEWS.

13 years agomhshow: properly treat unknown multipart subtypes as "mixed"
Paul Fox [Fri, 7 Dec 2012 15:27:52 +0000 (10:27 -0500)]
mhshow:  properly treat unknown multipart subtypes as "mixed"

13 years agoAdded test of -nosequence to test-pick.
David Levine [Thu, 6 Dec 2012 15:46:18 +0000 (09:46 -0600)]
Added test of -nosequence to test-pick.

13 years agopick: add -nosequence command line switch
Paul Fox [Thu, 6 Dec 2012 02:47:12 +0000 (21:47 -0500)]
pick: add -nosequence command line switch

13 years agoNote in dist, mh-profile, and repl man pages that the @ link
David Levine [Tue, 4 Dec 2012 00:45:55 +0000 (18:45 -0600)]
Note in dist, mh-profile, and repl man pages that the @ link
is only created with -atfile.

13 years agoFix to 25581a94c5113eb78b2baf7110408df96efc4418: always set $editalt,
David Levine [Mon, 3 Dec 2012 14:54:21 +0000 (08:54 -0600)]
Fix to 25581a94c5113eb78b2baf7110408df96efc4418: always set $editalt,
even without -atfile.

13 years agoAdded docs/contrib/vpick.
Jerrad Pierce [Mon, 3 Dec 2012 03:02:11 +0000 (21:02 -0600)]
Added docs/contrib/vpick.

13 years agoCleaned up sendfiles(1) man page just a bit.
David Levine [Sun, 2 Dec 2012 15:19:21 +0000 (09:19 -0600)]
Cleaned up sendfiles(1) man page just a bit.

13 years agoCorrected the last addition to man/nmh.man. Might be nicer to explain
Ralph Corderoy [Sun, 2 Dec 2012 15:05:37 +0000 (09:05 -0600)]
Corrected the last addition to man/nmh.man.  Might be nicer to explain
the warty truth from the off.

13 years agoUpdated the TODO file.
David Levine [Sat, 1 Dec 2012 16:53:36 +0000 (10:53 -0600)]
Updated the TODO file.

13 years agoCopied atexit() code from fakesmtp.c to fakepop.c so that its
David Levine [Sat, 1 Dec 2012 16:52:27 +0000 (10:52 -0600)]
Copied atexit() code from fakesmtp.c to fakepop.c so that its
pid file gets cleaned up.  Also copied the sig handler.

13 years agoFixed formatting glitch in msh.man.
David Levine [Sat, 1 Dec 2012 00:42:40 +0000 (18:42 -0600)]
Fixed formatting glitch in msh.man.

13 years agoAdded description of @folder format to nmh.man.
Jerrad Pierce [Sat, 1 Dec 2012 00:40:52 +0000 (18:40 -0600)]
Added description of @folder format to nmh.man.

13 years agoMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
Ken Hornstein [Thu, 29 Nov 2012 20:28:12 +0000 (15:28 -0500)]
Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh

13 years agoshow: remove unused variable
Paul Fox [Thu, 29 Nov 2012 19:54:49 +0000 (14:54 -0500)]
show: remove unused variable

this should have been part of the previous removal of unreachable code.

13 years agoshow: remove unreachable code
Paul Fox [Thu, 29 Nov 2012 18:59:55 +0000 (13:59 -0500)]
show:  remove unreachable code

the stanza in question has been impossible to reach for some time.  i
believe its purpose was to give a non-mh display proc full pathname
arguments to work with.  since we've chdir'd to the folder, giving it
message numbers (i.e., relative pathnames) is fine.

13 years agoshow: remove MAXARGS limit when running any of the helper procs
Paul Fox [Tue, 27 Nov 2012 05:20:55 +0000 (00:20 -0500)]
show: remove MAXARGS limit when running any of the helper procs

use app_msgarg() to maintain both the msgs[] and vec[] string vectors.

13 years agoforw: remove MAXARGS limit when running mhlproc
Paul Fox [Tue, 27 Nov 2012 04:43:00 +0000 (23:43 -0500)]
forw: remove MAXARGS limit when running mhlproc

use app_msgarg() to maintain both the msgs[] and vec[] string vectors.

13 years agoburst: eliminate use of MAXARGS
Paul Fox [Tue, 27 Nov 2012 14:53:56 +0000 (09:53 -0500)]
burst: eliminate use of MAXARGS

use the already available app_msgarg() utility to make this easy.
(the MAXARGS limit was highly unlikely to be exceeded, in practice.)

13 years agoUpdate about changes to rmmproc support.
Ken Hornstein [Wed, 28 Nov 2012 16:21:50 +0000 (11:21 -0500)]
Update about changes to rmmproc support.

13 years agoapp_msgarg: de-obfuscate
Paul Fox [Tue, 27 Nov 2012 17:05:56 +0000 (12:05 -0500)]
app_msgarg: de-obfuscate

add some whitespace and break things up.  and add comment to reflect
that this might be (and is) used for more than just msg parameters.

13 years agoArtificial argv limits.
Paul Fox [Tue, 27 Nov 2012 02:00:28 +0000 (21:00 -0500)]
Artificial argv limits.

when i skimmed the code earlier, i was looking at all the uses of
MAXARGS -- many of which are used to size local arrays.  converting
them all to be dynamically-sized might be a fair amount of work.

but looking at rmm.c, refile.c, and folder_delmsgs(), i don't think
that issue applies.  the patch below fixes the problem, and makes
rmmproc and refile do the right thing (well, at least, the modern
thing).  NB: i didn't test to the limit where execvp should return
E2BIG.

as for the rest of mh -- it's certainly possible to hit the MAXARGS
limit with other commands (show, for instance), but i suspect the
frequency is much lower, and those, too, can be fixed as needed.

paul

>From 9636bc0e1697829966f51d2c301cd5d730c38c0a Mon Sep 17 00:00:00 2001
From: Paul Fox <pgf@foxharp.boston.ma.us>
Date: Mon, 26 Nov 2012 20:49:55 -0500
Subject: [PATCH] rmm/refile: remove the MAXARGS limit when running rmmproc

13 years agoSince pick now uses decode_rfc2047, we need to be sure to link in the
Ken Hornstein [Mon, 26 Nov 2012 16:25:31 +0000 (11:25 -0500)]
Since pick now uses decode_rfc2047, we need to be sure to link in the
iconv library (if we need it).

13 years agoIn pick(1), attempt to decode each header field as if it were
David Levine [Sun, 25 Nov 2012 15:17:15 +0000 (09:17 -0600)]
In pick(1), attempt to decode each header field as if it were
MIME encoded.

13 years agoIn pick(1), attempt to decode each header field as if it were
David Levine [Sun, 25 Nov 2012 15:06:20 +0000 (09:06 -0600)]
In pick(1), attempt to decode each header field as if it were
MIME encoded.

13 years agoA new test for the POP support in inc. Very simple for now, but it seems
Ken Hornstein [Sun, 25 Nov 2012 05:49:04 +0000 (00:49 -0500)]
A new test for the POP support in inc.  Very simple for now, but it seems
to at least check the basic functionality.

13 years agoAdd support for a -nosasl switch.
Ken Hornstein [Sun, 25 Nov 2012 04:50:31 +0000 (23:50 -0500)]
Add support for a -nosasl switch.

13 years agoFixed pick(1) to properly unfold multiple-line header fields
David Levine [Sat, 24 Nov 2012 15:08:31 +0000 (09:08 -0600)]
Fixed pick(1) to properly unfold multiple-line header fields
by removing newlines instead of replacing them with spaces
[Bug #15215].

13 years agoThe big news for this update is nmh 1.5.
Bill Wohler [Sat, 24 Nov 2012 06:41:06 +0000 (01:41 -0500)]
The big news for this update is nmh 1.5.

13 years agoFix the race condition with fakesmtp so it works without needing retries.
Ken Hornstein [Sat, 24 Nov 2012 01:54:28 +0000 (20:54 -0500)]
Fix the race condition with fakesmtp so it works without needing retries.

13 years agoDocument changes to inc.
Ken Hornstein [Sat, 24 Nov 2012 00:59:37 +0000 (19:59 -0500)]
Document changes to inc.

13 years agoDocument the -port switch to inc. Also, fix the -port switch to inc so
Ken Hornstein [Sat, 24 Nov 2012 00:58:34 +0000 (19:58 -0500)]
Document the -port switch to inc.  Also, fix the -port switch to inc so
it actually works.

13 years agoAdded test-slocal.
David Levine [Fri, 23 Nov 2012 15:27:44 +0000 (09:27 -0600)]
Added test-slocal.

13 years agoslocal used to support two different formats for three of
David Levine [Fri, 23 Nov 2012 15:26:21 +0000 (09:26 -0600)]
slocal used to support two different formats for three of
its arguments:

  [address info sender]
  [-addr address] [-info data] [-sender sender]

But it hasn't properly supported the first form since at
least April 1999.  So, I removed that first form from the
man page and the broken support from the code.  Score
another for the test suite!

13 years agoAdded Message-Id to messages in test suite.
David Levine [Fri, 23 Nov 2012 15:25:15 +0000 (09:25 -0600)]
Added Message-Id to messages in test suite.

13 years agoFixed a couple of signed-unsigned comparisons.
David Levine [Tue, 20 Nov 2012 01:19:59 +0000 (19:19 -0600)]
Fixed a couple of signed-unsigned comparisons.

13 years agoYozo TODA: fix for mhshow-charset- directives in .mh_profile being broken
Oliver Kiddle [Mon, 19 Nov 2012 23:47:24 +0000 (00:47 +0100)]
Yozo TODA: fix for mhshow-charset- directives in .mh_profile being broken

13 years agoMerge branch 'format-memory-rework'
Ken Hornstein [Mon, 19 Nov 2012 20:31:21 +0000 (15:31 -0500)]
Merge branch 'format-memory-rework'

13 years agoMake sure we strip off a newline from components we want to display (we
Ken Hornstein [Mon, 19 Nov 2012 20:29:01 +0000 (15:29 -0500)]
Make sure we strip off a newline from components we want to display (we
were stripping off a newline from the wrong copy of the component).

13 years agoConvert repl to the new world format API.
Ken Hornstein [Mon, 19 Nov 2012 19:37:14 +0000 (14:37 -0500)]
Convert repl to the new world format API.

13 years agoSupport for the new world format API for comp and forw.
Ken Hornstein [Mon, 19 Nov 2012 19:19:30 +0000 (14:19 -0500)]
Support for the new world format API for comp and forw.

13 years agoWhoops, with the new world order we need to make sure we allocate memory
Ken Hornstein [Mon, 19 Nov 2012 19:18:55 +0000 (14:18 -0500)]
Whoops, with the new world order we need to make sure we allocate memory
for all strings in format instructions.

13 years agoConvert scan() to the new world format API.
Ken Hornstein [Mon, 19 Nov 2012 18:48:16 +0000 (13:48 -0500)]
Convert scan() to the new world format API.

13 years agoChange fmt_findcasecmp() to fmt_findcasecomp(). The new name is more
Ken Hornstein [Mon, 19 Nov 2012 18:47:46 +0000 (13:47 -0500)]
Change fmt_findcasecmp() to fmt_findcasecomp().  The new name is more
consistent.

13 years agoChange API a bit.
Ken Hornstein [Mon, 19 Nov 2012 17:23:16 +0000 (12:23 -0500)]
Change API a bit.

Rename fmt_addcomp() to fmt_addcomptext().
Create new function fmt_addcompentry().

13 years agoRemove unused variable.
Ken Hornstein [Mon, 19 Nov 2012 17:22:26 +0000 (12:22 -0500)]
Remove unused variable.

13 years agoRemoved leading space from lines in mhbuild and rmm man pages
David Levine [Sat, 17 Nov 2012 18:05:22 +0000 (12:05 -0600)]
Removed leading space from lines in mhbuild and rmm man pages
to correct formatting.

13 years agoFinished work on rcvdist to convert to new world format API.
Ken Hornstein [Sat, 17 Nov 2012 04:56:26 +0000 (23:56 -0500)]
Finished work on rcvdist to convert to new world format API.

13 years agoMore (and hopefully for now) the final cleanup for mhl.
Ken Hornstein [Sat, 17 Nov 2012 04:41:10 +0000 (23:41 -0500)]
More (and hopefully for now) the final cleanup for mhl.

13 years agoBasic support for the new world API; seems to work!
Ken Hornstein [Sat, 17 Nov 2012 04:22:23 +0000 (23:22 -0500)]
Basic support for the new world API; seems to work!

13 years agoAdd missing functions for manipulating component text.
Ken Hornstein [Sat, 17 Nov 2012 04:21:54 +0000 (23:21 -0500)]
Add missing functions for manipulating component text.

13 years agoFix up documentation a bit.
Ken Hornstein [Sat, 17 Nov 2012 04:20:28 +0000 (23:20 -0500)]
Fix up documentation a bit.

13 years agoPartial work for mhl; still more stuff to do.
Ken Hornstein [Fri, 16 Nov 2012 02:47:59 +0000 (21:47 -0500)]
Partial work for mhl; still more stuff to do.

13 years agoFix missing argument to fmt_free().
Ken Hornstein [Fri, 16 Nov 2012 02:47:36 +0000 (21:47 -0500)]
Fix missing argument to fmt_free().