[stsf-commit] stsf ChangeLog,1.18,1.19

Alexander Gelfenbain stsf-commit at pdx.freedesktop.org
Tue May 25 19:58:52 PDT 2004


Committed by: adg


Index: ChangeLog
===================================================================
RCS file: /cvs/stsf/stsf/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- a/ChangeLog	25 May 2004 21:34:49 -0000	1.18
+++ b/ChangeLog	26 May 2004 02:58:50 -0000	1.19
@@ -1,4 +1,38 @@
 2004-05-25	Alexander Gelfenbain	<adg at sun.com>
+	Fixes after memory-debugging
+
+	* STClientLibrary/src/STGlyphVector.c (GlyphVectorRepClone):
+	initialize graphics to NULL
+
+	* STClientLibrary/src/STLine.c (STLineValidateGlyphCache):
+	initialize styleMask to 0
+
+	* STClientLibrary/src/STStyle.c, STClientLibrary/src/STText.c:
+	 replaced tabs with spaces.
+
+	* STClientLibrary/src/STTypeEnv.c (STTypeEnvDump): replaced
+	fprintf() with DebugStr(-1, ...)
+
+	* STClientLibrary/src/libtest.c: cleanup, better initialization,
+	etc
+
+	* STClientLibrary/src/serverconnection.c (FSSessionPrefetchGlyphs):
+	replaced fprintf() with DebugStr(-1, ...)
+
+	* interface/genversion.py: fix the bug when BUILD file is created
+
+	* stsflib/fscomm.c: fixed the opcode in ci_getfontmetrics_in() and
+	in ci_getfontmetrics_out(); cleaned up ci_createfontsfromurl_in();
+	fixed a bug in co_createfontsfromurl_in(); fixed the opcode in
+	ci_destroyfonts_out
+
+	* stsflib/stsfutil.c (DebugStr): added a special case - when dlevel is
+	-1, DebugStr() acts like an fprintf(DebugFile, ) to fix a condition
+	when fprintf(DebugFile, ...) is called directly from STSF code until
+	DebugFile is initialized by DebugStr() 
+
+
+2004-05-25	Alexander Gelfenbain	<adg at sun.com>
 
 	* STClientLibrary/src/serverconnection.c, STFontServer/src/handler.c:
 	Swapped ScaledGlyphData and payload in shared cache




More information about the stsf-commit mailing list