File History
Not logged in

History of tools/cvs2fossil/lib/log.tcl

2008-02-16
06:45:03 [c2ee0c0574] part of check-in [7b71f64766] Integrated memory tracking into the option processor for activation and configuration, and into the log system for use. The latter means that each actual output to the log is an introspection point. (By: aku on 2008-02-16 06:45:03) [diff] [annotate]
2008-02-08
21:52:21 [63d56912ab] part of check-in [6b78df3861] Merge in changes from Andreas's branch. (By: drh on 2008-02-08 21:52:21) [diff] [annotate]
2008-02-06
05:04:12 [63d56912ab] part of check-in [66235f2430] Updated the copyright information of all files touched in the new year. (By: aku on 2008-02-06 05:04:12) [diff] [annotate]
2008-01-30
08:20:37 [4031b6876e] part of check-in [81a297a66a] Extended log writing to handle multi-line log messages. (By: aku on 2008-01-30 08:20:37) [diff] [annotate]
2007-11-28
05:39:49 [875fe25bc7] part of check-in [47d52d1efd] Added convenience method for assertions and used it in place of the existing if/trouble internal constructions. Changed API of 'log write' so that we can defer substituation of the message to when the write actually happen, and converted all places which would be hit by double-substitution. The remaining 'log write' calls will be converted incrementally. (By: aku on 2007-11-28 05:39:49) [diff] [annotate]
2007-11-25
07:54:09 [d5c6c8a88e] part of check-in [b679ca3356] Code cleanup. Removed trailing whitespace across the board. (By: aku on 2007-11-25 07:54:09) [diff] [annotate]
2007-11-17
04:39:27 [b0cf40fdc1] part of check-in [4e7dd05fc6] Added an option "--batch" with which the user can disable the feedback display standard to interactive use. (By: aku on 2007-11-17 04:39:27) [diff] [annotate]
00:29:42 [2d2937d11b] part of check-in [38b967dcf5] Merge aku's CVS import changes into the main line. Fix a small bug in diff.c. (By: drh on 2007-11-17 00:29:42) [annotate]
2007-11-10
23:44:29 [2d2937d11b] part of check-in [08ebab80cd] Rewrote the algorithm for breaking internal dependencies to my liking. The complex part handling multiple splits has moved from the pass code to the changeset class itself, reusing the state computed for the first split. The state is a bit more complex to allow for its incremental update after a break has been done. Factored major pieces into separate procedures to keep the highlevel code readable. Added lots of official log output to help debugging in case of trouble. (By: aku on 2007-11-10 23:44:29) [diff] [annotate]
2007-10-06
22:13:25 [9e72db66cb] part of check-in [70b0aa899a] Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction. (By: aku on 2007-10-06 22:13:25) [diff] [annotate]
2007-10-02
05:33:09 [dd3a2d5171] part of check-in [d57b7b4a05] Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options. (By: aku on 2007-10-02 05:33:09) [annotate]