Rob Landley
8abbee474c
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
...
the following of which (from cat.c) belongs in svn history instead of the
source code:
/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org )
*
* This is a new implementation of 'cat' which aims to be SUSv3 compliant.
*
* Changes from the previous implementation include:
* 1) Multiple '-' args are accepted as required by SUSv3. The previous
* implementation would close stdin and segfault on a subsequent '-'.
* 2) The '-u' options is required by SUSv3. Note that the specified
* behavior for '-u' is done by default, so all we need do is accept
* the option.
*/
2006-05-31 19:36:04 +00:00
..
2006-05-13 02:33:41 +00:00
2006-03-06 20:47:33 +00:00
2006-02-28 10:15:42 +00:00
2006-05-31 19:36:04 +00:00
2006-05-31 19:36:04 +00:00
2006-05-19 19:29:19 +00:00
2006-05-19 19:29:19 +00:00
2006-05-19 19:29:19 +00:00
2006-04-12 18:39:58 +00:00
2006-05-28 01:56:08 +00:00
2006-03-27 17:00:11 +00:00
2006-04-04 19:26:37 +00:00
2006-05-31 19:36:04 +00:00
2006-04-02 20:17:55 +00:00
2006-03-10 19:22:06 +00:00
2006-05-27 21:42:58 +00:00
2006-05-16 16:52:12 +00:00
2006-05-19 19:29:19 +00:00
2006-05-29 12:12:45 +00:00
2006-03-06 20:47:33 +00:00
2006-05-27 21:42:58 +00:00
2006-04-25 22:40:53 +00:00
2006-03-06 20:47:33 +00:00
2006-05-26 20:19:22 +00:00
2006-01-30 19:48:23 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-01-30 11:15:11 +00:00
2006-03-06 20:47:33 +00:00
2006-05-19 19:29:19 +00:00
2006-05-26 20:19:22 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-05-29 12:10:23 +00:00
2006-05-13 02:33:09 +00:00
2006-05-31 19:36:04 +00:00
2006-05-16 02:38:26 +00:00
2006-05-26 20:19:22 +00:00
2006-03-06 20:47:33 +00:00
2006-03-22 00:46:36 +00:00
2006-05-26 20:19:22 +00:00
2006-05-27 21:42:58 +00:00
2006-05-24 17:58:00 +00:00
2006-01-30 19:48:23 +00:00
2006-04-03 15:46:14 +00:00
2006-03-06 20:47:33 +00:00
2006-05-19 18:35:03 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-04-27 22:36:32 +00:00
2006-03-06 20:47:33 +00:00
2006-05-09 23:14:39 +00:00
2006-04-18 14:17:49 +00:00
2006-03-10 19:22:06 +00:00
2006-04-10 16:40:47 +00:00
2006-03-06 20:47:33 +00:00
2006-01-30 01:30:39 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-04-19 22:22:06 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00
2006-04-17 22:49:30 +00:00
2006-03-13 15:45:16 +00:00
2006-05-25 23:02:40 +00:00
2006-03-12 19:26:01 +00:00
2006-03-06 20:47:33 +00:00
2006-03-06 20:47:33 +00:00