LINUX.ORG.RU
ФорумTalks

Вышла библиотека pcre 8.41

 , ,


0

1

Сабж. Changelog:

Version 8.41 05-July-2017
-------------------------

1.  Fixed typo in CMakeLists.txt (wrong number of arguments for
PCRE_STATIC_RUNTIME (affects MSVC only).

2.  Issue 1 for 8.40 below was not correctly fixed. If pcregrep in multiline
mode with --only-matching matched several lines, it restarted scanning at the
next line instead of moving on to the end of the matched string, which can be
several lines after the start.

3.  Fix a missing else in the JIT compiler reported by 'idaifish'.

4.  A (?# style comment is now ignored between a basic quantifier and a
following '+' or '?' (example: /X+(?#comment)?Y/.

5.  Avoid use of a potentially overflowing buffer in pcregrep (patch by Petr
Pisar).

6.  Fuzzers have reported issues in pcretest. These are NOT serious (it is,
after all, just a test program). However, to stop the reports, some easy ones
are fixed:

    (a) Check for values < 256 when calling isprint() in pcretest.
    (b) Give an error for too big a number after \O.

7.  In the 32-bit library in non-UTF mode, an attempt to find a Unicode
property for a character with a code point greater than 0x10ffff (the Unicode
maximum) caused a crash.

8. The alternative matching function, pcre_dfa_exec() misbehaved if it
encountered a character class with a possessive repeat, for example [a-f]{3}+.

9. When pcretest called pcre_copy_substring() in 32-bit mode, it set the buffer
length incorrectly, which could result in buffer overflow.

10. Remove redundant line of code (accidentally left in ages ago).

11. Applied C++ patch from Irfan Adilovic to guard 'using std::' directives
with namespace pcrecpp (Bugzilla #2084).

12. Remove a duplication typo in pcre_tables.c.

13. Fix returned offsets from regexec() when REG_STARTEND is used with a
starting offset greater than zero.
Скачать: ftp://ftp.pcre.org/pub/pcre/pcre-8.41.tar.bz2

★★★★★

Какой смысл просто копипастить чейнджлог даже без выборки главных изменений?

GblGbl ★★★★★
()
Ответ на: комментарий от GblGbl

Для разных людей главные изменения разные. Поэтому нет смысла мучаться и что-то выбирать. Нужно копипастить целиком.

saahriktu ★★★★★
() автор топика

Немного зависимых от неё

> pkg info -r  pcre
pcre-8.40_1:
	opencollada-1.6.47
	rasqal-0.9.33
	Thunar-1.6.11
	xfce4-verve-plugin-1.1.0_1
	glib-2.50.2_3,1
iZEN ★★★★★
()
Ответ на: комментарий от Deleted

Архитектурно KOI8-R ничем не отличается от сотен других однобайтных кодировок. Поэтому если поддерживается хотя бы одна однобайтная кодировка, то поддерживаются и все остальные однобайтные кодировки, включая KOI8-R. Что недавно было мной продемонстрировано на примере консольного однобайтного текстового редактора moe, который из коробки заточен конкретно под ISO-8859-15. Правкой всего лишь нескольких строк я его пропатчил под любую однобайтную локаль и продемонстрировал работоспособность на примере локали KOI8-R.

saahriktu ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.