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
..
1996-09-20 02:34:51 +00:00
1996-07-19 00:44:55 +00:00
1996-09-23 22:24:39 +00:00
1996-08-03 14:25:02 +00:00
1996-08-23 01:06:24 +00:00
1996-08-27 20:04:45 +00:00
1996-07-03 02:27:30 +00:00
1996-08-12 14:45:26 +00:00
1996-08-29 18:06:19 +00:00
1996-08-23 01:06:24 +00:00
1996-08-13 12:20:11 +00:00
1996-07-12 19:08:36 +00:00
1996-09-05 18:15:43 +00:00
1996-07-26 23:45:36 +00:00
1996-08-29 21:51:42 +00:00
1996-08-29 21:54:39 +00:00
1996-08-29 18:06:19 +00:00
1996-07-29 13:46:12 +00:00
1996-09-23 22:24:39 +00:00
1996-09-27 21:57:12 +00:00
1996-08-29 18:06:19 +00:00
1996-09-10 19:50:23 +00:00
1996-09-29 19:25:10 +00:00
1996-09-19 08:16:47 +00:00
1996-08-23 20:36:11 +00:00
1996-09-29 04:17:24 +00:00
1996-08-29 21:53:39 +00:00
1996-07-18 20:42:48 +00:00
1996-09-22 18:18:20 +00:00
1996-08-27 20:04:45 +00:00
1996-09-19 19:50:17 +00:00
1996-08-21 19:07:22 +00:00
1996-09-18 16:48:54 +00:00
1996-10-01 02:16:16 +00:00
1996-09-19 05:21:07 +00:00
1996-09-16 01:17:25 +00:00
1996-09-14 09:00:52 +00:00
1996-09-21 18:01:23 +00:00
1996-08-23 01:06:24 +00:00
1996-09-28 13:15:06 +00:00
1996-09-25 02:55:49 +00:00
1996-08-27 20:04:45 +00:00
1996-08-29 18:06:19 +00:00
1996-09-05 18:20:47 +00:00
1996-08-20 14:36:56 +00:00
1996-08-08 07:58:07 +00:00
1996-08-11 16:22:47 +00:00
1996-09-24 08:08:11 +00:00
1996-08-23 00:57:08 +00:00
1996-09-05 23:34:09 +00:00
1996-09-24 15:56:26 +00:00
1996-09-05 15:57:41 +00:00
1996-08-29 18:06:19 +00:00
1996-10-01 04:56:59 +00:00
1996-07-12 19:08:36 +00:00
1996-09-24 08:08:11 +00:00
1996-09-14 03:00:32 +00:00
1996-07-12 19:08:36 +00:00
1996-09-06 05:24:05 +00:00
1996-09-23 22:24:39 +00:00
1996-09-24 08:08:11 +00:00
1996-09-14 03:00:32 +00:00
1996-08-11 18:08:53 +00:00
1996-09-29 19:42:51 +00:00
1996-09-08 20:44:50 +00:00
1996-08-23 20:36:11 +00:00
1996-08-23 01:06:24 +00:00
1996-08-29 18:06:19 +00:00
1996-08-29 18:06:19 +00:00
1996-09-24 08:43:04 +00:00
1996-08-26 20:37:48 +00:00
1996-08-20 00:31:37 +00:00
1996-09-19 08:15:56 +00:00
1996-09-14 03:00:32 +00:00
1996-07-30 19:00:12 +00:00
1996-09-19 05:14:30 +00:00
1996-09-22 01:05:21 +00:00
1996-09-14 03:00:32 +00:00
1996-08-02 04:50:44 +00:00
1996-08-29 18:06:19 +00:00
1996-08-23 20:36:11 +00:00
1996-09-28 13:37:38 +00:00
1996-09-08 18:23:53 +00:00
1996-08-24 03:49:14 +00:00
1996-07-25 18:11:30 +00:00
1996-09-05 17:16:10 +00:00
1996-08-11 02:20:05 +00:00
1996-08-29 18:06:19 +00:00
1996-06-30 16:06:44 +00:00
1996-08-27 20:04:45 +00:00
1996-08-29 18:06:19 +00:00
1996-08-29 18:06:19 +00:00
1996-10-01 03:59:57 +00:00
1996-09-28 22:46:35 +00:00
1996-09-22 02:05:53 +00:00
1996-09-06 23:07:35 +00:00