summaryrefslogtreecommitdiff
path: root/src/libeinfo.c
Commit message (Expand)AuthorAge
* Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples2008-01-05
* Add BIN_LDFLAGS so that we can build static bins without affecting our shared...Roy Marples2008-01-04
* Ensure that copyright is unique for rc, librc and libeinfo. Also, fix brandin...Roy Marples2008-01-03
* Allow building without std=c99 definedRoy Marples2008-01-03
* Remove forces spaces from ebracket and ensure ok matches eend output.Roy Marples2007-12-24
* Add restrict keyword to einfoRoy Marples2007-12-20
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
* Add termcap support.Roy Marples2007-12-08
* Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples2007-12-06
* As ecolor does not take a tty, try and guess a valid one.Roy Marples2007-12-03
* Display version on start and allow --version to workRoy Marples2007-11-19
* relicense as 2-clause BSD, with the kind permission of GentooRoy Marples2007-11-14
* When getting an ecolor, we should check that stdout is a ttyRoy Marples2007-10-22
* Quiet some compile time warnings on uclibcRoy Marples2007-10-09
* hide eprefixRoy Marples2007-10-03
* Don't use colour when not a tty - like say when we're redirected to a file.Roy Marples2007-10-03
* Respect COLUMNSRoy Marples2007-10-03
* enums are now fixed to specific values and are in UPPER CASE.Roy Marples2007-09-28
* Use a pty for prefixed output instead of pipes for stdout/stderr. ThisRoy Marples2007-09-21
* whitespaceRoy Marples2007-09-20
* libeinfo now works out the number of columns from stdout rather than stdin, #...Roy Marples2007-09-20
* Add esyslog supportRoy Marples2007-08-16
* Fix up einfo output a littleRoy Marples2007-08-01
* Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples2007-07-11
* Add --nocolor to more programsRoy Marples2007-06-28
* --nocolor works again, #181011 thanks to Daniel Drake.Roy Marples2007-06-26
* Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop o...Roy Marples2007-05-02
* We now have an alternative to buffering stdout and stderr.Roy Marples2007-04-25
* We now buffer stdout and stderr to a file and flush that when running in para...Roy Marples2007-04-24
* Fix bridge some more, remove superflous warning from vewarn and error when no...Roy Marples2007-04-19
* fix #if handling in get_term_columnsMike Frysinger2007-04-17
* Rationalise our colour usage a little.Roy Marples2007-04-17
* env vars EINFO_GOOD and friends now override our hardcoded builtins.Roy Marples2007-04-17
* add hidden visibility support to libeinfo as wellMike Frysinger2007-04-13
* Cuddle up to LKML C styleRoy Marples2007-04-11
* Change veinfo and friends to einfov. Rationale - we may need veinfo to suppor...Roy Marples2007-04-10
* Fix indentationRoy Marples2007-04-10
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-06
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-05