fix a number of assuptions that a long could hold an inum
[bpt/guile.git] / libguile / read.c
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-11-19 Andy Wingofix a number of assumptions that a pointer could fit...
2010-11-12 Andy WingoNUL vs NULL fix
2010-11-12 Julian GrahamFix buffer over-read in port encoding scan.
2010-11-05 Michael Granneed read error for extra closing square brackets
2010-11-02 Andreas RottmannUse a fluid for the list of the reader's "hash procedures"
2010-10-18 Andy Wingouninitialized var in scm_read_character
2010-10-01 Andy Wingoremove elisp-strings and elisp-vectors read options
2010-07-17 Michael GranEnable character hex escapes by default
2010-07-16 Michael GranMore explicit variable names in scm_i_scan_for_encoding
2010-07-13 Andy Wingofix '(] infinite loop
2010-05-27 Julian GrahamSupport for the #!r6rs lexeme.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoadd read syntax for #nil
2010-04-09 Andy Wingolisp nil always enabled
2010-02-16 Michael GranFaster read of semicolon comments
2010-02-03 Michael GranOptimize reader by preferring stack-allocated buffers
2010-01-15 Andy Wingoadd reader option for parsing [] as ().
2010-01-13 Andy Wingoremove unused var in read.c
2010-01-13 Michael GranDisable \u and \U escapes when r6rs-hex-escapes enabled
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-11 Michael GranRefactor repeated code in scm_read_string
2010-01-10 Michael GranAdd R6RS backspace string escape
2010-01-10 Michael GranAdd R6RS backslash string escape
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-28 Andy WingoFix bugs reading long tokens
2009-12-21 Andy Wingodon't take string-write mutex in read.c:read_token
2009-12-18 Ken RaeburnAllow more characters in coding system names in Emacs...
2009-12-15 Ludovic CourtèsAvoid `SCM_UNPACK ()' in constant expressions.
2009-12-15 Ludovic CourtèsRemove uses of the non-standard `__FUNCTION__'.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-27 Ludovic CourtèsDisable encoding scanning on non-seekable file ports.
2009-11-23 Ludovic CourtèsCorrect manual wrt. encoding names.
2009-11-17 Ludovic CourtèsFix C99-style declarations after statements.
2009-11-16 Ken RaeburnFix off-by-one error in processing Emacs-style coding...
2009-11-14 Ludovic CourtèsHave `scm_scan_for_encoding ()' use GC-managed memory.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-19 Ludovic CourtèsAdd support for R6RS/SRFI-30 nested block comments.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-05 Michael GranAvoid string buffer overrun in scm_scan_for_encoding
2009-09-03 Michael GranModify read and print of combining characters
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-29 Michael GranRange check octal-escaped characters
2009-08-29 Michael GranCast the input to isalpha et al to integer
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-27 Michael GranAlways cast input to toupper as int
2009-08-26 Andy Wingofix uninitialized variable in scm_read_character
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Michael GranOnly pass ints to tolower and toupper
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-28 Michael GranReplace global charnames variables with accessors
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-07-19 Andy Wingobitvector exodus from unif.[ch]
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-20 Michael GranSymbols longer than 128 chars can cause an exception...
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-04-26 Ludovic CourtèsRemove extraneous semi-colon in `read.c'.
2008-04-15 Ludovic CourtèsRevert "Fix typo in `read.c'."
2008-04-15 Ludovic CourtèsFix typo in `read.c'.
2008-04-15 Ludovic CourtèsAdd support for SRFI-88-like postfix keyword read syntax.
2008-02-07 Ludovic CourtèsMore compilation fixes with Sun CC (bug #21378).
2007-10-17 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-03 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-22 Ludovic CourtèsChanges from arch/CVS synchronization
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...
next