| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Added a NEWS file.
Move old bin scripts to the attic.
|
| | |
|
| |
|
|
|
|
| |
and cron scripts. When code/status == 0, there's no error (it's
likely --help output) so send that to stdout. Otherwise, it's an
error and the output goes to stderr.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.
#! /usr/bin/env python
becomes
#! @PYTHON@
which gets substituted for in configure.
|
| |
|
|
|
|
| |
this adds the -X flag to limit the files for which docstrings are
extracted. It also fixes a bug related to module docstring extraction
for 2nd and subsequent files.
|
| |
|
|
| |
just before the msgid lines).
|
| |
|
|
|
| |
bug when multiple translatable strings appeared on a single line, and
it also aggressively sorts all catalog entries.
|
| | |
|
|
|
for convenience.
|