Differences From:
File
src/rebuild.c
part of check-in
[61ddd63b72]
- Work toward making fossil work better on large repositories.
This version implements a cache in the content manager. It is not
clear yet if this is necessarily a good idea - this check-in might
end up on an abandoned branch at some point.
by
drh on
2008-03-06 22:58:48.
[view]
To:
File
src/rebuild.c
part of check-in
[6458f020fc]
- Change the spelling of "descendant" to use the -ant suffix everywhere,
including in the filename "descendant.c". The adjective form can be
spelled either -ant or -ent, but the noun form requires -ant, or so
says American Heritage.
by
drh on
2008-05-14 02:03:45.
[view]
@@ -73,9 +73,9 @@
}
/*
** Rebuild cross-referencing information for the artifact
-** rid with content pBase and all of its descendents. This
+** rid with content pBase and all of its descendants. This
** routine clears the content buffer before returning.
*/
static void rebuild_step(int rid, Blob *pBase){
Stmt q1;