Commit Graph

75 Commits

Author SHA1 Message Date
Albert S. 8304fdf2ab fixed wrong bit returned for IN_MOVE_SELF 2015-01-06 20:19:00 +01:00
Albert S. 92887b4d8d Added TODO 2014-12-20 20:12:01 +01:00
Albert S. 2033102e40 Implemented -e: exit adhocify if child exits with specified return code 2014-12-20 20:11:51 +01:00
Albert S. daec97f2b3 Licence: ISC 2014-10-22 00:31:17 +02:00
Albert S. fa9e9a0dfb Updated README 2014-10-22 00:30:53 +02:00
Albert S. 252df6f648 corrected perror value in run_prog 2014-10-21 23:51:37 +02:00
Albert S. a8db2df993 Prepare the script arguments when we process adhocify's arguments.
This way all children don't have to do the same work all and over again.
They only need to replace {}.
2014-10-21 23:41:53 +02:00
Albert S. 9c29c163c1 Added support for user specified script arguments 2014-10-10 15:52:01 +02:00
Albert S. 781b702d7d use sizeof instead of hardcoded value 2014-10-10 15:09:49 +02:00
Albert S. 02edbf8e44 Refactoring. 2014-04-11 19:46:09 +02:00
Albert S. fda61d7522 memory leak killed ; codestyle 2014-03-05 18:22:12 +01:00
Albert S. 89272ceb81 replace gcc with in makefile 2014-03-05 18:18:56 +01:00
Albert S. eadd46583b Several changes:
-use access() to check for existince of file
-check in main() whether prog exists, not just before running it
-helptext: tabs
-Variables which values are specified by argv-options moved to global
scope. They are write-once and don't need to be passed around all the
time.
2013-12-16 21:13:07 +01:00
Albert S. c5105078b4 spelling 2013-10-07 22:52:13 +02:00
Albert S. 7149d0d028 fixed potential overflow :) 2013-09-30 20:10:22 +02:00
Albert S. 0fb49ec91f no need to xmalloc envvar 2013-09-30 19:56:11 +02:00
Albert S. 29794f9b99 Bugfix: read from stdin before we check whether we got somem entries... 2013-09-30 19:45:48 +02:00
Albert S. 47a8301190 added longoptions 2013-09-21 20:45:10 +02:00
Albert S. 2209e47c3c compile with -g 2013-09-21 20:44:51 +02:00
Albert S. a42855c95b Added README finally 2013-08-29 14:42:03 +02:00
Albert S. dc8af94194 added usage print, tiny improvements throughout the code 2013-08-29 14:41:55 +02:00
Albert S. 58f2a92a4e Ignore implemented 2013-06-12 22:55:30 +02:00
Albert S. 771327286e Several improvements ; WIP ignore option 2013-06-12 22:38:52 +02:00
Albert S. f32f9ea00d Makefile added 2013-04-21 22:38:22 +02:00
Albert S. 9fe3d63b83 First commit 2013-04-21 22:36:59 +02:00