diff --git a/core/bit-vectors/summary.txt b/core/bit-vectors/summary.txt new file mode 100644 index 0000000000..76a7d0f1cc --- /dev/null +++ b/core/bit-vectors/summary.txt @@ -0,0 +1 @@ +Growable bit arrays diff --git a/core/bit-vectors/tags.txt b/core/bit-vectors/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/core/bit-vectors/tags.txt @@ -0,0 +1 @@ +collections diff --git a/core/byte-vectors/summary.txt b/core/byte-vectors/summary.txt new file mode 100644 index 0000000000..e914ebb319 --- /dev/null +++ b/core/byte-vectors/summary.txt @@ -0,0 +1 @@ +Growable byte arrays diff --git a/core/byte-vectors/tags.txt b/core/byte-vectors/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/core/byte-vectors/tags.txt @@ -0,0 +1 @@ +collections diff --git a/core/float-vectors/summary.txt b/core/float-vectors/summary.txt new file mode 100644 index 0000000000..c476f41a6e --- /dev/null +++ b/core/float-vectors/summary.txt @@ -0,0 +1 @@ +Growable float arrays diff --git a/core/float-vectors/tags.txt b/core/float-vectors/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/core/float-vectors/tags.txt @@ -0,0 +1 @@ +collections diff --git a/core/heaps/tags.txt b/core/heaps/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/core/heaps/tags.txt @@ -0,0 +1 @@ +collections diff --git a/core/sequences/sequences-docs.factor b/core/sequences/sequences-docs.factor index f5e5bfcdb3..473aa03d7a 100755 --- a/core/sequences/sequences-docs.factor +++ b/core/sequences/sequences-docs.factor @@ -233,6 +233,7 @@ $nl { $subsection "sequences-split" } { $subsection "sequences-destructive" } { $subsection "sequences-stacks" } +{ $subsection "sequences-sorting" } "For inner loops:" { $subsection "sequences-unsafe" } ; diff --git a/extra/arrays/lib/tags.txt b/extra/arrays/lib/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/extra/arrays/lib/tags.txt @@ -0,0 +1 @@ +collections diff --git a/extra/calendar/windows/tags.txt b/extra/calendar/windows/tags.txt new file mode 100644 index 0000000000..8e1a55995e --- /dev/null +++ b/extra/calendar/windows/tags.txt @@ -0,0 +1 @@ +windows diff --git a/extra/digraphs/tags.txt b/extra/digraphs/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/extra/digraphs/tags.txt @@ -0,0 +1 @@ +collections diff --git a/extra/disjoint-set/disjoint-set.factor b/extra/disjoint-set/disjoint-set.factor index 7ce0cceb2b..d71b9e1837 100644 --- a/extra/disjoint-set/disjoint-set.factor +++ b/extra/disjoint-set/disjoint-set.factor @@ -43,11 +43,7 @@ TUPLE: disjoint-set parents ranks counts ; [ rank ] curry bi@ ; inline :: branch ( a b neg zero pos -- ) - a b 2dup = [ - 2drop zero call - ] [ - < [ neg call ] [ pos call ] if - ] if ; inline + a b = zero [ a b < neg pos if ] if ; inline PRIVATE> diff --git a/extra/disjoint-set/tags.txt b/extra/disjoint-set/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/extra/disjoint-set/tags.txt @@ -0,0 +1 @@ +collections diff --git a/extra/gap-buffer/tags.txt b/extra/gap-buffer/tags.txt index 57de004d91..fd3a2d285a 100644 --- a/extra/gap-buffer/tags.txt +++ b/extra/gap-buffer/tags.txt @@ -1 +1,2 @@ +collections collections sequences diff --git a/extra/hardware-info/windows/tags.txt b/extra/hardware-info/windows/tags.txt new file mode 100644 index 0000000000..8e1a55995e --- /dev/null +++ b/extra/hardware-info/windows/tags.txt @@ -0,0 +1 @@ +windows diff --git a/extra/io/windows/tags.txt b/extra/io/windows/tags.txt new file mode 100644 index 0000000000..8e1a55995e --- /dev/null +++ b/extra/io/windows/tags.txt @@ -0,0 +1 @@ +windows diff --git a/extra/morse/tags.txt b/extra/morse/tags.txt new file mode 100644 index 0000000000..cb5fc203e1 --- /dev/null +++ b/extra/morse/tags.txt @@ -0,0 +1 @@ +demos diff --git a/extra/opengl/gl/windows/tags.txt b/extra/opengl/gl/windows/tags.txt new file mode 100644 index 0000000000..8e1a55995e --- /dev/null +++ b/extra/opengl/gl/windows/tags.txt @@ -0,0 +1 @@ +windows diff --git a/extra/random/windows/tags.txt b/extra/random/windows/tags.txt new file mode 100644 index 0000000000..8e1a55995e --- /dev/null +++ b/extra/random/windows/tags.txt @@ -0,0 +1 @@ +windows diff --git a/extra/taxes/tags.txt b/extra/taxes/tags.txt new file mode 100644 index 0000000000..cb5fc203e1 --- /dev/null +++ b/extra/taxes/tags.txt @@ -0,0 +1 @@ +demos diff --git a/extra/tools/deploy/windows/tags.txt b/extra/tools/deploy/windows/tags.txt index ef1aab0d0e..6eee6b9766 100644 --- a/extra/tools/deploy/windows/tags.txt +++ b/extra/tools/deploy/windows/tags.txt @@ -1 +1,2 @@ +windows tools diff --git a/extra/trees/avl/tags.txt b/extra/trees/avl/tags.txt new file mode 100644 index 0000000000..42d711b32b --- /dev/null +++ b/extra/trees/avl/tags.txt @@ -0,0 +1 @@ +collections diff --git a/extra/windows/tags.txt b/extra/windows/tags.txt index bb863cf9a0..5aebfa6848 100644 --- a/extra/windows/tags.txt +++ b/extra/windows/tags.txt @@ -1 +1,2 @@ +windows bindings