aboutsummaryrefslogtreecommitdiff
path: root/src/libeinfo
AgeCommit message (Expand)Author
2023-01-29libeinfo: missing includes from IWYUSam James
2023-01-25libeinfo: fix -Wunused-but-set-variableSam James
2022-04-30multiple spelling and typo fixesJosh Soref
2022-04-06migrate fully to meson build systemWilliam Hubbs
2021-12-21code style: remove space after unary "not" operatorMatt Whitlock
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
2021-12-20drop unused copyright variablesMike Frysinger
2021-09-04add meson build filesWilliam Hubbs
2019-07-24Fix build with ClangMartin Wilke
2019-02-26remove hidden-visibility.hWilliam Hubbs
2018-06-20libeinfo: convert remaining snprintf calls to xasprintfWilliam Hubbs
2018-06-19libeinfo: clean up gcc 7 compiler warningsWilliam Hubbs
2016-07-13libeinfo: document the x suffix on function namesJaromil
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-01-24Prioritize local includes and librariesWill Miles
2014-10-22einfo.h, rc.h.in: simplify __BEGIN_DECLS logicAnthony G. Basile
2014-10-21einfo.h, rc.h.in: ensure __BEGIN_DECLS is definedAnthony G. Basile
2013-10-21Revert "Make einfo routines private"William Hubbs
2013-09-26Make einfo routines privateWilliam Hubbs
2013-09-03libeinfo: add separate variable to suppress eerror messagesWilliam Hubbs
2013-08-28libeinfo: suppress output for eerror* functionsWilliam Hubbs
2013-08-27Revert "Libeinfo: do not suppress ewarn() messages"William Hubbs
2013-01-04libeinfo: check for "color" in the terminal nameAndrew Gregory
2012-05-06add a new ARRAY_SIZE macro and use itMike Frysinger
2012-05-06split out librc-independent helpers into a dedicated header fileMike Frysinger
2011-08-22Libeinfo: do not suppress ewarn() messagesWilliam Hubbs
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-06-03clean up gitignore filesMike Frysinger
2011-05-28cc.mk: move debug.mk out of end MakefilesMike Frysinger
2011-02-04rework pam, ncurses and termcap include filesWilliam Hubbs
2010-04-09restore old e* func outputMike Frysinger
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-30Go back to gitRoy Marples
2009-04-23Improve style for KNFRoy Marples
2008-12-04Punt .gitignore files.Roy Marples
2008-11-26Save more screen space by removing the space befor the * for einfo and friend...Roy Marples
2008-10-08Add a better, but incomplete tgoto implementation to make gcc happy.Roy Marples
2008-10-08Clean up warnings regarding printf.Roy Marples
2008-06-19Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples
2008-06-05Remove the macro ;)Roy Marples
2008-06-05Update style to more BSDish and replace the big macro with a function.Roy Marples
2008-03-28Allow our headers to be included by C++ programs easily.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-24Fix debug support to work without gmake and bundle -ggdb in properly.Roy Marples
2008-03-23Revert commit 48fc097e39ec9b3edd9a8929fe9faf8f302451ec and add a comment abou...Roy Marples
2008-03-23fix spacing in the trailing [ msg ]Mike Frysinger
2008-03-19Rejig the build system a little so we have per ok defs per system. Probably e...Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-03-03Fix ignore files some more.Roy Marples
2008-03-03Add a gitignore make target.Roy Marples