aboutsummaryrefslogtreecommitdiffstats
path: root/bin/config_list (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2016-02-22Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM1-14/+15
(for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-1/+2
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
2005-11-04bin/config_list PEP263 and i18n improvement.tkikuchi1-17/+30
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2003-11-24do_input(): Kludge around a problem when setting new_member_optionsbwarsaw1-1/+10
via config_list. This one sucks because new_member_options is a Checkbox but the standard way of setting and getting these values doesn't really work. Fixes SF # 841445.