*** empty log message ***
[bpt/guile.git] / ice-9 /
2003-11-17 Marius Vollmer*** empty log message ***
2003-11-17 Marius Vollmer(@, @@): New macros.
2003-11-16 Dirk Herrmann * boot-9.scm: Started comment about module system...
2003-11-11 Neil Jerramui- to gds- change; debug-on-error fix.
2003-11-11 Neil JerramRemoved ui-client.scm and ui-server.scm (not in emacs...
2003-11-11 Neil JerramPass trap type to debug-stack flags.
2003-11-11 Neil JerramBig comment added.
2003-10-16 Neil JerramWork on debugger frontend code.
2003-10-12 Marius Vollmer*** empty log message ***
2003-10-12 Marius Vollmer(directory-files): Close dir-stream when done. Thanks...
2003-10-08 Kevin Ryde*** empty log message ***
2003-10-08 Kevin Ryde(funcq-assoc): Rewrite, don't assume '() is false, and
2003-10-06 Neil JerramUI frontend work: eval support.
2003-10-04 Neil JerramDebugger UI asynchronous thread support.
2003-09-25 Neil JerramWork (in progress) on new debugging frontend.
2003-09-19 Kevin Ryde*** empty log message ***
2003-09-19 Kevin Ryde(open-process): Correction to previous fdes closing
2003-09-15 Kevin RydeFix a grammatical typo in my last entry.
2003-09-15 Kevin RydeAdd another comment to:
2003-09-15 Marius Vollmer*** empty log message ***
2003-09-15 Marius Vollmer(format): Rewritten as a big letrec to make it reentran...
2003-09-12 Kevin Ryde*** empty log message ***
2003-09-12 Kevin Ryde(file-exists?): Use stat rather than access?, so as to
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius Vollmer(make-autoload-interface): Use a proper hashtable as
2003-09-12 Marius Vollmer(format:error): Use 'format:format' instead of
2003-08-17 Kevin Ryde*** empty log message ***
2003-08-17 Kevin Ryde * boot-9.scm (while): Use a new key dynamically for...
2003-08-12 Kevin Ryde*** empty log message ***
2003-08-12 Kevin Ryde(while): Rewrite, continue as proper escape, break
2003-08-12 Kevin Ryde(open-process): Close input-fdes, output-fdes and
2003-06-19 Kevin Ryde*** empty log message ***
2003-06-19 Kevin Ryde(parallel): For no forms, use `(values)' not `(begin)'.
2003-05-27 Dirk Herrmann * benchmark-suite/lib.scm: Fix some typos in...
2003-05-20 Marius Vollmer*** empty log message ***
2003-05-20 Marius Vollmer(list*): Added.
2003-05-10 Kevin Ryde*** empty log message ***
2003-05-10 Kevin Ryde(file-commentary, find-documentation-in-file): Use
2003-05-03 Marius Vollmer*** empty log message ***
2003-05-03 Marius Vollmer(point++n!, point+-n!): Use substring-move! instead of
2003-05-03 Marius Vollmer(substring-move-left!, substring-move-right!): New.
2003-05-03 Marius Vollmer*** empty log message ***
2003-05-03 Marius Vollmer*** empty log message ***
2003-05-03 Marius Vollmer(display-usage-report): Use keyword->symbol instead...
2003-05-03 Marius Vollmer*** empty log message ***
2003-05-03 Marius Vollmer(hashq-cons-get-handle): Pass only the expected four...
2003-05-03 Marius Vollmer*** empty log message ***
2003-05-03 Marius Vollmer(make-line-buffering-input-port) Pass 0 as second argum...
2003-04-25 Mikael Djurfeldt* serialize.scm: New file.
2003-04-25 Mikael DjurfeldtComment fix
2003-04-24 Mikael Djurfeldt* threads.scm (n-for-each-par-map): New procedure.
2003-04-06 Mikael DjurfeldtAdded list.scm to ice9_sources.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-05 Marius Vollmer*** empty log message ***
2003-03-26 Marius Vollmer*** empty log message ***
2003-03-26 Marius VollmerLoad "ice-9/deprecated.scm" when appropriate.
2003-03-26 Marius Vollmer* deprecated.scm: New file, to collect deprecated things.
2003-03-22 Marius Vollmer*** empty log message ***
2003-03-22 Marius Vollmer(call/cc): Added.
2003-03-20 Mikael DjurfeldtFix
2003-03-20 Mikael Djurfeldt* list.scm: New file.
2003-03-19 Marius Vollmer*** empty log message ***
2003-03-19 Marius Vollmer(format:out-substr): Update the column counter correctl...
2003-03-13 Mikael Djurfeldt* session.scm (apropos): Don't look in duplicates inter...
2003-03-12 Mikael Djurfeldt* boot-9.scm (duplicate-handlers): Make sure the merge...
2003-03-12 Mikael Djurfeldt* slib.scm (logical:ipow-by-squaring): Removed.
2003-03-12 Mikael Djurfeldt* boot-9.scm (default-duplicate-binding-handler): Set...
2003-03-12 Mikael Djurfeldt* boot-9.scm (ipow-by-squaring): Removed.
2003-03-12 Mikael DjurfeldtAdjusted warning message
2003-03-12 Mikael Djurfeldt* boot-9.scm (module-duplicates-info, set-module-duplic...
2003-03-12 Mikael Djurfeldt* srfi-13.scm: Mark replacements.
2003-03-12 Mikael Djurfeldt* slib.scm (*features*): Set the core variable instead...
2003-03-12 Mikael Djurfeldt* slib.scm (identity): Removed. (Provided by core.)
2003-03-11 Mikael DjurfeldtAdjustments of error messages
2003-03-11 Mikael Djurfeldt* srfi-1.scm (filter, filter!): Removed. (Now implemen...
2003-03-11 Mikael Djurfeldt* modules.c (scm_module_import_interface): New function.
2003-03-10 Mikael Djurfeldt* srfi-1.scm (iota map for-each map-in-order list-index...
2003-03-07 Mikael Djurfeldt* boot-9.scm (process-define-module): Handle #:duplicates.
2003-03-04 Mikael Djurfeldt* session.scm (apropos): Use hash-for-each instead of
2003-02-19 Mikael Djurfeldt* environments.c (DEFAULT_OBARRAY_SIZE): Changed from...
2003-02-19 Mikael DjurfeldtAdded missing export
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-11 Mikael Djurfeldt* hashtab.c (scm_vector_to_hash_table,
2003-01-27 Mikael Djurfeldt* syncase.scm (guile-macro): Strip syntactic informatio...
2003-01-24 Mikael Djurfeldt* threads.scm (parallel, letpar): Rewritten.
2003-01-23 Mikael Djurfeldt* threads.scm (par-mapper, n-par-map, n-par-for-each...
2003-01-20 Mikael Djurfeldt* occam-channel.scm (alt): New syntax.
2003-01-20 Mikael Djurfeldt* evalext.c, evalext.h (scm_self_evaluating_p): New...
2003-01-19 Mikael Djurfeldt* psyntax.ss (self-evaluating?): Allow procedures impla...
2003-01-16 Mikael Djurfeldt* psyntax.ss (build-data): Don't quote self-evaluating...
2003-01-15 Mikael Djurfeldt* boot-9.scm (use-syntax): Return *unspecified*.
2003-01-15 Mikael Djurfeldt* syncase.scm: Set expansion-eval-closure to
2003-01-10 Mikael Djurfeldt* occam-channel.scm (make-timer): New function.
2003-01-10 Mikael Djurfeldt* occam-channel.scm (make-channel): Renamed from channel.
2003-01-10 Mikael Djurfeldt* Makefile.am (ice9_sources): Added occam-channel.scm.
2002-12-28 Neil JerramAdd a hook that is run whenever a new module is defined.
2002-12-18 Mikael Djurfeldt* threads.scm: Removed bogus definition of future-ref.
2002-12-15 Mikael Djurfeldt* threads.scm (par-map, par-for-each): Reimplemented...
2002-12-12 Marius Vollmer*** empty log message ***
2002-12-12 Marius Vollmer(improper-list-copy): New.
next