Commit Graph

60 Commits

Author SHA1 Message Date
Bobbi Webber-Manners c861f81bd4 Touched up screenshot 2020-06-03 19:46:40 -04:00
Bobbi Webber-Manners fa4f32391c Updated README yet again 2020-06-03 19:43:47 -04:00
Bobbi Webber-Manners 8df3adde3f Updated screenshots again 2020-06-03 19:41:49 -04:00
Bobbi Webber-Manners c37d29c83c README updates ... 2020-06-03 19:31:35 -04:00
Bobbi Webber-Manners a541e948c5 Updates to README 2020-06-03 19:28:50 -04:00
Bobbi Webber-Manners 728e1c5d6d Updated screenshots 2020-06-03 19:24:57 -04:00
Bobbi Webber-Manners fee09dba8d More README updates ... 2020-06-03 19:00:04 -04:00
Bobbi Webber-Manners 428f7f48e9 Updated README 2020-06-03 18:55:44 -04:00
Bobbi Webber-Manners 8436b51187 Updated options in usage() summary (disabled code in any case) 2020-06-03 18:54:06 -04:00
Bobbi Webber-Manners d481808776 Changed sorting options to enable both ctime & mtime. UI enhancements. 2020-06-03 18:49:48 -04:00
Bobbi Webber-Manners 956fd9654e Updated README with info about patch to cc65 DIO lib 2020-06-03 17:44:03 -04:00
Bobbi Webber-Manners 95ef43348a Reverse video for signon line / title 2020-06-03 17:33:33 -04:00
Bobbi Webber-Manners e2f71ce46d Improved the conditional compilation to save a few bytes 2020-06-02 22:12:31 -04:00
Bobbi Webber-Manners b98a9ede66 Fix to cc65 isdevice call (thanks to John Brooks!) 2020-06-02 21:54:38 -04:00
Bobbi Webber-Manners afe7fedd58 Deleted TODO comment 2020-06-02 21:18:59 -04:00
Bobbi Webber-Manners 98b52f0a58 Fix to cc65 dio_open() function to support ProDOS 2.5+ drive number >2 2020-06-02 21:18:11 -04:00
Bobbi Webber-Manners bd4c8230d5 Now works for drives number >2, with cc65 patch 2020-06-02 21:16:35 -04:00
Bobbi Webber-Manners 6593f91a93 Added comment that cc65 needs to be fixed for drive number > 2 2020-06-02 20:12:48 -04:00
Bobbi Webber-Manners 092df9c672 Fixed computation of slot and drive number 2020-06-02 20:01:21 -04:00
Bobbi Webber-Manners 7dd8e9b13e One more error message I missed 2020-06-01 23:51:56 -04:00
Bobbi Webber-Manners 4bb202f5f1 Finished cleaning up error messages. 2020-06-01 23:50:11 -04:00
Bobbi Webber-Manners 6de9b898c0 Cleaning up error message (still in progress) 2020-06-01 23:36:36 -04:00
Bobbi Webber-Manners 46e8b5fbde Fixed bug in previous commit which was writing junk to end of directories 2020-06-01 20:04:02 -04:00
Bobbi Webber-Manners 33368c8e24 Create sorted blocks on-the-fly, without storing them all in aux mem. 2020-06-01 19:49:25 -04:00
Bobbi Webber-Manners 7796124aff Proper fix for the AUXMOVE issue (AUXMOVE copies one more byte than it should) 2020-06-01 17:47:01 -04:00
Bobbi Webber-Manners 0bf339f95c Fixed comment. 2020-05-31 22:19:09 -04:00
Bobbi Webber-Manners 834f19cd3b Fixed filecount overflow bug. Added error check to auxalloc(). 2020-05-31 22:15:49 -04:00
Bobbi Webber-Manners 4d8aa68495 Made code work properly when CHECK is disabled (#undef CHECK). 2020-05-31 19:25:14 -04:00
Bobbi Webber-Manners 06b30cf0c2 Deleted obsolete TODO comment 2020-05-31 18:36:17 -04:00
Bobbi Webber-Manners ae8d47bd45 Fixed multi-level sort (buildsorttable() can now update existing table.) 2020-05-31 18:34:20 -04:00
Bobbi Webber-Manners f102a7723a Made fileent a few bytes smaller. Fixed folder sort. Improved maxfiles check. 2020-05-31 17:32:13 -04:00
Bobbi Webber-Manners 4dbcd267a0 Made fileent into a union and populate it for each subsort. Saves main memory. 2020-05-31 15:12:15 -04:00
Bobbi Webber-Manners 7e98017cb9 Moved creation of filelist[] into separate function. Fixed FS corruption bug. 2020-05-31 02:57:29 -04:00
Bobbi Webber-Manners c2cd9f12f9 Fixed zeroing bug so that aux memory works again 2020-05-30 22:16:44 -04:00
Bobbi Webber-Manners ab9057ddd4 Fixed terrible disk corruption bug!! 2020-05-30 21:48:46 -04:00
Bobbi Webber-Manners b469ec3ab4 Fixed misindentation 2020-05-30 17:18:45 -04:00
Bobbi Webber-Manners aae34a6df2 Improved conditional compilation slightly 2020-05-29 23:39:01 -04:00
Bobbi Webber-Manners dd31586a4e Can use all of biggest heap block for filelist[] 2020-05-27 21:39:23 -04:00
Bobbi Webber-Manners cbb9431dc2 Made command line parsing optional, and turned it off 2020-05-27 20:36:11 -04:00
Bobbi Webber-Manners 53d557a50f Auto-sizing of filelist[] array to fit available memory 2020-05-27 20:20:25 -04:00
Bobbi Webber-Manners a6b7f2bab5 Turned on aux memory support 2020-05-26 00:44:32 -04:00
Bobbi Webber-Manners 2eabedc761 Aux memory support seems to be working (disabled by default) 2020-05-25 22:51:05 -04:00
Bobbi Webber-Manners e36c43b7dc Aux memory support half implemented. Code still works with it disabled. 2020-05-25 22:36:22 -04:00
Bobbi Webber-Manners 7f8da55931 Added basic infrastructure for using aux memory 2020-05-25 21:18:18 -04:00
Bobbi Webber-Manners c424d576c6 Fix printing of newline for errors 2020-05-25 21:13:18 -04:00
Bobbi Webber-Manners e13161567b Made buf[] and buf2[] dynamically allocated 2020-05-24 02:16:29 -04:00
Bobbi Webber-Manners ca8c6d20fb Initial commit of extend.c 2020-05-23 00:26:17 -04:00
Bobbi Webber-Manners a703c5c16d Added title and version number SORTDIR v0.5 alpha 2020-05-23 00:12:21 -04:00
Bobbi Webber-Manners 08e3cb7c88 More README!! 2020-05-23 00:07:23 -04:00
Bobbi Webber-Manners 2d891f38fc More README 2020-05-22 23:20:28 -04:00