monnier pushed a change to branch externals/heap. at 32e75bb * heap.el: Fix first line format
This branch includes the following new commits: new 2d51c84 Version 0.1 of the predictive completion package. new 03a876d Version 0.2 of the predictive completion package. new 227de61 Version 0.7 of the predictive completion package. First to include auto-overlays. new 75b42f4 Version 0.9.1 of the predictive completion package. new 37bc0e9 Version 0.10 of the predictive completion package. new e2c16be Version 0.10.3 of the predictive completion package. (Versions 0.10.1-2 were very minor, and were skipped.) new 17429ee Version 0.12 of the predictive completion package. new 8a40ef4 Version 0.12.1 of the predictive completion package. new ed90e4d Adding missing 'buffer setting to customization menu for predictive-auto-add-to-dict. new 7f5ab59 Add heap-root function. new 55d47fd Fixed ancient but overlooked bug in heap resizing in heap-add. new 11738aa Re-filled to 72 chars/line, for mailing to gnu-emacs-sources list new 304c604 Fixed bug in heap-copy. new 5ad96c3 Updated Package-Version, Package-Requires, and Keywords package headers. Made small changes to some Commentary sections. new f74c766 Converted heap data structures to defstructs. Increased default heap size to 16, and default resize-threshold 2. new 9bcd8d3 Added heap-build function for efficiently building a heap out of a vector. new 151a314 Added heap-merge function for merging heaps. (Not very efficient for binary heaps, only O(n).) new fcf3edd Added autoload cookies. new e354b4f Revert default heap size to 10. new aa998ae Updated copyright attribution and license (GPL2 -> GPL3). new ceb5dd1 Trivial whitespace tidying. new 4407826 More minor whitespace and commentary changes. new a3ddd78 Remove ChangeLogs from library headers. new 8ece2ad Enable lexical binding, and fix issues it picks up. new da9637e Added heap-clear function. new 778a848 Bump version numbers and copyright years. new c71bf79 Implement trie-fuzzy-match and trie-fuzzy-complete functions. new 596261c Implement iterator generators on collection data structures. new 10a68e6 Bump version numbers since we've added iterator generators. new 04de075 Tidy up unnecessary macros by making them into defsubst or defun. new 32e75bb * heap.el: Fix first line format