5 Commits

Author SHA1 Message Date
Fish (David B. Trout) 2ba2c31459 CCKD64 Support! (part 1 of 2):
Part of ongoing CCKD64 effort. This commit lays the groundwork to make it easier to see the actual CCKD64 changes in the upcoming part 2 commit.

This commit is MOSTLY cosmetic (e.g. struct field renames, function renames, coding style white-space and comment tweaks, etc), BUT... also includes the following NON-cosmetic changes too:

  * cckd_cmd debug option now actually does something.
  * track length and track validation functions rewritten/cleaned up.
  * Utility messages fixed to be MSGLVL(DEBUG) compatible (fprintf changed to FWRMSG).
  * fetch_fw/store_fw/FETCH_LE_FW/STORE_LE_FW/etc used where appropriate.
  * Reorganize/consolidate static vars into global statics.
  * Use #define constants where possible.
  * Enable previously suppressed important compiler warnings.
2018-12-05 17:52:32 -08:00
Fish (David B. Trout) 97bbac0fb7 Add git "executable" property to scripts that need it 2018-03-08 13:27:45 -08:00
Fish (David B. Trout) 3de6559bcd (minor tweaks) 2016-05-07 16:38:39 -07:00
Fish (David B. Trout) 58d2ace48c (typo) 2016-02-03 13:01:27 -08:00
Fish (David B. Trout) 83f997c1ae dasdcat fixes and enhancements:
Fix errors from not being properly detected by main.
Fix problem of stdout messages appearing in redirected extracted member output file:

  e.g. dasdcat ... dsname/member > member

Add new '?' (Info) member :flags option to report member physical track address.
Report when member not found.
Improve help message format.
Provide (helpful?) volume datasets Windows batch file.
2016-02-03 12:33:03 -08:00