projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edaf415
)
Move to here from pathname.
author
Bruno Haible
<bruno@clisp.org>
Sun, 25 Feb 2007 15:04:50 +0000
(15:04 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 25 Feb 2007 15:04:50 +0000
(15:04 +0000)
modules/filename
[new file with mode: 0644]
patch
|
blob
diff --git a/modules/filename
b/modules/filename
new file mode 100644
(file)
index 0000000..
b30e746
--- /dev/null
+++ b/
modules/filename
@@ -0,0
+1,26
@@
+Description:
+Construct a full pathname by concatenating a directory name, a relative
+filename, and a suffix.
+
+Files:
+lib/pathname.h
+lib/concatpath.c
+
+Depends-on:
+xalloc
+stpcpy
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += pathname.h concatpath.c
+
+Include:
+"pathname.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+