summaryrefslogtreecommitdiff
path: root/libguile/print.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'simple vector' conceptDaniel Llorens2021-08-161-1/+1
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-2/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* libguile header files have uniform format for copyright declarationsAndy Wingo2018-06-201-2/+2
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve gc.hAndy Wingo2018-06-181-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-2/+2
* More validate.h devolutionAndy Wingo2018-06-181-2/+12
* Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-231-1/+1
* Deprecate struct "self" slotsAndy Wingo2017-09-221-2/+2
* Simplify string, symbol, char display/write implsAndy Wingo2016-05-301-2/+0
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-10-301-1/+4
|\
| * Optimize `scm_lfwrite_substr', used by `scm_simple_format'.Ludovic Courtès2012-08-201-1/+4
* | optimize symbol printingAndy Wingo2012-03-061-2/+1
|/
* Factorize and optimize `write' for strings and characters.Ludovic Courtès2010-09-141-2/+1
* Add full Unicode capability to ports and the default readerMichael Gran2009-08-251-1/+2
* Add initial support for wide symbolsMichael Gran2009-08-211-0/+1
* Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.Michael Gran2009-08-101-1/+1
* Add Unicode strings and symbolsMichael Gran2009-08-081-0/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-3/+3
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-9/+0
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* (SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):Marius Vollmer2005-09-041-1/+3
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_print_state, SCM_PRINT_STATE_LAYOUT):Marius Vollmer2005-01-071-4/+4
* (scm_uintprint): New, for printing scm_t_uintmax values.Marius Vollmer2004-10-221-1/+2
* (SCM_PRINT_HIGHLIGHT_PREFIX,Marius Vollmer2004-09-291-3/+5
* * print.h (scm_print_state): Added highlight_objects.Marius Vollmer2004-09-231-2/+3
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-2/+2
* * backtrace.c (scm_display_error_message): Introduced fancyMikael Djurfeldt2003-05-121-1/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-25/+25
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-3/+5
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-2/+2
* * print.c (scm_simple_format): Support "~~" and "~%". SignalMarius Vollmer2001-05-301-0/+1
* * validate.hMichael Livshin2001-05-241-1/+1
* * Removed SCM_CDR misuse.Dirk Herrmann2001-05-171-12/+9
* Smob-related creanup.Keisuke Nishida2000-12-081-3/+3
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* Fixed some SCM/scm_bits_t mixups.Dirk Herrmann2000-04-181-1/+1
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-2/+2
* * print.h, stacks.h, options.c, options.h: Changed C++Mikael Djurfeldt2000-03-201-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+2
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-18/+18