summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove -* from flag list as being very dangerous. (Bug 722856)HEADmasterSven Eden2020-11-071-14/+1
* Mark package.use flags as local rather than global.ufed-0.96Ulrich Müller2020-05-021-1/+1
* Do not hand over overly long lines (Fixes bug #695262)ufed-0.95Sven Eden2019-09-242-2/+13
* Rename `getline` to `ufed_getline` to avoid clashufed-0.94David Seifert2019-04-071-3/+3
* Fix `make distcheck`ufed-0.93David Seifert2019-04-072-9/+7
* Replace GNU `__FUNCTION__` by C99 `__func__`David Seifert2019-04-071-2/+2
* Remove and .gitignore Autotools cruftDavid Seifert2019-04-075-1593/+5
* Modernize AutotoolsDavid Seifert2019-04-072-28/+24
* Replace `libexecdir` by `pkglibexecdir`David Seifert2019-04-072-5/+4
* Fix unescaped left brace warningDavid Seifert2019-04-071-1/+1
* Fix truncation of -* if set in make.conf.ufed-0.92Sven Eden2015-02-121-6/+8
* Portage.pm: Fixed a possible "Use of uninitialized value" if a read file is e...Sven Eden2015-02-111-4/+7
* Portage.pm : Enhanced eix detection code and added an optional debug message ...Sven Eden2014-11-101-3/+6
* Portage.pm : Added fix by Martin Väth from Bug 525876 to allow the reading o...Sven Eden2014-10-281-9/+17
* TODO: Added plan to support package.use editing.ufed-0.91Sven Eden2014-02-261-0/+2
* Portage.pm: Determining the make.profile is now secure of make.profile being ...Sven Eden2014-02-261-2/+7
* ufed.pl.in: Minor updates to the documentation.Sven Eden2014-02-261-8/+10
* Updated the documentation for 0.91 release.Sven Eden2014-02-263-14/+29
* Portage.pm: /etc/portage/make.profile does no longer need to be a symlink and...Sven Eden2014-02-251-10/+16
* Portage.pm: Some comment cleanup and one minor bugfix.Sven Eden2014-02-251-70/+76
* Portage.pm : Just a minor addition to the debugging output after description ...Sven Eden2014-02-251-1/+1
* Portage.pm: Changed determination of PORTDIR and PORTDIR_OVERLAY to use eix i...Sven Eden2014-02-251-22/+63
* File TODO: Some cleanup and recent additions.Sven Eden2014-02-251-2/+7
* Added test files and folders to .gitgnoreSven Eden2013-12-061-1/+3
* Extended the regular expressions used to parse found files followingSven Eden2013-11-252-9/+41
* ufed.pl/Portage.pm: Parsing error messages from eval are now chomp'edSven Eden2013-11-252-3/+4
* Added error messages and reporting of those if the file parsing failes.Sven Eden2013-11-252-19/+37
* ufed.pl.in: Fixed a typoSven Eden2013-11-251-1/+1
* TODO: Added mandatory fix of current problem with overlong USE flags in make....Sven Eden2013-11-251-0/+3
* Added (far away future) idea about full metadata.xml parsing to TODO list.Sven Eden2013-09-201-0/+5
* Removed TODO file from .gitignore, I think it is better to offer an easy poss...Sven Eden2013-09-202-1/+48
* calculateDescWrap(): Cleaned the code up and made it more robust. The code ca...Sven Eden2013-09-201-18/+24
* calculateDescWrap(): Take later pre-/postfixing of brackets of the package li...Sven Eden2013-09-191-2/+20
* Really add wrapped/long description state to the status line. The space calcu...Sven Eden2013-09-191-1/+1
* calculateDescWrap(): Position and length correction now work with reversed pk...Sven Eden2013-09-191-2/+7
* drawflag(): Advancing the wrapped description part is put to the end of the l...Sven Eden2013-09-191-8/+14
* calculateDescWrap() Fix offset of second part, this must be aware of the lead...Sven Eden2013-09-192-6/+6
* calculateDescWrap() is no aware of the brackets that are drawn around the pac...Sven Eden2013-09-192-12/+15
* drawing a flag witrh wrapped descriptions does no longer add an offset for th...Sven Eden2013-09-192-41/+24
* Fixed stray 0-bytes that the wrapped description display accidently inserted.Sven Eden2013-09-192-13/+19
* The length of the first part must always be added to the position in the seco...Sven Eden2013-09-191-7/+5
* New descriptions now start unindented when description wrapping is turned on.Sven Eden2013-09-191-7/+16
* Fixed calculateDescWrap() to ensure clean wrapped parts chains.Sven Eden2013-09-191-20/+53
* Enabled F11 key to toggle line wrapping and fixed a possible segfault.Sven Eden2013-09-181-12/+32
* findFlagStart() Fixed another potential endless loopSven Eden2013-09-181-1/+3
* drawFlag() fixed a definite endless loopSven Eden2013-09-181-2/+7
* Added wrapped selection to status lineSven Eden2013-09-181-2/+3
* Rewrote drawFlag() and added some helper functions. The mess is consideratly ...Sven Eden2013-09-181-188/+218
* drawFlag(): Moved finding the starting description / wrapped line out of the ...Sven Eden2013-09-181-60/+83
* drawFlag(): The function is now aware of wrapped descriptions. However, the w...Sven Eden2013-09-171-63/+119