branch: externals/trie
commit c7c99942f2115cdd007becf61447088a547662e3
Author: Toby Cubitt
Commit: tsc25
trie--createfun now passed corresponding sequence as an argument
superseding removed trie-depth variable.
Corrected descriptions of the function arguments in the trie-create-custo
branch: externals/trie
commit 15b4de9ca85c6daf40c6c35ac273ea4098209e74
Author: Toby Cubitt
Commit: tsc25
Simplified trie--create by storing functions for predefined trie types in
symbol property lists
---
trie.el | 74 +++--
1 fil
branch: externals/trie
commit 14fa4ee3a03d4e5a0890ce9b9b7c130d229b5c73
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Code cleanup.
Changed many macros to defsubsts. Avoided quoted lambdas wherever
possible. Added cleaner lexical binding versions of some functions. Fixed
mist
branch: externals/trie
commit cc94506ad88a563e5d9f15402a34ea15c5fca785
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Enable lexical binding, and fix issues it picks up.
---
trie.el | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/trie.el b/trie.el
i
branch: externals/trie
commit 18dc856d8c3a244f71e31e31ce021feddb0030d9
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Don't wrap rank and filter functions for regexp and fuzzy queries.
Otherwise, wrapped user-supplied filter and rank functions will not work for
trie stacks, so wi
branch: externals/trie
commit a8bc50f997973eb0f0679ec197ae293ecf05bcf8
Author: Toby Cubitt
Commit: tsc25
Minor code tidying
---
trie.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/trie.el b/trie.el
index 0cd0760..f2d5aa1 100644
--- a/trie.el
+++ b/trie.e
branch: externals/trie
commit e00ae36d55777520411f99ba874a5992ab4bb8f3
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Trivial docstring and comment fixes.
---
trie.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trie.el b/trie.el
index b2ccc03..474fbad 100644
--- a/tri
branch: externals/trie
commit 5e8e73fd06c54246dc1fb8681a6fabcfaff0ac77
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Fix data wrapping handling in fuzzy query functions.
Also, cache fuzzy queries ranked by Lewenstein distance.
---
trie.el | 225 +
branch: externals/trie
commit 2957aec7280343fc433451950451352b5db6740c
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Fix bugs in trie-fuzzy-match/complete.
---
trie.el | 95 +
1 file changed, 48 insertions(+), 47 deletions(-)
branch: externals/trie
commit 53146c1373c270fa60f240018bf058bd412de560
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Implement fuzzy match and completion on dict-trees.
Also, simplify dict-tree cache parameters to a single cache-threshold
setting
instead of one per query type.
branch: externals/trie
commit 929cb784f9a7c1b8e51c9c1569b55e4741834b8a
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Rename to trie--map-internal to clarify not for public use.
---
trie.el | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/trie.el b/trie.
branch: externals/trie
commit 3a734c3fe82f4e19c467f9b165f675f8e3af5a15
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Implement trie-fuzzy-match and trie-fuzzy-complete functions.
Searches a trie for matches or completions within a given Lewenstein
distance
of a string.
---
tri
branch: externals/trie
commit 87d5786c18c29f39ff2c4f11d6a8d23fa05b118d
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Allow trie-fuzzy-match/complete to take lists of multiple prefixes/strings.
---
trie.el | 175 ++--
1 file changed
branch: master
commit dcd14e7c4a240939d75c1d00aea9218fb4eb1336
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Convert `trie` from subtree to external
---
externals-list | 20 ++--
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/externals-list
branch: master
commit f0d0d6eceebe351fc72e024d3f60ff0829517ddb
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Convert `trie` from subtree to external
---
packages/trie/trie.el | 2796 -
1 file changed, 2796 deletions(-)
diff
branch: externals/queue
commit 84b3d01f974034a00bc408b28b867f145129dd1b
Author: Toby Cubitt
Commit: tsc25
Re-filled to 72 chars/line, for mailing to gnu-emacs-sources list
---
queue.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/queue.el b/queue.el
index 24377f5..4149d06 100644
branch: externals/queue
commit d7ee62367bff71cd6a5e26d68caf5b2ff0d88ad3
Author: Toby Cubitt
Commit: tsc25
Added queue.el package
---
queue.el | 130 +++
1 file changed, 130 insertions(+)
diff --git a/queue.el b/queue.el
new file m
branch: externals/queue
commit 82aa3ef62dc08e78e62e0821349bae367ae5b233
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
More minor whitespace and commentary changes.
---
queue.el | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/queue.el b/queue.el
index 5
branch: externals/queue
commit bbc4df92e5ae1dab5caf0932b63f8afae00c22f3
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Fix buggy queue-empty and queue-first definitions.
Should be defun's instead of macros (or else require backticks).
---
queue.el | 6 +++---
1 file changed, 3 inser
branch: externals/queue
commit 0b03d231f3edede798b454464fa73cba3e27fb59
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Updated copyright attribution and license (GPL2 -> GPL3).
---
queue.el | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/queue.el b/q
branch: externals/queue
commit c9ec2e33f26b068c40b8391e91a7839546fa8355
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Bump version numbers since we've added iterator generators.
---
queue.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/queue.el b/queue.el
index ca9f5a
branch: externals/queue
commit 02a44546eb8e3e750b028f680d18b80bf543b5a9
Author: Toby Cubitt
Commit: tsc25
Updated copywrite notice
---
queue.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/queue.el b/queue.el
index 9d83b29..24377f5 100644
--- a/queue.el
+++ b
branch: externals/queue
commit f83d2b81632d4f978ba50e8f35f6363239e007e3
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Enable lexical binding, and fix issues it picks up.
---
queue.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/queue.el b/queue.el
index e12ab1c..72311
branch: externals/queue
commit b47d38ff6b7dc1a71e77eccc3701fe9f80fccc26
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Updated Package-Version, Package-Requires, and Keywords package headers.
Made small changes to some Commentary sections.
---
queue.el | 22 +-
1 file
monnier pushed a change to branch externals/queue.
at c9ec2e3 Bump version numbers since we've added iterator
generators.
This branch includes the following new commits:
new d7ee623 Added queue.el package
new 6d9b0c4 Bumped copyright year
new 02a4454 Upd
branch: externals/queue
commit 6d9b0c4fdc9588ba78c732f58efeb01898db9921
Author: Toby Cubitt
Commit: tsc25
Bumped copyright year
---
queue.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/queue.el b/queue.el
index bad9a93..9d83b29 100644
--- a/queue.el
+++ b/queue.el
@@
branch: externals/queue
commit da5d38e5d81b577a0cbbf86fc2cb1ac8ad1246a3
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Trivial whitespace tidying.
---
queue.el | 49 -
1 file changed, 24 insertions(+), 25 deletions(-)
diff --git a/queue.el b/q
branch: externals/queue
commit 1c230d7a92d8972957fe73e77c9b05beaae113cf
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Implement iterator generators on collection data structures.
---
queue.el | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/queue.el b/qu
branch: master
commit 99a126e3e644d44afcc05e18b9ece3ddd7f6a2b2
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Convert `queue` from subtree to external
---
externals-list | 1 +
packages/queue/queue.el | 165
2 file
branch: externals/tNFA
commit 5463a535a78088ea7cd58e18240becc7c9346485
Author: Toby Cubitt
Commit: tsc25
Bug-fix to \{...\} postfix operator processing in tNFA--from-regexp
---
tNFA.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tNFA.el b/tNFA.el
index 87847b5.
branch: externals/tNFA
commit 014847d06e960c1a61144ee7f1bd29f36f63ae3b
Author: Toby Cubitt
Commit: tsc25
Bumped copyright year
---
tNFA.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tNFA.el b/tNFA.el
index 964a52e..a5be4f1 100644
--- a/tNFA.el
+++ b/tNFA.el
@@ -2,7
branch: externals/tNFA
commit b035e48a7f54ba067dc098451e7bb7ae8e712a34
Author: Toby Cubitt
Commit: Toby S. Cubitt
Removed left-over debugging code and other minor tidying.
---
tNFA.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tNFA.el b/tNFA.el
index 90f4511..9c
branch: externals/tNFA
commit 87c622392c090d29f0e318e6a4e929b791042464
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Updated Package-Version, Package-Requires, and Keywords package headers.
Made small changes to some Commentary sections.
---
tNFA.el | 39 ++--
branch: externals/tNFA
commit 664c98edcee5b4339802bb7622540f76477d4902
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Remove ChangeLogs from library headers.
The ChangeLog headers duplicate the information in version control commit
messages, which is more reliable (ChangeLog upda
branch: externals/tNFA
commit ff30781431fcac16a4382f583c238869a5f38ef6
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
More minor whitespace and commentary changes.
---
tNFA.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tNFA.el b/tNFA.el
index 307d668..7e8b169 10064
branch: externals/queue
commit 2e53a451cc3556cce48c3f3fbdb992684aadf883
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Remove ChangeLogs from library headers.
The ChangeLog headers duplicate the information in version control commit
messages, which is more reliable (ChangeLog upd
branch: externals/queue
commit 442799876b16b1826ca94584dd199caaa4de145e
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Added autoload cookies.
---
queue.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/queue.el b/queue.el
index b7a1ade..279a355 100644
--- a/queue.
branch: externals/heap
commit 2d51c847e774764c18867b4865aa52a0d77dbc87
Author: Toby Cubitt
Commit: Toby Cubitt
Version 0.1 of the predictive completion package.
---
heap.el | 243
1 file changed, 243 insertions(+)
diff --git
branch: externals/heap
commit da9637e0f13a529c8e404aa0f6c653eb455bf170
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Added heap-clear function.
---
heap.el | 10 ++
1 file changed, 10 insertions(+)
diff --git a/heap.el b/heap.el
index b59cae9..72c0345 100644
--- a/heap.el
+++ b/hea
branch: externals/heap
commit 5ad96c39523603aa7b70e8a7e3d488c8844f28fb
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Updated Package-Version, Package-Requires, and Keywords package headers.
Made small changes to some Commentary sections.
---
heap.el | 26 +++---
1 fi
branch: externals/heap
commit 17429eed7ba3b07db88a7a90b61848c9e729c4cc
Author: Toby Cubitt
Commit: tsc25
Version 0.12 of the predictive completion package.
---
heap.el | 209 ++--
1 file changed, 139 insertions(+), 70 deletions(-)
branch: externals/heap
commit fcf3edd5d63ca4c7dd114d97b269a2f5a9776ac1
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Added autoload cookies.
---
heap.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/heap.el b/heap.el
index 81fef88..7efebb55 100644
--- a/heap.e
branch: externals/heap
commit 10a68e6000bdf630aa7232e57ba25390423991d8
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Bump version numbers since we've added iterator generators.
---
heap.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heap.el b/heap.el
index e1c03dc..9
branch: master
commit 166f28564a86e0569ea94f0e7a883bde339ab5f5
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Convert `heap` from subtree to external
---
externals-list| 1 +
packages/heap/heap.el | 333 --
2 files c
branch: externals/tNFA
commit 241dd74215f71c75017f2a93e393f94047a502ba
Author: Toby Cubitt
Commit: tsc25
Bug-fix in tNFA--from-regexp; added public tNFA-group-data function.
---
tNFA.el | 420 ++--
1 file changed, 222 insertions(+)
branch: externals/tNFA
commit 454c544ae97142ae209a1e9d248f1909494dfe8f
Author: Toby Cubitt
Commit: tsc25
Added commentary
---
tNFA.el | 84 ++---
1 file changed, 60 insertions(+), 24 deletions(-)
diff --git a/tNFA.el b/tNFA.el
ind
branch: externals/tNFA
commit 5f3bdf70531c0e2463f740601b3e5b752ae9f962
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Enable lexical binding, and fix issues it picks up.
---
tNFA.el | 19 ---
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/tNFA.el b/tNFA.el
ind
branch: externals/tNFA
commit 7e38f4c057ebe64e875c85972e0b65a58627c957
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Add missing autoload cookies.
---
tNFA.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tNFA.el b/tNFA.el
index 7e8b169..8ef3682 100644
--- a/tNFA.el
+++ b/tNFA.el
@@
branch: master
commit 25be5093eb7cf078af0b099f2d438f6b9262c572
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Convert `tNFA` from subtree to external
---
externals-list|1 +
packages/tNFA/tNFA.el | -
2 files
branch: externals/tNFA
commit 7b44eeb47ee617287e363ab0354c8c7de6e1743a
Author: Toby Cubitt
Commit: tsc25
Bug-fix in tNFA--from-regexp: add tag transitions *outside* their group
fragment,
so that any postfix operators won't create a loop that passes back through
tags.
---
tNFA.el | 235
branch: externals/tNFA
commit c9f0989d1070bbcaf1553d2ea7cc6d5b95a22f9f
Author: Toby Cubitt
Commit: tsc25
Converted transition hash tables to alists
---
tNFA.el | 178 ++--
1 file changed, 96 insertions(+), 82 deletions(-)
diff --g
monnier pushed a change to branch externals/tNFA.
at 892122c Tidy up unnecessary macros by making them into defsubst
or defun.
This branch includes the following new commits:
new 9a742f6 Implementation of tagged non-deterministic finite state
automata, for regular expressi
branch: externals/tNFA
commit 83ab8b319a813b48590c6b2cacfa74cb71c95114
Author: Toby Cubitt
Commit: tsc25
Re-filled to 72 chars/line, for mailing to gnu-emacs-sources list
---
tNFA.el | 297 +---
1 file changed, 173 insertions(+), 1
branch: externals/tNFA
commit 74b68dd4bd6f26f37b5b9b57ec4dec0d99eaa59a
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Updated copyright attribution and license (GPL2 -> GPL3).
---
tNFA.el | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/tNFA.el b/tNFA
branch: externals/tNFA
commit 3835750a462fef0ba6b42b2bb144d4760a3d5b6e
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Trivial whitespace tidying.
---
tNFA.el | 93 +++--
1 file changed, 44 insertions(+), 49 deletions(-)
diff --git
branch: externals/tNFA
commit f150b88cff55b1c8383234c6d08a7a319b4bb4bd
Author: Toby Cubitt
Commit: tsc25
Added support for \{...\} postfix repetition operator
---
tNFA.el | 282 +++-
1 file changed, 207 insertions(+), 75 deletions(
branch: externals/tNFA
commit 1af1e58d974fded9b320b7b53c952d66b43538f5
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Implement trie-fuzzy-match and trie-fuzzy-complete functions.
Searches a trie for matches or completions within a given Lewenstein
distance
of a string.
---
tNF
branch: externals/heap
commit 227de6110b79ffeeba07c133ee3252d3f1ff757f
Author: Toby Cubitt
Commit: tsc25
Version 0.7 of the predictive completion package.
First to include auto-overlays.
---
heap.el | 14 +++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/heap
branch: externals/heap
commit 4407826caf0a898d5f27322a9d9dc0e7de7a4c37
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
More minor whitespace and commentary changes.
---
heap.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/heap.el b/heap.el
index a962a00..4904a2e 10064
branch: externals/heap
commit 8ece2add4e8e52d8e27ea114e6ba3d9fdc8d994a
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Enable lexical binding, and fix issues it picks up.
---
heap.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/heap.el b/heap.el
index 23932a6..b59cae9 100644
--- a/heap
branch: externals/tNFA
commit b457403adb07367ea34671431163cffcaa53997f
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Trivial docstring and comment fixes.
---
tNFA.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tNFA.el b/tNFA.el
index aa5e193..62a3bdc 100644
--- a/tNF
branch: externals/heap
commit 04de075a67c4c67de000633904720e2693295fc3
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Tidy up unnecessary macros by making them into defsubst or defun.
---
heap.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/heap.el b/heap.el
in
branch: externals/heap
commit a3ddd78c9973d1777681c1aae7ccf1ed54788032
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Remove ChangeLogs from library headers.
The ChangeLog headers duplicate the information in version control commit
messages, which is more reliable (ChangeLog upda
branch: externals/heap
commit f74c766ec5c42b835c3910948d58a8597964deb8
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Converted heap data structures to defstructs.
Increased default heap size to 16, and default resize-threshold 2.
---
heap.el | 154 ---
branch: externals/tNFA
commit 9e1ca74aa368cf5ea205a1b6317dbf12785a012f
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Added changelog entries, and bumped tNFA version number.
---
tNFA.el | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tNFA.el b/tNFA.el
index 41d18
branch: externals/tNFA
commit 9a742f636b4e17c4f7cceb0c2b446c5a9f14f7e9
Author: Toby Cubitt
Commit: tsc25
Implementation of tagged non-deterministic finite state automata, for
regular expression matching
---
tNFA.el | 793
1 f
branch: externals/tNFA
commit 4771c2f51b2ade8b8235efadf806b553c8a1172a
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Redefined tNFA--NFA-state-create and tNFA--NFA-state-create-tag using defun
to work around a mysterious byte-compiler bug somehow related to the dummy
argument used in
branch: externals/tNFA
commit c5004e129d7ca72cb2ba3f069b9c80aa6eb7708d
Author: Toby Cubitt
Commit: tsc25
Updated docstrings for regexp-related functions and others.
---
tNFA.el | 39 ---
1 file changed, 32 insertions(+), 7 deletions(-)
diff --git a/tNFA.
branch: externals/tNFA
commit 892122c94889aca6d0453b2f1dbb212ff8919150
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Tidy up unnecessary macros by making them into defsubst or defun.
---
tNFA.el | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff -
branch: externals/heap
commit 75b42f4594a9383bcdf7d462666da18f79bdaa2b
Author: Toby Cubitt
Commit: tsc25
Version 0.9.1 of the predictive completion package.
---
heap.el | 66 -
1 file changed, 33 insertions(+), 33 deletions(-)
branch: externals/heap
commit 8a40ef4d6e2a84eca3cb3d809a621f34157fee73
Author: Toby Cubitt
Commit: tsc25
Version 0.12.1 of the predictive completion package.
---
heap.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heap.el b/heap.el
index 9b388f1..52b9c8c 100644
--- a
branch: externals/heap
commit ceb5dd14ac8de2f2538b47e27a85bc084d2e9584
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Trivial whitespace tidying.
---
heap.el | 86 ++---
1 file changed, 39 insertions(+), 47 deletions(-)
diff --git
branch: externals/heap
commit 7f5ab5949f8cee6ac516dea90283b7836c8aed6a
Author: Toby Cubitt
Commit: tsc25
Add heap-root function.
---
heap.el | 8
1 file changed, 8 insertions(+)
diff --git a/heap.el b/heap.el
index 2d96f06..027e45f 100644
--- a/heap.el
+++ b/heap.el
@@ -306,6 +306
branch: externals/heap
commit 55d47fd2945c296ac7e311413017d3e7eaccdc3b
Author: Toby Cubitt
Commit: tsc25
Fixed ancient but overlooked bug in heap resizing in heap-add.
---
heap.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heap.el b/heap.el
index 027e45f..4474274 10
branch: externals/heap
commit 778a848a6edd2d955103323a58800f69785d8d39
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Bump version numbers and copyright years.
---
heap.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/heap.el b/heap.el
index 72c0345..863a2be 100644
branch: externals/heap
commit 151a3142faafccc05bcc030c41a1a7e0f398e6da
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Added heap-merge function for merging heaps.
(Not very efficient for binary heaps, only O(n).)
---
heap.el | 66 --
branch: externals/heap
commit 596261cb05a2c1b47975ffe2935b40a2efac7a7a
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Implement iterator generators on collection data structures.
---
heap.el | 32 ++--
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a
branch: externals/heap
commit ed90e4d475e5e5e90e269db254877106ddf6e671
Author: Toby Cubitt
Commit: tsc25
Adding missing 'buffer setting to customization menu for
predictive-auto-add-to-dict.
---
heap.el | 65 +++--
1 file changed,
branch: externals/heap
commit 11738aa37deb4b12e2fc435eece310a8ab195ab9
Author: Toby Cubitt
Commit: tsc25
Re-filled to 72 chars/line, for mailing to gnu-emacs-sources list
---
heap.el | 117 +++-
1 file changed, 49 insertions(+), 68
branch: externals/heap
commit e2c16bec4b231e5caa990449381e4d5d63f90c5a
Author: Toby Cubitt
Commit: tsc25
Version 0.10.3 of the predictive completion package.
(Versions 0.10.1-2 were very minor, and were skipped.)
---
heap.el | 93 ++---
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.
branch: externals/heap
commit 37bc0e989b1a33aa32ef8f247f5b08506868ec1f
Author: Toby Cubitt
Commit: tsc25
Version 0.10 of the predictive completion package.
---
heap.el | 28 +++-
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/heap.el b/heap.el
index
branch: externals/heap
commit 03a876dbca2be98112d01bd32815e6187cc1e602
Author: Toby Cubitt
Commit: Toby Cubitt
Version 0.2 of the predictive completion package.
---
heap.el | 79 +++--
1 file changed, 47 insertions(+), 32 deletions
branch: externals/heap
commit 304c60408b5a74b86d82cb3ae8e3cc61a6f084ec
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Fixed bug in heap-copy.
---
heap.el | 16 ++--
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/heap.el b/heap.el
index 5d9fb7a..2e6d6bc 100644
---
branch: externals/heap
commit 9bcd8d3cc6a4ac7a96bd38a11236b0b70956f09f
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Added heap-build function for efficiently building a heap out of a vector.
---
heap.el | 52 +---
1 file changed, 41 insertion
branch: externals/heap
commit aa998aefd9dd99d65d3a22e7449deb5adc710183
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Updated copyright attribution and license (GPL2 -> GPL3).
---
heap.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/heap.el b/heap.el
index 45e5
branch: externals/heap
commit c71bf79722e535a2206d7c062dcb9248eede439b
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Implement trie-fuzzy-match and trie-fuzzy-complete functions.
Searches a trie for matches or completions within a given Lewenstein
distance
of a string.
---
hea
branch: externals/heap
commit e354b4f135eb5388aca6dbabc1af801aede51bd3
Author: Toby S. Cubitt
Commit: Toby S. Cubitt
Revert default heap size to 10.
---
heap.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/heap.el b/heap.el
index 7efebb55..45e56ee 100644
--
branch: externals/heap
commit 32e75bbe40723b004fd41ed7e51e5b4133766d3f
Author: Stefan Monnier
Commit: Stefan Monnier
* heap.el: Fix first line format
---
heap.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/heap.el b/heap.el
index c526e9a..fe86be0 100644
--- a/heap.
branch: externals/dict-tree
commit d88b86704f5dd21e3e156fa5532f9d16bc71327f
Author: Toby Cubitt
Commit: tsc25
Version 0.10.3 of the predictive completion package.
(Versions 0.10.1-2 were very minor, and were skipped.)
---
dict-tree.el | 622 +++---
branch: externals/dict-tree
commit d86829b45757e4cb8253fd12e5562e5decaedcfe
Author: Toby Cubitt
Commit: tsc25
Fixed bugs in predictive's auto-learn and which dict mode features.
---
dict-tree.el | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dict-tree.el b/di
branch: externals/dict-tree
commit ae0dc0e1f39a9dc941b58ce0c36e27c94d4e025b
Author: Toby Cubitt
Commit: tsc25
Version 0.10 of the predictive completion package.
---
dict-tree.el | 1601 ++
1 file changed, 1601 insertions(+)
diff --git
branch: externals/dict-tree
commit 7b52ebd1d891efe752fd4a1b13f3bbcaf19d2bcb
Author: Toby Cubitt
Commit: tsc25
Version 0.13.1 of the predictive completion package.
Also put various extra bits and pieces from the predictive completion tree
under version control.
---
dict-tree.el | 225 ++
branch: externals/dict-tree
commit 2bca928fd34d6a92a45e54f443871f1ea835d643
Author: Toby Cubitt
Commit: tsc25
Version 0.12 of the predictive completion package.
---
dict-tree.el | 1895 +-
1 file changed, 1211 insertions(+), 684 deleti
branch: externals/dict-tree
commit 47f8163f4dd1739da4d34b1d806701ac583aa154
Author: Toby Cubitt
Commit: tsc25
Made saving dictionaries to compiled or uncomiled forms a customization
option.
---
dict-tree.el | 28 +++-
1 file changed, 15 insertions(+), 13 deletions(-
branch: externals/dict-tree
commit 329110bdb06459f07321bc97bf392b6c968a1c46
Author: Toby Cubitt
Commit: tsc25
Fixed bug in unranked dictree-complete.
---
dict-tree.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dict-tree.el b/dict-tree.el
index 7e8728a..c8c5c0b 10064
branch: externals/dict-tree
commit 3ecd763f09a887b35a06e898c6214b06c1eec93c
Author: Toby Cubitt
Commit: tsc25
Added minor miscellaneous new features, mostly to predictive.el.
---
dict-tree.el | 22 ++
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/dict-tr
branch: externals/dict-tree
commit ac40f3cd9331eec11e640da3a09142eef19447cb
Author: Toby Cubitt
Commit: tsc25
Version 0.12.2 of the predictive completion package.
---
dict-tree.el | 306 +++
1 file changed, 159 insertions(+), 147 delet
branch: externals/dict-tree
commit 26f5dd38cae830c07ea3558f0b5d60a1bd8ef1ba
Author: Toby Cubitt
Commit: tsc25
Work around byte-compilation and goto-line bugs.
---
dict-tree.el | 46 +-
1 file changed, 37 insertions(+), 9 deletions(-)
diff --git a
branch: externals/dict-tree
commit 405d11bd78cb404204f163b92da62051ad2049ef
Author: Toby Cubitt
Commit: tsc25
Implemented the other cache and cache-update policies
---
dict-tree.el | 442 ---
1 file changed, 206 insertions(+), 236 dele
101 - 200 of 597 matches
Mail list logo