Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | Change the way unused arguments are handled | Richard Braun | |
Use the __unused macro when declaring unused arguments in function definitions. Use main(void) instead of main(argc, argv) where appropriate. | |||
2018-07-19 | shell: support multiple shell instances | Richard Braun | |
2018-01-04 | Move sources to new src/ directory | Richard Braun | |
2018-01-04 | error: remove and use errno.h directly | Richard Braun | |
2018-01-04 | test_shell: use the SHELL_REGISTER_CMDS macro | Richard Braun | |
2018-01-04 | Make the copyright notice fit on 80 columns | Richard Braun | |
2018-01-04 | error: replace error_die with error_check | Richard Braun | |
2017-10-07 | Change the license to MIT | Richard Braun | |
Not a real change, it's just that MIT license seems to be the most popular permissive license. | |||
2016-12-09 | Force brackets around one-line conditional statements | Richard Braun | |
2015-03-12 | shell: new module | Richard Braun | |