php-src/ext/intl
Peter Kokot 2aa897476f Convert CRLF line endings to LF
This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
also Git can do output conversion is core.autocrlf=true is set on
Windows and use CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.
2018-10-13 11:22:30 +02:00
..
breakiterator Fix #76556: get_debug_info handler for BreakIterator shows wrong type 2018-06-30 23:15:02 +02:00
calendar Merge branch 'PHP-7.0' into PHP-7.1 2017-08-25 22:03:00 +02:00
collator Merge branch 'PHP-7.0' into PHP-7.1 2017-09-12 12:13:42 +02:00
common Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
converter Merge branch 'PHP-7.1' into PHP-7.2 2017-10-19 12:03:19 +01:00
dateformat Fixed bug #75378 ([REGRESSION] IntlDateFormatter::parse() does not change $position argument) 2017-10-16 19:07:34 +08:00
doc Remove datefmt_set_timezone_id and OO variant 2015-04-01 12:34:28 +02:00
formatter Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
grapheme Fix bug #73634 - grapheme_strpos illegal memory access 2017-06-20 13:29:57 -07:00
idn Deprecate INTL_IDNA_VARIANT_2003 2017-01-31 12:16:29 +01:00
locale Merge branch 'PHP-7.0' into PHP-7.1 2017-04-17 07:58:22 +01:00
msgformat Fixed Bug #76942 U_ARGUMENT_TYPE_MISMATCH 2018-10-05 22:50:34 +02:00
normalizer Fixed bug #74433 Wrong reflection on the Normalizer methods 2017-04-13 13:21:05 +01:00
resourcebundle Bug #73218: add mitigation for ICU int overflow 2016-10-14 01:41:06 +02:00
spoofchecker Merge branch 'PHP-7.1' into PHP-7.2 2018-02-16 13:41:13 +01:00
tests Convert CRLF line endings to LF 2018-10-13 11:22:30 +02:00
timezone Merge branch 'PHP-7.0' into PHP-7.1 2017-08-16 15:20:45 +01:00
transliterator Remove useless dtor handlers in intl 2016-07-16 23:16:43 +02:00
uchar Merge branch 'PHP-7.0' into PHP-7.1 2017-10-25 20:59:51 +01:00
config.m4 Revert "ICU 59+ requires C++11 and errors out without the option" 2018-06-20 10:41:41 -07:00
config.w32 Fixed bug #76153 Intl compilation fails with icu4c 61.1 2018-03-28 18:01:44 +02:00
CREDITS
ERROR.CONVENTIONS Remove TSRMLS_* from docs as it's not used anymore 2016-02-17 22:36:01 -08:00
intl_common.h fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c Compilation warning fix 2016-12-12 23:25:40 -08:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.h change the inclusion order which fixes the vc build 2015-07-01 15:21:34 +02:00
intl_cppshims.h
intl_data.h Fixed bug #74385 Locale::parseLocale() broken with some arguments 2018-05-03 16:34:33 +02:00
intl_error.c Switch position of ce in exception ce variable names 2015-07-03 09:45:03 -05:00
intl_error.h Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
php_intl.c Add TZ and Unicode versions to intl MINFO 2017-10-21 16:17:31 +02:00
php_intl.h Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
TODO