Mercurial > hg > octave-shane > gnulib-hg
annotate modules/fileblocks @ 11219:aaeb2f86d096
Fix *printf behaviour regarding the %ls directive.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 26 Feb 2009 12:54:20 +0100 |
parents | 6a764f23e302 |
children | c400cbc2e1e5 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks. |
4110 | 3 |
4 Files: | |
5 lib/fileblocks.c | |
6 m4/fileblocks.m4 | |
7 | |
8 Depends-on: | |
9 | |
10 configure.ac: | |
11 gl_FILEBLOCKS | |
12 | |
13 Makefile.am: | |
14 | |
15 Include: | |
16 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
17 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
18 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
19 |
4197 | 20 Maintainer: |
21 Jim Meyering | |
22 |