summaryrefslogtreecommitdiff
path: root/shell/cmdedit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vodz last_patch_122, Check $PATH at runtime to fix tab completionGlenn L McGrath2004-01-141-0/+4
|
* Command line history changes, lastpatch_71 from Vladimir N. OleynikGlenn L McGrath2002-12-091-2/+4
|
* - the number of commands in the history list is now configureable via theRobert Griebl2002-12-031-0/+3
| | | | | | | config system - added a new config option to allow persistant history lists. This is currently only used by ash, but the calls ({load,save}_history) could be added to the other shells as well.
* This is vodz' latest patch. Sorry it took so long...Eric Andersen2001-07-171-1/+1
| | | | | | | | | 1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd)
* Patch from vodz:Eric Andersen2001-07-121-2/+0
| | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
* Remove unneeded stuff.Eric Andersen2001-06-281-6/+0
|
* Update the lash shell (hopefully the last time...) so things likeEric Andersen2001-03-131-2/+3
| | | | | | echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik
* Update interface per what now exists...Eric Andersen2001-01-041-13/+0
|
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-14/+2
| | | | so no point acting like we do.
* More sh updates (with related changes to everything else). SwitchedEric Andersen2000-07-281-0/+1
| | | | | | to using getopt and cleaned up the resulting mess. if-then-else-fi is now basically working (given a bunch of constraints). -Erik
* Naming fixEric Andersen2000-07-071-3/+3
| | | | -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-0/+2
|
* Some enhancements I've been working on over the weekend,Erik Andersen2000-04-121-14/+32
| | | | -Erik
* Some more stuff.Erik Andersen2000-03-191-1/+1
| | | | -Erik
* Forgot these files...Erik Andersen2000-03-161-0/+17
-Erik