Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elisp: boot: Replace removed FRAME-PROCEDURE with FRAME-PROCEDURE-NAME....wip-elisp | Ricardo Wurmus | 2020-05-19 | 1 | -8/+2 |
* | loader: Handle interned constants as well as plain bytevectors.... | Ricardo Wurmus | 2020-05-17 | 1 | -6/+15 |
* | temporarily disable elisp exception tests... | Robin Templeton | 2020-04-04 | 1 | -3/+3 |
* | ignore 'expect-fail' forms in elisp tests... | Robin Templeton | 2020-04-04 | 1 | -1/+3 |
* | update cross-compilation test... | Robin Templeton | 2020-04-04 | 1 | -2/+2 |
* | use standard evaluator... | Robin Templeton | 2020-04-04 | 2 | -3/+1 |
* | guile-backtrace function... | Robin Templeton | 2020-04-04 | 1 | -2/+5 |
* | use guile eval for elisp tree-il... | Robin Templeton | 2020-04-04 | 3 | -9/+6 |
* | deprecated eval-when situations... | Robin Templeton | 2020-04-04 | 1 | -3/+6 |
* | execute top level require forms... | Robin Templeton | 2020-04-04 | 1 | -0/+4 |
* | top level fixes... | Robin Templeton | 2020-04-04 | 1 | -2/+2 |
* | only evaluate top-level macro definitions... | Robin Templeton | 2020-04-04 | 1 | -3/+4 |
* | degenerate let forms... | Robin Templeton | 2020-04-04 | 1 | -6/+8 |
* | eval-when... | Robin Templeton | 2020-04-04 | 1 | -4/+41 |
* | fset macro... | Robin Templeton | 2020-04-04 | 1 | -0/+12 |
* | use defsubst... | Robin Templeton | 2020-04-04 | 1 | -5/+13 |
* | defsubst... | Robin Templeton | 2020-04-04 | 1 | -0/+13 |
* | compiler macros... | Robin Templeton | 2020-04-04 | 2 | -0/+24 |
* | defconst, defvar: proclaim special at compile-time... | Robin Templeton | 2020-04-04 | 1 | -0/+3 |
* | elisp @@ macro... | Robin Templeton | 2020-04-04 | 1 | -0/+3 |
* | compile-elisp fn... | Robin Templeton | 2020-04-04 | 1 | -0/+5 |
* | fix symbol-function... | Robin Templeton | 2020-04-04 | 1 | -4/+4 |
* | restore special operator handling... | Robin Templeton | 2020-04-04 | 3 | -44/+7 |
* | define-module for elisp special modules... | Robin Templeton | 2020-04-04 | 1 | -3/+3 |
* | constant-interning fix... | Robin Templeton | 2020-04-04 | 1 | -1/+2 |
* | defvar affects default value... | Robin Templeton | 2020-04-04 | 1 | -2/+5 |
* | symbol default value procedures... | Robin Templeton | 2020-04-04 | 1 | -1/+13 |
* | read nil/t as #nil/#t... | Robin Templeton | 2020-04-04 | 1 | -12/+18 |
* | elisp updates... | Robin Templeton | 2020-04-04 | 6 | -263/+583 |
* | guile-snarf fix... | Robin Templeton | 2020-04-04 | 1 | -1/+2 |
* | prefer compilers earlier in list... | Robin Templeton | 2020-04-04 | 1 | -2/+2 |
* | allow arbitrary constants in cps... | Robin Templeton | 2020-04-04 | 1 | -2/+1 |
* | guile-private-ref... | BT Templeton | 2020-04-04 | 2 | -0/+8 |
* | multiple obarrays... | BT Templeton | 2020-04-04 | 2 | -16/+87 |
* | check symbols constants uninterned... | Robin Templeton | 2020-04-04 | 1 | -1/+1 |
* | intern arbitrary constants... | Robin Templeton | 2020-04-04 | 5 | -16/+64 |
* | Remove CFLAGS from snarfcppopts.... | Robin Templeton | 2020-04-04 | 1 | -1/+1 |
* | Fix fixpoint computation in compute-significant-bits... | Andy Wingo | 2020-03-23 | 1 | -2/+23 |
* | Revert "Fix build on platforms where the stack grows upwards."... | Andy Wingo | 2020-03-13 | 1 | -1/+1 |
* | Bump version for Guile 2.2.7.... | Ludovic Courtès | 2020-03-07 | 1 | -2/+2 |
* | Update NEWS.... | Ludovic Courtès | 2020-03-07 | 1 | -1/+56 |
* | Bump user-visible copyright years to 2020... | Andy Wingo | 2020-03-07 | 2 | -4/+4 |
* | Actually run '00-repl-server.test'.... | Ludovic Courtès | 2020-03-07 | 1 | -1/+2 |
* | Fix build on platforms where the stack grows upwards.... | John Paul Adrian Glaubitz | 2020-02-12 | 1 | -1/+1 |
* | Handle GMP allocations through libgc and remove bignum finalizers.... | Ludovic Courtès | 2020-02-12 | 1 | -7/+12 |
* | Remove duplicate procedure in slot-allocation.scm.... | Ludovic Courtès | 2020-02-12 | 1 | -15/+12 |
* | texinfo: Properly render @acronym in plain text.... | Ludovic Courtès | 2020-02-12 | 2 | -2/+31 |
* | texinfo: Add '*line-width*' fluid to control line wrapping.... | Ludovic Courtès | 2020-02-12 | 4 | -5/+49 |
* | Fix check for rl_get_keymap... | Daniel Llorens | 2020-02-12 | 2 | -7/+9 |
* | 00-repl-server.test: don't use fixed path for socket... | Rob Browning | 2020-01-22 | 1 | -4/+17 |