Commit Graph

  • bd4c8230d5 Now works for drives number >2, with cc65 patch Bobbi Webber-Manners 2020-06-02 21:16:35 -0400
  • 6593f91a93 Added comment that cc65 needs to be fixed for drive number > 2 Bobbi Webber-Manners 2020-06-02 20:12:48 -0400
  • 092df9c672 Fixed computation of slot and drive number Bobbi Webber-Manners 2020-06-02 20:01:21 -0400
  • 7dd8e9b13e One more error message I missed Bobbi Webber-Manners 2020-06-01 23:51:56 -0400
  • 4bb202f5f1 Finished cleaning up error messages. Bobbi Webber-Manners 2020-06-01 23:50:11 -0400
  • 6de9b898c0 Cleaning up error message (still in progress) Bobbi Webber-Manners 2020-06-01 23:36:36 -0400
  • 46e8b5fbde Fixed bug in previous commit which was writing junk to end of directories Bobbi Webber-Manners 2020-06-01 20:04:02 -0400
  • 33368c8e24 Create sorted blocks on-the-fly, without storing them all in aux mem. Bobbi Webber-Manners 2020-06-01 19:49:25 -0400
  • 7796124aff Proper fix for the AUXMOVE issue (AUXMOVE copies one more byte than it should) Bobbi Webber-Manners 2020-06-01 17:47:01 -0400
  • 0bf339f95c Fixed comment. Bobbi Webber-Manners 2020-05-31 22:19:09 -0400
  • 834f19cd3b Fixed filecount overflow bug. Added error check to auxalloc(). Bobbi Webber-Manners 2020-05-31 22:15:49 -0400
  • 4d8aa68495 Made code work properly when CHECK is disabled (#undef CHECK). Bobbi Webber-Manners 2020-05-31 19:25:14 -0400
  • 06b30cf0c2 Deleted obsolete TODO comment Bobbi Webber-Manners 2020-05-31 18:36:17 -0400
  • ae8d47bd45 Fixed multi-level sort (buildsorttable() can now update existing table.) Bobbi Webber-Manners 2020-05-31 18:34:20 -0400
  • f102a7723a Made fileent a few bytes smaller. Fixed folder sort. Improved maxfiles check. Bobbi Webber-Manners 2020-05-31 17:32:13 -0400
  • 4dbcd267a0 Made fileent into a union and populate it for each subsort. Saves main memory. Bobbi Webber-Manners 2020-05-31 15:12:15 -0400
  • 7e98017cb9 Moved creation of filelist[] into separate function. Fixed FS corruption bug. Bobbi Webber-Manners 2020-05-31 02:57:29 -0400
  • c2cd9f12f9 Fixed zeroing bug so that aux memory works again Bobbi Webber-Manners 2020-05-30 22:16:44 -0400
  • ab9057ddd4 Fixed terrible disk corruption bug!! Bobbi Webber-Manners 2020-05-30 21:48:46 -0400
  • b469ec3ab4 Fixed misindentation Bobbi Webber-Manners 2020-05-30 17:18:45 -0400
  • aae34a6df2 Improved conditional compilation slightly Bobbi Webber-Manners 2020-05-29 23:39:01 -0400
  • dd31586a4e Can use all of biggest heap block for filelist[] Bobbi Webber-Manners 2020-05-27 21:39:23 -0400
  • cbb9431dc2 Made command line parsing optional, and turned it off Bobbi Webber-Manners 2020-05-27 20:36:11 -0400
  • 53d557a50f Auto-sizing of filelist[] array to fit available memory Bobbi Webber-Manners 2020-05-27 20:20:25 -0400
  • a6b7f2bab5 Turned on aux memory support Bobbi Webber-Manners 2020-05-26 00:44:32 -0400
  • 2eabedc761 Aux memory support seems to be working (disabled by default) Bobbi Webber-Manners 2020-05-25 22:51:05 -0400
  • e36c43b7dc Aux memory support half implemented. Code still works with it disabled. Bobbi Webber-Manners 2020-05-25 22:36:22 -0400
  • 7f8da55931 Added basic infrastructure for using aux memory Bobbi Webber-Manners 2020-05-25 21:18:18 -0400
  • c424d576c6 Fix printing of newline for errors Bobbi Webber-Manners 2020-05-25 21:13:18 -0400
  • e13161567b Made buf[] and buf2[] dynamically allocated Bobbi Webber-Manners 2020-05-24 02:16:29 -0400
  • ca8c6d20fb Initial commit of extend.c Bobbi Webber-Manners 2020-05-23 00:26:17 -0400
  • a703c5c16d Added title and version number SORTDIR v0.5 alpha Bobbi Webber-Manners 2020-05-23 00:12:21 -0400
  • 08e3cb7c88 More README!! Bobbi Webber-Manners 2020-05-23 00:07:23 -0400
  • 2d891f38fc More README Bobbi Webber-Manners 2020-05-22 23:20:28 -0400
  • a5a9149fa4 More README info Bobbi Webber-Manners 2020-05-22 23:12:43 -0400
  • 98b4be7589 Improved README Bobbi Webber-Manners 2020-05-22 22:56:01 -0400
  • 1d97dd1823 More README updates Bobbi Webber-Manners 2020-05-22 20:14:09 -0400
  • 6a15524ef9 Fixed some errors in README Bobbi Webber-Manners 2020-05-22 19:40:36 -0400
  • ed67e668fb More README improvements Bobbi Webber-Manners 2020-05-22 19:39:22 -0400
  • 7b9fe577ef Improvements to README Bobbi Webber-Manners 2020-05-22 19:22:45 -0400
  • 8c3d91ee36 Added some meat to the README Bobbi Webber-Manners 2020-05-22 18:51:26 -0400
  • d2cf3a3905 Added support for building a test diskette image. Bobbi Webber-Manners 2020-05-22 17:10:27 -0400
  • 737c6c31ec Initial version of sortdir for ProDOS-8 (port from GNO/ME on the GS) Bobbi Webber-Manners 2020-05-22 17:01:18 -0400
  • e5dc33d005
    Initial commit Bobbi Webber-Manners 2020-05-22 16:14:13 -0400