Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / print.c
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-09-04 Ludovic CourtesFixed printing of weak vectors.
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2007-01-19 Han-Wen Nienhuys* readline.c: terminate option list with NULL.
2007-01-15 Kevin Rydemerge from 1.8
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-11-17 Neil Jerram * print.c (EXIT_NESTED_DATA): Before popping from...
2005-09-04 Marius Vollmer(SCM_PRINT_KEYWORD_STYLE_I, SCM_PRINT_KEYWORD_STYLE):
2005-06-06 Marius Vollmer(iprin1): When writing a string, collect all characters...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-07 Marius Vollmer(scm_print_state, SCM_PRINT_STATE_LAYOUT):
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-11-09 Marius VollmerDo no longer handle scm_tc7_bvect bitvectors.
2004-11-02 Marius VollmerDo no longer handle old-style uniform vectors.
2004-10-27 Marius Vollmer* print.c (iprin1): Removed code for scm_tc7_byvect.
2004-10-22 Marius Vollmer* variable.c, threads.c, struct.c, stackchk.c, smob...
2004-10-22 Marius Vollmer(scm_uintprint): New, for printing scm_t_uintmax values.
2004-09-29 Marius Vollmer(SCM_PRINT_HIGHLIGHT_PREFIX,
2004-09-23 Marius Vollmer* print.h (scm_print_state): Added highlight_objects.
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-06-27 Dirk Herrmann * backtrace.c (display_expression, display_frame)...
2004-04-22 Dirk Herrmann Hide the implementation of ilocs and isyms in eval.c.
2004-01-11 Marius Vollmer(scm_print_symbol_name): Handle #{`foo}#, #{,foo}#...
2003-11-30 Marius Vollmer(scm_iprin1): use \xNN hexadecimal sequences when writi...
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
2003-10-11 Dirk Herrmann * libguile/tags.h (SCM_IM_ELSE, SCM_IM_ARROW): New...
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-09-16 Dirk Herrmann This set of patches eliminates the dependency between the
2003-09-14 Dirk Herrmann * tags.h: Reduced the number of short instructions...
2003-07-27 Marius Vollmer(scm_print_symbol_name): handle more weird characters...
2003-05-12 Mikael Djurfeldt* backtrace.c (scm_display_error_message): Introduced...
2003-04-05 Mikael Djurfeldt* hashtab.c (rehash_after_gc): Clear to_rehash list...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-27 Rob Browning* print.c: fix various preprocessor usages of new public
2003-03-25 Rob Browning* print.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
2002-12-15 Mikael Djurfeldt* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definit...
2002-08-19 Marius Vollmer(scm_iprin1): Print primitives generics always as ...
2002-08-04 Han-Wen Nienhuysnew gc
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-06-17 Marius Vollmer(scm_simple_format): Print missing part of format befor...
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-03 Marius Vollmer(scm_iprin1): Print uninterned symbols unreadably.
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-16 Neil Jerram* Adding C function declarations from the SCM interface...
2001-11-02 Mikael Djurfeldt* print.c (scm_iprin1): Mark print state as revealed...
2001-10-11 Dirk Herrmann* print.c (scm_print_state_vtable, print_state_pool):
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-26 Marius Vollmer* tags.h: Update tag system docs.
2001-07-25 Marius Vollmer* tags.h (scm_tc7_variable): New.
2001-07-22 Marius Vollmer* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-30 Marius Vollmer* print.c (scm_simple_format): Support "~~" and "~...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-21 Dirk Herrmann* Made creation of new smob types thread safe.
2001-04-19 Dirk Herrmann* Fixed scm_thunk_p's results when applied to closures.
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-05 Martin Grabmüller * print.c (scm_print_options): Fixed texinfo in docstring.
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-02-17 Martin Grabmüller(scm_newline, scm_write_char, scm_simple_format): Added...
2001-02-16 Martin Grabmüller(scm_print_options, scm_port_with_print_state, scm_get_...
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2000-12-28 Dirk Herrmann* Fixed the changelog entry regarding re-introduction...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-12-05 Dirk Herrmann* Use scm_tc3_* codes instead of hardcoded values.
2000-11-25 Gary Houston * use an applicable SMOB to represent continuations...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-02 Dirk Herrmann* Get rid of calls to SCM_ROSTRINGP.
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
next