9
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Sascha Hauer e694adc6a4 svn_rev_420
- do more POSIX:
  - use DIR instead of struct dirent
  - use (struct dirent)->d_name instead of (struct dirent)->name
- switch to a new layout for U_BOOT_CMD:
  - use C99 initializers to be able to add more fields to the
    command struct
  - add aliases for commands (needed mainly for help -> ? and test -> [
  - This is not done for all commands yet, but the compiler will tell you ;)
2007-07-05 18:01:52 +02:00
Sascha Hauer a7456a60b8 svn_rev_341
remove parse_string_outer
2007-07-05 18:01:45 +02:00
Sascha Hauer 479d8ffb5e svn_rev_300
add exec command
2007-07-05 18:01:41 +02:00