| Age | Commit message (Collapse) | Author |
|
be a type checker bug
|
|
a directory
This avoids problems with .DS_Store files created by the Finder on OS X.
|
|
By adding unlexer=none (or unlexer=id) in requests that output linearizations
(e.g. command=linearize, command=translate), you can leave &+ uninterpreted
instead of gluing the adjacent tokens. This means that the output is left in
a format that can be parsed in a subsequent request.
To implement this consistently, the function linearizeAndBind was replaced
with the function linearizedAndUnlex (but there are a couple of requests
that do not call this function...)
Note that this applies to the Haskell run-time requests only. The C run-time
request (c-linearize, c-translate) always applies the &+ token and the
c-parse request can parse input containing glued tokens.
|
|
speed reasons
|
|
|
|
darcs
It worked with darcs-2.8 before, now it also works with darcs-2.10.
|
|
|
|
|
|
lightning
|
|
shown with Chinese characters
|
|
|
|
|
|
|
|
This means more compact JIT compiled code and uniformity with the code for def rules
|
|
|
|
|
|
|
|
|
|
version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to 3.7-darcs
|
|
number in gf.cabal
|
|
|
|
|
|
|
|
Becacuse of the new special tokens added to the Symbol type, .gfo and .pgf
files produced with the current version of GF can not always be used with
older versions of GF and the PGF run-time system.
The PGF version number was increased from (2,0) to (2,1). GF can still
read version (2,0) and (1,0), so old PGF files continue to work.
The GFO version was increased from "GF03" to "GF04".
|
|
|
|
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work
with newer versions of cabal.
|
|
|
|
|
|
|
|
entry. Now this is fixed by treating those as syntactic rules
|
|
notes for the next release
You can use 'darcs changes --from-tag=RELEASE-3.6' to get a list of changes
since the previous release and extract noteworthy changes from there.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but much faster
|
|
|
|
the app!
|
|
Also fixed a problem with showing inflections for words containing underscores
(e.g. race_2_N).
|
|
minibar_support.js
|