Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elogv: accept PORTAGE_LOGDIR | Alfred Wingate | 2023-10-06 | 1 | -2/+4 |
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/668538 Closes: https://bugs.gentoo.org/901961 Co-authored-by: josef.95 <josef64@posteo.org> Thanks-To: Sam James <sam@gentoo.org> Thanks-To: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Thanks-To: Ninpo <ninpo@gap.la> Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sebastian Pipping <sping@gentoo.org> | ||||
* | Complete information on elogv contributors | Sebastian Pipping | 2023-10-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> | ||||
* | elogv: Address linter issues | Alfred Wingate | 2023-10-06 | 1 | -5/+4 |
| | | | | | | | * Remove unused variables. * Rename l to output_line and wrapped_line to wrapped_lines for clarity. Signed-off-by: Alfred Wingate <parona@protonmail.com> | ||||
* | Reformat with isort | Alfred Wingate | 2023-10-06 | 1 | -9/+10 |
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> | ||||
* | Reformat with black | Alfred Wingate | 2023-10-06 | 1 | -110/+155 |
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> | ||||
* | Port to lzma | Alfred Wingate | 2023-10-05 | 1 | -10/+2 |
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> | ||||
* | Open files with same function to allow decompression to work seamlessly | Alfred Wingate | 2023-10-05 | 1 | -9/+13 |
| | | | | | | | | * liblzma left mostly untouched, next commit will port it to lzma. * BZ2File -> open to allow plaintext reading, which is expected elsewhere in elogv. Signed-off-by: Alfred Wingate <parona@protonmail.com> | ||||
* | Stop calling deprecated gettext.bind_textdomain_codeset | Sebastian Pipping | 2020-11-23 | 1 | -1/+0 |
| | | | | | | | Deprecated since Python 3.8, will be removed with Python 3.10. Closes: https://bugs.gentoo.org/756019 Related: a98c6ba7eabcdeafaf7bf27263073b77fd26a0d3 Signed-off-by: Sebastian Pipping <sping@gentoo.org> | ||||
* | Drop leftover/ouf-of-sync comments on use of lgettext | Sebastian Pipping | 2020-11-23 | 1 | -4/+1 |
| | | | | | Related: a98c6ba7eabcdeafaf7bf27263073b77fd26a0d3 Signed-off-by: Sebastian Pipping <sping@gentoo.org> | ||||
* | Fix crash for >32767 log files (fixes #10) | Sebastian Pipping | 2018-07-08 | 1 | -0/+6 |
| | |||||
* | Use unicode returning gettext functions, refs #8 | Gilles Dartiguelongue | 2018-05-18 | 1 | -1/+2 |
| | | | | | | | There is a big fat warning in python documentation [1] hinting that l*gettext might be eventually deprecated. [1] https://docs.python.org/3.6/library/gettext.html?highlight=gettext%20lgettext#gettext.lgettext | ||||
* | Fix window computation not being int, closes #8 | Gilles Dartiguelongue | 2018-05-18 | 1 | -2/+2 |
| | |||||
* | Sync list of authors with Git history | Sebastian Pipping | 2018-05-16 | 1 | -2/+6 |
| | |||||
* | Drop future import print_function | Sebastian Pipping | 2018-05-16 | 1 | -2/+0 |
| | |||||
* | Turn shebang lines to explicit Python 3 | Sebastian Pipping | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Drop pre-python 2.5 compatibility code | Gilles Dartiguelongue | 2018-05-14 | 1 | -7/+1 |
| | |||||
* | Use yield rather than returning an iterator in generator function | Gilles Dartiguelongue | 2018-05-14 | 1 | -5/+2 |
| | |||||
* | Drop unused intermediate variable | Gilles Dartiguelongue | 2018-05-14 | 1 | -2/+1 |
| | |||||
* | Use enumerate to reduce loop management logic | Gilles Dartiguelongue | 2018-05-14 | 1 | -2/+1 |
| | |||||
* | Drop unneeded __init__ for exception classes | Gilles Dartiguelongue | 2018-05-14 | 1 | -6/+5 |
| | |||||
* | Make code compatible with python 3 | Gilles Dartiguelongue | 2018-05-14 | 1 | -8/+12 |
| | |||||
* | Save one round of encoding/decoding back and forth0.7.6.6 | Sebastian Pipping | 2014-10-29 | 1 | -3/+4 |
| | |||||
* | Fix crash for locale without explicit encoding (Gentoo bug #527240) | Sebastian Pipping | 2014-10-29 | 1 | -1/+24 |
| | |||||
* | Fix resuming from Ctrl+Z/SIGTSTP (Gentoo bug #348110) | Sebastian Pipping | 2014-10-26 | 1 | -0/+16 |
| | |||||
* | Merge branch 'check-locale' | Sebastian Pipping | 2014-10-26 | 1 | -2/+52 |
|\ | |||||
| * | Handle and report about invalid locales (issue #3) | Sebastian Pipping | 2014-10-06 | 1 | -2/+52 |
| | | |||||
* | | Fix crash for PORT_LOGDIR containing ".log" (issue #4) | Sebastian Pipping | 2014-10-26 | 1 | -1/+1 |
| | | |||||
* | | Fix crash when log files with bad names are found, only | Sebastian Pipping | 2014-10-26 | 1 | -3/+3 |
| | | |||||
* | | Prevent crash with LC_TIME=ja_JP.UTF-8 (Gentoo bug #464962) | Sebastian Pipping | 2014-10-25 | 1 | -3/+14 |
| | | |||||
* | | Make log filename parsing more robust (Gentoo bug 503904) | Sebastian Pipping | 2014-10-24 | 1 | -3/+5 |
|/ | |||||
* | Move from print statement to print function | Sebastian Pipping | 2013-05-09 | 1 | -7/+9 |
| | | | | This closes the door on Python 2.5 and earlier and opens the door to Python 3.x. | ||||
* | Fix crash with TERM=vt100 | Sebastian Pipping | 2013-05-09 | 1 | -6/+9 |
| | |||||
* | add compression support0.7.6 | hasufell | 2013-05-05 | 1 | -4/+27 |
| | | | | gzip, bz2, xz | ||||
* | Import of elogv version 0.7.50.7.5 | Luca Marturana | 2013-05-04 | 1 | -0/+574 |