Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-17 | Bump copyright dates. | Mark Sapiro | 1 | -1/+1 | |
2016-02-22 | * add option to pick up C_() texts to make potfile | Yasuhito FUTATSUKI at POEM | 1 | -2/+2 | |
* revise command line utils _()/C_() usage (not tested at all) | |||||
2016-02-22 | Importing locale patch for command line utils, from RHEL6 rpm source | Yasuhito FUTATSUKI at POEM | 1 | -45/+45 | |
(for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source) | |||||
2009-07-31 | Backported several bug fixes from the 2.2 branch. | Mark Sapiro | 1 | -10/+13 | |
2008-11-12 | Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178. | Barry Warsaw | 1 | -7/+6 | |
I've modified the patch to improve some of the stylistic issues. | |||||
2008-06-29 | Fixed erroneously 'pre-configured' commands | Mark Sapiro | 1 | -1/+1 | |
2008-05-07 | Changed formatting for standards compliance and readability. | Mark Sapiro | 1 | -2/+3 | |
2008-04-28 | Fixed a problem with bin/update erroneously moving templates from | Mark Sapiro | 1 | -18/+24 | |
templates/xx to lists/xx if a list has the same name as a language code. Also fixed the absolute path to lists/ (1418670 ). | |||||
2008-04-27 | Changed bin/update to remove .bak qfiles. | Mark Sapiro | 1 | -1/+5 | |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-05-31 | Fixes for SF #949117. | bwarsaw | 1 | -11/+20 | |
update_qfiles(): Catch and ignore OSErrors when trying to listdir() a non-directory. dequeue(): Catch EOFErrors that can occur if a zero-length qfile is encountered. | |||||
2004-04-24 | update_qfiles(): Skip the qfiles/bad directory. | bwarsaw | 1 | -0/+3 | |
2004-02-29 | update_pending(): Return immediately if the pending db has already been update | bwarsaw | 1 | -0/+3 | |
or otherwise doesn't exist. | |||||
2004-02-29 | dequeue(): Catch ValueErrors too. | bwarsaw | 1 | -1/+1 | |
2004-02-22 | update_pending(): Tokio Kikuchi's patch #899263 for ignoring duplicate pending | bwarsaw | 1 | -2/+4 | |
ids. (With slight modification by BAW.) | |||||
2004-02-10 | update_qfiles(), ext_read(), dequeue(): More gross stuff to upgrade the | bwarsaw | 1 | -29/+227 | |
separate .db and .msg qfiles to the single .pck file. update_pending(): Updates the global data/pending.pck file to the per-list .pck files as best as possible. main(): update the qfiles and pending database. | |||||
2003-12-27 | dolist(): Don't move o_tmpl to n_tmpl if the former doesn't exist. | bwarsaw | 1 | -5/+9 | |