merge from 1.8 branch
[bpt/guile.git] / libguile / read.c
2007-03-07 Kevin Rydemerge from 1.8 branch
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2007-01-19 Han-Wen Nienhuys* readline.c: terminate option list with NULL.
2007-01-06 Han-Wen Nienhuys(s_scm_read_hash_extend): document #f argument to
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-11-02 Marius Vollmer(scm_lreadr): Bugfix: include the last bit in the bit...
2004-10-29 Marius Vollmer(scm_lreadr): Call scm_i_read_array for all characters...
2004-10-26 Marius Vollmer* read.c (scm_lreadr): Call scm_i_read_homogenous_vecto...
2004-10-04 Marius Vollmer(scm_lreadr): Simply do (symbol->keyword (read)) after
2004-09-29 Marius Vollmer(scm_lreadr): Revert change from 2004-09-22: string...
2004-09-22 Marius Vollmer*** empty log message ***
2004-09-22 Marius Vollmer(scm_lreadr): use scm_c_substring_read_only for string
2004-09-20 Marius Vollmer(skip_scsh_block_comment): Recognize "!#" everywhere...
2004-09-07 Marius Vollmer(scm_flush_ws): Detect "#!"-style comments here.
2004-08-19 Marius Vollmer(scm_i_casei_streq): New, for counted strings.
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-08-10 Marius Vollmer(scm_input_error): Use a SCM value for 'fn', not a...
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-04-06 Han-Wen Nienhuys* srfi-13.c (s_scm_string_map): convert character to...
2004-03-21 Marius Vollmer(skip_scsh_block_comment): Also recognize '\r' as a...
2004-02-20 Neil Jerram * list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES...
2004-02-10 Neil Jerram * read.c (scm_read_opts): Change `escaped-parens' to
2004-02-08 Neil Jerram * read.c (scm_read_opts): New opts `elisp-vectors...
2003-11-30 Marius Vollmer(scm_lreadr): Signal an error for invalid escape sequen...
2003-11-16 Marius Vollmer(scm_lreadr): detect EOF after backslash, and interpret...
2003-06-04 Kevin Ryde(scm_input_error): Pass arg list parameter to scm_error...
2003-05-06 Dirk Herrmann * eval.c, eval.h, read.c, read.h (scm_sym_dot): Moved...
2003-04-20 Dirk Herrmann * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-27 Rob Browning* read.c: fix various preprocessor usages of new public
2003-03-25 Rob Browning* read.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
2002-12-28 Neil JerramCode (work in progress, currently disabled) for reading...
2002-08-05 Han-Wen Nienhuys(scm_input_error): new function: give meaningful error
2002-08-05 Han-Wen Nienhuys* tests/reader.test: change misc-error in read-error.
2002-08-04 Han-Wen Nienhuys(INPUT_ERROR): Prepare for file:line:column error
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-15 Neil JerramChange 3 instances of @var to @code in docstrings.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-10-14 Mikael Djurfeldt* read.c (scm_lreadr): When user-defined hash procedure...
2001-07-30 Dirk Herrmann* Rewrote string->number stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-27 Martin Grabmüller * read.c (scm_lreadr): When reading a hash token,...
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
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.
next