Subversion Repositories HelenOS

Rev

Rev 3265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3289
Line 1... Line -...
1
This sample CLI was originally inspired by the HelenOS testing sub system 
-
 
2
written by Martin Decky.
-
 
3
 
1
 
-
 
2
Written by Tim Post <echo@echoreply.us> to serve as a primitive shell
-
 
3
for HelenOS, or as a template to make a command line interface that
-
 
4
offers shell like creature comforts.
-
 
5
 
4
This program, itself was written by Tim Post (modules, built ins, replacement
6
This program was mostly written from scratch, some existing code was
5
libraries, handlers, etc).
7
used from other various free software projects:
-
 
8
 
-
 
9
* Based on the HelenOS testing sub-system written by Martin Decky
-
 
10
 
-
 
11
* cli_strtok() and cli_strtok_r() (util.c) were adapted from the FreeBSD
-
 
12
  strtok() and strtok_r() functions written by Wes Peters.
-
 
13
 
-
 
14
* read_line() (input.c) was written by Jiri Svoboda
-
 
15
 
-
 
16
Individual author copyrights are listed in the headers of each file.
6
 
17
 
7
This program uses the GNU Autoconf program which was developed by the GNU project.
-