projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24cc16
)
New module.
author
Jim Meyering
<jim@meyering.net>
Fri, 16 Dec 2005 15:04:59 +0000
(15:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 16 Dec 2005 15:04:59 +0000
(15:04 +0000)
modules/fprintftime
[new file with mode: 0644]
patch
|
blob
diff --git a/modules/fprintftime
b/modules/fprintftime
new file mode 100644
(file)
index 0000000..
4333a31
--- /dev/null
+++ b/
modules/fprintftime
@@ -0,0
+1,24
@@
+Description:
+like nstrftime, but output the formatted date to a FILE* stream
+
+Files:
+lib/fprintftime.h
+lib/fprintftime.c
+m4/fprintftime.m4
+
+Depends-on:
+strftime
+
+configure.ac:
+gl_FPRINTFTIME
+
+Makefile.am:
+
+Include:
+"fprintftime.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering