index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GF
/
Compile
/
Coding.hs
Age
Commit message (
Collapse
)
Author
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter ↵
krasimir
from deprecated
2009-08-27
if there is oper patt = #(...) then it also should be decoded to Unicode
krasimir
2009-08-18
fix the unicode encoding problem with the cc command
krasimir
2009-02-23
fix the handling of flag coding
krasimir
2009-02-23
Perhaps -> Maybe refactoring and better error message for conflicts during ↵
krasimir
module update
2009-01-19
refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removed
krasimir
2008-11-26
My profiling showed that the BinTree operations were responsible for about ↵
bjorn
60% of the CPU time when reading a large .gfo file. Replacing BinTree by Data.Map reduced this to about 6%, which meant about 50% reduction in total CPU time.
2008-10-15
Added OPTIONS class to make options handling somewhat nicer. Next, I will ↵
bjorn
merge Flags and ModuleFlags.
2008-09-15
A somewhat better solution to the words/UTF-8 problem: do encoding last, but ↵
bjorn
only on what appears to be string literals.
2008-06-27
the shell now supports cp1251 coding with se command. works with the word ↵
krasimir
completion as well
2008-06-26
oops, forgot add Coding
aarne