aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFiles
2012-10-02Implement delete-tags and create-tags.Sergey Poznyakoff1
2012-10-02Update docs.Sergey Poznyakoff1
2012-10-01Minor change.Sergey Poznyakoff1
2012-10-01Document get-console-outputSergey Poznyakoff2
2012-10-01Fix disassociate-address to work with VPC addresses. Improve docs.Sergey Poznyakoff8
2012-10-01Improve command matchingSergey Poznyakoff1
* src/eclat.c (name_matches): New function. (find_command_name): Use it. (main): Handle --match-commands. * src/cmdline.opt: New option: --match-commands. * doc/eclat.1: Document new command matching algorithm.
2012-10-01Implement exit; add some docs.Sergey Poznyakoff3
* Makefile.am (SUBDIRS): Add doc. * configure.ac: Build doc/Makefile * doc/Makefile.am: New file. * doc/eclat-associate-address.1: New file. * doc/eclat.1: New file. * etc/associate-address.fln: Call exit if the request fails. * etc/default.fln: Call exit if error is returned or if the response is not recognized. * lib/forlan.c (forlan_eval_env) <exit_code>: New member. New built-in function: exit. (forlan_run): Return exit code. * lib/forlan.h (forlan_run): Change return type. * lib/forlanlex.l: Treat unquoted decimal number as a quoted string. * src/asscaddr-cl.opt: Minor changes. * src/cmdline.opt: Minor changes. * src/eclat.c: Return EX_NOPERM on unsufficient permissions to open the configuration file. * tests/exit.at: New file. * tests/Makefile.am: Add new files. * tests/testsuite.at: Include new test cases. * tests/tforlan.c: Propagate the return from forlan_run to the shell.

Return to:

Send suggestions and report system problems to the System administrator.