From: Russ Allbery Subject: Gateway commit: trunk (ChangeLog TODO modules/fixpath.al t/fixpath.t) Date: Sun May 8 20:41:08 2005 -0700 Date: Sunday, May 8, 2005 @ 20:41:08 Author: eagle Revision: 307 * modules/fixpath.al: Update and reformat documentation to match the style being used for other modules. Add documentation for the fatal error messages. (fixpath): Fall back on getpwuid for the current user if HOME isn't set. Error out if unable to find the home directory of a user. Edit to match News::Gateway coding style. * t/fixpath.t: New file. Added: trunk/t/fixpath.t Modified: trunk/ChangeLog trunk/TODO trunk/modules/fixpath.al (contents, properties) --------------------+ ChangeLog | 8 +++ TODO | 1 modules/fixpath.al | 123 +++++++++++++++++++++++++++++++-------------------- t/fixpath.t | 36 ++++++++++++++ 4 files changed, 121 insertions(+), 47 deletions(-)