summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* moopp requires GNU sed.Bruno Haible2009-06-2314-26/+75
|
* NetBSD doesn't support tgetstr(...,NULL).Bruno Haible2009-06-232-11/+31
|
* Support platforms that lack tparm().Bruno Haible2009-06-234-2/+35
|
* tparm replacement for platforms that lack it (e.g. NetBSD 3.0).Bruno Haible2009-06-231-0/+898
|
* Fix include line.Bruno Haible2009-06-232-0/+5
|
* Fix sed_remove_comments.Bruno Haible2009-06-232-8/+37
|
* List all generated files in the moopp rule.Bruno Haible2009-06-2311-10/+24
|
* Fix moopp rules for parallel make.Bruno Haible2009-06-2312-14/+178
|
* Move each emit code into a function.Bruno Haible2009-06-232-270/+307
|
* New file DEPENDENCIES.Bruno Haible2009-06-235-8/+118
|
* Also support underlining.Bruno Haible2009-06-232-17/+192
|
* New module 'term-styled-ostream'.Bruno Haible2009-06-235-0/+558
|
* New module 'html-styled-ostream'.Bruno Haible2009-06-235-0/+254
|
* New module 'styled-ostream'.Bruno Haible2009-06-235-0/+111
|
* Make it work on BeOS.Bruno Haible2009-06-232-0/+24
|
* Portability to systems with GNU termcap.Bruno Haible2009-06-234-1/+62
|
* Update ChangeLog entry.Bruno Haible2009-06-231-0/+1
|
* New macro gt_LOCALE_JA.Bruno Haible2009-06-238-28/+143
|
* Use AC_COMPUTE_INT instead of _AC_COMPUTE_INT.Bruno Haible2009-06-232-3/+15
|
* New module 'termcap-h'.Bruno Haible2009-06-236-51/+106
|
* Add a missing 'break'.Bruno Haible2009-06-231-0/+1
|
* Update last ChangeLog entry.Bruno Haible2009-06-231-0/+1
|
* Try to avoid "execvp: /bin/sh: Arg list too long" error on IRIX.Bruno Haible2009-06-232-784/+106
|
* New module 'moo-tests'.Bruno Haible2009-06-2314-0/+218
|
* New module 'term-ostream-tests'.Bruno Haible2009-06-239-1/+788
|
* Recognize also rxvt-16color and konsole-16color.Bruno Haible2009-06-232-1/+12
|
* Better choice of colors for 8-color models.Bruno Haible2009-06-232-2/+71
|
* Fix typo.Bruno Haible2009-06-232-1/+5
|
* Add support for xterm's 16-, 88-, 256-color modes.Bruno Haible2009-06-233-33/+1053
|
* Allow autoconf-2.61.Bruno Haible2009-06-231-1/+1
|
* Fix reversed red<->blue color channels.Bruno Haible2009-06-232-5/+13
|
* Make new methods static.Bruno Haible2009-06-231-2/+2
|
* Guard against interruption with Ctrl-Z.Bruno Haible2009-06-233-1/+73
|
* Fix double-inclusion guard.Bruno Haible2009-06-232-1/+6
|
* Update from gettext 0.16.1.Bruno Haible2009-06-2329-1/+122
|
* Next gettext release is 0.16.2.Bruno Haible2009-06-236-6/+6
|
* Updated translations.Bruno Haible2009-06-232-92/+95
|
* Avoid using variable-size arrays if gcc doesn't provide them.Bruno Haible2009-06-232-1/+8
|
* Two obvious fixes.Bruno Haible2009-06-231-45/+48
|
* Build the imported libraries with a C compiler, even when CC=g++.Bruno Haible2009-06-237-80/+133
|
* Include <config.h>.Bruno Haible2009-06-2327-4/+59
|
* New module 'no-c++'.Bruno Haible2009-06-234-0/+51
|
* Fix build failures after config.h generation failed once.Bruno Haible2009-06-232-1/+6
|
* Change make_format_description_string, make_c_width_description_string toBruno Haible2009-06-233-6/+15
| | | | not emit a space.
* Include only what's necessary.Bruno Haible2009-06-232-2/+6
|
* Add fdi argument to format_parse functions.Bruno Haible2009-06-2325-230/+853
|
* Support for VPATH builds.Bruno Haible2009-06-235-1/+68
|
* Add a template for xmemdup, so that quotearg.c compiles in C++ mode.Bruno Haible2009-06-232-1/+15
|
* Optimize IS_INSTANCE.Bruno Haible2009-06-233-16/+22
|
* Fix IS_INSTANCE macro to match what moopp generates.Bruno Haible2009-06-232-2/+6
|