summaryrefslogtreecommitdiffstats
path: root/src/arabic.c
AgeCommit message (Collapse)Author
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
Problem: Computing array length is done in various ways. Solution: Use ARRAY_LENGTH everywhere. (Ken Takata, closes #8305)
2019-03-30patch 8.1.1085: compiler warning for possibly uninitialized variablev8.1.1085Bram Moolenaar
Problem: Compiler warning for possibly uninitialized variable. (Tony Mechelynck) Solution: Make conditions more logical.
2019-03-22patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar
Problem: Arabic support excludes Farsi. Solution: Add Farsi support to the Arabic support. (Ali Gholami Rudi, Ameretat Reith)
2019-03-21patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar
Problem: Warnings from clang static analyzer. (Yegappan Lakshmanan) Solution: Fix relevant warnings.
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
2017-03-21patch 8.0.0497: arabic support is not fully testedv8.0.0497Bram Moolenaar
Problem: Arabic support is not fully tested. Solution: Add more tests for the untested functions. Comment out unreachable code.
2017-03-04patch 8.0.0406: arabic shaping code is verbosev8.0.0406Bram Moolenaar
Problem: The arabic shaping code is verbose. Solution: Shorten the code without changing the functionality.
2017-03-01patch 8.0.0391: arabic support is verbose and not well testedv8.0.0391Bram Moolenaar
Problem: Arabic support is verbose and not well tested. Solution: Simplify the code. Add more tests.
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-07-02patch 7.4.1983v7.4.1983Bram Moolenaar
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
2016-01-30patch 7.4.1205v7.4.1205Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1196v7.4.1196Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2012-06-01updated for version 7.3.535v7.3.535Bram Moolenaar
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.
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar