Commit History

Author SHA1 Message Date
  shimatta ad60578aab Merge branch 'bugfix/#18-lengt-of-commands-not-checked' of shimatta/shellmatta into develop 5 years ago
  prozessorkern 21212d05b8 determine the length of the input command abd compare the length with the length of the known commands 5 years ago
  prozessorkern e5bf8572c2 fixed broken forward cursor fix #17 5 years ago
  prozessorkern 5b6f2155eb parse command only until strlen(cmd) fix #16 5 years ago
  prozessorkern b71f1afe11 ignore newline as first character fix #13 5 years ago
  prozessorkern 0b52a2f246 use the right pointer to insert the new command fix #12 5 years ago
  prozessorkern 4dd1b0638f fix #4 5 years ago
  prozessorkern 6b1d550e6b moved all separatable functions in seperate modules. The main module shellmatta.c now only contains the interface function implementation. Work on #4 5 years ago
  prozessorkern f3b03b80d3 fix #10 5 years ago
  prozessorkern 8078a436e8 fixed an issue in the itoa implementation for base > 10 #10 5 years ago
  prozessorkern 4546cdf9bd added own itoa function to remove snprintf - fixed a bug on the processing of key end #10 5 years ago
  prozessorkern bc8a9f1dce #10 - added documentation for the new write function 5 years ago
  shimatta ad7d4c39c4 Merge branch '#10_minimal_configuration_without_printf' of shimatta/shellmatta into develop 5 years ago
  prozessorkern 424ca84f61 Removed all internal printf dependencies should solve #10. 5 years ago
  prozessorkern 7344075ad1 Finished first Version 5 years ago
  prozessorkern bf7f366cb6 implemented most text based functions: 5 years ago
  prozessorkern 799903dcc1 added license information and started adding doxygen comments 5 years ago
  prozessorkern f15b7473a9 initial commit with at least some code that does something 5 years ago
  shimatta 3d60361bc5 Initial commit 5 years ago