summaryrefslogtreecommitdiff
path: root/libguile/print.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-22(scm_uintprint): New, for printing scm_t_uintmax values.Marius Vollmer1-1/+8
2004-09-29(SCM_PRINT_HIGHLIGHT_PREFIX,Marius Vollmer1-4/+13
2004-09-23* print.h (scm_print_state): Added highlight_objects.Marius Vollmer1-0/+18
2004-09-22*** empty log message ***Marius Vollmer1-10/+10
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-19/+24
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-5/+6
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-10/+10
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-9/+9
2004-06-27 * backtrace.c (display_expression, display_frame): CallDirk Herrmann1-1/+1
2004-04-22 Hide the implementation of ilocs and isyms in eval.c.Dirk Herrmann1-46/+3
2004-01-11(scm_print_symbol_name): Handle #{`foo}#, #{,foo}#, #{.}#, and allMarius Vollmer1-18/+8
2003-11-30(scm_iprin1): use \xNN hexadecimal sequences when writing controlMarius Vollmer1-10/+19
2003-11-18* print.c (scm_iprin1): Handle fractions.Marius Vollmer1-0/+3
2003-10-11 * libguile/tags.h (SCM_IM_ELSE, SCM_IM_ARROW): New memoizer codes.Dirk Herrmann1-0/+2
2003-09-18 This set of patches introduces a new tc7 code scm_tc7_number forDirk Herrmann1-0/+13
2003-09-16 This set of patches eliminates the dependency between theDirk Herrmann1-24/+35
2003-09-14 * tags.h: Reduced the number of short instructions from 14 to 13.Dirk Herrmann1-4/+0
2003-07-27(scm_print_symbol_name): handle more weird characters by escaping theMarius Vollmer1-21/+33
2003-05-12* backtrace.c (scm_display_error_message): Introduced fancyMikael Djurfeldt1-34/+50
2003-04-05* hashtab.c (rehash_after_gc): Clear to_rehash list beforeMikael Djurfeldt1-1/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-27* print.c: fix various preprocessor usages of new publicRob Browning1-1/+1
2003-03-25* print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.Rob Browning1-2/+2
2002-12-15* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt1-0/+1
2002-08-19(scm_iprin1): Print primitives generics always as "primitive-generic"Marius Vollmer1-2/+2
2002-08-04new gcHan-Wen Nienhuys1-1/+1
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-12/+11
2002-06-17(scm_simple_format): Print missing part of format before ~% control.Marius Vollmer1-0/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-03(scm_iprin1): Print uninterned symbols unreadably.Marius Vollmer1-4/+17
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-9/+10
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-3/+1
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-1/+2
2001-11-02* print.c (scm_iprin1): Mark print state as revealed whenMikael Djurfeldt1-0/+1
2001-10-11* print.c (scm_print_state_vtable, print_state_pool):Dirk Herrmann1-29/+28
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-2/+1
2001-07-26* tags.h: Update tag system docs.Marius Vollmer1-38/+26
2001-07-25* tags.h (scm_tc7_variable): New.Marius Vollmer1-0/+3
2001-07-22* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot isMarius Vollmer1-1/+2
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0