Commit Graph

103 Commits

Author SHA1 Message Date
Andy McFadden e67a0318fa Updated autoconf scripts. 2004-10-11 19:54:17 +00:00
Andy McFadden 885238346b Updated ChangeLog for v2.0.3 release. 2004-10-11 19:43:02 +00:00
Andy McFadden 1b1bafb12b Upped version to v2.0.3. 2004-08-23 00:00:44 +00:00
Andy McFadden 804ca87a19 Looks like I forgot to re-run autoconf after changing "darwin6" to "darwin"
in configure.in.
2004-03-18 17:22:09 +00:00
Andy McFadden bb09a12f75 Updated copyright notices (from 2003 to 2004).
Incremented version to 2.0.2.
2004-03-10 21:26:29 +00:00
Andy McFadden cd1f9e78a1 Twiddled some comments and upped the version to match NufxLib (v2.0.1). 2003-10-16 22:25:26 +00:00
Andy McFadden 49053fe654 From Eric Shepherd: updates to documentation. 2003-06-24 20:40:28 +00:00
Andy McFadden 5f93a26aac Add "-framework Carbon" to link lines for Mac OS X systems. 2003-06-21 19:00:36 +00:00
Andy McFadden 1d38e11b9d Minor tweaks. 2003-03-19 03:03:07 +00:00
Andy McFadden cc8f289f09 Updated for v2.0.0 release. 2003-03-19 01:24:46 +00:00
Andy McFadden 4d194464db Updated with latest from ftp://ftp.gnu.org/pub/gnu/config/
(filestamp 2003/02/22).
2003-03-12 02:46:20 +00:00
Andy McFadden 80c9b78516 The test for really long filename extensions was broken. 2003-03-12 02:39:43 +00:00
Andy McFadden 486cae404e Removed wayward ^M. 2003-03-11 22:11:30 +00:00
Andy McFadden 472f7dceb0 Enable kNuValueStripHighASCII. 2003-03-10 23:01:44 +00:00
Andy McFadden 575f591f69 Corrected off-by-one error in ProDOS day and month conversion. 2003-03-10 02:40:44 +00:00
Andy McFadden 8b44f2a7b2 Minor tweaks to MSC makefile. 2003-03-06 01:06:07 +00:00
Andy McFadden 49f396f5c3 Link against nufxlib2.lib instead of nufxlib.lib. 2003-02-27 21:36:35 +00:00
Andy McFadden da714d7c9b Switch to case-insensitive filename comparisons. This matters most when
extracting or deleting files by name.
2003-02-18 22:20:30 +00:00
Andy McFadden fde7b9b18c Resurrected HandleAddNotFound(). Updated callback setters for changed
semantics (return of NuCallback rather than NuError).  Initialize the
new origName field.
2003-02-18 21:50:55 +00:00
Andy McFadden 6389da041b When extracting disk images with "-ee", append ".PO" to filename. 2003-02-18 21:49:25 +00:00
Andy McFadden 8b0b89b5d4 Renamed SetFileDetails to GetFileDetails. 2003-02-18 21:46:52 +00:00
Andy McFadden 8c43a1e571 Updated version number to 200.
Updated comments about building against the DLL.
2003-02-09 04:25:57 +00:00
Andy McFadden 102af95bdd Track changes to DataSource API in NufxLib. 2003-02-09 01:56:05 +00:00
Andy McFadden 18775bbf04 Complain properly when adding of files fails. 2003-02-09 01:55:26 +00:00
Andy McFadden ba99fa7372 Updated copyright notices. 2003-02-08 22:43:24 +00:00
Andy McFadden 0d053dca09 Upped version number to v2.0.0.
Fixed filename conversion issues.  Specifically:
 - Correctly handle '%' when preservation is OFF.
 - Accept 4-character extensions in '-ee' without risk of buffer overflow.
 - Fixed broken assert when converting long %xx names.
 - Store "AUX" as "%00AUX" when preserving names under Win32 (vs. "_AUX").
 - Always store files with ':' as path separator.
 - Recognize that some Win32 variants (Win2K and later at the least) will
   accept both '/' and '\' as pathname separators.
 - Correctly convert ".//foo" to "foo" instead of "/foo".

Corrected definition of F_OK under Win32.
2003-02-08 22:35:31 +00:00
Andy McFadden 861eb84b4d Added support for kNuProgressAborted. 2003-02-08 22:30:30 +00:00
Andy McFadden cd2b892b07 Updated displayed copyright notice. Added compiled-vs-linked version
test.  Added (commented out) enabling of kNuValueMaskDataless.
2003-01-10 22:41:20 +00:00
Andy McFadden c3484de282 GSHK archives empty files without storing any threads. Instead of
displaying these as having file type "???", display the actual filetype
followed by a hyphen, e.g. "S16-".  Compare to forked files, which look
like "S16+".
2002-12-19 23:24:56 +00:00
Andy McFadden fef1a7bed5 Point at Makefile.msc comments. 2002-12-06 00:54:29 +00:00
Andy McFadden 049d906bd5 Updates for Win32 DLL build. 2002-12-06 00:53:10 +00:00
Andy McFadden 8fe2f00cb7 Release 1.1.0. 2002-10-21 01:56:05 +00:00
Andy McFadden 3155093a94 Updated verbose help text. 2002-10-19 01:10:19 +00:00
Andy McFadden a45ee42376 Added a copy of the Win32 README.
Updated the distribution scripts.
2002-10-12 00:28:21 +00:00
Andy McFadden af503787ad Updated copyright notices and legalese. 2002-10-11 20:13:25 +00:00
Andy McFadden b72e469104 Minor tweaks to help text. Set version to 1.1.0. 2002-10-11 19:45:29 +00:00
Andy McFadden deb3fb24d0 Made some decent descriptions for the "-h" command. 2002-10-11 01:51:43 +00:00
Andy McFadden bd3eef768e Minor tweaks, primarily to get the Win32 build working. 2002-10-10 23:45:56 +00:00
Andy McFadden 7e0ad70cc2 When using "junk paths", don't create directories. 2002-10-10 15:50:51 +00:00
Andy McFadden 717937b571 Tracking minor tweak to feature test enum. 2002-10-10 00:50:55 +00:00
Andy McFadden edc69e56ca Added support for bzip2 compression.
Use NuTestFeature to determine which compression methods are available.
2002-10-09 23:12:33 +00:00
Andy McFadden 21c4d9027a Remove the trailing ".QQ" from squeezed files before extracting.
Fail if the user tries to extract comments from a Binary II archive
(with the "-c flag).
2002-10-09 00:38:37 +00:00
Andy McFadden a9ad3e7a3e Added Binary II support. It's not quite seamless, but it's a lot
better than what the original NuLib offered.

Wrote first cut at verbose "help" output.
2002-10-09 00:15:24 +00:00
Andy McFadden 46c7579f57 Minor tweaks, mostly to comments and "assert" vs "Assert". 2002-10-09 00:04:18 +00:00
Andy McFadden e7a3225f04 Added optional support for zlib deflate compression via the "-z" flag. The
auto-config checks for zlib, and enables the features if found.  This isn't
ideal, but it'll do.

The "gory debug" output is now available with the "-g" command.
2002-10-01 01:05:13 +00:00
Andy McFadden 809f26783f Added "analyzing" state to progress updater (used by SQueeze compression).
Changed the version string to "1.1.0d1".
2002-09-26 22:12:18 +00:00
Andy McFadden 6dbf0dced9 Fixed minor bugs when trying to open a file that doesn't actually contain
an archive.  Spotted by valgrind.
2002-09-23 20:32:26 +00:00
Andy McFadden d6a5154b60 Reformatted files to use spaces instead of hard tabs. No substantitve changes. 2002-09-21 00:59:25 +00:00
Andy McFadden ebc52e08c3 Updated these to the latest from ftp://ftp.gnu.org/pub/gnu/config/.
Now Mac OS ("darwin") systems seem to be happier.
2002-09-21 00:34:30 +00:00
Andy McFadden 2890faa073 Added some extra goodies for the source repository. 2001-06-12 20:02:42 +00:00
Andy McFadden ba1c861724 Bumped the version up to 1.0.1 to keep pace with NufxLib. 2000-05-23 02:04:46 +00:00
Andy McFadden 615c39d482 Fix initial checkin -- version numbers in Makefiles should be zero. 2000-05-23 02:04:03 +00:00
cvs 5615fa90d4 Imported sources. 2000-05-23 01:55:31 +00:00