File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
started 8.7.1 13/11/18
2
2
- fix uint status bar pixels >2**31 [Rob Erdmann]
3
+ - fix crash on redhat [bgilbert]
3
4
4
5
started 8.7.0 22/5/18
5
6
- added vips7compat.h include for libvips 8.7
Original file line number Diff line number Diff line change @@ -821,7 +821,8 @@ \section{Lists and recursion}
821
821
\ct {map3 fn l1 l2 l3} & map 3-ary function \ct {fn} over lists \ct {l1},
822
822
\ct {l2} and \ct {l3} \\
823
823
\ct {member l x} & true if \ct {x} is a member of list \ct {l} \\
824
- \ct {mkset l} & remove duplicates from list \ct {l} \\
824
+ \ct {mkset eq l} & remove duplicates from list \ct {l} with equality
825
+ function \ct {eq} \\
825
826
\ct {postfix l r} & add element \ct {r} to the end of list \ct {l} \\
826
827
\ct {product l} & product of list l \\
827
828
\ct {repeat x} & make an infinite list of \ct {x}es \\
@@ -1510,7 +1511,7 @@ \subsection{Workspaces}
1510
1511
\subsection {The \ct {Image} class }
1511
1512
\mylabel {sec:Image}.
1512
1513
1513
- say supports mioxed ops with real, vector and complex constants
1514
+ say supports mixed ops with real, vector and complex constants
1514
1515
1515
1516
\subsection {The \ct {Colour} class }
1516
1517
\mylabel {sec:colour}
You can’t perform that action at this time.
0 commit comments