CiderPress Apple II archive utility for Windows
Go to file
Andy McFadden f6647b9978 Convert WSMG to LOG
Mostly a bulk conversion of debug messages, primarily with sed:

 sed -e 's/\(WMSG[0-9]\)\(.*\)\(\\n"\)/LOGI\2"/'

This removes the '\n' from the end of the log messages, and sets
them all to "info" severity.

We want to prefix each line with file/line and/or a timestamp,
so it doesn't make sense to have a partial line, and there's no
value in embedding the '\n' in every string.
2014-11-18 14:16:35 -08:00
DIST Tweaks for 3.0.1 release. 2009-01-04 19:19:05 +00:00
app Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
diskimg Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
linux Make gcc happy. 2009-01-03 19:08:48 +00:00
mdc Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
nufxlib Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
reformat Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
util Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
zlib Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
.gitignore Visual Studio 2013 update 2014-11-03 14:05:07 -08:00
CP.sln Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
LICENSE.txt CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
README.md Create README.md 2014-10-28 17:19:54 -07:00
ReadMe.htm initial import 2007-03-27 17:47:10 +00:00

README.md

UNDER CONSTRUCTION

I'm in the process of relocating CiderPress from SourceForge and convincing it to build with VS 2013.