ciderpress/reformat
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
..
AppleWorks.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
AppleWorks.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Asm.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Asm.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
AWGS.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
AWGS.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
BASIC.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
BASIC.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CPMFiles.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
CPMFiles.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Directory.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Directory.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Disasm.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Disasm.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
DisasmTable.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
DoubleHiRes.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
DoubleHiRes.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DreamGrafix.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
HiRes.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
HiRes.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
MacPaint.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
MacPaint.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NiftyList.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
PascalFiles.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
PascalFiles.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
PrintShop.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
PrintShop.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Reformat.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Reformat.h Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
reformat.vcxproj Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
reformat.vcxproj.filters Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ReformatBase.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ReformatBase.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ResourceFork.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
ResourceFork.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Simple.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Simple.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
SuperHiRes.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
SuperHiRes.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
Teach.cpp Convert WSMG to LOG 2014-11-18 14:16:35 -08:00
Teach.h Change "nil" to "NULL" 2014-11-17 21:37:36 -08:00
Text8.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
Text8.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00