--- misc/icu/source/layout/LookupProcessor.cpp 2011-02-02 12:29:54.369077099 +0000 +++ misc/build/icu/source/layout/LookupProcessor.cpp 2011-02-02 12:31:54.215503036 +0000 @@ -111,6 +115,9 @@ for (le_uint16 lookup = 0; lookup < lookupCount; lookup += 1) { le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]); + if (lookupListIndex >= lookupSelectCount) + continue; + lookupSelectArray[lookupListIndex] |= featureMask; lookupOrderArray[store++] = lookupListIndex; } @@ -170,6 +177,8 @@ lookupSelectArray[i] = 0; } + lookupSelectCount = lookupListCount; + le_int32 count, order = 0; le_int32 featureReferences = 0; const FeatureTable *featureTable = NULL; e='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/redland
AgeCommit message (Expand)Author
2013-06-01redland: update obsolete READMEMichael Stahl
2013-05-27Bump maximum fuzz factor down to zeroTor Lillqvist
2013-05-24kill and bury $(OUTDIR)/incDavid Tardon
2013-05-16fdo#58978 TypoStephan Bergmann
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-05-01use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon
2013-04-15redland: fix an assertion in MSVC _DEBUG buildMichael Stahl
2013-04-10fix build of raptor on mingwDavid Tardon
2013-04-04redland: no idea what those unused .def files are good forMichael Stahl
2013-04-04redland: reindent thatMichael Stahl
2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier
2013-04-03redland: stop using --with-threads, it supports only POSIX...Michael Stahl
2013-04-03redland: clean up libxml2 usageMichael Stahl
2013-04-03redland: we don't need the raptor features using libxsltMichael Stahl
2013-04-03libxslt: remove usage of dmake remnant XSLTLIBMichael Stahl
2013-04-03libxml2: remove usage of dmake remnant LIBXML2LIBMichael Stahl
2013-04-03redland: stop delivering headersMichael Stahl
2013-04-03Fix Android build of redland and rasqalTor Lillqvist
2013-04-03Easter Bunny brings new redland tarballsMichael Stahl
2013-03-27fix build of redland on mingwDavid Tardon
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13deliver the right libs on mingwDavid Tardon
2013-03-13do not escape too muchDavid Tardon
2013-02-28remove all d.lstMichael Stahl
2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl
2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley
2013-01-31redland depends on both raptor and rasqalStephan Bergmann
2013-01-31Call macosx-change-install-names on "external" libs, tooStephan Bergmann
2013-01-31Proper spacing in makefile command line continuationsStephan Bergmann
2013-01-01MAKE not GNUMAKEPeter Foley
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
2012-12-31Deliver raptor.h and rasqal.hTor Lillqvist
2012-12-31redland depends on rasqalTor Lillqvist
2012-12-31Fix misleading indentationTor Lillqvist
2012-12-31Fix redland cross-compilation at least for AndroidTor Lillqvist
2012-12-31Fix typo s/ANDRIOD/ANDROID/Tor Lillqvist
2012-12-30convert redland to gbuild and add to tail_buildPeter Foley
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-11-19Try to use -fvisibility=hidden when DISABLE_DYNLOADINGTor Lillqvist