summaryrefslogtreecommitdiff
path: root/Filelist
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1436v7.4.1436Bram Moolenaar2016-02-271-2/+0
| | | | | Problem: Sniff files still referenced in distribution. Solution: Remove sniff files from distribution.
* patch 7.4.1425v7.4.1425Bram Moolenaar2016-02-261-1/+0
| | | | | Problem: There are still references to MS-DOS support. Solution: Remove most of the help txt and install instructions. (Ken Takata)
* patch 7.4.1417v7.4.1417Bram Moolenaar2016-02-251-0/+1
| | | | | Problem: Missing appveyor.bat from the distribution. Solution: Add it to the list of files.
* patch 7.4.1399v7.4.1399Bram Moolenaar2016-02-231-7/+0
| | | | | Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
* patch 7.4.1364v7.4.1364Bram Moolenaar2016-02-201-11/+0
| | | | | Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
* patch 7.4.1251v7.4.1251Bram Moolenaar2016-02-031-0/+1
| | | | | Problem: New test file missing from distribution. Solution: Add src/testdir/*.py.
* patch 7.4.1245v7.4.1245Bram Moolenaar2016-02-021-0/+1
| | | | | Problem: File missing from distribution. Solution: Add json_test.c.
* patch 7.4.1170v7.4.1170Bram Moolenaar2016-01-241-1/+3
| | | | | Problem: Missing changes in src/Makefile, Filelist. Solution: Add the missing changes.
* patch 7.4.1154v7.4.1154Bram Moolenaar2016-01-231-0/+2
| | | | | | Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
* patch 7.4.1103v7.4.1103Bram Moolenaar2016-01-161-1/+0
| | | | | Problem: Removed file still in distribution. Solution: Remove Make_cyg.mak from the list of files.
* patch 7.4.1079v7.4.1079Bram Moolenaar2016-01-101-0/+1
| | | | | | | Problem: New include file missing from distribution. Missing changes to quickfix code. Solution: Add alloc.h to the list of distributed files. Use the enum in quickfix code.
* patch 7.4.1041v7.4.1041Bram Moolenaar2016-01-031-0/+1
| | | | | Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
* patch 7.4.1028v7.4.1028Bram Moolenaar2016-01-021-0/+1
| | | | | Problem: Nsis version file missing from the distribution. Solution: Add the file to the list.
* patch 7.4.1019v7.4.1019Bram Moolenaar2016-01-011-1/+1
| | | | | Problem: Directory listing of "src" is too long. Solution: Rename the resources file to make it shorter.
* patch 7.4.1016v7.4.1016Bram Moolenaar2015-12-311-10/+0
| | | | | Problem: Still a few OS/2 pieces remain. Solution: Delete more.
* patch 7.4.1011v7.4.1011Bram Moolenaar2015-12-311-0/+1
| | | | | Problem: Can't build with Strawberry Perl. Solution: Include stdbool.h. (Ken Takata, closes #328)
* patch 7.4.996v7.4.996Bram Moolenaar2015-12-291-0/+4
| | | | | | Problem: New GDK files and testdir/Make_all.mak missing from distribution. PC build instructions are outdated. Solution: Add the file to the list. Update PC build instructions.
* patch 7.4.945v7.4.945Bram Moolenaar2015-11-301-0/+1
| | | | | | | | Problem: New style testing is incomplete. Solution: Add the runtest script to the list of distributed files. Add the new functions to the function overview. Rename the functions to match Vim function style. Move undolevels testing into a new style test script.
* patch 7.4.904v7.4.904Bram Moolenaar2015-11-021-0/+2
| | | | | Problem: Vim does not provide .desktop files. Solution: Include and install .desktop files. (James McCoy, closes #455)
* patch 7.4.872v7.4.872Bram Moolenaar2015-09-151-0/+2
| | | | | Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)
* patch 7.4.846v7.4.846Bram Moolenaar2015-09-011-0/+1
| | | | | Problem: Some GitHub users don't know how to use issues. Solution: Add a file that explains the basics of contributing.
* patch 7.4.777v7.4.777Bram Moolenaar2015-07-101-0/+1
| | | | | Problem: The README file doesn't look nice on github. Solution: Add a markdown version of the README file.
* updated for version 7.4.501v7.4.501Bram Moolenaar2014-11-051-1/+1
| | | | | Problem: Typo in file pattern. Solution: Insert a slash and remove a dot.
* updated for version 7.4.497v7.4.497Bram Moolenaar2014-11-051-0/+3
| | | | | | | Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
* updated for version 7.4.496v7.4.496Bram Moolenaar2014-11-051-0/+1
| | | | | Problem: Many lines are both in Make_cyg.mak and Make_ming.mak Solution: Move the common parts to one file. (Ken Takata)
* updated for version 7.4.426v7.4.426Bram Moolenaar2014-08-291-0/+1
| | | | | Problem: README File missing from list of files. Solution: Update the list of files.
* updated for version 7.4.400v7.4.400Bram Moolenaar2014-08-101-0/+6
| | | | | Problem: List of distributed files is incomplete. Solution: Add recently added files.
* updated for version 7.4.287v7.4.287Bram Moolenaar2014-05-131-0/+1
| | | | | | | Problem: Patches for .hgignore don't work, since the file is not in the distribution. Solution: Add .hgignore to the distribution. Will be effective with the next version.
* updated for version 7.4.268v7.4.268Bram Moolenaar2014-04-291-0/+1
| | | | | | Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test.
* updated for version 7.4.250v7.4.250Bram Moolenaar2014-04-051-0/+3
| | | | | Problem: Some test files missing from distribution. Solution: Add pattern for newly added tests.
* updated for version 7.4.156v7.4.156Bram Moolenaar2014-01-231-0/+1
| | | | | Problem: Test file missing from distribution. Solution: Add new directory to file list.
* updated for version 7.4a.015v7.4a.015Bram Moolenaar2013-07-131-0/+1
| | | | | | Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
* updated for version 7.3.1241v7.3.1241Bram Moolenaar2013-06-241-0/+4
| | | | | Problem: Some test files missing from the distribution. Solution: Update the list of files.
* updated for version 7.3.1172v7.3.1172Bram Moolenaar2013-06-121-0/+2
| | | | | Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
* updated for version 7.3.1166v7.3.1166Bram Moolenaar2013-06-111-0/+3
| | | | | Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
* updated for version 7.3.970v7.3.970Bram Moolenaar2013-05-191-0/+1
| | | | | | | Problem: Syntax highlighting can be slow. Solution: Include the NFA regexp engine. Add the 'regexpengine' option to select which one is used. (various authors, including Ken Takata, Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
* updated for version 7.3.846v7.3.846Bram Moolenaar2013-03-071-1/+0
| | | | | Problem: Missing proto files. Solution: Add the files.
* updated for version 7.3.839v7.3.839Bram Moolenaar2013-02-261-0/+4
| | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
* updated for version 7.3.681v7.3.681Bram Moolenaar2012-10-031-3/+10
| | | | | Problem: List of distributed files picks up backup files. Solution: Make tutor patterns more specific.
* updated for version 7.3.680v7.3.680Bram Moolenaar2012-10-031-0/+3
| | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
* updated for version 7.3.639v7.3.639Bram Moolenaar2012-08-291-0/+6
| | | | | | | Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev)
* updated for version 7.3.602v7.3.602Bram Moolenaar2012-07-161-0/+3
| | | | | Problem: Missing files in distribution. Solution: Update the list of files.
* updated for version 7.3.339v7.3.339Bram Moolenaar2011-10-201-0/+1
| | | | | Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
* updated for version 7.3.326v7.3.326Bram Moolenaar2011-09-301-0/+1
| | | | | Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo)
* updated for version 7.3.209v7.3.209Bram Moolenaar2011-06-121-0/+1
| | | | | Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
* updated for version 7.3.191v7.3.191Bram Moolenaar2011-05-191-1/+0
| | | | | | Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
* updated for version 7.3.188v7.3.188Bram Moolenaar2011-05-101-6/+0
| | | | | Problem: More RISC OS files to remove. Solution: Remove them. Update the file list.
* updated for version 7.3.143Bram Moolenaar2011-03-221-0/+3
| | | | | | | Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov)
* Update README files. Remove references to extra and lang archives.Bram Moolenaar2010-08-071-1/+0
|
* Move some common code from if_python.c and if_python3.c to if_py_both.h.Bram Moolenaar2010-07-241-0/+1
|