]> cloudbase.mooo.com Git - z180-stamp.git/shortlog
z180-stamp.git
2018-07-30 Leo CRename: 'fat stat' to 'fat status'
2018-07-29 Leo CPrint prefix of subcommands
2018-07-29 Leo CRemove cruft
2018-07-29 Leo Ccli.c: The real bugfix for Comment only lines.
2018-07-28 Leo CFind (top level) subcommands without recursion.
2018-07-28 Leo CFix help, env subcommands
2018-07-27 Leo CEnable execution of individual sub commands on top...
2018-07-27 Leo CENV_SIZE
2018-07-26 Leo Cheap.c: Eliminate malloc/free in envlist_import() and...
2018-07-26 Leo Cheap.c: move environment from heap to static storage
2018-07-25 Leo CWIP
2018-07-22 Leo Ccmd_gpio.c: eliminate static vars, free heap after...
2018-07-22 Leo CBugfix do_stat(): Output formating (+ minor opt)
2018-07-22 Leo C_USE_LABEL --> FF_USE_LABEL
2018-07-21 Leo Cdebug.c/printfreelist(): printf() --> printf_P()
2018-07-21 Leo Ccmd_fat.c: reorg
2018-07-21 Leo Cmove *cmd_array[] from stack to heap
2018-07-21 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-07-21 Leo CNew debug command: dump heap
2018-07-21 Leo CRemove xmalloc.c, fix potential 0-pointer derefenrence...
2018-07-21 Leo CFind subcommands without prefix
2018-07-21 Leo CRemove extern declarations from command_tbl.c, create...
2018-07-21 Leo CGlobal help
2018-07-21 Leo CCall subcommands from main command processor
2018-07-21 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-07-21 Leo Cwhite space changes
2018-07-21 Leo CSet __malloc_margin, Print free heap command
2018-07-21 Leo CENV_HOME macro. 'fat help' command table entry
2018-07-21 Leo Cfat commands are now subcommands of a single fat comman...
2018-07-21 Leo CMove command line history from heap to a fixed-sized...
2018-07-21 Leo Ccli_run_command(): Move local copy of command from...
2018-06-28 Leo CVersion 0.6.8.3 hexrel-6.8.3
2018-06-28 Leo Cenv.c needs getopt-min.h
2018-06-27 Leo Ccommand printenv: new option -s: Print env variables...
2018-06-27 Leo Ccli.c bugfix: Comment only lines are not an error.
2018-05-27 Leo CAdaptions for fatfs R0.13b
2018-05-27 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2018-05-27 Leo CApply patch ff13b_p1 fatfs-0.13b_p1
2018-05-27 Leo CImport fatfs R0.13b fatfs-0.13b
2018-04-03 Leo CRemove STM32 variant (and submodule libopencm3)
2016-09-09 Leo CAdaptions for fatfs R0.12b
2016-09-08 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-09-08 Leo CImport fatfs R0.12b fatfs-0.12b
2016-08-30 Leo CVersion 0.6.8.2 hexrel-6.8.2
2016-08-30 Leo CDetect ZRESET polarity
2016-08-29 Leo CPrompt
2016-08-25 Leo CDDTZ: remove some unused labels
2016-08-25 Leo CSet GCC_BUG_61443 macro automatically for the affected...
2016-08-25 Leo Cavr/z180-serv.c: Workaround for GCC bug PR61443
2016-08-24 Leo Ccmd_attach.c: Correct workaround for GCC bug PR61443
2016-08-24 Leo CUpdate libopencm3
2016-07-13 Leo CAdditional Codes for HOME and END key.
2016-06-21 Leo CVersion 0.6.8.1 hexrel-6.8.1
2016-06-21 Leo CExpression eval: Repair unary + and -
2016-06-21 Leo Caval_arg() for all commands
2016-06-21 Leo CEnable expression evaluation for numeric command line...
2016-06-21 Leo CEnable monitor debugging commands only, if env var...
2016-06-21 Leo CAdd verbose and xtrace options to cli
2016-06-21 Leo CAdd "SS3 H" for Home Key
2016-06-17 Leo CRename getenv_char() --> getenv_str()
2016-06-17 Leo CCode clean up
2016-06-17 Leo Chist-search-backward / hist-search-forward (KEY_PPAGE...
2016-06-17 Leo Ccatch weird escape sequence: 'SS3 F' --> KEY_END
2016-06-17 Leo Ccli_readline.c: code cleanup (history search)
2016-06-17 Leo CLinked list for history buffer
2016-06-17 Leo Cclean up
2016-06-13 Leo CZ180 parameter checks
2016-06-10 Leo CBump version number to 0.6.8 hexrel-6.8
2016-06-10 Leo Cbootcf fixes
2016-06-10 Leo CUpdate attach help text
2016-06-10 Leo Coverhaul CP/M drive logging/debugging
2016-06-10 Leo C"Enhance" CP/M drive login
2016-06-09 Leo CNew command: cfboot - boot from cf card.
2016-06-04 Leo CBugfix: reset getopt vars on start of a new argument...
2016-06-01 Leo CMerge tag 'hexrel-6.7.1'
2016-06-01 Leo CVersion 0.6.7.1
2016-06-01 Leo CVersion 0.6.7.1 hexrel-6.7.1
2016-06-01 Leo CImplement media change flag
2016-06-01 Leo Cloadcpm3(): set environment variable 'cpm3_scb' with...
2016-05-31 Leo Cdsk debug option (unfinished)
2016-05-31 Leo Cattach option: ro; do_msg_cpm_rw(): check status
2016-05-30 Leo Cattach/detach working (minus options)
2016-05-30 Leo CIncrease max. # of command line args to 20 and max...
2016-05-30 Leo CNew command(s): attach (and detach) - not fully working.
2016-05-26 Leo CExpand image file die disk size in cp/m login function...
2016-05-26 Leo Ccheck for short reads. return 512 0-bytes and no error.
2016-05-26 Leo CMAX_DRIVE, BLOCK_SIZE --> config.h; Check if access...
2016-05-25 Marcelversion in start message
2016-05-25 Leo CAllow comments on command lines. Comment token is ...
2016-05-25 Leo Cnew command: source - run commands from a file
2016-05-23 Leo Cmw command: add word and longword options
2016-05-23 Marcelcorrect fatwrite docu
2016-05-22 Leo Cedit z80-if.c
2016-05-20 Leo CEnable 8 drives on sd cards hexrel-6.6.1
2016-05-17 Leo CGet common_base from cpm3.sys file. Update default... hexrel-6.6
2016-04-22 Leo CStore only command line input in history buffer, but...
2016-04-22 Leo CEnable commandline editing with history buffer parmanen...
2016-04-22 Leo CRemove redundant hist_init()
2016-04-15 Leo CUse timer 4 instead of 3 for systick (1ms).
2016-04-15 Leo CInit ports for single step logic on ECB adapter. Use...
next