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

age author description
Sun, 03 Aug 2014 20:25:03 +0100 Aidan Kehoe buffer.c, pass a character, not a fixnum, as second arg to #'make-string
Thu, 19 Jun 2014 12:01:31 +0900 Stephen J. Turnbull Improve docstring of 'case-fold-search.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Tue, 29 Mar 2011 00:02:47 +0200 Mats Lidell Merged with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 24 Mar 2011 11:00:11 -0600 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
Sat, 18 Sep 2010 15:57:20 +0100 Aidan Kehoe Simplify the API of PARSE_KEYWORDS for callers.
Fri, 28 May 2010 13:48:22 +0100 Aidan Kehoe Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
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
Thu, 25 Mar 2010 06:07:25 -0500 Ben Wing various fixes to memory-usage stats
Fri, 19 Mar 2010 14:47:44 -0500 Ben Wing more cleanups to object-memory-usage stuff
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
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 19:04:27 -0600 Ben Wing merge ben-lisp-object