* Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.
[bpt/guile.git] / libguile / print.c
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-19 Dirk HerrmannAgain, SCM/scm_bits_t mixup fixes.
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups and initialization...
2000-04-04 Mikael Djurfeldt* print.c: Removed promise to rewrite printer code...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-22 Mikael Djurfeldt* print.c (scm_iprin1): SCM_PACK/UNPACK corrections.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* scm_validate.h, chars.c, ports.c, print.c, read.c...
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-14 Mikael Djurfeldt* guile-doc-snarf.awk: Removed.
1999-12-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-10-11 Mikael Djurfeldt* print.c (scm_isymnames): Printed representation.
1999-10-05 Jim Blandy* numbers.c (scm_string_to_number): Signal an error...
1999-09-15 Mikael Djurfeldt* print.c (scm_iprin1): Turned `write' and `display...
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-08-29 Mikael Djurfeldt* print.c (scm_isymnames): Removed #@hash-dispatch.
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-08-24 Mikael Djurfeldtfix
1999-08-24 Mikael Djurfeldt* print.c (scm_get_print_state): New procedure: Given...
1999-07-29 Mikael Djurfeldt* print.c (scm_init_print): Set name of print state...
1999-07-29 Mikael Djurfeldt* eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT...
1999-07-28 Mikael DjurfeldtRemoved configuration option --enable-lang which was...
1999-07-27 Mikael Djurfeldt* tags.h, print.c (SCM_IM_NIL_COND, SCM_IM_NIL_IFY...
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1999-03-21 Mikael Djurfeldt* print.c (scm_isymnames): Added #@dispatch and #@hash...
1999-03-11 Mikael Djurfeldt* print.c (scm_iprin1): Removed extraneous space when...
1998-11-09 Mikael Djurfeldt* print.c (scm_iprin1): Print gsubrs as primitives.
1998-11-03 Mikael Djurfeldt* print.c (scm_iprin1): Removed suspect looking (and...
1998-10-31 Mikael Djurfeldt* debug.c, print.c: Added #include "macros.h".
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-09-06 Jim Blandy* print.c (scm_iprin1): Rather than having one i, and...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1997-10-25 Marius Vollmer* print.h (SCM_COERCE_OPORT): Renamed to SCM_COERCE_OUT...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-03 Mikael Djurfeldt1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1997-10-02 Mikael DjurfeldtSmall adjustment to remove compiler warning message.
1997-10-02 Mikael Djurfeldt* print.c (scm_iprin1): Don't print arguments of macro
1997-10-02 Marius Vollmer* print.h (SCM_PRINT_STATE_P, SCM_COERCE_OPORT): New...
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
1997-09-10 Mikael Djurfeldt* * eval.c (macro?, macro-type, macro-name, macro-trans...
1997-07-27 Marius Vollmer* print.c (scm_iprin1): Enter printed structures into...
1997-06-03 Marius Vollmer* struct.c (scm_struct_ref, scm_struct_set_x): Use
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-03-11 Mikael Djurfeldt* print.c (scm_iprin1): Limit number of vector elements...
1997-03-08 Mikael Djurfeldt* print.c: Put #ifdef GUILE_DEBUG around `current-pstate'.
1997-01-07 Jim BlandyI think the Sun compiler has chosen a perverse way...
1996-12-18 Jim BlandyIn some cases, the code is fine, but GCC isn't smart...
1996-10-15 Mikael Djurfeldt* print.c (make_print_state, grow_print_state), print...
1996-10-14 Mikael Djurfeldt*** empty log message ***
1996-10-14 Mikael Djurfeldt* print.c (scm_free_print_state): Cleanup print state...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-03 Mikael Djurfeldt* print.c (scm_iprlist): Bugfix: Added SCM_ECONSP tests...
1996-09-22 Mikael Djurfeldt* * print.c (scm_iprin1, scm_prin1, scm_iprlist): Circular
1996-09-19 Mikael Djurfeldt* print.c, print.h: Closures now print like #<procedure...
1996-09-18 Mikael Djurfeldt* print.c: Added #include "alist.h"
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-12 Mikael Djurfeldt* print.c: Added code for detection of circular referen...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-23 Mikael Djurfeldt* eval.c, print.h, print.c, read.h, read.c: Modificatio...
1996-08-20 Mikael Djurfeldt* * print.c: New procedure: scm_print_options
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import