| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-08 | remove accidental file | Arianna Masciolini | |
| 2025-08-08 | more specific instructions for different macs | Arianna Masciolini | |
| 2025-08-08 | Merge pull request #192 from GrammaticalFramework/build-timestamp | Inari Listenmaa | |
| Add build timestamps to GF prompt | |||
| 2025-08-08 | Delete src/runtime/python/pgf.egg-info directory | Inari Listenmaa | |
| remove files that were committed by accident | |||
| 2025-08-08 | Merge pull request #190 from GrammaticalFramework/pgf-1.1 | Inari Listenmaa | |
| Publish PGF 1.1 | |||
| 2025-08-08 | fix typo | Arianna Masciolini | |
| 2025-08-08 | Fix warnings for ghc-9.6 about multiplicity syntax | Andreas Källberg | |
| 2025-08-08 | also add the 9.6 compatibility fixes to PGF2 | Inari Listenmaa | |
| 2025-08-08 | Update release scripts for 3.12 | Inari Listenmaa | |
| 2025-08-08 | hide ambiguous function | Herbert Lange | |
| 2025-08-08 | change date/time formating | Herbert Lange | |
| 2025-08-08 | updating formating for git info | Herbert Lange | |
| 2025-08-08 | add build time and git info to BuildInfo | Herbert Lange | |
| 2025-08-03 | use setuptools (so it works for 3.12+) + bump version to 1.1 | Inari Listenmaa | |
| 2025-08-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Arianna Masciolini | |
| 2025-08-02 | fix compatibility with newer gcc versions | Arianna Masciolini | |
| 2025-08-02 | define default depths for shell and server only once | Inari Listenmaa | |
| 2025-08-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core ↵ | Arianna Masciolini | |
| into hleiss/master | |||
| 2025-08-02 | misc small fixes: | Inari Listenmaa | |
| - update actions/cache to v4 - update haskell/actions/setup to haskell-actions/setup - stack doesn't support ghc < 8.4, remove from CI - don't fail immediately - add -fpermissive flag to gcc - only build 9.6.6 with macos and windows latest - bump base upper bound | |||
| 2025-08-02 | choose openFd based on version of unix | Inari Listenmaa | |
| 2025-08-02 | explicitly import join, when, (<=<) from Control.Monad | Inari Listenmaa | |
| 2025-08-02 | use openFd from unix >= 2.8 | Inari Listenmaa | |
| 2025-08-02 | define return in terms of pure, >> as *>, mappend as <> | Inari Listenmaa | |
| In preparation for deprecation, see https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid and https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | |||
| 2025-08-02 | add whitespace on list comprehensions, applications etc. | Inari Listenmaa | |
| text editor interprets these things as errors (e.g. unterminated qq for list comprehension) and underlines red, even though there is no real error. | |||
| 2025-02-19 | Reactivate the gf-shell command 'pt -transfer' | Hans Leiss | |
| 2025-02-18 | Bug fix for gf-shell command 'pt -compute' in Expr.hs by | Hans Leiss | |
| tryMatch p (VConst _ _) env = match sig f eqs as0 | |||
| 2025-01-07 | random generation of literals now has ten different values for each built in ↵ | aarneranta | |
| type; maybe a better solution for most cases than just one value | |||
| 2024-11-26 | Update robots.txt | Krasimir Angelov | |
| 2024-03-15 | Apply gt to all arguments when piped | Inari Listenmaa | |
| 2024-03-01 | showExpr and linearize now refresh the printed variables if needed | aarneranta | |
| 2023-12-14 | visualize_dependencies (vd) now creates latex in landscape mode to show long ↵ | Aarne Ranta | |
| trees better | |||
| 2023-11-15 | support ghc9.4 | o1lo01ol1o | |
| 2023-09-25 | Indent each line of an error message | Andreas Källberg | |
| By indenting each line instead of just the first, we simplify the work of the gf-lsp parser, so we can see which errors are the same | |||
| 2023-09-13 | Merge pull request #160 from anka-213/prettier-syntax-errors | Inari Listenmaa | |
| Improve syntax error messages | |||
| 2023-09-11 | Improve syntax error messages | Andreas Källberg | |
| Now you will get error messages like these: example.gf:1:21: Syntax error: Unexpected token '}'. Expected one of: - '{' - 'open' - an identifier | |||
| 2023-09-07 | Update jit.c | Krasimir Angelov | |
| 2023-08-11 | the jitter should still read the absfuns even for EMSCRIPTEN and aarch64 | Krasimir Angelov | |
| 2023-08-09 | One more place with __aarch64__ | Krasimir Angelov | |
| 2023-08-09 | Try with __aarch64__ | Krasimir Angelov | |
| 2023-08-08 | lightning.h not included on aarch64 | Krasimir Angelov | |
| 2023-08-04 | Disable the jit on aarch64 | Krasimir Angelov | |
| 2023-08-04 | Create funcs.h | Krasimir Angelov | |
| 2023-08-04 | Create Create aarch64/fp.h | Krasimir Angelov | |
| 2023-08-04 | Create aarch64/core.h | Krasimir Angelov | |
| 2023-08-04 | Create aarch64/asm.h | Krasimir Angelov | |
| 2023-08-04 | added aarch64 configure.ac | Krasimir Angelov | |
| 2023-03-01 | export BindType(..) | Krasimir Angelov | |
| 2023-02-05 | Update INSTALL | Krasimir Angelov | |
| 2022-10-10 | Merge pull request #149 from anka-213/ghc-9.2 | Inari Listenmaa | |
| Add support for ghc-9.2.4 | |||
| 2022-10-04 | Extract the previous optimization to its own function | Andreas Källberg | |
