Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Respect thread local fluid defaults... | Rob Browning | 2020-01-12 | 2 | -16/+21 |
* | Fix peval bug that ignored excess args... | Andy Wingo | 2020-01-12 | 2 | -4/+21 |
* | web: Update comment regarding the 'tls-wrap' port wrapper.... | Ludovic Courtès | 2020-01-03 | 1 | -7/+10 |
* | Fix non-deterministic crash in 'finalization_thread_proc'.... | Ludovic Courtès | 2019-12-09 | 1 | -13/+18 |
* | ports: 'scm_port_poll' honors "w" flags.... | Ludovic Courtès | 2019-11-18 | 1 | -1/+1 |
* | build: Do not record LDFLAGS in .pc file.... | Ludovic Courtès | 2019-07-07 | 1 | -1/+1 |
* | Bump version for Guile 2.2.6.... | Ludovic Courtès | 2019-06-30 | 1 | -2/+2 |
* | Update NEWS.... | Ludovic Courtès | 2019-06-30 | 1 | -0/+24 |
* | REPL server: Avoid deprecated '_IOFBF'.... | Ludovic Courtès | 2019-06-30 | 1 | -1/+1 |
* | 'strftime' and 'strptime' honor the locale encoding.... | Ludovic Courtès | 2019-06-30 | 2 | -16/+43 |
* | doc: Document optional parameter of 'stat'.... | Ludovic Courtès | 2019-06-30 | 1 | -2/+8 |
* | tests: Add (web server) test.... | Ludovic Courtès | 2019-06-30 | 2 | -0/+119 |