summaryrefslogtreecommitdiff
path: root/src/cid/cidparse.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyright notices.Werner Lemberg2022-01-111-1/+1
* [bdf, cid, pfr, winfonts] Improve rejection of other font formats.Werner Lemberg2021-10-191-0/+4
* [cid] Signedness revisions.Alexei Podtelezhnikov2021-10-101-1/+1
* Update all copyright notices.Werner Lemberg2021-01-171-1/+1
* Remove redundant inclusion of `ft2build.h'.Werner Lemberg2020-06-131-1/+0
* Make macros for header file names optional.David Turner2020-06-081-3/+3
* Update all copyright notices.Werner Lemberg2020-01-191-1/+1
* Update all copyright notices.Werner Lemberg2019-02-231-1/+1
* Update copyright years.Werner Lemberg2019-01-221-1/+1
* Don't use `trace_' prefix for FT_COMPONENT arguments.Werner Lemberg2018-08-151-1/+1
* [GSoC] src/*.*: Convert block comments to `light' style.Werner Lemberg2018-06-031-22/+22
* Update copyright year.Werner Lemberg2018-01-021-1/+1
* Update copyright year.Werner Lemberg2017-01-041-1/+1
* [cid] Fix parsing of subr offsets.Werner Lemberg2016-10-081-2/+2
* */*: s/FT_MEM_ZERO/FT_ZERO/ where appropriate.Werner Lemberg2016-09-281-1/+1
* [cid] Fix commit from 2016-05-16.Werner Lemberg2016-08-261-2/+2
* Replace calls to `atol' with `strtol'.Werner Lemberg2016-07-111-1/+1
* [cid] Fix scanning for `StartData' and `/sfnts' (#47892).Werner Lemberg2016-05-161-22/+65
* Update copyright year.Werner Lemberg2016-01-131-1/+1
* [cid] Fix signedness issues and emit some better error codes.Werner Lemberg2015-02-201-3/+14
* Run `src/tools/update-copyright'.Werner Lemberg2015-01-171-1/+1
* Fix clang static analyzer and compiler warnings.Sean McBride2014-02-081-3/+1
* Next round of compiler fixes.Werner Lemberg2013-06-061-2/+2
* */*: Use `FT_THROW'.Werner Lemberg2013-03-141-4/+4
* Improve tracing.Werner Lemberg2011-11-261-1/+1
* [cid] Fix error code.Werner Lemberg2011-11-261-1/+1
* cid: Fix some data types mismatching with their sources.suzuki toshiya2009-08-011-3/+3
* Remove redundant header inclusions.Werner Lemberg2009-03-211-2/+1
* (cid_parser_new): Exit properly if no `StartData' has been seen at all.Werner Lemberg2007-06-011-0/+4
* * src/cid/cidparse.c (cid_parser_new): Don't continue second searchWerner Lemberg2007-06-011-1/+4
* * src/cid/cidparse.c (cid_parser_new): Improve error message forWerner Lemberg2007-01-071-13/+22
* * src/cid/cidparse.c (cid_parser_new): Reject Type 42 CID-keyedWerner Lemberg2007-01-071-1/+6
* * src/cid/cidparse.c (cid_parse_new): Remove shadowing variable.Werner Lemberg2006-02-091-5/+3
* fix src/cid/cidparse.c for too-short CIDFontSuzuki, Toshiya (鈴木俊哉)2006-02-091-23/+29
* * src/type1/t1load.c (read_binary_data): Return more meaningfulWerner Lemberg2005-02-131-1/+4
* Add support for the hexadicimal representation of binary dataWerner Lemberg2004-01-231-6/+7
* * include/freetype/ftcache.h: Delete duplicated definition ofWerner Lemberg2004-01-221-4/+17
* Heavy modification of the PS parser to handle comments and stringsWerner Lemberg2003-10-071-9/+38
* * massive re-formatting changes to many, many source files. I don'tDavid Turner2002-08-271-2/+2
* s/ft_memset/FT_MEM_SET/.Werner Lemberg2002-07-281-1/+1
* * src/cff/cffgload.c (CFF_Parse_CharStrings): s/rand/Rand/ to avoidWerner Lemberg2002-04-141-1/+1
* * README.UNX: updated the Unix-specific quick-compilation guide toDavid Turner2002-04-121-4/+2
* formatting, copyrightWerner Lemberg2002-03-301-4/+4
* * include/freetype/internal/ftmemory.h, and a lot of other files !!:David Turner2002-03-221-2/+2
* * renaming stream macros. Examples:David Turner2002-03-201-8/+8
* * include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx )David Turner2002-03-011-2/+2
* yet another logical transformation of the internals to make themDavid Turner2002-02-281-2/+2
* finishing function header formattingWerner Lemberg2001-06-281-1/+1
* next round in function header formattingWerner Lemberg2001-06-271-7/+7
* Complete redesign of error codes. Please check ftmoderr.h for moreWerner Lemberg2001-06-061-2/+4