6e89799a34
- Pass maintainership to submitter Added file(s): - files/patch-builtin.cpp - files/patch-directory.cpp - files/patch-encoding.l - files/patch-ttf.cpp - files/patch-util.h This release contains additional patches and impovements from Redhat and net: - Compressed fonts support via Zlib - Improve performance when checking if a font has a mapping present - Base font file selection on the magic at the start of the file - iso8859-13 support - Default read system encodings.dir instead of the one in current directory - A lot of bugfixes PR: ports/100520 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
10 lines
188 B
C
10 lines
188 B
C
--- util.h.orig Mon Dec 9 11:29:11 2002
|
|
+++ util.h Wed Jul 19 11:27:37 2006
|
|
@@ -17,6 +17,6 @@
|
|
Singleton (void) {};
|
|
~Singleton (void) {};
|
|
};
|
|
-};
|
|
+}
|
|
|
|
#endif // TTMKFDIRUTIL_H__
|