summaryrefslogtreecommitdiff
path: root/libguile/print.c
Commit message (Expand)AuthorAgeFilesLines
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-2/+2
* * print.c (scm_simple_format): Support "~~" and "~%". SignalMarius Vollmer2001-05-301-90/+123
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-8/+8
* * validate.hMichael Livshin2001-05-241-16/+16
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-1/+2
* * Made creation of new smob types thread safe.Dirk Herrmann2001-04-211-9/+4
* * Fixed scm_thunk_p's results when applied to closures.Dirk Herrmann2001-04-191-86/+24
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.Dirk Herrmann2001-03-301-15/+11
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller2001-03-161-2/+3
* * _scm.h: Removed #include <errno.h>.Mikael Djurfeldt2001-03-101-1/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * print.c (scm_print_options): Fixed texinfo in docstring.Martin Grabmüller2001-03-051-2/+3
* * Eliminate another couple of calls to scm_wta.Dirk Herrmann2001-03-041-1/+1
* (scm_newline, scm_write_char, scm_simple_format): Added texinfo markup.Martin Grabmüller2001-02-171-9/+13
* (scm_print_options, scm_port_with_print_state, scm_get_print_state):Martin Grabmüller2001-02-161-3/+7
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-3/+2
* * Fixed the changelog entry regarding re-introduction of struct memberDirk Herrmann2000-12-281-1/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-3/+3
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-1/+1
* * Use scm_tc3_* codes instead of hardcoded values.Dirk Herrmann2000-12-051-12/+19
* * use an applicable SMOB to represent continuations, instead of aGary Houston2000-11-251-7/+0
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-6/+5
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Get rid of calls to SCM_ROSTRINGP.Dirk Herrmann2000-11-021-7/+16
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-2/+2
* * print.c (grow_ref_stack): Pass a INUM to scm_make_vector as theMarius Vollmer2000-10-181-1/+1
* * Eliminate last call to scm_vector_set_length_x within libguile.Dirk Herrmann2000-10-091-8/+17
* * Replaced a lot of references to SCM_CHARS.Dirk Herrmann2000-09-261-3/+4
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-1/+1
* *** empty log message ***Gary Houston2000-09-141-0/+4
* * Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.Dirk Herrmann2000-09-121-1/+1
* * objects.c (scm_init_objects), print.c (scm_init_print), struct.cMikael Djurfeldt2000-08-271-3/+1
* * print.c (scm_simple_format): Be case-insensitive for ~A and ~SMikael Djurfeldt2000-08-111-2/+2
* * print.c (scm_simple_format): Bugfix: Coerce port before using it.Mikael Djurfeldt2000-08-021-13/+19
* * print.c (scm_current_pstate, scm_make_print_state): SimplifiedMikael Djurfeldt2000-06-191-5/+4
* * print.c (s_scm_current_pstate): Do not segfault when theGreg J. Badros2000-06-181-1/+5
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-1/+1
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-231-2/+2
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-1/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-21/+21
* Again, SCM/scm_bits_t mixup fixes.Dirk Herrmann2000-04-191-2/+2
* Fixed some SCM/scm_bits_t mixups.Dirk Herrmann2000-04-181-1/+1
* Fixed some SCM/scm_bits_t mixups and initialization problems.Dirk Herrmann2000-04-181-9/+10
* * print.c: Removed promise to rewrite printer code before nextMikael Djurfeldt2000-04-041-3/+2
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-15/+15
* * print.c (scm_iprin1): SCM_PACK/UNPACK corrections.Mikael Djurfeldt2000-03-221-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1