Peter Wemm d72f654c65 When used as a shell builtin, this program decoded a subset of arguments
known to printf(3) and then used printf() to format it... The only
problem what the #define printf out1fmt.  The code was behaving differently
when run as a shell builtin since out1fmt() isn't printf(3).

Simple hack.  Print to a buffer and fputs (also #defined for sh) the
result.  This should fix the printf builtin problem in PR#1673, rather
than leaving the call commented out.  (printf.o was being statically linked
in anyway, we might as well use it)
1996-10-01 04:56:59 +00:00
..
1995-05-30 06:41:30 +00:00
1996-08-03 14:25:02 +00:00
1996-08-23 01:06:24 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1996-08-23 01:06:24 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1996-07-26 23:45:36 +00:00
1995-03-21 00:26:32 +00:00
1995-05-30 06:41:30 +00:00
1996-07-29 13:46:12 +00:00
1994-05-27 12:33:43 +00:00
1995-05-30 06:41:30 +00:00
1994-05-27 12:33:43 +00:00
1996-05-15 20:27:10 +00:00
1994-05-27 12:33:43 +00:00
1996-09-23 22:24:39 +00:00
1996-09-10 19:50:23 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1995-05-30 06:41:30 +00:00
1996-09-19 08:16:47 +00:00
1996-02-26 22:46:36 +00:00
1995-05-30 06:41:30 +00:00
1996-07-18 20:42:48 +00:00
1995-05-30 06:41:30 +00:00
1995-12-29 12:18:46 +00:00
1994-05-27 12:33:43 +00:00
1996-06-17 16:44:16 +00:00
1994-05-27 12:33:43 +00:00
1996-09-14 09:00:52 +00:00
1994-05-27 12:33:43 +00:00
1996-09-21 18:01:23 +00:00
1996-08-23 01:06:24 +00:00
1996-06-10 15:55:48 +00:00
1996-04-05 22:13:49 +00:00
1996-08-20 14:36:56 +00:00
1996-08-23 00:57:08 +00:00
1996-03-11 03:06:45 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1995-05-30 06:41:30 +00:00
1994-05-27 12:33:43 +00:00
1995-05-30 06:41:30 +00:00
1995-05-30 06:41:30 +00:00
1996-08-11 18:08:53 +00:00
1996-08-23 01:06:24 +00:00
1994-05-27 12:33:43 +00:00
1996-06-26 17:52:19 +00:00
1994-05-27 12:33:43 +00:00
1996-09-19 08:15:56 +00:00
1996-09-22 01:05:21 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1994-05-27 12:33:43 +00:00
1995-06-11 19:33:05 +00:00
1996-09-28 13:37:38 +00:00
1996-07-25 18:11:30 +00:00
1996-09-05 17:16:10 +00:00
1996-06-30 16:06:44 +00:00
1996-04-23 06:01:10 +00:00
1996-09-28 22:46:35 +00:00
1995-05-30 06:41:30 +00:00
1994-05-27 12:33:43 +00:00
1996-09-06 23:07:35 +00:00
1994-05-27 12:33:43 +00:00