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
Age
Commit message (
Expand
)
Author
2014-10-22
add Unicode classification routines to libgu. ported from the base package in...
kr.angelov
2014-10-22
an explicit PUSH_FRAME instruction
kr.angelov
2014-10-22
make the fields of BracketedString in the Python binding read/write
kr.angelov
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
use of 'head' in TypeCheck/RConcrete created an uncomprehensible error messag...
aarne
2014-10-20
Some small documentation improvements
hallgren
2014-10-20
type IOE a = IO a
hallgren
2014-10-20
Remove some dead code
hallgren
2014-10-20
get rid of gu/str.(c|h)
kr.angelov
2014-10-19
(un)lexmixed: added the other math environments than $ used in latex
aarne
2014-10-17
ps -lines preserves line-by-line structure when preprocessing files for parsi...
aarne
2014-10-17
one general case in dealing with backslash in latex lexing is enough
aarne
2014-10-17
the C runtime now supports reading and writing expressions with indexed meta ...
kr.angelov
2014-10-17
unlexing latex code: no space between closing $ and punctuation
aarne
2014-10-17
lexer for latex code: don't separate backslash from the macro name that it marks
aarne
2014-10-16
Some work on the haddock documentation
hallgren
2014-10-16
Rename src/programs/gf.hs to gf-main.hs to avoid confusing GHC
hallgren
2014-10-16
Turn the GF compiler into a library. Main program is now in src/programs/gf.hs
hallgren
2014-10-16
More haddock documentation improvements
hallgren
2014-10-16
bugfix in the parser for abstract expressions in the C runtime
kr.angelov
2014-10-16
finally proper stack unwind in the evaluator
kr.angelov
2014-10-15
Rename modules GFI, GFC & GFServer...
hallgren
2014-10-15
Fixes for the haddock documentation
hallgren
2014-10-14
the compiler now allows + to be used as a floating point addition in the abst...
kr.angelov
2014-10-14
yet another bugfix in the byte code
kr.angelov
2014-10-14
another bugfix in the byte code generation
kr.angelov
2014-10-14
bugfix in the bytecode generator
kr.angelov
2014-10-14
simplify jit_bare_ret
kr.angelov
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-10-09
fix two warnings in mem.c
kr.angelov
2014-10-09
fix in gu_mmap_pool for Android
kr.angelov
2014-10-09
fix for lightning for ARM
kr.angelov
2014-10-09
remove the pgf-service util which is obsolete anyway
kr.angelov
2014-10-09
replace the hash maps in the abstract syntax with binary search tables
kr.angelov
2014-10-09
add the const modifier to the key in the two procedures for binary search in ...
kr.angelov
2014-10-08
use MAP_FIXED in gu_mmap_pool
kr.angelov
2014-10-08
an experimental memory mapped pool. still not in use
kr.angelov
2014-10-08
GF.Infra.Options: change from String to Int in the type of optJobs
hallgren
2014-10-08
now we statically allocate closures for all top-level functions and all nulla...
kr.angelov
2014-10-07
a missing case in instruction SET
kr.angelov
2014-10-07
bugfix in the byte code compiler
kr.angelov
2014-10-07
added a missing case for PUSH instruction with a global closure
kr.angelov
2014-10-07
the indirection should be done in the evaluate_expr_thunk gate instead of in ...
kr.angelov
2014-10-06
using instruction RET was wrong; now use EVAL
kr.angelov
2014-10-06
fix the order in which arguments are stored in the mk_const gate
kr.angelov
2014-10-06
push a stack frame around recursive calls to guarantee that a nested call to ...
kr.angelov
2014-10-06
partial implementation for the FAIL instruction
kr.angelov
2014-09-30
bugfix in pgf_evaluate_expr_thunk
kr.angelov
[next]