prout

smaller "lp" command
git clone git://git.2f30.org/prout
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2016-02-14 00:19No need to define RM and GZIPKlemens Nanni2+6-7
2016-02-14 00:16Stylefix: Use linebreaks and whitespaces properlyKlemens Nanni1+7-3
2016-02-14 00:14Remove obsolete whitespaceKlemens Nanni1+1-1
2016-02-14 00:14Stylefix: keep function type in seperate lineKlemens Nanni1+12-6
2016-02-14 00:12Change wording, typofixes (comments)Klemens Nanni1+16-16
2016-02-13 20:03Remove obsolete brackets on return value (0)Klemens Nanni1+1-1
2016-02-13 19:51exit() is a function call, not a keywordKlemens Nanni1+4-4
2016-02-13 19:48Use printf instead of puts (deprecated)Klemens Nanni1+11-11
2016-02-13 19:39Do not return from voidKlemens Nanni1+0-2
2016-02-13 19:39Remove empty lineKlemens Nanni1+0-1
2014-02-12 13:41Build manpages in makefilez3bra4+62-6
2014-02-12 13:32Merge branch 'master' of z3bra.org:proutz3bra1+7-15
2014-02-12 13:29Split makefilez3bra2+14-23
2014-02-10 09:15Added a README filez3bra1+15-0
2014-02-10 09:15Made the program non-blockingz3bra2+40-42
2014-02-10 09:08More sane Makefilez3bra3+18-54
2013-12-18 07:42Made the printing non-blockingWilly Goiffon1+34-44
2013-10-21 21:36Fixed argument parsingWilly Goiffon1+1-1
2013-10-21 21:29Fixed a bad mergeWilly Goiffon1+2-1
2013-10-21 21:26Merge branch 'master' of z3bra.org:proutWilly Goiffon1+11-4
2013-10-21 21:23Updated manpageWilly Goiffon1+0-0
2013-10-21 21:20Added option -h to get helpWilly Goiffon1+2-2
2013-10-20 20:33Added a meant to pass options when printing filesWilly Goiffon1+33-4
2013-10-20 19:46Added a usage() functionWilly Goiffon1+8-2
2013-10-15 14:29Added new line for error messageWilly Goiffon1+4-5
2013-10-15 14:15Changed the program nameWilly Goiffon4+1-1
2013-10-15 13:50Clean install/uninstall targetsWilly Goiffon1+1-2
2013-10-15 13:46Updated nameWilly Goiffon1+0-0
2013-10-15 08:53Moved manpage to the corresponding directoryWilly Goiffon1+0-0
2013-10-15 08:52Manpage (pretty simple one)Willy Goiffon1+0-0
2013-10-15 08:52Better MakefileWilly Goiffon1+1-5
2013-10-15 08:51Make basic checks, send a new job to the printer and block until it is completedWilly Goiffon1+147-13
2013-10-15 07:23First commit: list available printersWilly Goiffon4+148-0