2002-07-20 Han-Wen <hanwen@cs.uu.nl>
[bpt/guile.git] / libguile / print.c
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
2000-10-18 Marius Vollmer* print.c (grow_ref_stack): Pass a INUM to scm_make_vec...
2000-10-09 Dirk Herrmann* Eliminate last call to scm_vector_set_length_x within...
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-14 Gary Houston*** empty log message ***
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-08-27 Mikael Djurfeldt* objects.c (scm_init_objects), print.c (scm_init_print...
2000-08-11 Mikael Djurfeldt* print.c (scm_simple_format): Be case-insensitive...
2000-08-02 Mikael Djurfeldt* print.c (scm_simple_format): Bugfix: Coerce port...
2000-06-19 Mikael Djurfeldt* print.c (scm_current_pstate, scm_make_print_state...
2000-06-18 Greg J. Badros* print.c (s_scm_current_pstate): Do not segfault when the
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-05-23 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
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...
next