summaryrefslogtreecommitdiff
path: root/src/memfile_test.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.1238v7.4.1238Bram Moolenaar2016-02-021-2/+0
| | | | | | Problem: Can't handle two messages right after each other. Solution: Find the end of the JSON. Read more when incomplete. Add a C test for the JSON decoding.
* patch 7.4.1210v7.4.1210Bram Moolenaar2016-01-301-2/+2
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1198v7.4.1198Bram Moolenaar2016-01-291-1/+1
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
* Add missing files for patch 7.3.143.v7.3.143Bram Moolenaar2011-03-221-0/+145