summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | avr/z180-serv.c: Workaround for GCC bug PR61443Leo C2016-08-25
| |
* | cmd_attach.c: Correct workaround for GCC bug PR61443Leo C2016-08-25
| |
* | Update libopencm3Leo C2016-08-25
| |
* | Additional Codes for HOME and END key.Leo C2016-07-14
| |
* | Version 0.6.8.1hexrel-6.8.1Leo C2016-06-21
| |
* | Expression eval: Repair unary + and -Leo C2016-06-21
| |
* | aval_arg() for all commandsLeo C2016-06-21
| |
* | Enable expression evaluation for numeric command line argsLeo C2016-06-21
| |
* | Enable monitor debugging commands only, if env var 'cmd' is set to 'debug'.Leo C2016-06-21
| |
* | Add verbose and xtrace options to cliLeo C2016-06-21
| |
* | Add "SS3 H" for Home KeyLeo C2016-06-21
| |
* | Rename getenv_char() --> getenv_str()Leo C2016-06-17
| |
* | Code clean upLeo C2016-06-17
| |
* | hist-search-backward / hist-search-forward (KEY_PPAGE/KEY_NPAGE)Leo C2016-06-17
| |
* | catch weird escape sequence: 'SS3 F' --> KEY_ENDLeo C2016-06-17
| |
* | cli_readline.c: code cleanup (history search)Leo C2016-06-17
| |
* | Linked list for history bufferLeo C2016-06-17
| |
* | clean upLeo C2016-06-17
| |
* | Z180 parameter checksLeo C2016-06-13
| |
* | Bump version number to 0.6.8hexrel-6.8Leo C2016-06-11
| |
* | bootcf fixesLeo C2016-06-11
| |
* | Update attach help textLeo C2016-06-10
| |
* | overhaul CP/M drive logging/debuggingLeo C2016-06-10
| |
* | "Enhance" CP/M drive loginLeo C2016-06-10
| |
* | New command: cfboot - boot from cf card.Leo C2016-06-09
| |
* | Bugfix: reset getopt vars on start of a new argument lineLeo C2016-06-04
| |
* | Merge tag 'hexrel-6.7.1'Leo C2016-06-01
|\ \
| * | Version 0.6.7.1hexrel-6.7.1Leo C2016-06-01
| | |
* | | Version 0.6.7.1Leo C2016-06-01
|/ /
* | Implement media change flagLeo C2016-06-01
| |
* | loadcpm3(): set environment variable 'cpm3_scb' with base of scb (physical ↵Leo C2016-06-01
| | | | | | | | address)
* | dsk debug option (unfinished)Leo C2016-05-31
| |
* | attach option: ro; do_msg_cpm_rw(): check statusLeo C2016-05-31
| |
* | attach/detach working (minus options)Leo C2016-05-30
| |
* | Increase max. # of command line args to 20 and max. # of environment ↵Leo C2016-05-30
| | | | | | | | variables to 30
* | New command(s): attach (and detach) - not fully working.Leo C2016-05-30
| |
* | Expand image file die disk size in cp/m login function. Use relative drive ↵Leo C2016-05-26
| | | | | | | | | | | | number for image file mapping. Back out short read patch as it is no longer needed.
* | check for short reads. return 512 0-bytes and no error.Leo C2016-05-26
| |
* | MAX_DRIVE, BLOCK_SIZE --> config.h; Check if access is beyond CP/M disk ↵Leo C2016-05-26
| | | | | | | | image size.
* | version in start messageMarcel2016-05-25
| |
* | Allow comments on command lines. Comment token is '#' .Leo C2016-05-25
| |
* | new command: source - run commands from a fileLeo C2016-05-25
| |
* | mw command: add word and longword optionsLeo C2016-05-23
| |
* | correct fatwrite docuMarcel2016-05-23
| |
* | edit z80-if.cLeo C2016-05-22
| |
* | Enable 8 drives on sd cardshexrel-6.6.1Leo C2016-05-20
| |
* | Get common_base from cpm3.sys file. Update default environment (BOOTCMD)hexrel-6.6Leo C2016-05-17
| |
* | Store only command line input in history buffer, but not data (i.e mm command)Leo C2016-04-22
| |
* | Enable commandline editing with history buffer parmanently, and remove macro ↵Leo C2016-04-22
| | | | | | | | CONFIG_CMDLINE_EDITING and the non-history-buffer code.
* | Remove redundant hist_init()Leo C2016-04-22
| |