commit 364548d8014ba4e29b486a5d430f23415f27742e Author: Behdad Esfahbod Date: Mon Aug 24 16:52:05 2009 -0400 Release 1.25.5 NEWS | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit 3831dec6ed827fb7854743413b1936ab65b578b3 Author: Behdad Esfahbod Date: Thu Aug 20 15:26:12 2009 -0400 Update git.mk git.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4c68b4bf575e6d02c658507374c9fb3cb0f958c6 Author: Behdad Esfahbod Date: Thu Aug 20 14:01:37 2009 -0400 Bug 592484 - invalid write in HB Fix off-by-one. pango/opentype/hb-ot-layout.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 48d7faba771a738504e0c431c29458cac305275f Author: Behdad Esfahbod Date: Thu Aug 20 13:07:50 2009 -0400 [HB][glib] Make glib unicode funcs static pango/opentype/hb-glib.c | 36 +++++++++++++++++------------------- 1 files changed, 17 insertions(+), 19 deletions(-) commit c18e50d95f6283031e9fe365d914bdcc85f339cc Author: Behdad Esfahbod Date: Wed Aug 19 18:16:50 2009 -0400 [HB] Fix more casts pango/opentype/hb-open-type-private.hh | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 6f73b497a2f4d22611a136ef360b68a78547074f Author: Behdad Esfahbod Date: Wed Aug 19 18:07:36 2009 -0400 [HB] Rename CAIRO_ in macro prefix to HB_ Hiss! pango/opentype/hb-private.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 392f1f1ddb24c0e7d1d64ee8d36c739ac6482b81 Author: Behdad Esfahbod Date: Wed Aug 19 16:45:41 2009 -0400 [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE Unlike the rest of the memory-mode enum, this one didn't only describe the access mode of the input memory region. Remove it. If someone wants to inhibit duplicating, they can lock the blob and throw away the key. Based on mailing list discussion with Carl Worth. pango/opentype/hb-blob.c | 51 ++++++++++++++++++++++----------------------- pango/opentype/hb-blob.h | 1 - 2 files changed, 25 insertions(+), 27 deletions(-) commit 446d7a2cce64aeee26b94f59a3f518e61c6d5c41 Author: Behdad Esfahbod Date: Wed Aug 19 16:17:24 2009 -0400 [HB] s/writeable/writable/g pango/opentype/hb-blob.c | 38 ++++++++++++++++---------------- pango/opentype/hb-blob.h | 10 ++++---- pango/opentype/hb-open-type-private.hh | 6 ++-- pango/pango-ot-info.c | 4 +- 4 files changed, 29 insertions(+), 29 deletions(-) commit 2bd2cd6ed88671df1d7db1ede9a8c02208cb8f48 Author: Behdad Esfahbod Date: Wed Aug 19 16:07:40 2009 -0400 [HB] Hide lig_id and component members of hb_glyph_info_t pango/opentype/hb-buffer.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 34810eedcd0fe0c5347a69e511a16b27ef0499d6 Author: Behdad Esfahbod Date: Wed Aug 19 14:45:24 2009 -0400 [HB] Fix typo pango/opentype/hb-font.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0a8034ea52c1297e330e75ce5cccb3a6bf602fff Author: Behdad Esfahbod Date: Tue Aug 18 18:37:36 2009 -0400 [HB] Add font funcs prototypes pango/opentype/hb-font-private.h | 2 -- pango/opentype/hb-font.cc | 14 ++++++-------- pango/opentype/hb-font.h | 23 ++++++++++++++++------- 3 files changed, 22 insertions(+), 17 deletions(-) commit 82edd870bd4a86ceaeea93afc59e5c3096c740c9 Author: Behdad Esfahbod Date: Tue Aug 18 16:41:59 2009 -0400 Fix a few other pedantic warnings pango/opentype/hb-ot-layout-common-private.hh | 2 +- pango/opentype/hb-ot-layout-gdef-private.hh | 2 +- pango/opentype/hb-ot-layout-gpos-private.hh | 4 ++-- pango/opentype/hb-ot-layout-gsub-private.hh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) commit f397c67d5b23b35b6488c00b821f727d2e67cab4 Author: Behdad Esfahbod Date: Tue Aug 18 16:38:48 2009 -0400 [HB] Fix pedantic warnings pango/opentype/hb-blob.h | 2 +- pango/opentype/hb-buffer-private.h | 18 +++++++++--------- pango/opentype/hb-buffer.h | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) commit 6ace51e45c90184fe62ad3efbb0d84fd8e415fde Author: Behdad Esfahbod Date: Tue Aug 18 16:32:31 2009 -0400 [HB] Fix more wrong method signatures pango/opentype/hb-ot-layout-common-private.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 602c83982359f98916967dc88da6b5731fc06798 Author: Behdad Esfahbod Date: Tue Aug 18 16:27:48 2009 -0400 [HB] Fix wrong method signature pango/opentype/hb-ot-layout-common-private.hh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8f6e589aaab62f384c6c8dbc4d0087147bc22237 Author: Behdad Esfahbod Date: Tue Aug 18 15:49:23 2009 -0400 Bug 592194 - Fix missing _SC_PAGE_SIZE macro Autoconfiscate a simple call to mprotect() even more. configure.in | 1 + pango/opentype/hb-blob.c | 94 +++++++++++++++++++++++++++++---------------- 2 files changed, 61 insertions(+), 34 deletions(-)