summaryrefslogtreecommitdiff
path: root/geiser/modules.scm
AgeCommit message (Collapse)Author
2020-07-20geiser -> srcjao
2018-01-30guile 2.2: program-arities and program-module reloadedJose Antonio Ortega Ruiz
Those two procedures are gone in these 2.2 times, and things like autodoc and xref were broken as a result. With Andy's help, apparently good enough approximations of their functionality are now in place: let's see how they go.
2011-08-24Guile: deprecated format usage eliminatedJose Antonio Ortega Ruiz
Actually, i'm not even sure the calls to format i was using were correct at all!
2010-11-21Better module helpJose Antonio Ortega Ruiz
We now display procedure signatures in module help, and keep a cache in Guile, using procedure properties.
2010-09-04Guile: better filtering of "anonymous" module namesJose Antonio Ortega Ruiz
Temporary modules with fancy gensym names have kind #f.
2010-09-03Guile: don't create empty modules before loading themJose Antonio Ortega Ruiz
2010-06-18Guile: filtering gensym names in autodoc display.Jose Antonio Ortega Ruiz
2010-06-17Golfing.Jose Antonio Ortega Ruiz
2010-06-16Guile: excluding anonymous module names from completion.Jose Antonio Ortega Ruiz
2010-06-11Guile: tweaks to the previous fix.Jose Antonio Ortega Ruiz
2010-06-11Guile: showing again submodules in module documentation.Jose Antonio Ortega Ruiz
2010-06-11Guile: fix for module name completion.Jose Antonio Ortega Ruiz
2010-06-07Guile: no more module loading under the rug.Jose Antonio Ortega Ruiz
2010-06-07Guile: real fix for symbol locations (needs Guile's git head).Jose Antonio Ortega Ruiz
2010-06-06Guile: evaluation fixes (current git head).Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: Guile code.Jose Antonio Ortega Ruiz
2009-05-25module-children -> module-exports.Jose Antonio Ortega Ruiz
2009-05-11Guile: bug fix (missing module import).Jose Antonio Ortega Ruiz
2009-05-11Improvements to module name support (using prefixes) and Guile support.Jose Antonio Ortega Ruiz
2009-04-01Bug fix: really remove killed buffers from the list of closed repls.Jose Antonio Ortega Ruiz
2009-03-05They say call/cc is slow in Guile.Jose Antonio Ortega Ruiz
2009-03-02Breakdown of schemeland into neat submodules.Jose Antonio Ortega Ruiz