]> cloudbase.mooo.com Git - z180-stamp.git/shortlog
z180-stamp.git
2018-05-28 Leo CMerge branch 'fatfs-integration' into fatcommands fatcommands
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
2018-05-27 Leo CImport fatfs R0.13b
2018-05-27 Leo Cfix '..' and '.'
2018-05-27 Leo CNew command: fat attrib
2018-05-26 Leo Cdo_ls() (WIP)
2018-05-26 Leo Crefactor path functions, working do_rm()
2018-05-25 Leo Ccleanup do_cd() do_pwd()
2018-05-24 Leo Csome cleanup, more debugging
2018-05-18 Leo Cadd fat commands rm, rmdir, mkdir (WIP)
2018-04-25 Leo Cwildcards
2018-04-21 Leo Cfat ls: works again
2018-04-18 Leo Cfat ls: WIP
2018-04-17 Leo Cfat cp: reorg
2018-04-16 Leo Cfat cp: copy_dir (untested)
2018-04-13 Leo Cfat cp: DEBUG; flags p,n,f, (v);leading '/'
2018-04-12 Leo Cfat cp: mem alloc
2018-04-12 Leo Cfat cp: more on flags
2018-04-11 Leo Cfat cp: block buffer --> heap
2018-04-11 Leo Cfat cp: flags
2018-04-11 Leo Cfat cp: WIP
2018-04-11 Leo Cdebug.c/printfreelist(): printf() --> printf_P()
2018-04-11 Leo Csome bugs fixed (WIP)
2018-04-11 Leo C+ cp command (WIP)
2018-04-10 Leo Ccmd_fat.c: reorg
2018-04-10 Leo Cmove *cmd_array[] from stack to heap
2018-04-09 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-04-08 Leo CNew debug command: dump heap
2018-04-08 Leo CRemove xmalloc.c, fix potential 0-pointer derefenrence...
2018-04-08 Leo CFind subcommands without prefix
2018-04-08 Leo CRemove extern declarations from command_tbl.c, create...
2018-04-08 Leo CGlobal help
2018-04-08 Leo CCall subcommands from main command processor
2018-04-07 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-04-07 Leo Cworking fat ls whith relative path and wildcards
2018-04-06 Leo Cwhite space changes
2018-04-06 Leo CSet __malloc_margin, Print free heap command
2018-04-04 Leo CENV_HOME macro. 'fat help' command table entry
2018-04-03 Leo Cfat commands are now subcommands of a single fat comman...
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
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()
next