summaryrefslogtreecommitdiff
path: root/src/GF/Devel/UseIO.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2008-04-29let the putPointE print the time in mseckrasimir
2008-04-29remove the obsolete putCPU, putPoint and putPoint' functionskrasimir
2008-04-25use cannonicalizePath in getFilePathMsg. This returns an absolute path and ↵krasimir
removes the .. indirection
2008-04-22fix the System.FilePath import for Posixkrasimir
2008-04-22move gfLibraryPath and gfGrammarPath to UseIO. Now they are accessible and ↵krasimir
there is only one place to change if you want to use different envVar
2008-04-22use the standard System.FilePath module instead of our own broken file path ↵krasimir
manipulation functions
2008-04-17ByteString.readFile should be used instead of readFileStrict. This fixes the ↵krasimir
problem with the open files
2008-02-21For Windows get the default GF_LIB_PATH from the executable pathkrasimir
2007-12-16restored Int size and last ; added lib/prelude to be the last in any grammar ↵aarne
path
2007-11-06prompt and CPU time in experimental shellaarne
2007-09-20compiler "gfc" in GF/Develaarne