* Replace function scm_makstr with new function scm_allocate_string.
[bpt/guile.git] / libguile / read.c
2001-03-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-17 Dirk Herrmann* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISP...
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2001-02-16 Martin Grabmüller(scm_read_options, scm_read, scm_read_hash_extend)...
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-06 Dirk Herrmann* Don't call scm_vector_set_length_x for non-vector...
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-08-06 Marius Vollmer* read.c (scm_flush_ws): Include filename in error...
2000-07-18 Dirk Herrmann* Don't use return value from SCM_SETCDR or SCM_WHASHSET.
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-11 Greg J. Badros* scm_validate.h, chars.c, ports.c, print.c, read.c...
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-09-20 Jim Blandy* read.c (scm_read): Don't assume that scm_cur_inp...
1999-08-17 Mikael Djurfeldt* backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procpr...
1999-03-14 Mikael Djurfeldt#include "keywords.h"
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-11-09 Mikael Djurfeldt* read.c, read.h (scm_read_options, scm_read_opts)...
1998-10-31 Mikael Djurfeldt* read.c, read.h (history-length, history-file): New...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-07-10 Jim Blandy* read.c (recsexpr): Give this a dummy definition if
1997-05-27 Jim BlandyAdd new R4RS-compliant syntax for keywords.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-04-19 Jim Blandy* read.c (skip_scsh_block_comment): SCSH says the ...
1997-03-11 Gary Houston* read.c (scm_read_hash_extend): make scm_read_hash_pro...
1997-03-10 Gary Houston * read.h (SCM_N_READ_OPTIONS): increase SCM_N_READ_OPT...
1997-03-08 Gary Houston * read.c (scm_init_read): intitialise scm_read_hash_pr...
1997-03-08 Gary Houston * strports.c (scm_read_0str, scm_eval_0str): update...
1997-02-04 Gary Houston* * net_db.c (scm_lnaof): change scheme name from lnaof...
1996-12-29 Marius Vollmer * read.c (scm_lreadr): Encountering EOF after skipping...
1996-12-18 Jim BlandyIn some cases, the code is fine, but GCC isn't smart...
1996-11-02 Mikael Djurfeldt* * read.c: Recording of positions disabled by default.
1996-10-25 Jim Blandy* read.c (scm_lreadr): Recognize SCSH-style block comme...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Mikael Djurfeldt*** empty log message ***
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-09-19 Mikael Djurfeldt* read.c (scm_init_read): Removed #ifdef READER_EXTENSIONS
1996-09-18 Mikael Djurfeldt* read.c: Added code for recording of positions of...
1996-09-11 Mikael Djurfeldt* read.c (scm_grow_tok_buf): Use scm_vector_set_length_...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-23 Mikael Djurfeldt* eval.c, print.h, print.c, read.h, read.c: Modificatio...
1996-08-20 Mikael Djurfeldt* * read.c: New procedure: scm_read_options
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import