![]()
Up to [laladev] / laladev / lalaCVSMail
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 27 21:14:56 2008 UTC (3 years, 5 months ago) by olivleh1
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +4 -0
lines
Diff to previous 1.7 (colored)
welcome 0.0.5
Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 25 13:23:18 2004 UTC (7 years, 7 months ago) by olivleh1
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
release 0.0.4
Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 25 13:20:53 2004 UTC (7 years, 7 months ago) by olivleh1
Branch: MAIN
Changes since 1.5: +1 -0
lines
Diff to previous 1.5 (colored)
fix an issue where no log was printed out for binary files
Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 18 14:56:01 2004 UTC (7 years, 8 months ago) by olivleh1
Branch: MAIN
Changes since 1.4: +3 -0
lines
Diff to previous 1.4 (colored)
* handle delete-commits if the file is still in other branches, but never got modified in no branch
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 1 14:07:35 2004 UTC (7 years, 8 months ago) by olivleh1
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
release 0.0.3
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 24 19:32:02 2004 UTC (7 years, 8 months ago) by olivleh1
Branch: MAIN
Changes since 1.2: +8 -2
lines
Diff to previous 1.2 (colored)
add BUGS - that makes TODO obsolete
Add to ChangeLog as internal changes:
- implement get_dead_child() which returns the child when new_version
is NONE
- rearrange the array.description. Move it out of awk because on AIX
we get "To much command-line arguments" - maybe I have to consider
moving the AWK part out into a sepperate file when it grows any
further....
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 23 20:30:00 2004 UTC (7 years, 8 months ago) by olivleh1
Branch: MAIN
Changes since 1.1: +4 -3
lines
Diff to previous 1.1 (colored)
remove an obsolete comment - awk can't handle returning arrays so we have to use a global array structure :(
Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 23 20:24:46 2004 UTC (7 years, 8 months ago) by olivleh1
Branch: MAIN
- Add Changelog
- Add TODO
- lalaCVSMail changes:
* lalaCVSMail_debug has now 2 steps in increasing verbosity (described in
README)
* move output and output-preparing code into functions
* call those output functions if all data which is needed for displaying
is archived. Don't process the CVS-raw file any further then. exit awk.
* handle deleting files on branches when there was no checkin for that file
into that branch (means, cvs delete <file> is the only action for that file
ever made in that branch) - As best as CVS let handle that (some known bugs
described in README)
* Internal changes:
- move output and output-preparing code into functions
calculate_diff()
output_revision_tree() for debugging
output_summary()
- lala[] got a new field "processed" which is true when all data
for one revision is completely fetched - add get/set_processed()
and have_all_needed_data() functions
- only look into lala for get/set/add_removed/added if it's not a
binary
- add set_* functions which override an array-entry completely
- rename some olde add_* functions to set_*
- introduce array data[] and corresponding functions - that array
is used for storing printed out informations