Mercurial > hg > octave-kai > gnulib-hg
annotate modules/dirname-lgpl @ 17450:fcdfb5b7741a
* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 15 Jul 2013 13:32:24 -0700 |
parents | ef29860fb433 |
children |
rev | line source |
---|---|
12212 | 1 Description: |
2 Extract specific portions of filenames. | |
3 | |
4 Files: | |
5 lib/dirname.h | |
6 lib/dirname-lgpl.c | |
7 lib/basename-lgpl.c | |
8 lib/stripslash.c | |
9 m4/dirname.m4 | |
10 | |
11 Depends-on: | |
14393
9f47f8c334f2
dirname: move m4/dos.m4 functionality into lib/dosname.h
Paul Eggert <eggert@cs.ucla.edu>
parents:
12212
diff
changeset
|
12 dosname |
12212 | 13 double-slash-root |
14 malloc-posix | |
15 stdbool | |
16 | |
17 configure.ac: | |
18 gl_DIRNAME_LGPL | |
19 | |
20 Makefile.am: | |
15193
ef29860fb433
dirname*: Respect rules for use of AC_LIBOBJ.
Bruno Haible <bruno@clisp.org>
parents:
14393
diff
changeset
|
21 lib_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c |
12212 | 22 |
23 Include: | |
24 "dirname.h" | |
25 | |
26 License: | |
27 LGPLv2+ | |
28 | |
29 Maintainer: | |
30 Jim Meyering, Eric Blake |