summaryrefslogtreecommitdiff
path: root/libguile/print.c
Commit message (Expand)AuthorAgeFilesLines
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès2009-03-021-25/+2
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+3
* * readline.c: terminate option list with NULL.Han-Wen Nienhuys2007-01-191-3/+4
* merge from 1.8Kevin Ryde2007-01-151-0/+6
* merge from 1.8 branchKevin Ryde2006-04-171-2/+2
* * print.c (EXIT_NESTED_DATA): Before popping from the stack, resetNeil Jerram2005-11-171-21/+30
* (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):Marius Vollmer2005-09-041-4/+32
* (iprin1): When writing a string, collect all characters that can beMarius Vollmer2005-06-061-10/+18
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-14/+14
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-9/+9
* Threading changes.Marius Vollmer2005-01-241-9/+9
* (scm_print_state, SCM_PRINT_STATE_LAYOUT):Marius Vollmer2005-01-071-11/+11
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-11/+12
* Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer2004-11-091-5/+0
* Do no longer handle old-style uniform vectors.Marius Vollmer2004-11-021-9/+0
* * print.c (iprin1): Removed code for scm_tc7_byvect.Marius Vollmer2004-10-271-1/+0
* * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer2004-10-221-4/+4
* (scm_uintprint): New, for printing scm_t_uintmax values.Marius Vollmer2004-10-221-1/+8
* (SCM_PRINT_HIGHLIGHT_PREFIX,Marius Vollmer2004-09-291-4/+13
* * print.h (scm_print_state): Added highlight_objects.Marius Vollmer2004-09-231-0/+18
* *** empty log message ***Marius Vollmer2004-09-221-10/+10
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-19/+24
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-5/+6
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-10/+10
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-1/+1
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-9/+9
* * backtrace.c (display_expression, display_frame): CallDirk Herrmann2004-06-271-1/+1
* Hide the implementation of ilocs and isyms in eval.c.Dirk Herrmann2004-04-221-46/+3
* (scm_print_symbol_name): Handle #{`foo}#, #{,foo}#, #{.}#, and allMarius Vollmer2004-01-111-18/+8
* (scm_iprin1): use \xNN hexadecimal sequences when writing controlMarius Vollmer2003-11-301-10/+19
* * print.c (scm_iprin1): Handle fractions.Marius Vollmer2003-11-181-0/+3
* * libguile/tags.h (SCM_IM_ELSE, SCM_IM_ARROW): New memoizer codes.Dirk Herrmann2003-10-111-0/+2
* This set of patches introduces a new tc7 code scm_tc7_number forDirk Herrmann2003-09-181-0/+13
* This set of patches eliminates the dependency between theDirk Herrmann2003-09-161-24/+35
* * tags.h: Reduced the number of short instructions from 14 to 13.Dirk Herrmann2003-09-141-4/+0
* (scm_print_symbol_name): handle more weird characters by escaping theMarius Vollmer2003-07-271-21/+33
* * backtrace.c (scm_display_error_message): Introduced fancyMikael Djurfeldt2003-05-121-34/+50
* * hashtab.c (rehash_after_gc): Clear to_rehash list beforeMikael Djurfeldt2003-04-051-1/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * print.c: fix various preprocessor usages of new publicRob Browning2003-03-271-1/+1
* * print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.Rob Browning2003-03-251-2/+2
* * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt2002-12-151-0/+1
* (scm_iprin1): Print primitives generics always as "primitive-generic"Marius Vollmer2002-08-191-2/+2
* new gcHan-Wen Nienhuys2002-08-041-1/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-12/+11
* (scm_simple_format): Print missing part of format before ~% control.Marius Vollmer2002-06-171-0/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0