summaryrefslogtreecommitdiff
path: root/src/arabic.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0497: arabic support is not fully testedv8.0.0497Bram Moolenaar2017-03-211-0/+10
| | | | | | Problem: Arabic support is not fully tested. Solution: Add more tests for the untested functions. Comment out unreachable code.
* patch 8.0.0406: arabic shaping code is verbosev8.0.0406Bram Moolenaar2017-03-041-327/+115
| | | | | Problem: The arabic shaping code is verbose. Solution: Shorten the code without changing the functionality.
* patch 8.0.0391: arabic support is verbose and not well testedv8.0.0391Bram Moolenaar2017-03-011-334/+114
| | | | | Problem: Arabic support is verbose and not well tested. Solution: Simplify the code. Add more tests.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1983v7.4.1983Bram Moolenaar2016-07-021-5/+6
| | | | | Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
* patch 7.4.1205v7.4.1205Bram Moolenaar2016-01-301-46/+28
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1196v7.4.1196Bram Moolenaar2016-01-291-19/+19
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* updated for version 7.3.535v7.3.535Bram Moolenaar2012-06-011-1/+1
| | | | | | Problem: Many #ifdefs for MB_MAXBYTES. Solution: Also define MB_MAXBYTES without the +multi_byte feature. Fix places where the buffer didn't include space for a NUL byte.
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+1168