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
/
compiler
/
GF
/
Interactive.hs
Age
Commit message (
Expand
)
Author
2015-10-28
Fix bug in gf -server mode with /gfshell requests not updating the state of t...
hallgren
2015-08-18
GF shell: restore the eh command to working order and document it
hallgren
2015-08-17
GF shell: add the start options to GFEnv, turn "reload" into an ordinary command
hallgren
2015-08-13
GF Shell: "ph | wf -file=foo.gfs" now works as advertised
hallgren
2015-08-13
GF Shell: refactoring for improved modularity and reusability:
hallgren
2015-08-12
GF Shell: turn set_encoding into a common command
hallgren
2015-08-12
GF shell: source commands (cc, sd, so, ss & dg) can now be used in pipes
hallgren
2015-08-12
Move welcome message from GF.Interactive & GF.Interactive2 to GF.Command.Mess...
hallgren
2015-08-11
GF shell: make environment types abstract, comment out some dead code
hallgren
2015-08-10
Refactor GF shell modules to improve modularity and reusability
hallgren
2015-02-27
GF shell: fixed problems with previous change of the -retain flag
hallgren
2015-02-27
GF shell: create a PGF also when the -retain flag is used
hallgren
2015-02-20
added option -plus-as-bind which treats (+) as a bind when used with runtime ...
krasimir
2015-02-20
PGF Service: limit the number of parallel calls to the C run-time parse funct...
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-21
Renaming SourceGrammar to Grammar and similarly for some related types
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-16
Some work on the haddock documentation
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-10-15
Rename modules GFI, GFC & GFServer...
hallgren