log src/print.c @ 5940:c608d4b0b75e cygwin64 tip

age author description
Thu, 15 May 2014 12:25:25 -0600 Jerry James Bind print-circle when printing backtraces.
Thu, 16 Jan 2014 16:27:52 +0000 Aidan Kehoe Pass character count from coding systems to buffer insertion code.
Tue, 17 Dec 2013 19:29:10 +0200 Aidan Kehoe Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
Mon, 06 Aug 2012 13:07:55 +0100 Aidan Kehoe Adopt GNU's ## syntax for the interned symbol with name "".
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Sun, 04 Sep 2011 19:51:35 +0100 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
Thu, 28 Oct 2010 23:53:24 +0200 Mats Lidell Rebase with 21.5 trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Mon, 25 Oct 2010 13:15:53 +0100 Aidan Kehoe Make sure (format "%b" 0) is non-zero length, print.c
Sun, 15 Aug 2010 13:29:10 +0100 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Sun, 04 Apr 2010 23:46:50 -0500 Ben Wing Cosmetic XFT-code fixes, some variable renamings
Mon, 15 Mar 2010 16:35:38 -0500 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
Sat, 13 Mar 2010 05:38:08 -0600 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
Fri, 05 Mar 2010 04:08:17 -0600 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
Wed, 24 Feb 2010 01:58:04 -0600 Ben Wing merge ben-lisp-object
Mon, 28 Dec 2009 01:15:52 -0600 Ben Wing latest work on lisp-object workspace; ben-lisp-object
Sat, 26 Dec 2009 21:18:49 -0600 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
Sat, 26 Dec 2009 00:20:27 -0600 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
Mon, 08 Feb 2010 07:00:24 -0600 Ben Wing cleanups to debug-print, try harder to make it work during GC
Mon, 08 Feb 2010 06:42:16 -0600 Ben Wing changes to VOID_TO_LISP et al.
Thu, 04 Feb 2010 18:27:39 -0600 Ben Wing fix compile errors
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Mon, 18 Jan 2010 06:05:21 -0600 Ben Wing try harder to avoid crashing when debug-printing
Wed, 13 Jan 2010 06:02:42 -0600 Ben Wing be more careful when printing to check for bad objects
Wed, 13 Jan 2010 05:49:13 -0600 Ben Wing clean up object print methods
Sun, 20 Sep 2009 21:29:00 +0100 Aidan Kehoe Add argument information to remaining MANY or UNEVALLED C subrs.