Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly substitute directory names in 'python' executable....HEADmaster | Ludovic Courtès | 2019-06-25 | 3 | -2/+12 |
* | module: Don't use "unless".... | Ricardo Wurmus | 2019-06-18 | 1 | -2/+2 |
* | Install 'python' executable.... | Ludovic Courtès | 2019-06-13 | 2 | -0/+9 |
* | module: Use "zero?" and "unless".... | Ricardo Wurmus | 2019-06-05 | 1 | -6/+6 |
* | tests: Add completion test.... | Ricardo Wurmus | 2019-06-04 | 4 | -6/+247 |
* | persist: Fix indentation throughout.... | Ricardo Wurmus | 2019-06-04 | 1 | -53/+53 |
* | list: Remove scm-list.... | Ricardo Wurmus | 2019-06-04 | 1 | -2/+0 |
* | list: py-all, p-any: Use "when" and "unless".... | Ricardo Wurmus | 2019-06-04 | 1 | -4/+2 |
* | eval: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -14/+8 |
* | eval: local-compile: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -11/+11 |
* | eval: local-eval: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -6/+6 |
* | compile: gw-persson: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -4/+3 |
* | compile: Simplify expressions.... | Ricardo Wurmus | 2019-06-04 | 1 | -14/+14 |
* | parser: Remove unused module.... | Ricardo Wurmus | 2019-06-04 | 1 | -849/+0 |
* | compile: Remove unused macros.... | Ricardo Wurmus | 2019-06-04 | 1 | -19/+0 |
* | compile: Use const for clarity.... | Ricardo Wurmus | 2019-06-04 | 1 | -5/+4 |
* | compile: get-addings: Implement without aif.... | Ricardo Wurmus | 2019-06-04 | 1 | -14/+14 |
* | compile: get-doc: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -3/+1 |
* | compile: fast-ref: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -3/+1 |
* | compile: get-exported-symbols: Simplify.... | Ricardo Wurmus | 2019-06-04 | 1 | -11/+10 |
* | spec: Log to python-log.txt.... | Ricardo Wurmus | 2019-06-04 | 1 | -1/+1 |
* | spec: Rename dolog and pr.... | Ricardo Wurmus | 2019-06-04 | 1 | -5/+5 |
* | spec: Rename procedures.... | Ricardo Wurmus | 2019-06-04 | 1 | -9/+18 |
* | spec: Add ignore-errors helper.... | Ricardo Wurmus | 2019-06-04 | 1 | -13/+13 |
* | modules: spec: Simplify.... | Ricardo Wurmus | 2019-06-03 | 1 | -7/+5 |
* | modules: completer: Simplify.... | Ricardo Wurmus | 2019-06-03 | 2 | -39/+39 |
* | modules: Use string-null? instead of (equal? "" ...).... | Ricardo Wurmus | 2019-06-03 | 5 | -5/+7 |
* | Add simple Python executable.... | Ricardo Wurmus | 2019-06-01 | 3 | -1/+31 |
* | Add .gitignore.... | Ricardo Wurmus | 2019-06-01 | 1 | -0/+12 |
* | ccash musings | Stefan Israelsson Tampe | 2019-03-14 | 1 | -1/+1 |
* | final touch | Stefan Israelsson Tampe | 2019-03-13 | 2 | -3/+3 |
* | remove define in expression context | Stefan Israelsson Tampe | 2019-03-13 | 1 | -4/+5 |
* | remove warnings, reordering | Stefan Israelsson Tampe | 2019-03-13 | 11 | -29/+38 |
* | sielence warnings | Stefan Israelsson Tampe | 2019-03-13 | 2 | -4/+4 |
* | reordering ... | Stefan Israelsson Tampe | 2019-03-13 | 1 | -1/+1 |
* | reordering compilation order | Stefan Israelsson Tampe | 2019-03-13 | 1 | -4/+4 |
* | Makefile issues | Stefan Israelsson Tampe | 2019-03-13 | 3 | -23/+23 |
* | remove warnings, fix wrong compilation order | Stefan Israelsson Tampe | 2019-03-13 | 3 | -10/+12 |
* | Merge branch 'master' of https://gitlab.com/python-on-guile/python-on-guile | Stefan Israelsson Tampe | 2019-03-13 | 121 | -11453/+325 |
|\ | |||||
| * | remove old stuff | Stefan Israelsson Tampe | 2019-03-12 | 4 | -443/+0 |
| * | avoid circular dependency | Stefan Israelsson Tampe | 2019-03-12 | 2 | -4/+17 |
| * | cleanup | Stefan Israelsson Tampe | 2019-03-12 | 35 | -10783/+0 |
| * | cleanup of repo files and not clober the compile path | Stefan Israelsson Tampe | 2019-03-12 | 66 | -2/+1 |
| * | wrong guile load dir directory in compilation | Stefan Israelsson Tampe | 2019-03-12 | 1 | -2/+2 |
| * | guilemod | Stefan Israelsson Tampe | 2019-01-08 | 1 | -1/+1 |
| * | make can now compilepy files, added more source files to the make compile | Stefan Israelsson Tampe | 2018-12-18 | 2 | -4/+78 |
| * | use guile-persist instead of guile-log | Stefan Israelsson Tampe | 2018-12-17 | 5 | -10/+10 |
| * | another try of guile-mod | Stefan Israelsson Tampe | 2018-12-13 | 1 | -16/+40 |
| * | fix bug in guile-mod | Stefan Israelsson Tampe | 2018-12-13 | 1 | -35/+16 |
| * | fix misscompilation of while loops | Stefan Israelsson Tampe | 2018-12-11 | 3 | -123/+165 |