* boot-9.scm (values, call-with-values): Moved here from
[bpt/guile.git] / ice-9 /
1998-11-10 Mikael Djurfeldt* boot-9.scm (values, call-with-values): Moved here...
1998-11-09 Mikael Djurfeldt* readline.scm (readline-port): Use readline-options...
1998-11-09 Mikael Djurfeldt* boot-9.scm (readline-options, readline-enable, readli...
1998-11-05 Mikael Djurfeldt* boot-9.scm: Set the repl start module in `top-repl...
1998-11-01 Mikael Djurfeldt* emacs.scm (format): Bugfix: Handle multiple arguments
1998-10-31 Mikael Djurfeldt*** empty log message ***
1998-10-31 Mikael Djurfeldt* boot-9.scm (exit-hook): New hook: Is run at the very...
1998-10-31 Mikael Djurfeldt* readline.scm (readline-port): Maybe read history...
1998-10-30 Mikael Djurfeldt* readline.scm (make-readline-port): Bugfixed last...
1998-10-28 Mikael Djurfeldt* readline.scm (make-readline-port): Don't set prompt...
1998-10-19 Jim Blandy*** empty log message ***
1998-10-19 Jim Blandy* boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio...
1998-10-19 Jim Blandy*** empty log message ***
1998-10-19 Jim Blandy* getopt-gnu-style.scm, slib.scm: Add copyright notice.
1998-10-19 Jim BlandyTalked to Stallman. Actually, the syntax-case copyrigh...
1998-10-19 Jim Blandy* getopt-gnu-style.scm, slib.scm: Add copyright notice.
1998-10-19 Jim BlandyTalked to Stallman. Actually, the syntax-case copyrigh...
1998-10-19 Jim Blandy*** empty log message ***
1998-10-19 Jim Blandy* boot-9.scm: Don't assume that this file is loaded...
1998-10-19 Jim BlandyWe can't include Kent Dybvig's syntax-case macro expand...
1998-10-18 Mikael Djurfeldt* boot-9.scm: Added extended read syntax for byte vecto...
1998-10-16 Jim Blandy* Makefile.in: Regenerated, after change to qthreads.m4.
1998-10-14 Jim Blandy*** empty log message ***
1998-10-14 Jim Blandy* calling.scm (excursion-function-syntax): Use a sequen...
1998-10-12 Jim Blandy*** empty log message ***
1998-10-12 Jim Blandy*** empty log message ***
1998-10-12 Jim Blandy* r4rs.scm (OPEN_READ, OPEN_WRITE, OPEN_BOTH): Don...
1998-10-09 Jim Blandy*** empty log message ***
1998-10-09 Jim Blandy* boot-9.scm (read-path-list-notation-warning): New...
1998-10-09 Jim Blandy*** empty log message ***
1998-10-09 Jim Blandy* q.scm (sync-q!, q?, q-remove!, q-push!, enq!): Lots...
1998-08-21 Mikael Djurfeldt*** empty log message ***
1998-08-21 Mikael Djurfeldt* debug.scm (trace-entry, trace-exit): Removed re-enabl...
1998-08-21 Mikael Djurfeldt* boot-9.scm (make-options): Bugfix: Changed pair?...
1998-08-19 Mikael Djurfeldt* boot-9.scm: Removed (ice-9 regex) from use-list of...
1998-08-15 Mikael Djurfeldt* boot-9.scm: Make the root module use (ice-9 regex) if
1998-07-29 Jim Blandy*** empty log message ***
1998-07-29 Jim Blandy* Makefile.in: Regenerated using the last public version of
1998-07-29 Jim Blandy*** empty log message ***
1998-07-28 Jim Blandy*** empty log message ***
1998-07-28 Jim Blandy* getopt-gnu-style.scm: New file. (Thanks to Russ...
1998-07-27 Jim Blandy* Makefile.in: Regenerated, after removing Totoro kludge.
1998-07-27 Jim Blandy*** empty log message ***
1998-07-27 Jim Blandy* Makefile.in Rebuilt, for config changes in parent...
1998-07-21 Mikael Djurfeldt* readline.scm (make-readline-port): Set prompt string...
1998-07-19 Jim Blandy*** empty log message ***
1998-07-19 Jim Blandy* lineio.scm (make-line-buffering-input-port): Don...
1998-07-19 Jim Blandy* hcons.scm (hashq-cons-assoc): Don't assume the empty...
1998-07-15 Mikael Djurfeldt* boot-9.scm (export, export-syntax): New special forms...
1998-07-15 Mikael Djurfeldt* boot-9.scm: Renamed module `(guile-repl)' --> `(guile...
1998-07-14 Mikael Djurfeldt* boot-9.scm: Let the user start in module `(guile...
1998-07-14 Mikael Djurfeldt* boot-9.scm: Let the user start in module `(user)...
1998-07-12 Mikael DjurfeldtUpdated
1998-07-12 Mikael DjurfeldtUpdated
1998-06-18 Mikael Djurfeldt* boot-9.scm (load-module): When loading files from...
1998-06-15 Mikael Djurfeldt* emacs.scm (emacs-load): New feature: Eval in specifie...
1998-06-14 Mikael Djurfeldt* readline.scm: Typo in regex module name.
1998-06-13 Mikael Djurfeldt* readline.scm (apropos-completion-function): regexp...
1998-06-11 Mikael Djurfeldt* emacs.scm: Bugfix: Treat `the-last-stack' as a fluid.
1998-06-09 Mikael Djurfeldt* boot-9.scm: Check that (current-input-port) is a...
1998-06-09 Mikael Djurfeldt*** empty log message ***
1998-06-07 Mikael Djurfeldt* boot-9.scm (use-syntax): Turned into a macro inorder...
1998-05-19 Mikael DjurfeldtUpdated
1998-05-19 Mikael Djurfeldt* Makefile.am (ice9_sources): Add emacs.scm.
1998-05-13 Mikael Djurfeldt*** empty log message ***
1998-05-13 Mikael Djurfeldt* readline.scm: Use the new readline facilities: Add the
1998-05-12 Mikael Djurfeldt* boot-9.scm: Antirevert Jim's readline code which...
1998-05-11 Mikael Djurfeldt* boot-9.scm: Load readline module if readline is present.
1998-05-04 Mikael Djurfeldt* boot-9.scm (process-define-module): Added keyword...
1998-04-19 Mikael Djurfeldt* nonblocking.scm: Removed. libguile is now inherently
1998-04-18 Mikael Djurfeldt* Makefile.am (BUILT_SOURCES): Added cpp_err_symbols.c,
1998-04-15 Mikael Djurfeldt* runq.scm (runq-control): Corrected spelling of enqueue!.
1998-04-11 Mikael DjurfeldtNew libtool: 1.2
1998-03-30 Mikael Djurfeldt* boot-9.scm: Added new run-time option interface eval...
1998-03-28 Mikael Djurfeldt* boot-9.scm (remove-hook!): New macro. (Thanks to...
1998-01-30 Mikael Djurfeldt* threads.scm: Added simple error and signal handler.
1998-01-05 Jim BlandyFixed copyright notice on complex transcendental functi...
1998-01-02 Tim Pierce A better fix to the SLIB identity problem -- thanks...
1997-12-26 Tim PierceChanges for SLIB compatibility.
1997-12-24 Tim PierceBring slib.scm up to date with current SLIB release...
1997-12-13 Tim Pierceboot-9.scm (read-line): Rewritten to use %read-line.
1997-12-07 Gary Houston * README: using Automake 1.2d
1997-11-29 Mikael Djurfeldt* boot-9.scm (error-catching-loop, save-stack): `the...
1997-11-28 Tim PierceLibtool support for find-and-link-dynamic-module
1997-11-09 Gary Houston* boot-9.scm (set-batch-mode?!, batch-mode?): initializ...
1997-10-31 Marius Vollmer*** empty log message ***
1997-10-31 Marius Vollmer* boot-9.scm (inherit-print-state): Moved definition...
1997-10-27 Jim Blandy*** empty log message ***
1997-10-27 Jim Blandy* boot-9.scm: Revert changes to this file from Oct...
1997-10-26 Jim Blandy*** empty log message ***
1997-10-25 Jim Blandy* Makefile.am: Include readline.scm in the list of...
1997-10-23 Jim Blandy*** empty log message ***
1997-10-23 Jim Blandy* ls.scm (ls, lls): Don't assume (eq? #f '()).
1997-10-23 Jim BlandyAdd support for readline function.
1997-10-22 Jim Blandy* calling.scm, common-list.scm, ls.scm, q.scm, runq...
1997-10-11 Gary Houston * expect.scm: (expect-regexec): new procedure, use...
1997-10-06 Marius Vollmer*** empty log message ***
1997-10-06 Marius Vollmer* boot-9.scm (inherit-print-state): If NEW-PORT contains a
1997-10-03 Mikael Djurfeldt1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1997-10-02 Marius Vollmer*** empty log message ***
next