summaryrefslogtreecommitdiff
path: root/scheme
AgeCommit message (Expand)Author
2018-11-12Fixes autodoc in Chicken, #258Dan Leslie
2018-11-12Fixes #257Dan Leslie
2018-11-12Much faster completions for Chicken 5; less errors in the log.Dan Leslie
2018-11-12Removed more unused code, speeding things up.Dan Leslie
2018-11-12Chicken 5 works with Geiser, many features removedDan Leslie
2018-11-11Catch eval and send back eval exception informationEdwin Watkeys
2018-10-22Add string combinators moduleEdwin Watkeys
2018-03-29fix compile and load for chezMaris Orbidans
2018-01-30guile 2.2: program-arities and program-module reloadedJose Antonio Ortega Ruiz
2017-12-10Remove memoizationDan Leslie
2017-12-09Improvements to Chicken completion speedDan Leslie
2017-11-03Support Chicken Scheme apropos =>2.3.0John Whitbeck
2017-08-27more reduction on geiser:eval, add testChaos Eternal
2017-08-24rewritten geiser:eval to fix the following bug:Chaos Eternal
2017-08-20Alway pretty-print for resultsChaos Eternal
2017-08-18Handle exceptions of ChezScheme and multi-value as wellChaos Eternal
2016-10-24Missing chibi and chez support filesJose Antonio Ortega Ruiz
2016-09-17Allows Chicken to limit the number of symbols provided to Geiserdleslie
2016-08-10Disable aggressive prefix assumptionDan Leslie
2016-08-10Minor typoDan Leslie
2016-05-02Chez: add rudimentary autodoc supportPeter
2016-05-02geiser-chibi: Implement autodoc for procedures in known modulesPeter
2016-04-30Use faster module listPeter
2016-04-30Add preliminary support for Chibi SchemePeter
2016-04-30Add preliminary support for Chez SchemePeter
2016-04-28Break long linesPeter
2016-04-26Add preliminary support for MIT/GNU Scheme.Peter
2016-02-15Fix for #127Dan Leslie
2016-01-25Fixes a potential endless loop.Dan Leslie
2016-01-19Fuzzy matching for Chicken AutoDoc and CompletionsDan Leslie
2015-12-31Performance ImprovementsDan Leslie
2015-12-14Fixing guile 2.2 compatibilityJose Antonio Ortega Ruiz
2015-12-14Support for guile-2.2Jose Antonio Ortega Ruiz
2015-12-05Minor cleanupDan Leslie
2015-12-05Minor changes to help with debugging completionsDan Leslie
2015-12-05No longer show arguments as strings.Dan Leslie
2015-12-05Right-most character of arguments was being cutDan Leslie
2015-12-05Allows redefinition of modulesDan Leslie
2015-12-05Fixes for Literals, Errors and ModulesDan Leslie
2015-10-03Stopped over-aggressive memoizationDan Leslie
2015-10-03Minor improvementsDan Leslie
2015-10-03Turn off debug logDan Leslie
2015-10-03Adds memoizationDan Leslie
2015-10-03Converts toplevel methods to prefixed methodsDan Leslie
2015-10-03Refactored to reduce the reliance on regex.Dan Leslie
2015-09-13Sorted and line-split crunch symbols.Dan Leslie
2015-09-11Added missing macrosDan Leslie
2015-09-11Adds recognition of the 'crunch' R5RS subsetDan Leslie
2015-09-10Speeding up debugger check (addresses #64)Jose Antonio Ortega Ruiz
2015-09-08Ensuring switch-to-geiser asks for an implementationJose Antonio Ortega Ruiz