summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not hand over overly long lines (Fixes bug #695262)ufed-0.95Sven Eden2019-09-241-0/+2
| | | | | | | | | | | | ufed-curses-checklist.c:ufed_getline() is limited to LINE_MAX, which is 2048 bytes. Unfortunately local USE flags can blast this limit, as ufed.pl also transmit an alternative description with stripped keywords. This commit lets ufed.pl calculate whether a description has to be shorted, and does so if needed. Bug: https://bugs.gentoo.org/695262 Signed-off-by: Sven Eden <yamakuzure@gmx.net>
* Remove and .gitignore Autotools cruftDavid Seifert2019-04-071-0/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* Added test files and folders to .gitgnoreSven Eden2013-12-061-1/+3
|
* Removed TODO file from .gitignore, I think it is better to offer an easy ↵Sven Eden2013-09-201-1/+0
| | | | possibility for curious users to see what is planned, done and in progress.
* Key descriptions (buttons) are now recalculated to only use as much space as ↵Sven Eden2013-09-121-0/+1
| | | | they actually can have.
* Added setting of the local EPREFIX in ufed.8 man page.Sven Eden2013-02-051-1/+1
|
* Added testflags.txt to .gitignore, a text file used to call ufed-curses ↵Sven Eden2013-01-301-0/+2
| | | | directly via gdb.
* Added some automatically generated files to .gitignoreSven Eden2013-01-021-0/+11
|
* autotoolize; don't show profile flags as enabled with -*Harald van Dijk2009-10-271-0/+7