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
2025-08-02
explicitly import join, when, (<=<) from Control.Monad
Inari Listenmaa
2022-10-04
Only include transformers-compat for ghc < 8
Andreas Källberg
2022-10-04
Restore build with ghc-7.10.3
Andreas Källberg
2022-08-24
workaround for the Nix madness
Krasimir Angelov
2021-07-07
Replace tabs for whitespace in source code
John J. Camilleri
2021-07-06
Add import from command line invocation to command history
John J. Camilleri
2020-09-18
Fix bug where shell commands were ignored, introduced by #71
John J. Camilleri
2020-09-09
Import orphan instances of MonadFail for ghc<8
Andreas Källberg
2019-09-20
more dead code
krangelov
2019-09-20
removed more dead code
krangelov
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