Log of /FigKernelScripts/TransactFeatures.pl
Parent Directory
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[selected]
Tue Feb 5 03:54:42 2008 UTC (11 years, 10 months ago) by
parrello
Branch:
MAIN
CVS Tags:
HEAD,
mgrast_dev_02212011,
mgrast_dev_02222011,
mgrast_dev_03252011,
mgrast_dev_03312011,
mgrast_dev_04012011,
mgrast_dev_04052011,
mgrast_dev_04082011,
mgrast_dev_04132011,
mgrast_dev_05262011,
mgrast_dev_06072011,
mgrast_dev_08022011,
mgrast_dev_08112011,
mgrast_dev_10262011,
mgrast_dev_12152011,
mgrast_rel_2008_0625,
mgrast_rel_2008_0806,
mgrast_rel_2008_0917,
mgrast_rel_2008_0919,
mgrast_rel_2008_0923,
mgrast_rel_2008_0924,
mgrast_rel_2008_1110,
mgrast_rel_2008_1110_v2,
mgrast_release_3_0,
mgrast_release_3_0_1,
mgrast_release_3_0_2,
mgrast_release_3_0_3,
mgrast_release_3_0_4,
mgrast_release_3_1_0,
mgrast_release_3_1_1,
mgrast_release_3_1_2,
mgrast_version_3_2,
myrast_33,
myrast_rel40,
rast_2008_0924,
rast_rel_2008_04_23,
rast_rel_2008_06_16,
rast_rel_2008_06_18,
rast_rel_2008_07_21,
rast_rel_2008_08_07,
rast_rel_2008_09_29,
rast_rel_2008_09_30,
rast_rel_2008_10_09,
rast_rel_2008_10_29,
rast_rel_2008_11_24,
rast_rel_2008_12_18,
rast_rel_2009_02_05,
rast_rel_2009_03_26,
rast_rel_2009_05_18,
rast_rel_2009_07_09,
rast_rel_2009_0925,
rast_rel_2010_0118,
rast_rel_2010_0526,
rast_rel_2010_0827,
rast_rel_2010_0928,
rast_rel_2010_1206,
rast_rel_2011_0119,
rast_rel_2011_0928,
rast_rel_2014_0729,
rast_rel_2014_0912,
rast_release_2008_09_29
Changes since
1.19: +1 -2 lines
Diff to
previous 1.19
Removed obsolete use clause.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 7 19:38:22 2005 UTC (14 years ago) by
golsen
Branch:
MAIN
Changes since
1.16: +1 -1 lines
Diff to
previous 1.16
,
to
selected 1.20
Don't mean to be pedantic, but I figured that I might as well add newlines
at the end of text files that lack one. Identified with a script:
/bin/sh -O extglob -c 'for f in */*.@(c|css|html|js|pl|pm|py|TXT); do perl -e '"'"'while(<>) {$s = ! /\n$/} exit $s'"'"' $f || echo $f; done'
fixed with a script:
/bin/sh
for file in _list_; do echo "" >> $file; done
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 11 03:10:35 2005 UTC (14 years, 4 months ago) by
parrello
Branch:
MAIN
Changes since
1.2: +31 -478 lines
Diff to
previous 1.2
,
to
selected 1.20
Converted the transaction processor to an object-oriented module in order to simplify the task of programming the ever-growing number of scripts that use them.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.