History for tren / tren.py
2020-11-07
@tundra
force use of python 2.x interpreter, update copyright and version
tundra committed on 7 Nov 2020
2020-10-25
@tundra
use 2to3 to make compatible with python3
tundra committed on 25 Oct 2020
2011-08-01
@tundra
Updated copyright.
tundra committed on 1 Aug 2011
@tundra
Reverted to older form of 'exception' statement for compatibility with legacy python installations.
tundra committed on 1 Aug 2011
2010-12-30
@tundra
Got rid of extra brackets in usage summary line.
tundra committed on 30 Dec 2010
2010-10-07
@tundra
Minor comment cleanup.
tundra committed on 7 Oct 2010
2010-09-07
@tundra
Changed how slice parsing takes place to allow constructs like -T3:-4 to work.
tundra committed on 7 Sep 2010
2010-08-29
@tundra
Fixed bug in case-insensitive replacement introduced by last checkin.
tundra committed on 29 Aug 2010
@tundra
Fixed bugs introduced by -T logic. This removed the 'name' variable from ProcessRenameRequests().
tundra committed on 29 Aug 2010
2010-08-27
@tundra
Minor comment change.
tundra committed on 27 Aug 2010
@tundra
BUGFIX: Backups were being incorrectly named and created.
tundra committed on 27 Aug 2010
@tundra
Fixed oldname intialization bug introduced during -T implementation.
tundra committed on 27 Aug 2010
@tundra
Finished implementing -T option.
tundra committed on 27 Aug 2010
2010-08-26
@tundra
First cut at renaming target substring selection (-T). Still incomplete.
tundra committed on 26 Aug 2010
2010-08-25
@tundra
Added -e to command line string template in usage output.
tundra committed on 25 Aug 2010
@tundra
Implemented /NAMESOFAR/ renaming token.
tundra committed on 25 Aug 2010
@tundra
Fixed problem wherein nonexistent files or wildcards named as rename targets would be silently ignored.
tundra committed on 25 Aug 2010
@tundra
Fixed misleading comment.
tundra committed on 25 Aug 2010
@tundra
Implemented debug support for showing the sequence of renaming steps.
tundra committed on 25 Aug 2010
@tundra
Sorted list of case conversion options displayed when user enters one that is invalid.
tundra committed on 25 Aug 2010
@tundra
Finished implementing case conversion renaming request support.
tundra committed on 25 Aug 2010
2010-08-19
@tundra
Added support for case conversion function dispatch table and command validation of such requests.
tundra committed on 19 Aug 2010
@tundra
Put in basic scaffolding for forced case conversions.
tundra committed on 19 Aug 2010
2010-08-11
@tundra
Removed trailing period from renaming information message.
tundra committed on 11 Aug 2010
2010-08-10
@tundra
Fixed $TREN parsing to use shlex.split instead of splitting on spaces.
tundra committed on 10 Aug 2010
@tundra
Fixed bug in include file processing - line is now parsed with shlex.split().
tundra committed on 10 Aug 2010
2010-06-25
@tundra
Implemented TRENINCL path search support for include files.
tundra committed on 25 Jun 2010
2010-04-07
@tundra
Ordered alphabet entries by name. ...
tundra committed on 7 Apr 2010
2010-04-05
@tundra
Minor change to alphabet error messages.
tundra committed on 5 Apr 2010
2010-04-02
@tundra
Minor cleanup.
tundra committed on 2 Apr 2010