Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-24 | Racket: PLT implementation renamed to Racket. | Jose Antonio Ortega Ruiz | |
2010-05-23 | Racket support (PLT 5 needed). | Jose Antonio Ortega Ruiz | |
2010-04-01 | Using the scheme reader to read modules names. | Jose Antonio Ortega Ruiz | |
2010-03-31 | PLT: geiser is now a regular module. | Jose Antonio Ortega Ruiz | |
2010-03-28 | PLT: Correct version check. | Jose Antonio Ortega Ruiz | |
2010-03-27 | PLT: Preserving pretty-printing in evaluation outputs. | Jose Antonio Ortega Ruiz | |
2010-03-07 | PLT: additional binding forms (sequence API). | Jose Antonio Ortega Ruiz | |
2010-03-07 | New command to switch to REPL and put it in current module. | Jose Antonio Ortega Ruiz | |
2010-02-03 | PLT: Better help lookups. | Jose Antonio Ortega Ruiz | |
2009-10-15 | PLT: autodoc: support for languages specified as libs and/or module forms. | Jose Antonio Ortega Ruiz | |
2009-10-15 | PLT: Evaluation takes into account #lang forms. | Jose Antonio Ortega Ruiz | |
This is useful when visiting a file that has not been loaded: the evaluation namespace is provided by its #lang, if any. While i was at it, i also refactored the mess in geiser:load-file. | |||
2009-09-27 | Cosmetics. | Jose Antonio Ortega Ruiz | |
2009-09-26 | Letting implementations define their own file pattern matching rules. | Jose Antonio Ortega Ruiz | |
2009-09-26 | PLT: Unsupported procedures listed. | Jose Antonio Ortega Ruiz | |
2009-09-24 | Assignment of ss files to plt as a customization. | Jose Antonio Ortega Ruiz | |
2009-09-22 | New implementation registration mechanism, for the elisp side of things. | Jose Antonio Ortega Ruiz | |
Implementations must invoke define-geiser-implementation with an appropriate set of methods. Simple inheritance is supported. Each geiser module defines and registers the method names it uses. | |||
2009-09-11 | Reload: we now remember user customizations and restore them during ↵ | Jose Antonio Ortega Ruiz | |
geiser-reload. | |||
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-08-18 | PLT: bug fix in (module) recognition. | Jose Antonio Ortega Ruiz | |
2009-06-18 | PLT: Bug fix in implementation guessing. | Jose Antonio Ortega Ruiz | |
2009-06-17 | Refactoring. | Jose Antonio Ortega Ruiz | |
2009-06-17 | PLT: buttonize errors implemented. | Jose Antonio Ortega Ruiz | |
2009-06-10 | Share scheme-indent-function tweaks across implementations. | Jose Antonio Ortega Ruiz | |
2009-05-25 | PLT: New help functionality: | Jose Antonio Ortega Ruiz | |
- Using our own help function, which takes care of trying on not yet loaded modules. - Module children implemented. | |||
2009-05-24 | Unintended change undone. | Jose Antonio Ortega Ruiz | |
2009-05-24 | PLT: correct (or, at least, better) computation of module names. | Jose Antonio Ortega Ruiz | |
2009-05-24 | PLT: customizable collection directories. | Jose Antonio Ortega Ruiz | |
2009-05-16 | PLT: A bit more sensible prompt format. | Jose Antonio Ortega Ruiz | |
2009-05-16 | PLT: Correct identification of explicit module definitions. | Jose Antonio Ortega Ruiz | |
2009-05-15 | PLT: Bug fix: correctly handle explicit module definitions. | Jose Antonio Ortega Ruiz | |
2009-05-15 | PLT: Initialization fixes and cleanups. | Jose Antonio Ortega Ruiz | |
* Check for required minimum version (4.1.5.5). * Colons instead of dashes in exported identifiers. * Unneeded requires are gone. * All significant code inside the geiser module. | |||
2009-05-14 | Fixing the mess during initialization. | Jose Antonio Ortega Ruiz | |
2009-05-11 | PLT: fixes for module name parsing (C-cC-em works now). | Jose Antonio Ortega Ruiz | |
2009-05-08 | Module completion generalized and implemented for PLT. | Jose Antonio Ortega Ruiz | |
2009-05-04 | PLT: autodoc (without argument positions). | Jose Antonio Ortega Ruiz | |
2009-04-30 | PLT: Help fix. | Jose Antonio Ortega Ruiz | |
2009-04-28 | Fixes for eval/compilation error display. | Jose Antonio Ortega Ruiz | |
2009-04-27 | Support for external help functions (and application to PLT). | Jose Antonio Ortega Ruiz | |
2009-04-26 | PLT support: basic startup and evaluation working. | Jose Antonio Ortega Ruiz | |