aboutsummaryrefslogtreecommitdiff
path: root/common/func.h
AgeCommit message (Collapse)Author
2006-04-16Fixed broken svn:keywords valuesMax Horn
svn-id: r21939
2006-04-04Re-fix sort by renaming min to minElem (avoid conflicts with certain system ↵Max Horn
headers that #define min) svn-id: r21618
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ↵Max Horn
which implements comparable iterators (like Array, List, or plain C arrays) svn-id: r21617
2006-04-04We don't need wchar_t -> removing this to improve portabilityMax Horn
svn-id: r21595
2006-03-31Added some functor objects (for comparision and hash computations), similar ↵Max Horn
to those present in the STL svn-id: r21510