2010-08-10 |
Fixed $TREN parsing to use shlex.split instead of splitting on spaces.
tundra
committed
on 10 Aug 2010
|
---|---|
Fixed bug in include file processing - line is now parsed with shlex.split().
tundra
committed
on 10 Aug 2010
|
|
2010-06-25 |
Implemented TRENINCL path search support for include files.
tundra
committed
on 25 Jun 2010
|
2010-04-07 |
|
2010-04-05 |
Minor change to alphabet error messages.
tundra
committed
on 5 Apr 2010
|
2010-04-02 |
Minor cleanup.
tundra
committed
on 2 Apr 2010
|
2010-03-30 |
Corrected ComputeSeqString() to properly count and roll over no matter whether fmt or incr is longer.
...
tundra
committed
on 30 Mar 2010
|
2010-03-29 |
Fixed bug that crashed program if specified environment variable did not exist.
tundra
committed
on 29 Mar 2010
|
2010-03-28 |
Implemented -b option to suppress backups during forced renaming.
tundra
committed
on 28 Mar 2010
|
2010-03-23 |
Added Binary alphabet.
tundra
committed
on 23 Mar 2010
|
Update to usage information.
tundra
committed
on 23 Mar 2010
|
|
Updated the help screen.
tundra
committed
on 23 Mar 2010
|
|
Corrected test mode so it properly tracks existing and newly created files as they would occur.
tundra
committed
on 23 Mar 2010
|
|
2010-03-19 |
Applied glob expansion of targets to all OSs.
tundra
committed
on 19 Mar 2010
|
Minor change to usage information.
tundra
committed
on 19 Mar 2010
|
|
2010-03-18 |
Fixed trailing separator bug in pathname that made Windows report differently on root directory file renames.
tundra
committed
on 18 Mar 2010
|
Implemented remainder of win32all support.
tundra
committed
on 18 Mar 2010
|
|
Minor cleanup to usage infrormation.
tundra
committed
on 18 Mar 2010
|
|
Abstracted out the strings returned for /USER/ and /GROUP/ on Windows systems when win32all not present.
...
tundra
committed
on 18 Mar 2010
|
|
Put in basic framework for handling user- and group names for both Posix and Windows systems.
...
tundra
committed
on 18 Mar 2010
|
|
Added *WDAY file time renaming tokens.
tundra
committed
on 18 Mar 2010
|
|
Tightened up use of FILETIMETOKS when computing nDATE orders in __init__().
tundra
committed
on 18 Mar 2010
|
|
2010-03-17 |
Implemented ADATE, CDATE, and MDATE sequence renaming token support.
tundra
committed
on 17 Mar 2010
|
Implemented sort views, ORDERBYGROUP and ORDERBYUSER.
tundra
committed
on 17 Mar 2010
|
|
2010-03-16 |
Got rid of TOKFILALPHA and SORTBYALPHA. Replaced with SORTBYFNAME to make file- and sequence renaming token names consistent.
tundra
committed
on 16 Mar 2010
|
Fixed bug that caused pathname to be improperly calculated when the the constructure first populated RenameTargets classes.
tundra
committed
on 16 Mar 2010
|
|
Implemented command line alphabet loading, -A option.
tundra
committed
on 16 Mar 2010
|
|
2010-03-15 |
Cleaned up renaming token error messages and fixed bug that happened on null format fields.
tundra
committed
on 15 Mar 2010
|
2010-03-13 |
Changed HEXLOWER and HEXUPPER strings to follow naming conventions of other alphabets.
tundra
committed
on 13 Mar 2010
|
Retooled Sequence renaming token parsing to require an alphabet specification.
tundra
committed
on 13 Mar 2010
|