Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed xmalloc.h to xalloc.h. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Recognize format strings depending on their position. | Bruno Haible | 2009-06-23 | 1 | -10/+57 |
* | Remove extraneous optimization of extract_all. | Bruno Haible | 2009-06-23 | 1 | -28/+17 |
* | Forgot to initialize some global variables. | Bruno Haible | 2009-06-23 | 1 | -0/+6 |
* | Remove unused #includes. | Bruno Haible | 2009-06-23 | 1 | -2/+0 |
* | Whitespace changes. | Bruno Haible | 2009-06-23 | 1 | -2/+2 |
* | Move the error_with_progname variable from module 'progname' to a new module | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Reorder definitions. Better separation of code sections. | Bruno Haible | 2009-06-23 | 1 | -26/+30 |
* | Avoid quadratic running time when extracting very long strings or very | Bruno Haible | 2009-06-23 | 1 | -5/+5 |
* | Support for VMS. | Bruno Haible | 2009-06-23 | 1 | -1/+1 |
* | Support for plural forms in xgettext --language=Python. | Bruno Haible | 2009-06-23 | 1 | -1/+5 |
* | Move src/x-python.c to gettext-tools/src/x-python.c. | Bruno Haible | 2009-06-23 | 1 | -0/+1145 |