--status flag added

This commit is contained in:
Frederic Culot
2009-07-26 20:26:14 +00:00
parent 3d23af73c0
commit bccd37ef96
5 changed files with 92 additions and 12 deletions

View File

@@ -4,6 +4,10 @@
again Chris for reporting it)
* src/io.c (io_unset_lock): function removed
* src/io.c (io_get_pid): new function
* src/args.c (status_arg): new function
* src/args.c: --status flag added
2009-07-23 Frederic Culot <frederic@culot.org>