summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: do not use wildcards in EXTRA_DISTStepan Kasal2007-05-161-1/+3
| | | | | | | Wildcards in EXTRA_DIST break "make dist" for vpath build. But plain directory names are ok. Signed-off-by: Stepan Kasal <skasal@redhat.com>
* build-sys: fix README filenames and add missing files to EXTRA_DISTsKarel Zak2007-02-083-32/+1Star
| | | | | | Also, the patch makes "make mrproper" more robust. Signed-off-by: Karel Zak <kzak@redhat.com>
* col: getwchar() errors shouldn't be hiddenKarel Zak2007-01-301-3/+12
| | | | | | | | The col truncates output when multibyte errors is detected, but the problem is not reported to stderr and return code is still same like for successful exit. This stupid behaviour is fixed by this patch. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix ifdef ENABLE_WIDECHAR usageKarel Zak2007-01-304-15/+15
| | | | | | | | There has been unexpected mix of HAVE_WIDECHAR and ENABLE_WIDECHAR macros. The ENABLE_WIDECHAR is old version and has to be replaced everywhere otherwise we will see bugs with multibyte stuff. Signed-off-by: Karel Zak <kzak@redhat.com>
* hexdump: don't use memset with zero lenghtKarel Zak2007-01-171-1/+2
| | | | | | gcc 4.1.0: "warning: memset used with constant zero length parameter...." Signed-off-by: Karel Zak <kzak@redhat.com>
* more: fix file descriptor leakKarel Zak2007-01-041-0/+2
| | | | | | | | | | | When you view a file with the more command and run a shell, the file descriptor for reading the file is leaked to that process. To test, more any file. Then do !/bin/sh. At the prompt do "ls -l /proc/$$/fd" and you'll see the leaked fd. From: Steve Grubb <sgrubb@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add missing filesKarel Zak2007-01-041-1/+4
| | | | | | | This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove generated autotools stuff from gitKarel Zak2007-01-031-657/+0Star
| | | | | | | The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre6 tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.13-pre4 tarball.Karel Zak2006-12-073-33/+2Star
|
* Imported from util-linux-2.13-pre3 tarball.Karel Zak2006-12-071-2/+2
|
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-072-126/+45Star
|
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-077-193/+795
|
* Imported from util-linux-2.12p tarball.Karel Zak2006-12-071-4/+3Star
|
* Imported from util-linux-2.12j tarball.Karel Zak2006-12-071-202/+74Star
|
* Imported from util-linux-2.12a tarball.Karel Zak2006-12-071-9/+9
|
* Imported from util-linux-2.12 tarball.Karel Zak2006-12-078-124/+245
|
* Imported from util-linux-2.11y tarball.Karel Zak2006-12-073-36/+37
|
* Imported from util-linux-2.11w tarball.Karel Zak2006-12-071-9/+8Star
|
* Imported from util-linux-2.11v tarball.Karel Zak2006-12-072-4/+10
|
* Imported from util-linux-2.11u tarball.Karel Zak2006-12-071-4/+4
|
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-0710-76/+2154
|
* Imported from util-linux-2.11q tarball.Karel Zak2006-12-071-44/+172
|
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-0715-300/+329
|
* Imported from util-linux-2.11m tarball.Karel Zak2006-12-075-11/+60
|
* Imported from util-linux-2.11f tarball.Karel Zak2006-12-072-3/+7
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-0718-28/+104
|
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-079-241/+430
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-0712-105/+93Star
|
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-079-179/+291
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-0713-149/+381
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-078-406/+153Star
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-0715-191/+132Star
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-0716-367/+406
|
* Imported from util-linux-2.5 tarball.Karel Zak2006-12-073-12/+9Star
|
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-0728-0/+6874