| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-07 | Some changed/new utility functions | hallgren | |
| GF.Data.Utilities: Rename mapFst to apFst, mapSnd to apSnd. Add apBoth, mapFst, mapSnd, mapBoth. GF.Data.Operations: Remove onSnd (same as apSnd) | |||
| 2012-08-29 | Added an O(n log n) version of nub | peter.ljunglof | |
| The new nub is called nub', and it replaces the old sortNub which was not lazy and did not retain the order between the elements. | |||
| 2012-06-26 | Report many type errors instead of stopping after the first one | hallgren | |
| In GF.Compile.CheckGrammar, use a new topological sorting function that groups independent judgements, allowing them all to be checked before continuing or reporting errors. | |||
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2010-12-08 | some more functions in GF.Data.TrieMap | krasimir | |
| 2010-07-15 | fix the algorithm for items cutting in the partial parser | krasimir | |
| 2010-07-01 | redesign the open-literals API | krasimir | |
| 2010-04-24 | convert GF.Data.SortedList to UTF8 | krasimir | |
| 2010-04-19 | use the native unicode support from GHC 6.12 | krasimir | |
| 2009-12-14 | remove some more dead code | krasimir | |
| 2009-12-13 | reorganize the directories under src, and rescue the JavaScript interpreter ↵ | krasimir | |
| from deprecated | |||
