Implement workaround for flex --header-file option
[emu8051.git] / src / cli /
2014-11-07 Hugo VilleneuveImplement workaround for flex --header-file option master
2014-04-09 Hugo VilleneuveCleanup of autoconf files
2014-02-18 Hugo VilleneuveDo not display registers at CLI version startup
2014-02-16 Hugo VilleneuveAdd proper error checking in asciihex2int functions
2014-02-15 Hugo VilleneuveFix comment after cleanup
2014-02-15 Hugo VilleneuveFix splint warnings
2014-02-13 Hugo VilleneuveShorten memory_ functions prefix to mem_ in memory.c
2014-02-13 Hugo VilleneuveFix checkpatch warnings
2014-02-13 Hugo VilleneuveMove memory read functions to memory.c
2014-02-13 Hugo VilleneuveFix checkpatch warnings
2014-02-13 Hugo VilleneuveShorten GPLv2 licence text in header of each source...
2014-02-13 Hugo VilleneuveAdd up to 4 emulator timers
2014-02-13 Hugo VilleneuveRename DumpMem function -> memory_dump
2014-02-13 Hugo VilleneuveAdd more error checking for CLI version arguments
2014-02-13 Hugo VilleneuveCleanup help menu
2014-02-13 Hugo VilleneuveAdd support for GNU readline
2014-02-13 Hugo VilleneuveRename CLI and GUI versions main source files
2014-02-13 Hugo VilleneuveAllow hex numbers to begin with 0x or $ prefix in scanner
2014-02-13 Hugo VilleneuveAllow to set all SFR registers in CLI version
2014-02-13 Hugo VilleneuveConvert CLI version input parsing to Lex/Yacc
2014-02-07 Hugo VilleneuveRemove address parameter from RUN and TRACE CLI commands
2014-01-26 Hugo VilleneuveAdd general-purpose timer to CLI
2014-01-26 Hugo VilleneuveAdd better error checking when loading invalid hex...
2014-01-26 Hugo VilleneuveAllow EM command to be specified without arguments
2014-01-26 Hugo VilleneuveFix error when specifying start address in CLI version
2014-01-25 Hugo VilleneuveDo not display eror message when simply pressing return...
2014-01-11 Hugo VilleneuveCreate common function for running instructions
2014-01-03 Hugo VilleneuveFix warning for ignored return value for getline()
2014-01-03 Hugo VilleneuveFix [-Wsign-compare] warnings
2014-01-03 Hugo VilleneuveFix [-Wformat-security] warning
2014-01-03 Hugo VilleneuveAdd additional compile warning flags
2013-12-07 Hugo VilleneuveSeparate cli and gtk sources into separate directories