summaryrefslogtreecommitdiffstats
path: root/src/hashtab.c
AgeCommit message (Expand)Author
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2022-12-26patch 9.0.1100: a hashtab with many removed items is not cleaned upv9.0.1100Bram Moolenaar
2022-12-26patch 9.0.1099: trying to resize a hashtab may cause a problemv9.0.1099Bram Moolenaar
2022-12-25patch 9.0.1097: tests are failingv9.0.1097Bram Moolenaar
2022-12-25patch 9.0.1096: reallocating hashtab when the size didn't changev9.0.1096Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-02-03patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2020-09-11patch 8.2.1662: :mksession does not restore shared terminal buffer properlyv8.2.1662Bram Moolenaar
2020-07-14patch 8.2.1209: Vim9: test failurev8.2.1209Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2019-12-04patch 8.1.2387: using old C style commentsv8.1.2387Bram Moolenaar
2019-07-26patch 8.1.1752: resizing hashtable is inefficientv8.1.1752Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2017-01-15patch 8.0.0192: cannot build with tiny featuresv8.0.0192Bram Moolenaar
2016-11-10patch 8.0.0074v8.0.0074Bram Moolenaar
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
2016-07-14patch 7.4.2037v7.4.2037Bram Moolenaar
2016-04-03patch 7.4.1707v7.4.1707Bram Moolenaar
2016-01-30patch 7.4.1208v7.4.1208Bram Moolenaar
2016-01-29patch 7.4.1198v7.4.1198Bram Moolenaar
2012-11-28updated for version 7.3.740v7.3.740Bram Moolenaar
2010-08-08Remove unused code.Bram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar