summaryrefslogtreecommitdiff
path: root/ice-9/session.scm
Commit message (Expand)AuthorAgeFilesLines
* cleanups to value and help help handlersAndy Wingo2009-01-281-19/+14
* merge in from guile-lib: add some extensibility to `help'Andy Wingo2009-01-271-8/+64
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-37/+12
* * session.scm (apropos): Don't look in duplicates interface.Mikael Djurfeldt2003-03-131-1/+6
* * session.scm (apropos): Use hash-for-each instead ofMikael Djurfeldt2003-03-041-25/+20
* * lib.scm: Move module the system directives `export',Mikael Djurfeldt2001-10-211-11/+14
* (arity): Use new `arglist' procedure property toThien-Thi Nguyen2001-09-091-37/+79
* Added exception notice to all files.Marius Vollmer2001-06-031-0/+24
* (apropos-fold, submodules, apropos): Be careful notMarius Vollmer2001-06-021-7/+11
* (help-usage): Mention support for "(help 'NAME)".Thien-Thi Nguyen2001-05-181-0/+1
* (help): Use `provided?' instead of `feature?'.Thien-Thi Nguyen2001-05-181-96/+123
* Merged from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-20/+8
* (help-usage): Add blurb about "(help (my module))" support.Thien-Thi Nguyen2001-04-281-0/+1
* Update copyright.Thien-Thi Nguyen2001-04-281-10/+34
* * Fixed the last patch (which was uncomplete). Thanks to Dale P. Smith.Dirk Herrmann2000-12-131-34/+30
* * The creation of symbols and bindings are two separate issues now.Dirk Herrmann2000-12-121-6/+3
* * Fixed apropos: regexp-exec does not accept symbol arguments any more.Dirk Herrmann2000-10-101-2/+2
* * Enhancements to online help presentation.Neil Jerram2000-09-291-27/+57
* Better implementation of first? predicate.Mikael Djurfeldt2000-06-201-2/+4
* * session.scm (make-fold-modules): Detect circular references inMikael Djurfeldt2000-06-201-6/+12
* * session.scm: Use module (ice-9 regex).Mikael Djurfeldt2000-06-201-1/+3
* * session.scm (help): Warn user if 'regex isn't provided.Mikael Djurfeldt2000-06-121-22/+26
* *** empty log message ***Mikael Djurfeldt2000-06-111-0/+10
* * session.scm (ice-9): Use module (ice-9 documentation).Mikael Djurfeldt2000-06-111-54/+153
* * session.scm: Update references to `proc-doc' to beGreg J. Badros2000-06-061-2/+2
* *** empty log message ***Mikael Djurfeldt2000-04-131-4/+7
* * session.scm (help): New macro. Prints helpful information.Mikael Djurfeldt2000-04-131-1/+63
* Update FSF address in copyright notices.Jim Blandy1999-08-061-1/+2
* * session.scm (apropos-internal): Modified to comply with newMikael Djurfeldt1999-03-211-3/+3
* * session.scm (system-module): New procedure. Used to switch aMikael Djurfeldt1999-03-191-0/+13
* * session.scm (apropos-internal): Rewritten using hash-fold.Mikael Djurfeldt1999-03-161-30/+26
* * session.scm (arity): New procedure.Mikael Djurfeldt1998-11-261-0/+39
* * session.scm (name): New procedure: Gives name of object.Mikael Djurfeldt1997-09-111-0/+10
* * session.scm (apropos-internal): Musn't initialize symbolMikael Djurfeldt1997-08-251-1/+1
* * session.scm (vector-for-each): Removed.Mikael Djurfeldt1997-08-241-6/+33
* *** empty log message ***Mikael Djurfeldt1997-08-181-2/+2
* * * session.scm: New file: Session support.Mikael Djurfeldt1997-08-181-0/+88