22 events occurring around 2007-10-06 03:56:32.
2007-10-06
| ||
21:01:15 | * | [2e3815c3b4] Added skeleton and dump methods to make file objects proper sinks for the rcs parser. (user: aku, tags: trunk) |
21:00:48 | * | [e7bb3d073d] rcs parser rewritten to snit type, singleton, using callbacks to convey information. Got a grip on regexp -start -indices (^ -> \A, indices are absolute). This means that I now don't have to shift the unprocessed string down in memory, it is all index processing now. This makes for a much faster parser, especially for large files with many revision... (user: aku, tags: trunk) |
20:58:24 | * | [ec053168a8] Nicer parser integration into pass II, and sort files for easier filesystem traversal during parsing. (user: aku, tags: trunk) |
18:43:01 | * | [8a93ffa9c1] Fleshed out pass II, added skeleton of rcs archive class, started integration of rcs parser. (user: aku, tags: trunk) |
18:28:33 | * | [860f533e98] Bringing back in the old parser for rcs archives. (user: aku, tags: trunk) |
17:10:47 | * | [488afb9746] Enforce well-formedness constraints on wiki pagenames. (user: drh, tags: trunk) |
16:40:48 | * | [3cdb768fca] Do not attempt to access the global_config table if the ~/.fossil database has not been opened. (user: drh, tags: trunk) |
16:37:39 | * | [6d58613757] Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. (user: drh, tags: trunk) |
13:13:33 | * | [bf428e6854] Now able to enter and edit and display wiki pages. Still many problems to be resolved. (user: drh, tags: trunk) |
03:56:32 | * | [fdbc01df95] Added pass II (collection of revision and symbols), basic skeleton and state definitions, and integrated into the pass manager. (user: aku, tags: trunk) |
03:55:06 | * | [10f9d51bb2] Added documentation to state definition, and debugging output to the state system itself. (user: aku, tags: trunk) |
03:53:41 | * | [43d72c6246] Better formatting for --help-passes, align codes. (user: aku, tags: trunk) |
2007-10-05
| ||
13:47:00 | * | [70d5cc86b7] Add the shun table. Do not process artifacts named in the shun table. (user: drh, tags: trunk) |
13:03:22 | * | [2ab2db0bd3] The control file parser now reads ticket changes and wiki pages. (user: drh, tags: trunk) |
07:27:52 | * | [042d54bae5] Completed integration of state with pass I, now saving projects and files into it. (user: aku, tags: trunk) |
07:08:35 | * | [d174affb48] Collapse multiple uses of a project path into one project. (user: aku, tags: trunk) |
07:07:51 | * | [78da61db0e] Added documentation for the persistent state of pass I. (user: aku, tags: trunk) |
06:50:57 | * | [fb1e36d290] Extended state handling with methods to declare usage and structure of state, started integration of state with pass I, collection of projects and files. (user: aku, tags: trunk) |
05:33:14 | * | [eb656de7d9] Added the basic parts of the state manager and integrated it with option processor and pass manager. (user: aku, tags: trunk) |
2007-10-04
| ||
17:37:00 | * | [e7cf189265] Changes to cgi.c in check-in e63a9fd9d0 broke the windows build because of undefined socklen_t. Added the appropriate include file (user: mjanssen, tags: trunk) |