summaryrefslogtreecommitdiff
path: root/runtime/tools
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar2019-12-171-1/+1
| | | | | | Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
* Update runtime files.Bram Moolenaar2019-11-301-1/+1
|
* Update runtime filesBram Moolenaar2018-11-041-1/+1
|
* Update runtime files.Bram Moolenaar2018-07-151-1/+1
|
* Update runtime files.Bram Moolenaar2018-05-061-0/+10
|
* Update runtime filesBram Moolenaar2018-04-061-6/+6
|
* patch 8.0.0652: unicode information is outdatedv8.0.0652Bram Moolenaar2017-06-221-2/+4
| | | | | Problem: Unicode information is outdated. Solution: Update to Unicode 10. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2016-09-221-2/+1
|
* Updated runtime files.Bram Moolenaar2016-06-121-1/+2
|
* Updated runtime files.Bram Moolenaar2016-05-201-1/+1
|
* patch 7.4.1642v7.4.1642Bram Moolenaar2016-03-241-0/+6
| | | | | | Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Only put characters in the 1f000 range in the emoji table.
* patch 7.4.1629v7.4.1629Bram Moolenaar2016-03-211-66/+130
| | | | | | | | Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Remove ambiguous and double width characters from the emoji table. Use a separate table for the character class. (partly by Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2016-03-201-4/+4
|
* patch 7.4.1604v7.4.1604Bram Moolenaar2016-03-191-0/+27
| | | | | | | Problem: Although emoji characters are ambiguous width, best is to treat them as full width. Solution: Update the Unicode character tables. Add the 'emoji' options. (Yasuhiro Matsumoto)
* Updated runtime files.Bram Moolenaar2016-02-201-1/+1
|
* patch 7.4.1244v7.4.1244Bram Moolenaar2016-02-021-2/+8
| | | | | Problem: The channel functions don't sort together. Solution: Use a common "ch_" prefix.
* patch 7.4.1234v7.4.1234Bram Moolenaar2016-02-011-24/+34
| | | | | Problem: Demo server only runs with Python 2. Solution: Make it run with Python 3 as well. (Ken Takata)
* patch 7.4.1225v7.4.1225Bram Moolenaar2016-01-311-0/+2
| | | | | Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
* patch 7.4.1218v7.4.1218Bram Moolenaar2016-01-301-2/+4
| | | | | Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos.
* patch 7.4.1215v7.4.1215Bram Moolenaar2016-01-301-29/+25
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-12/+10
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1191v7.4.1191Bram Moolenaar2016-01-281-0/+87
| | | | | | Problem: The channel feature isn't working yet. Solution: Add the connect(), disconnect(), sendexpr() and sendraw() functions. Add initial documentation. Add a demo server.
* patch 7.4.752v7.4.752Bram Moolenaar2015-06-211-0/+2
| | | | | | Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
* Update runtime files.Bram Moolenaar2013-05-171-1/+1
|
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-2/+2
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* Updated runtime files.Bram Moolenaar2012-07-251-1/+1
|
* updated for version 7.2.348v7.2.348Bram Moolenaar2010-01-271-16/+26
| | | | | Problem: Unicode double-width characters are not up-to date. Solution: Produce the double-width table like the others.
* updated for version 7.2.330v7.2.330Bram Moolenaar2010-01-122-0/+282
| | | | | | Problem: Tables for Unicode case operators are outdated. Solution: Add a Vim script for generating the tables. Include tables for Unicode 5.2.
* updated for version 7.2c-000v7.2c.000Bram Moolenaar2008-08-062-3/+4
|
* updated for version 7.0162v7.0162Bram Moolenaar2005-12-021-2/+0
|
* updated for version 7.0048Bram Moolenaar2005-02-051-3/+16
|
* updated for version 7.0038v7.0038Bram Moolenaar2005-01-141-159/+0
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-1321-0/+2199