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 11started 8.7.1 13/11/18
22- fix uint status bar pixels >2**31 [Rob Erdmann]
3+ - fix crash on redhat [bgilbert]
34
45started 8.7.0 22/5/18
56- 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}
821821\ct {map3 fn l1 l2 l3} & map 3-ary function \ct {fn} over lists \ct {l1},
822822 \ct {l2} and \ct {l3} \\
823823\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} \\
825826\ct {postfix l r} & add element \ct {r} to the end of list \ct {l} \\
826827\ct {product l} & product of list l \\
827828\ct {repeat x} & make an infinite list of \ct {x}es \\
@@ -1510,7 +1511,7 @@ \subsection{Workspaces}
15101511\subsection {The \ct {Image} class }
15111512\mylabel {sec:Image}.
15121513
1513- say supports mioxed ops with real, vector and complex constants
1514+ say supports mixed ops with real, vector and complex constants
15141515
15151516\subsection {The \ct {Colour} class }
15161517\mylabel {sec:colour}
You can’t perform that action at this time.
0 commit comments