From cd1f9e78a15f0cc0cd3f843bab2de67e2ba86049 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 16 Oct 2003 22:25:26 +0000 Subject: [PATCH] Twiddled some comments and upped the version to match NufxLib (v2.0.1). --- nulib2/ArcUtils.c | 2 +- nulib2/Binary2.c | 2 ++ nulib2/ChangeLog.txt | 2 ++ nulib2/Makefile.msc | 2 +- nulib2/State.c | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/nulib2/ArcUtils.c b/nulib2/ArcUtils.c index 8cbd94a..6b47a79 100644 --- a/nulib2/ArcUtils.c +++ b/nulib2/ArcUtils.c @@ -857,7 +857,7 @@ OpenArchiveReadOnly(NulibState* pState) BailError(err); /* - DBUG(("--- enabling 'mask threadless' mode\n")); + DBUG(("--- enabling 'mask dataless' mode\n")); err = NuSetValue(pArchive, kNuValueMaskDataless, true); BailError(err); */ diff --git a/nulib2/Binary2.c b/nulib2/Binary2.c index 225f335..a1ffc71 100644 --- a/nulib2/Binary2.c +++ b/nulib2/Binary2.c @@ -14,6 +14,8 @@ * (Technically, BNY isn't an archive format. It was a way to encapsulate * file attributes and file data for transmission over a modem, and was * meant to be added and stripped on the fly.) + * + * TO DO: add "junk skipping" like NufxLib has. */ #include "Nulib2.h" diff --git a/nulib2/ChangeLog.txt b/nulib2/ChangeLog.txt index 17c1eea..6c54d3a 100644 --- a/nulib2/ChangeLog.txt +++ b/nulib2/ChangeLog.txt @@ -1,3 +1,5 @@ +2003/10/16 ***** v2.0.1 shipped ***** + 2003/03/18 ***** v2.0.0 shipped ***** 2003/02/18 fadden diff --git a/nulib2/Makefile.msc b/nulib2/Makefile.msc index 8cd7a35..a4086a9 100644 --- a/nulib2/Makefile.msc +++ b/nulib2/Makefile.msc @@ -22,7 +22,7 @@ TARGETOS = BOTH !include -VERSION=200 +VERSION=201 NUFXSRCDIR = ..\nufxlib-$(VERSION) # object files diff --git a/nulib2/State.c b/nulib2/State.c index d23ca15..755a71a 100644 --- a/nulib2/State.c +++ b/nulib2/State.c @@ -9,7 +9,7 @@ #include "Nulib2.h" -static const char* gProgramVersion = "2.0.0"; +static const char* gProgramVersion = "2.0.1"; /*