summaryrefslogtreecommitdiff
path: root/src/GF/Compile/Coding.hs
AgeCommit message (Expand)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir
2009-08-27if there is oper patt = #(...) then it also should be decoded to Unicodekrasimir
2009-08-18fix the unicode encoding problem with the cc commandkrasimir
2009-02-23fix the handling of flag codingkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during mo...krasimir
2009-01-19refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removedkrasimir
2008-11-26My profiling showed that the BinTree operations were responsible for about 60...bjorn
2008-10-15Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...bjorn
2008-09-15A somewhat better solution to the words/UTF-8 problem: do encoding last, but ...bjorn
2008-06-27the shell now supports cp1251 coding with se command. works with the word com...krasimir
2008-06-26oops, forgot add Codingaarne