CVS commit: src/external/gpl2/grep/dist/lib

2020-09-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 26 11:39:17 UTC 2020 Modified Files: src/external/gpl2/grep/dist/lib: regex.c Log Message: Moving pointers could fail if realloc() allocates a new memory region where the difference between old and new address exceeds an

CVS commit: src/external/gpl2/grep/dist/lib

2018-06-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 14 10:14:39 UTC 2018 Modified Files: src/external/gpl2/grep/dist/lib: obstack.c Log Message: Make the alignof() usage more portable in grep(1) Remove NetBSD specific check and replace it with GCC extension __alignof__ that

CVS commit: src/external/gpl2/grep/dist/lib

2018-06-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jun 13 17:32:29 UTC 2018 Modified Files: src/external/gpl2/grep/dist/lib: obstack.c Log Message: Avoid Undefind Behavior in DEFAULT_ALIGNMENT in GNU grep(1) Replace homegrown logic of calculating alignment with alignof, a C11