php-src/ext/mbstring
Peter Kokot a700451706 Remove obsolescent AC_HEADER_STDC and memcpy check
Autoconf 2.59d (released in 2006) [1] started promoting several macros
as not relevant for newer systems anymore, including the `AC_HEADER_STDC`.

This macro checks if given system has C89 compliant header files such
as `<string.h>`, `<stdlib.h>`, `<stdarg.h>`, `<float.h>`,... and defines
the `STDC_HEADERS` symbol [2]. Case is that current systems should be
well supported with at least C89 standard headers [3].

Given headers are still additionally checked with the `AC_PROG_CC`
macro, yet not needed anyway.

Additionally, the HAVE_MEMCPY check has been removed. The memcpy
function is standardized by C89 and later.

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
[3] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
2019-03-01 19:22:44 +01:00
..
libmbfl Remove obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
tests Implement mb_str_split() 2019-02-12 16:42:51 +01:00
ucgendat Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
config.m4 Unbundle oniguruma 2019-02-11 14:53:19 +01:00
config.w32 Unbundle oniguruma in config.w32 2019-02-11 14:53:19 +01:00
CREDITS
mb_gpc.c Remove local variables 2019-02-03 21:03:00 +01:00
mb_gpc.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mbstring.c Implement mb_str_split() 2019-02-12 16:42:51 +01:00
mbstring.h Implement mb_str_split() 2019-02-12 16:42:51 +01:00
php_mbregex.c Add MB_ONIGURUMA_VERSION and use it in a version dependent test 2019-02-11 14:53:19 +01:00
php_mbregex.h Remove local variables 2019-02-03 21:03:00 +01:00
php_onig_compat.h
php_unicode.c Remove local variables 2019-02-03 21:03:00 +01:00
php_unicode.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
unicode_data.h Update data tables for Unicode 11 2018-06-11 20:25:37 +02:00