kc3-lang/freetype/builds/mac

Branch :


Log

Author Commit Date CI Message
b68e025c 2007-02-20 02:37:36 * Fix memory leak in ftmac.c, patch by Jjgod Jiang
406d25f3 2007-02-12 22:01:18 more formatting and copyright years
c0f9c4aa 2007-02-12 14:55:03 introduce ft_mem_dup, ft_mem_strdup and ft_mem_strcpyn, and the corresponding macros to use them (e.g. FT_STRDUP, FT_DUP and FT_STRCPYN) modify the code to use them instead of raw mallocs/strcpy
dcbb708e 2007-02-08 08:54:09 formatting, copyright years
f223df6e 2007-02-05 04:07:46 * Add __attribute__((deprecated)) to functions whose interface using non ANSI data types
4827e9bd 2007-02-05 03:28:29 * Add FT_GetFilePath_From_Mac_ATS_Name as replacement for FT_GetFile_From_Mac_ATS_Name
027357f1 2007-02-05 02:50:45 * Check ANSI compatibility of Mac OS X system header
4b2e83d5 2007-02-01 07:58:02 A new set of spelling fixes from Alexei. Add some copyright messages.
b4142d51 2007-01-17 12:45:26 Whitespace and spelling fixes from Alexei. Formatting, copyright years.
21fd256d 2006-12-15 15:09:44 * Backup src/base/ftmac.c to builds/mac/ftmac.c for legacy MacOS
4f3b5bbd 2006-05-04 07:13:05 * src/lzw/ftlzw2.c: Renamed to... * src/lzw/ftlzw.c: This. * src/lzw/Jamfile, src/lzw/rules.mk: Updated. * builds/mac/FreeType.m68k_cfm.make.txt, builds/mac/FreeType.m68k_far.make.txt, builds/mac/FreeType.ppc_carbon.make.txt, builds/mac/FreeType.ppc_classic.make.txt: Updated.
2f239b8e 2006-02-27 10:34:33 Update MPW makefiles to new header inclusion introduced on 2006-02-16
f8d16cc5 2006-01-11 09:28:38 * Fix 'deprecated' warnings in building for MacOS
6b1c597c 2005-11-24 05:16:57 MPW makefiles are updated to build all available modules
69d45172 2005-10-28 16:03:06 update files for classic MacOS support
5da9dd77 2001-12-16 08:17:33 * src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning. * include/freetype/ftcache.h (FTC_Node_Unref): Removed. It is already in ftcmanag.h. * src/cache/ftcsbits.c (ftc_sbit_node_load): Remove unused variable `gfam'. * src/cache/ftcmanag.c (ftc_family_table_alloc, * ftc_family_table_free): Use FT_EXPORT_DEF. * include/freetype/cache/ftcmanag.h: Updated. * src/cache/ftccache.c (ftc_node_destroy): Use FT_EXPORT_DEF. * src/cache/ftccmap.c (ftc_cmap_node_init): Remove unused variable `cfam'. Remove compiler warning. (FTC_CMapCache_Lookup): Remove compiler warnings. (ftc_cmap_family_init): Ditto. (FTC_CMapCache_Lookup): Ditto. * builds/unix/configure.ac: Increase `version_info' to 8:0:2. * builds/unix/configure: Regenerated. * builds/mac/README: Updated.
7a1e2c12 2001-12-14 15:06:15 * builds/mac/freetype.mac: a new Makefile to build with MPW on MacOS classic..
c3b21608 2001-12-05 01:22:05 Formatting. Cleaning up of ChangeLog. * docs/license.txt: s/X Windows/X Window System/. * src/raster/ftraster.c: Fix definition condition of MEM_Set(). * src/smooth/ftgrays.c (M_Y): Change value to 192. * src/base/ftdbgmem.c (ft_mem_table_destroy): Fix printf() parameter. Remove unused variable. * src/cache/ftcimage.c (ftc_image_node_init, ftc_image_node_compare): Remove unused variables. * src/cache/ftcsbits.c (ftc_sbit_node_weight): Remove unused variable. * src/raster/ftraster.c (MEM_Set): Move definition down to avoid compiler warning. * src/autohint/ahhint.c (ah_hinter_hint_edges): Use UNUSED() to avoid compiler warnings. * src/pcf/pcfread.c (tableNames): Use `const'. (pcf_read_TOC): Change counter name to avoid compiler warning. Use `const'. * src/pshinter/pshrec.c (ps_hints_close): Remove redundant declaration. * src/pshinter/pshalgo1.c (psh1_hint_table_init): Rename variables to avoid shadowing. * src/pshinter/pshalgo2.c (psh2_hint_table_activate_mask): Ditto. * src/type1/t1objs.h: Remove double declarations of `T1_Size_Init()' and `T1_Size_Done()'.
3200d68d 2001-10-26 13:23:56 Changed to reflect current status
a2ccd98a 2001-10-25 15:56:01 Updated project to CodeWarrior 7 and latest FT source files
6d259636 2000-08-29 19:10:16 updated for new modules and sources (mainly psaux)
d2b93caa 2000-07-28 01:37:53 Oops, I had exaggerated the warning levels a weensy bit...
78575d5e 2000-07-28 01:14:09 Updated to reflect the new Mac FOND support setup.
70e5aa23 2000-07-23 16:21:52 updating the Mac stuff to the current situaton
6b8fcd53 2000-07-19 16:36:36 Renaming license.txt -> LICENSE.TXT for orthogonality.
74043010 2000-07-08 00:22:20 renaming "freetype2/config" to "freetype2/builds"