summaryrefslogtreecommitdiffstats
path: root/gnulib-local/lib
Commit message (Expand)AuthorAgeFilesLines
* Support platforms with neither terminfo nor termcap functions, like mingw.Bruno Haible2009-06-233-2/+28
* Replacement for the tputs() function from libtermcap.Bruno Haible2009-06-231-0/+43
* Improve output on Cygwin.Bruno Haible2009-06-231-0/+5
* Actually use the EQUAL macro.Bruno Haible2009-06-231-6/+6
* Improve support of xterm on deficient platforms.Bruno Haible2009-06-231-0/+13
* Use terminfo instead of termcap.Bruno Haible2009-06-231-1/+1
* New module 'terminfo-h'.Bruno Haible2009-06-231-0/+111
* Move generic vector comparison routines into diffseq.h.Bruno Haible2009-06-231-433/+1
* Analyze differences between two vectors.Bruno Haible2009-06-231-0/+481
* Customizable macros NOTE_DELETE, NOTE_INSERT. Put into the context onlyBruno Haible2009-06-231-49/+48
* Use minmax.Bruno Haible2009-06-231-2/+3
* Use IF_LINT.Bruno Haible2009-06-231-6/+11
* Make closer to diffseq.h: mostly comments and variable declaration style.Bruno Haible2009-06-231-122/+83
* Fix FSF address in copyright header.Bruno Haible2009-06-231-8/+8
* Move USE_HEURISTIC comment.Bruno Haible2009-06-231-3/+3
* Make the heuristic dependent on USE_HEURISTIC and the variable 'heuristic'.Bruno Haible2009-06-231-13/+11
* Update comments. Talk about vectors instead of strings, and about elementsBruno Haible2009-06-231-29/+26
* Make generic: introduce OFFSET_MAX.Bruno Haible2009-06-231-3/+7
* Modernize the coding style.Bruno Haible2009-06-231-15/+8
* Use bool.Bruno Haible2009-06-231-27/+28
* Make generic: introduce type parameters.Bruno Haible2009-06-231-49/+61
* Remove verification of an invariant.Bruno Haible2009-06-231-35/+12
* Use the terminfo functions where possible.Bruno Haible2009-06-232-3/+58
* Fix tgetstr argument.Bruno Haible2009-06-231-1/+1
* tgetent may fail.Bruno Haible2009-06-231-42/+46
* Fix build failure on AIX.Bruno Haible2009-06-231-1/+1
* Fix order of includes.Bruno Haible2009-06-231-1/+2
* NetBSD doesn't support tgetstr(...,NULL).Bruno Haible2009-06-231-11/+25
* Support platforms that lack tparm().Bruno Haible2009-06-231-1/+2
* tparm replacement for platforms that lack it (e.g. NetBSD 3.0).Bruno Haible2009-06-231-0/+898
* Also support underlining.Bruno Haible2009-06-231-17/+181
* New module 'term-styled-ostream'.Bruno Haible2009-06-232-0/+515
* New module 'html-styled-ostream'.Bruno Haible2009-06-232-0/+208
* New module 'styled-ostream'.Bruno Haible2009-06-232-0/+73
* Make it work on BeOS.Bruno Haible2009-06-231-0/+18
* Portability to systems with GNU termcap.Bruno Haible2009-06-232-0/+28
* New module 'termcap-h'.Bruno Haible2009-06-232-50/+70
* Add a missing 'break'.Bruno Haible2009-06-231-0/+1
* Recognize also rxvt-16color and konsole-16color.Bruno Haible2009-06-231-1/+7
* Better choice of colors for 8-color models.Bruno Haible2009-06-231-2/+63
* Fix typo.Bruno Haible2009-06-231-1/+1
* Add support for xterm's 16-, 88-, 256-color modes.Bruno Haible2009-06-232-33/+1024
* Fix reversed red<->blue color channels.Bruno Haible2009-06-231-5/+9
* Make new methods static.Bruno Haible2009-06-231-2/+2
* Guard against interruption with Ctrl-Z.Bruno Haible2009-06-231-1/+59
* Fix double-inclusion guard.Bruno Haible2009-06-231-1/+2
* Avoid using variable-size arrays if gcc doesn't provide them.Bruno Haible2009-06-231-1/+2
* Two obvious fixes.Bruno Haible2009-06-231-45/+48
* Include <config.h>.Bruno Haible2009-06-2326-4/+29
* Add a template for xmemdup, so that quotearg.c compiles in C++ mode.Bruno Haible2009-06-231-1/+10