kc3-lang/freetype/src/lzw/ftzopen.h

Branch :


Log

Author Commit Date CI Message
16586859 2020-06-13 21:15:45 Remove redundant inclusion of `ft2build.h'. * */*: Remove `#include <ft2build.h>' where possible. * include/freetype/freetype.h: Remove cpp error about missing inclusion of `ft2build.h'.
e1339133 2020-06-08 13:31:55 Make macros for header file names optional. We no longer have to take care of the 8.3 file name limit; this allows us (a) to introduce longer, meaningful file names, and (b) to avoid macro names in `#include' lines altogether since some compilers (most notably Visual C++) doesn't support this properly. */*: Replace #include FOO_H with #include <freetype/foo.h> or something similar. Also update the documentation.
e5038be7 2020-01-19 17:05:19 Update all copyright notices.
75859970 2019-02-23 10:07:09 Update all copyright notices.
f686ad46 2019-01-22 20:31:44 Update copyright years.
9ac9060d 2018-06-03 09:01:17 [GSoC] src/*.*: Convert block comments to `light' style. This monster commit was created by applying Nikhil's scripts `docconverter.py' and `markify.py' to all C header and source files, followed up by minor manual clean-up. No change in functionality, of course. I used commit f7419907bc6044b9b7057f9789866426c804ba82 from https://github.com/nikramakrishnan/freetype-docs.git.
0a0c2256 2018-01-02 09:33:57 Update copyright year.
563ae780 2017-01-04 20:16:34 Update copyright year.
9adeab64 2016-01-13 11:54:10 Update copyright year.
37412ff9 2016-01-12 21:37:13 Don't use macro names that contain `__' [1/2]. Such macro names are reserved for both C and C++. */*: Replace macros of the form `__XXX_H__' with `XXX_H_'.
83d4181a 2015-02-25 08:10:58 [lzw] Signedness fixes. * src/lzw/ftzopen.c, src/lzw/ftzopen.h: Apply.
f57fc59e 2015-01-17 20:41:43 Run `src/tools/update-copyright'.
f796cf6c 2015-01-17 20:11:10 Normalize copyright notice format.
0098d550 2014-12-07 11:03:57 Uppercase all hex digits for orthogonality.
f420757c 2009-08-01 00:30:14 lzw: Count the size of the memory object by ptrdiff_t.
2b0b4221 2008-05-28 22:17:28 Cosmetic code changes.
1c8980ef 2007-05-25 07:11:12 * docs/CHANGES: Updated. Formatting.
3e2f953a 2007-05-22 13:10:59 real fix for bug #19910. the .Z format is really badly designed :-(
0d0365ec 2007-05-22 09:53:44 avoid heap explosion in the case of malformed .Z font files related to bug #19910, but not a bugfix yet
af16820a 2006-03-24 12:46:49 Normalize quotation to `...'.
84cacd23 2005-10-23 19:25:41 formatting, comment clean-up
560d5fed 2005-10-21 09:08:28 Minor cleanups. Copyright issues.
c1b6d082 2005-10-20 15:33:34 * src/base/ftdbgmem.c: fixes to better account for memory reallocations * src/lzw/ftlzw2.c, src/lzw/ftzopen.h, src/lzw/ftzopen.c, src/lzw/rules.mk: first version of LZW loader re-implementation. Apparently, saves about 260 KB of heap memory when loading tir24.pcf.Z