[docs] xmldocs - docelic modified 6 files

docs at icdevgroup.org docs at icdevgroup.org
Tue Aug 24 14:22:01 EDT 2004


User:      docelic
Date:      2004-08-24 18:22:01 GMT
Modified:  bin      refs-autogen
Modified:  cache/4.6.0 .cache.bin
Modified:  cache/4.8.0 .cache.bin
Modified:  cache/5.0.0 .cache.bin
Modified:  cache/5.2.0 .cache.bin
Modified:  cache/cvs-head .cache.bin
Log:
- bin/refs-autogen:
 - fixed a case with undefined array

- cache/*/.cache.bin:
 - all new versions generated with the latest bin/stattree

Revision  Changes    Path
1.21      +1 -1      xmldocs/bin/refs-autogen


rev 1.21, prev_rev 1.20
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- refs-autogen	23 Aug 2004 17:38:41 -0000	1.20
+++ refs-autogen	24 Aug 2004 18:21:59 -0000	1.21
@@ -121,7 +121,7 @@
 			# source section.
 			my $ag = $autogenerated{$key};
 			my $ar = $hash{symbols}{ $$ag{"_symbol type"} }{$key};
-			if ( @$ar ) { $$ag{source} = "" }
+			if ( $ar and @$ar ) { $$ag{source} = "" }
 			for my $ctx ( @$ar ) {
 				my ($fi, $ln, $ctxmeta, $ctxdata) = @$ctx;
 				my @ctxsize = split /\s/, $ctxmeta;



1.3       +2689 -2882xmldocs/cache/4.6.0/.cache.bin


<<.cache.bin: data>>


1.3       +18876 -2761xmldocs/cache/4.8.0/.cache.bin


rev 1.3, prev_rev 1.2
Index: .cache.bin
===================================================================
RCS file: /var/cvs/xmldocs/cache/4.8.0/.cache.bin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
Binary files /tmp/cvs8yqPcX and /tmp/cvsTsF4PT differ



1.3       +33386 -3710xmldocs/cache/5.0.0/.cache.bin


rev 1.3, prev_rev 1.2
Index: .cache.bin
===================================================================
RCS file: /var/cvs/xmldocs/cache/5.0.0/.cache.bin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
Binary files /tmp/cvsVp0yQi and /tmp/cvswe4Ggg differ



1.3       +34308 -3727xmldocs/cache/5.2.0/.cache.bin


rev 1.3, prev_rev 1.2
Index: .cache.bin
===================================================================
RCS file: /var/cvs/xmldocs/cache/5.2.0/.cache.bin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
Binary files /tmp/cvsTN3mvM and /tmp/cvsORyQJK differ



1.11      +2147 -2193xmldocs/cache/cvs-head/.cache.bin


rev 1.11, prev_rev 1.10
Index: .cache.bin
===================================================================
RCS file: /var/cvs/xmldocs/cache/cvs-head/.cache.bin,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
Binary files /tmp/cvsqkbw7f and /tmp/cvsR46QPf differ








More information about the docs mailing list