]> gitweb.factorcode.org Git - factor.git/commitdiff
Documentation updates
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 13 Apr 2008 14:34:27 +0000 (09:34 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 13 Apr 2008 14:34:27 +0000 (09:34 -0500)
23 files changed:
core/bit-vectors/summary.txt [new file with mode: 0644]
core/bit-vectors/tags.txt [new file with mode: 0644]
core/byte-vectors/summary.txt [new file with mode: 0644]
core/byte-vectors/tags.txt [new file with mode: 0644]
core/float-vectors/summary.txt [new file with mode: 0644]
core/float-vectors/tags.txt [new file with mode: 0644]
core/heaps/tags.txt [new file with mode: 0644]
core/sequences/sequences-docs.factor
extra/arrays/lib/tags.txt [new file with mode: 0644]
extra/calendar/windows/tags.txt [new file with mode: 0644]
extra/digraphs/tags.txt [new file with mode: 0644]
extra/disjoint-set/disjoint-set.factor
extra/disjoint-set/tags.txt [new file with mode: 0644]
extra/gap-buffer/tags.txt
extra/hardware-info/windows/tags.txt [new file with mode: 0644]
extra/io/windows/tags.txt [new file with mode: 0644]
extra/morse/tags.txt [new file with mode: 0644]
extra/opengl/gl/windows/tags.txt [new file with mode: 0644]
extra/random/windows/tags.txt [new file with mode: 0644]
extra/taxes/tags.txt [new file with mode: 0644]
extra/tools/deploy/windows/tags.txt
extra/trees/avl/tags.txt [new file with mode: 0644]
extra/windows/tags.txt

diff --git a/core/bit-vectors/summary.txt b/core/bit-vectors/summary.txt
new file mode 100644 (file)
index 0000000..76a7d0f
--- /dev/null
@@ -0,0 +1 @@
+Growable bit arrays
diff --git a/core/bit-vectors/tags.txt b/core/bit-vectors/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
diff --git a/core/byte-vectors/summary.txt b/core/byte-vectors/summary.txt
new file mode 100644 (file)
index 0000000..e914ebb
--- /dev/null
@@ -0,0 +1 @@
+Growable byte arrays
diff --git a/core/byte-vectors/tags.txt b/core/byte-vectors/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
diff --git a/core/float-vectors/summary.txt b/core/float-vectors/summary.txt
new file mode 100644 (file)
index 0000000..c476f41
--- /dev/null
@@ -0,0 +1 @@
+Growable float arrays
diff --git a/core/float-vectors/tags.txt b/core/float-vectors/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
diff --git a/core/heaps/tags.txt b/core/heaps/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
index f5e5bfcdb3eaf346dd24a203f4f12dac673b5963..473aa03d7a2db7cfd08b23b58ff099c2a9df841e 100755 (executable)
@@ -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 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
diff --git a/extra/calendar/windows/tags.txt b/extra/calendar/windows/tags.txt
new file mode 100644 (file)
index 0000000..8e1a559
--- /dev/null
@@ -0,0 +1 @@
+windows
diff --git a/extra/digraphs/tags.txt b/extra/digraphs/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
index 7ce0cceb2b150be22dc361d78c2a4a79cb2824c9..d71b9e183736dd994ee7865a2824a7b4279df967 100644 (file)
@@ -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 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
index 57de004d919144e5f59c89b14fbc2e246d732ec2..fd3a2d285ada1995d8d0a244ffb5254cceafc7b6 100644 (file)
@@ -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 (file)
index 0000000..8e1a559
--- /dev/null
@@ -0,0 +1 @@
+windows
diff --git a/extra/io/windows/tags.txt b/extra/io/windows/tags.txt
new file mode 100644 (file)
index 0000000..8e1a559
--- /dev/null
@@ -0,0 +1 @@
+windows
diff --git a/extra/morse/tags.txt b/extra/morse/tags.txt
new file mode 100644 (file)
index 0000000..cb5fc20
--- /dev/null
@@ -0,0 +1 @@
+demos
diff --git a/extra/opengl/gl/windows/tags.txt b/extra/opengl/gl/windows/tags.txt
new file mode 100644 (file)
index 0000000..8e1a559
--- /dev/null
@@ -0,0 +1 @@
+windows
diff --git a/extra/random/windows/tags.txt b/extra/random/windows/tags.txt
new file mode 100644 (file)
index 0000000..8e1a559
--- /dev/null
@@ -0,0 +1 @@
+windows
diff --git a/extra/taxes/tags.txt b/extra/taxes/tags.txt
new file mode 100644 (file)
index 0000000..cb5fc20
--- /dev/null
@@ -0,0 +1 @@
+demos
index ef1aab0d0e80e39c69ee151fac63f9fc11f1f70d..6eee6b97667765ea71321b89a9e71390a45ad973 100644 (file)
@@ -1 +1,2 @@
+windows
 tools
diff --git a/extra/trees/avl/tags.txt b/extra/trees/avl/tags.txt
new file mode 100644 (file)
index 0000000..42d711b
--- /dev/null
@@ -0,0 +1 @@
+collections
index bb863cf9a0b54c7c5bfff3a2b9c46f577012fa25..5aebfa6848a97be5cafbd7214dd00eb67b3dcd3c 100644 (file)
@@ -1 +1,2 @@
+windows
 bindings