This is new since the last OS 9.3 SDK preview:
October 23, 2019
The C++ version of the HTML parser and the XML parser are tested in TextTest.
October 30, 2019
I improved Backup & synchronization with a progress bar.
November 3, 2019
I improved AutoFlush. I wrote New subfolder CM. I wrote the PPC version of Pseudo delete. I wrote the 68K version of AutoFlush and Macros.
November 8, 2019
I wrote NewFolderWIconCM.
November 9, 2019
I wrote ObjectSpecifierTest.
November 10, 2019
I linked and beautified AEGizmos.
November 12, 2019
All projects have now 68K struct alignment.
November 13, 2019
I can convert CodeWarrior project files to a binary file and a text file with a Scheme expression.
November 29, 2019
My automatic parameter list indentation now recognizes C and C++ comments.
December 1, 2019
I wrote ReindentParametersCM.
December 11, 2019
I wrote the TimSort version for OS 9.
December 18, 2019
I wrote ProjectLib and ProjectTest.
December 20, 2019
I found a bug in NewFolderWIconCM. I split ObjectSpecifierTest into ObjectSpecifierTest and FinderObjectTest. I improved the precompiled headers of my libraries.
December 24, 2019
I improved the headers of my private projects:
I removed ErrorLib's dependency on MSL.
I changed the way in which I sorted the projects in categories.
I improved the headers.
I use the source code instead of the static libraries.
December 27, 2019
I found a bug in SchemeInterpreter. It doesn't catch exceptions. I'm reordering the SDK stuff.
December 28, 2019
I'm relinking PLT Scheme.
December 29, 2019
I tried to link GambitScheme 3.0. Total fail.
December 30, 2019
I linked MiniScheme 0.85 and TinyScheme 1.41.
December 31, 2019
I updated PLT Scheme 1.0.3p1 and GambitScheme 3.0 to CW Pro 6.3. I discontinued SchemeEmbedTest, SchemeInterpreterLib and SchemeInterpreterTest.
January 3, 2020
I rewrote FinderObjectLib. It recognizes now 5 types of Finder objects.
January 4, 2020
I rewrote some demo programs with AppDiedSupport, OpenAppSupport, OpenDocSupport, PrintDocSupport and QuitSupport. I found a bug in SaveAVolumeAsAFile. You could run it only once, the second time it would have insufficient memory. I made it open source.
January 5, 2020
I made Dictionary open source. I removed the startup thread. I improved the startup and the sort order.
January 12, 2020
I tried to link MzScheme with 68K struct alignment. I made a special version of FinderObjectLib that can be used in any piece of PowerPC software. Then I made the NewTextFileCM demo project.
January 13, 2020
I found a way to catch exceptions when embedding PLT Scheme. I linked the release version of Dictionary as a monolithic program. I found a way to link Scheme programs with GambitScheme.