summaryrefslogtreecommitdiff
path: root/libguile/print.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Remove the 'simple vector' conceptDaniel Llorens1-1/+1
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-2/+2
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20libguile header files have uniform format for copyright declarationsAndy Wingo1-2/+2
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rename __scm.h to scm.hAndy Wingo1-2/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-18Devolve gc.hAndy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-2/+2
2018-06-18More validate.h devolutionAndy Wingo1-2/+12
2017-09-23Replace "pr" struct fields with "pw" fieldsAndy Wingo1-1/+1
2017-09-22Deprecate struct "self" slotsAndy Wingo1-2/+2
2016-05-30Simplify string, symbol, char display/write implsAndy Wingo1-2/+0
2012-10-30Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+4
2012-08-20Optimize `scm_lfwrite_substr', used by `scm_simple_format'.Ludovic Courtès1-1/+4
2012-03-06optimize symbol printingAndy Wingo1-2/+1
2010-09-14Factorize and optimize `write' for strings and characters.Ludovic Courtès1-2/+1
2009-08-25Add full Unicode capability to ports and the default readerMichael Gran1-1/+2
2009-08-21Add initial support for wide symbolsMichael Gran1-0/+1
2009-08-10Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL.Michael Gran1-1/+1
2009-08-08Add Unicode strings and symbolsMichael Gran1-0/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-3/+3
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-9/+0
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-09-04(SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):Marius Vollmer1-1/+3
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-01-07(scm_print_state, SCM_PRINT_STATE_LAYOUT):Marius Vollmer1-4/+4
2004-10-22(scm_uintprint): New, for printing scm_t_uintmax values.Marius Vollmer1-1/+2
2004-09-29(SCM_PRINT_HIGHLIGHT_PREFIX,Marius Vollmer1-3/+5
2004-09-23* print.h (scm_print_state): Added highlight_objects.Marius Vollmer1-2/+3
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-2/+2
2003-05-12* backtrace.c (scm_display_error_message): Introduced fancyMikael Djurfeldt1-1/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-25/+25
2001-08-31* Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann1-3/+5
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-05-30* print.c (scm_simple_format): Support "~~" and "~%". SignalMarius Vollmer1-0/+1
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-17* Removed SCM_CDR misuse.Dirk Herrmann1-12/+9
2000-12-08Smob-related creanup.Keisuke Nishida1-3/+3
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-18Fixed some SCM/scm_bits_t mixups.Dirk Herrmann1-1/+1
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-2/+2
2000-03-20* print.h, stacks.h, options.c, options.h: Changed C++Mikael Djurfeldt1-1/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-1/+2
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-18/+18