Age | Commit message (Collapse) | Author |
|
Problem: Cppcheck warnings.
Solution: Use temp variable. Change NUL to NULL. Swap conditions. (Dominique
Pelle)
|
|
Problem: There are still a few macros that should be all-caps.
Solution: Make a few more macros all-caps.
|
|
Problem: Farsi support is not tested enough.
Solution: Add more tests for Farsi. Clean up the code.
|
|
Problem: Farsi support is barely tested.
Solution: Add more tests for Farsi. Clean up the code.
|
|
Problem: Modelines in source code are inconsistant.
Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
|
|
Problem: farsi.c and arabic.c are included in a strange way.
Solution: Build them like other files.
|
|
Problem: No testing for Farsi code.
Solution: Add a minimal test. Clean up Farsi code.
|
|
Problem: Compiler warning for indent. (Dominique Pelle)
Solution: Fix the indent.
|
|
Problem: Using old style function declarations.
Solution: Change to new style function declarations. (script by Hirohito
Higashi)
|
|
Problem: Still using __ARGS.
Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
|
|
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
|
|
Problem: Bad code style.
Solution: Insert space, remove parens.
|
|
|
|
|
|
|
|
|
|
|
|
|