| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using variable-size arrays if gcc doesn't provide them. | Bruno Haible | 2009-06-23 | 2 | -1/+8 |
* | Two obvious fixes. | Bruno Haible | 2009-06-23 | 1 | -45/+48 |
* | Build the imported libraries with a C compiler, even when CC=g++. | Bruno Haible | 2009-06-23 | 7 | -80/+133 |
* | Include <config.h>. | Bruno Haible | 2009-06-23 | 27 | -4/+59 |
* | New module 'no-c++'. | Bruno Haible | 2009-06-23 | 4 | -0/+51 |
* | Fix build failures after config.h generation failed once. | Bruno Haible | 2009-06-23 | 2 | -1/+6 |
* | Change make_format_description_string, make_c_width_description_string to | Bruno Haible | 2009-06-23 | 3 | -6/+15 |
* | Include only what's necessary. | Bruno Haible | 2009-06-23 | 2 | -2/+6 |
* | Add fdi argument to format_parse functions. | Bruno Haible | 2009-06-23 | 25 | -230/+853 |
* | Support for VPATH builds. | Bruno Haible | 2009-06-23 | 5 | -1/+68 |
* | Add a template for xmemdup, so that quotearg.c compiles in C++ mode. | Bruno Haible | 2009-06-23 | 2 | -1/+15 |
* | Optimize IS_INSTANCE. | Bruno Haible | 2009-06-23 | 3 | -16/+22 |
* | Fix IS_INSTANCE macro to match what moopp generates. | Bruno Haible | 2009-06-23 | 2 | -2/+6 |
* | Add operator==. | Bruno Haible | 2009-06-23 | 2 | -1/+11 |
* | Make libcroco work. | Bruno Haible | 2009-06-23 | 2 | -4/+10 |
* | New functions message_list_copy, msgdomain_list_copy. | Bruno Haible | 2009-06-23 | 3 | -0/+70 |
* | Add update_header argument to iconv_msgdomain_list. | Bruno Haible | 2009-06-23 | 8 | -24/+59 |
* | Use ostream_t instead of 'FILE *'. | Bruno Haible | 2009-06-23 | 9 | -229/+285 |
* | Fix bug that caused AM_GNU_GETTEXT([external], [need-formatstring-macros]) to | Bruno Haible | 2009-06-23 | 2 | -3/+11 |
* | New module 'libcroco'. | Bruno Haible | 2009-06-23 | 4 | -0/+326 |
* | Taken from libcroco-0.6.1. | Bruno Haible | 2009-06-23 | 54 | -0/+29512 |
* | New module 'libglib'. | Bruno Haible | 2009-06-23 | 18 | -0/+7210 |
* | More support for GNOME libraries. | Bruno Haible | 2009-06-23 | 2 | -1/+21 |
* | Support for libraries with dots in their name. | Bruno Haible | 2009-06-23 | 2 | -4/+12 |
* | Indent with spaces, not tabs. | Bruno Haible | 2009-06-23 | 4 | -44/+76 |
* | Make LIBTERMCAP, LTLIBTERMCAP available to the Makefile. | Bruno Haible | 2009-06-23 | 2 | -0/+6 |
* | Override am__tar. | Bruno Haible | 2009-06-23 | 2 | -0/+7 |
* | Use gnulib-tool's --local-symlink option. | Bruno Haible | 2009-06-23 | 2 | -3/+8 |
* | Fix dependencies. | Bruno Haible | 2009-06-23 | 2 | -0/+7 |
* | Create the library with the right dependencies. | Bruno Haible | 2009-06-23 | 1 | -0/+4 |
* | No more need for explicit cleaning, now that gnulib-tool is fixed. | Bruno Haible | 2009-06-23 | 1 | -5/+1 |
* | Fix a typo. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Avoid unused variable warnings with gcc. | Bruno Haible | 2009-06-23 | 2 | -7/+22 |
* | Add a note about an m4 bug. | Bruno Haible | 2009-06-23 | 1 | -1/+2 |
* | canonicalize.c was renamed to canonicalize-lgpl.c. | Bruno Haible | 2009-06-23 | 2 | -1/+6 |
* | From libxml2-2.6.27. | Bruno Haible | 2009-06-23 | 91 | -0/+184498 |
* | From libxml2-2.6.27 with specific customizations. | Bruno Haible | 2009-06-23 | 1 | -0/+405 |
* | Replacement for a hack in libxml2. | Bruno Haible | 2009-06-23 | 1 | -0/+0 |
* | New module 'libxml'. | Bruno Haible | 2009-06-23 | 4 | -0/+892 |
* | New modules 'moo', 'ostream', and its subclasses. | Bruno Haible | 2009-06-23 | 2 | -0/+74 |
* | New module 'term-ostream': Output stream for attributed text, producing ANSI | Bruno Haible | 2009-06-23 | 4 | -0/+858 |
* | New module 'iconv-stream': Output stream that converts the output to another | Bruno Haible | 2009-06-23 | 3 | -0/+327 |
* | New module 'html-ostream': Output stream that produces HTML output. | Bruno Haible | 2009-06-23 | 3 | -0/+365 |
* | New module 'memory-ostream': Output stream that accumulates the output in | Bruno Haible | 2009-06-23 | 3 | -0/+185 |
* | New module 'file-ostream': Output stream referring to an stdio FILE. | Bruno Haible | 2009-06-23 | 3 | -0/+143 |
* | New module 'fd-ostream': Output stream referring to a file descriptor. | Bruno Haible | 2009-06-23 | 3 | -0/+252 |
* | New module 'ostream': Abstract output stream data type. | Bruno Haible | 2009-06-23 | 3 | -0/+130 |
* | New module 'termcap': Information about terminal capabilities. | Bruno Haible | 2009-06-23 | 2 | -0/+103 |
* | Minimal object-oriented programming style. | Bruno Haible | 2009-06-23 | 3 | -0/+863 |
* | Add two more functions, for gnulib compatibility. | Bruno Haible | 2009-06-23 | 3 | -0/+24 |