summaryrefslogtreecommitdiffstats
path: root/src/hashtab.c
AgeCommit message (Collapse)Author
2017-01-15patch 8.0.0192: cannot build with tiny featuresv8.0.0192Bram Moolenaar
Problem: Build fails with tiny features. Solution: Change #ifdef for hash_clear(). Avoid warning for unused argument.
2016-11-10patch 8.0.0074v8.0.0074Bram Moolenaar
Problem: Cannot make Vim fail on an internal error. Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an internal error without mentioning where.
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-14patch 7.4.2037v7.4.2037Bram Moolenaar
Problem: Small build fails. Solution: Adjust #ifdefs.
2016-04-03patch 7.4.1707v7.4.1707Bram Moolenaar
Problem: Cannot use empty dictionary key, even though it can be useful. Solution: Allow using an empty dictionary key.
2016-01-30patch 7.4.1208v7.4.1208Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1198v7.4.1198Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
2012-11-28updated for version 7.3.740v7.3.740Bram Moolenaar
Problem: IOC tool complains about undefined behavior for int. Solution: Change to unsigned int. (Dominique Pelle)
2010-08-08Remove unused code.Bram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar