Fix write-beyond-end-of-string error in the conversion to R6RS string escapes.
[bpt/guile.git] / libguile / print.c
2010-09-15 Ludovic CourtèsFix write-beyond-end-of-string error in the conversion...
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-14 Ludovic CourtèsRemove commented out code from `print.c'.
2010-09-14 Ludovic CourtèsFactorize and optimize `write' for strings and characters.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-03-28 Mark H WeaverRenumber IFLAGSs so the first 8 are reserved for lisp...
2010-03-04 Andy Wingoadd printers for prompts and with-fluids objects
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2010-01-07 Andy Wingotc7 tags for vm-related data
2010-01-04 Andy Wingoadd foreign value wrapper
2009-12-15 Ludovic CourtèsAvoid `SCM_UNPACK ()' in constant expressions.
2009-12-15 Ludovic CourtèsRemove `return' from `void' function.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
2009-12-05 Andy Wingoadd printer for dynamic-states
2009-12-05 Andy Wingofluids are tc7 objects
2009-12-05 Andy Wingohash tables have a tc7
2009-12-04 Andy Wingoeval.c closures are now applicable smobs, not tc3s
2009-12-04 Andy Wingoremove cxrs
2009-12-01 Andy Wingonew evaluator, y'all
2009-11-15 Andy Wingofold objects.[ch] into goops.[ch]
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-27 Mark H Weaverthe cube of lisp booleans (#f nil () #t)
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-04 Michael Granwrite-char should handle UCS-4 characters
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-30 Ludovic CourtèsUse a TC7 tag instead of a SMOB for bytevectors.
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 GranSegfault when writing non-Latin-1 characters under...
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-21 Michael GranAdd initial support for wide symbols
2009-08-20 Andy Wingoprograms have their own tc7 now
2009-08-19 Michael GranDisplay wide strings using escapes
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Michael GranDon't include libunistring headers in Guile public...
2009-08-10 Michael GranMake scm_charprint and scm_i_string_wide_chars SCM_INTE...
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-08-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-01 Michael GranFix coding style compliance for recent 32-bit char...
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-29 Michael GranAdd 32-bit characters
2009-07-28 Michael GranReplace global charnames variables with accessors
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-19 Andy Wingorename SCM_SNAME to SCM_SUBR_NAME
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-16 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-01 Ludovic CourtèsRemove "compiled closures" ("cclos") in favor of a...
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
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-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-09-04 Ludovic CourtesFixed printing of weak vectors.
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-02 Andy Wingomerge guile-vm to guile
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-15 Kevin Rydemerge from 1.8
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-11-17 Neil Jerram * print.c (EXIT_NESTED_DATA): Before popping from...
2005-09-04 Marius Vollmer(SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):
2005-06-06 Marius Vollmer(iprin1): When writing a string, collect all characters...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-07 Marius Vollmer(scm_print_state, SCM_PRINT_STATE_LAYOUT):
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-11-09 Marius VollmerDo no longer handle scm_tc7_bvect bitvectors.
2004-11-02 Marius VollmerDo no longer handle old-style uniform vectors.
2004-10-27 Marius Vollmer* print.c (iprin1): Removed code for scm_tc7_byvect.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-10-22 Marius Vollmer(scm_uintprint): New, for printing scm_t_uintmax values.
2004-09-29 Marius Vollmer(SCM_PRINT_HIGHLIGHT_PREFIX,
2004-09-23 Marius Vollmer* print.h (scm_print_state): Added highlight_objects.
next