summaryrefslogtreecommitdiff
path: root/libguile/print.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01new evaluator, y'allAndy Wingo1-20/+4
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-1/+0
2009-10-27the cube of lisp booleans (#f nil () #t)Mark H Weaver1-6/+5
2009-09-09Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-4/+17
2009-09-04write-char should handle UCS-4 charactersMichael Gran1-2/+2
2009-09-03Modify read and print of combining charactersMichael Gran1-2/+15
2009-08-30Use a TC7 tag instead of a SMOB for bytevectors.Ludovic Courtès1-0/+3
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-63/+112
2009-08-27Segfault when writing non-Latin-1 characters under Latin-1 localeMichael Gran1-3/+8
2009-08-25Merge commit 'origin/master'Andy Wingo1-34/+69
2009-08-25Merge wip-array refactor, up to cd43fdc5b7a7cAndy Wingo1-1/+0
2009-08-25Add full Unicode capability to ports and the default readerMichael Gran1-34/+69
2009-08-21Add initial support for wide symbolsMichael Gran1-26/+33
2009-08-20programs have their own tc7 nowAndy Wingo1-0/+4
2009-08-18Display wide strings using escapesMichael Gran1-2/+1
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-63/+147
2009-08-12Don't include libunistring headers in Guile public headersMichael Gran1-0/+1
2009-08-10Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.Michael Gran1-2/+2
2009-08-08Add Unicode strings and symbolsMichael Gran1-44/+113
2009-08-01Fix coding style compliance for recent 32-bit char changesMichael Gran1-13/+7
2009-07-29Add 32-bit charactersMichael Gran1-5/+26
2009-07-27Replace global charnames variables with accessorsMichael Gran1-6/+4
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-1/+1
2009-06-19rename SCM_SNAME to SCM_SUBR_NAMEAndy Wingo1-1/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-03-08Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-25/+2
2009-03-02Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès1-25/+2
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+4
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2008-09-10Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès1-3/+13
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-1/+0
2008-09-05Fixed printing of weak vectors.Ludovic Courtes1-5/+19
2008-09-05Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes1-1/+1
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-0/+3
2007-01-19* readline.c: terminate option list with NULL.Han-Wen Nienhuys1-3/+4
2007-01-15merge from 1.8Kevin Ryde1-0/+6
2006-04-17merge from 1.8 branchKevin Ryde1-2/+2
2005-11-17 * print.c (EXIT_NESTED_DATA): Before popping from the stack, resetNeil Jerram1-21/+30
2005-09-04(SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):Marius Vollmer1-4/+32
2005-06-06(iprin1): When writing a string, collect all characters that can beMarius Vollmer1-10/+18
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-14/+14
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-9/+9
2005-01-24Threading changes.Marius Vollmer1-9/+9
2005-01-07(scm_print_state, SCM_PRINT_STATE_LAYOUT):Marius Vollmer1-11/+11
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-11/+12
2004-11-09Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer1-5/+0
2004-11-02Do no longer handle old-style uniform vectors.Marius Vollmer1-9/+0
2004-10-27* print.c (iprin1): Removed code for scm_tc7_byvect.Marius Vollmer1-1/+0
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-4/+4