2002-03-29 17:43  apharris

	* VERSION (1.9), debian/changelog (1.17): 1.1.7 prepare for release

2002-03-29 14:59  craig

	* regression.lisp (1.5): Get docstrings for regression tests back

2002-03-29 12:13  jesse

	* tree.lisp (1.12): fix broken delete method on avl tree

2002-03-28 23:23  craig

	* filesystem.lisp (1.4), mailer.lisp (1.3), modules.lisp (1.5),
	network.lisp (1.5), regression.lisp (1.4): From: Kevin Rosenberg
	<kevin@rosenberg.net> Subject: [webco-devel] Patch for ODCL To:
	Craig Brozefsky <craig@onshored.com> Cc: lambda@onshored.com Date:
	Thu, 28 Mar 2002 17:39:26 -0700 (MST)
	
	I've attached a patch for ODCL. It adds feature checking (#+cmu) to
	routines that use CMU extensions. Also, it changes to order of
	&rest &key in the lambda-lists of modules.lisp so that ACL and LW
	are happy with the syntax.
	
	I hope that you decide use this patch in the CVS version so that I
	can use ACL and LW with ODCL. This is in preparation for looking at
	adding UFFI support to UncommonSQL.

2002-03-28 22:10  jesse

	* alist.lisp (1.6), threaded-tree.lisp (1.1), tree.lisp (1.11): Add
	c-iterator to return node iterator from tree.  Return node that is
	being deleted from 'c-remove'.	Commit threaded-tree (not usable
	yet)

2002-03-26 17:46  jesse

	* tree.lisp (1.10): take out crappy 'replace' machinery

2002-03-22 16:59  jesse

	* tree.lisp (1.9): fix renamed merge function

2002-03-21 15:20  apharris

	* VERSION (1.8), debian/changelog (1.16): version 1.1.6 is ready

2002-03-20 21:13  apharris

	* parsing.lisp (1.4): read-comma-sep gives better error output

2002-03-20 12:13  craig

	* diagnostics.lisp (1.18): cmsg-add :verbose makes all the yungyins
	shout

2002-03-20 12:12  craig

	* regression.lisp (1.3): quoted lists are constants

2002-03-19 12:29  jesse

	* tree.lisp (1.8): Add node merge function, called when an avl
	node's data is added or set.

2002-03-19 10:54  jesse

	* interfaces.lisp (1.1), odcl.system (1.15), package.lisp (1.30),
	tree.lisp (1.7): Define and export collection interface: c-add,
	c-remove, c- ...

2002-03-18 17:24  jesse

	* tree.lisp (1.6): reindentation, setf condense

2002-03-18 17:03  jesse

	* tree.lisp (1.5): try to improven naming in tree deletion

2002-03-18 16:05  jesse

	* tree.lisp (1.4): deletion working

2002-03-15 16:53  jesse

	* odcl.system (1.14), tree.lisp (1.3): add tree to system, deletion
	almost working.

2002-03-15 13:53  jesse

	* tree.lisp (1.2): insert working, deletion not working

2002-03-14 15:21  jesse

	* tree.lisp (1.1): First shot at an AVL tree.

2002-03-08 13:50  apharris

	* rmd160.lisp (1.2): it want a final newline (or cvs complains)

2002-03-08 13:49  apharris

	* debian/changelog (1.15): version going to debian/unstable

2002-03-08 10:48  jesse

	* rmd160.lisp (1.1): Move this unused code from imho here.

2002-03-04 19:02  apharris

	* VERSION (1.7), debian/changelog (1.14): preparing version 1.1.5

2002-02-28 15:56  craig

	* priority-queue.lisp (1.3): added binheap-remove

2002-02-27 14:24  craig

	* objects.lisp (1.15): get-object protocol improvement, not bomb
	when a chained property ref is unresolvable (has a nil in it)

2002-02-22 12:37  jesse

	* list.lisp (1.9): fix bad partition error

2002-02-22 12:04  jesse

	* list.lisp (1.8): prevent partition-pairwise from destroying its
	args

2002-02-22 12:02  jesse

	* list.lisp (1.7), profile.lisp (1.6): destructive delete-at-index!

2002-02-21 19:26  jesse

	* priority-queue.lisp (1.2): fix priority queue comparator
	execution

2002-02-21 17:38  craig

	* profile.lisp (1.5): %report-times-2 improvements

2002-02-21 17:20  jesse

	* odcl.system (1.13), priority-queue.lisp (1.1): add priority queue

2002-02-21 12:57  jesse

	* profile.lisp (1.4): fix profile-pkg

2002-02-21 11:56  josh

	* objects.lisp (1.14): add the property keyword to the results for
	properties-for-class

2002-02-20 13:02  josh

	* objects.lisp (1.13): return proper values from
	properties-for-class and object-properties

2002-02-20 11:23  craig

	* diagnostics.lisp (1.17), package.lisp (1.29): export cmsg-add and
	cmsg-remove

2002-02-20 00:51  jesse

	* objects.lisp (1.12): improve error messages for read/write only
	properties

2002-02-20 00:29  jesse

	* objects.lisp (1.11), string.lisp (1.12): new defproperties

2002-02-19 22:00  jesse

	* objects.lisp (1.10): Have defproperties generate the
	store-property method also.

2002-02-19 17:15  jesse

	* profile.lisp (1.3): Add function to profile all non-generic,
	non-macros in a package.

2002-02-17 12:09  josh

	* diagnostics.lisp (1.16): docstring

2002-02-15 15:50  jesse

	* filesystem.lisp (1.3), profile.lisp (1.2): Commit profiler
	gnuplot driver thingy

2002-02-15 10:13  jesse

	* diagnostics.lisp (1.15), macros.lisp (1.5), objects.lisp (1.9):
	Move some defvars to quiet the compiler.

2002-02-12 17:26  josh

	* search-forms.lisp (1.17): change in order of form spec caused "X"
	boxes to stop working proper.

2002-02-12 13:13  jesse

	* search-forms.lisp (1.16): Allow inversion of field display on
	search forms

2002-02-11 18:14  craig

	* alist.lisp (1.5): get-alist takes test arg

2002-02-11 17:15  jesse

	* search-forms.lisp (1.15): Allow setting of sort parms.

2002-02-11 13:18  jesse

	* regression.lisp (1.2): print regression timing more nicely

2002-02-11 12:21  apharris

	* debian/changelog (1.13): preparing new upstream version, 1.1.4

2002-02-08 10:45  jesse

	* odcl.system (1.12), package.lisp (1.28), regression.lisp (1.1):
	Add testing harnerr: defregression, regress

2002-02-06 15:51  jesse

	* search-forms.lisp (1.14): Allow summary lines in search results

2002-02-05 17:37  josh

	* search-forms.lisp (1.13): decouple default and required
	specifications on search forms

2002-02-02 17:21  apharris

	* VERSION (1.6): head is 1.1.4

2002-02-01 12:58  jesse

	* list.lisp (1.6), package.lisp (1.27): Add #'break-list

2002-02-01 12:56  jesse

	* property-sheets.lisp (1.8): Allow seperators in property sheets
	(to hint renderers).

2002-01-29 14:15  jesse

	* list.lisp (1.5), package.lisp (1.26): add 'pairify'

2002-01-29 11:45  jesse

	* package.lisp (1.25), string.lisp (1.11): add anoth string munger:
	(split-counted "1:2:3:4" #`: 2) => ("1:2" "3" "4")

2002-01-23 23:50  jesse

	* package.lisp (1.24), search-forms.lisp (1.12), string.lisp
	(1.10): generalize stirng-join add missing package exports prevent
	merge-specs from misordering fields.

2002-01-22 14:15  jesse

	* currency.lisp (1.2): comment out broken sql storage thingy

2002-01-21 15:32  craig

	* search-forms.lisp (1.11): A fix to not nuke search specs when
	merging

2002-01-21 12:30  jesse

	* currency.lisp (1.1), odcl.system (1.11), package.lisp (1.23):
	Move currency parser here.

2002-01-18 14:06  jesse

	* package.lisp (1.22), string.lisp (1.9): add 'random string' for
	naming sessions, generating tempfiles, etc.

2002-01-17 19:48  apharris

	* debian/changelog (1.12): oops, get the version right, lets try it
	again

2002-01-17 19:47  apharris

	* network.lisp (1.4), search-forms.lisp (1.10): final newline

2002-01-17 19:43  apharris

	* VERSION (1.5), debian/changelog (1.11): prepare new upstream
	version 1.1.3

2002-01-17 14:34  craig

	* search-forms.lisp (1.9): Make some funcs into methods so I can
	override their behavior at runtime for different class/spec-name
	combos

2002-01-17 13:27  apharris

	* parsing.lisp (1.3): deal with records without quotes in it (such
	as ",,,,," being a string of empty values; if the line has fewer
	fields than specified in the format, a warning is emitted and only
	the fields found are returned; document function

2002-01-16 11:27  craig

	* search-forms.lisp (1.8): Added support for :def-value keyword in
	search-form specs

2002-01-15 16:06  craig

	* property-sheets.lisp (1.7): Fixed problem in property-template
	resolver

2002-01-15 10:30  jesse

	* diagnostics.lisp (1.14), mailer.lisp (1.2), property-sheets.lisp
	(1.6), search-forms.lisp (1.7): Clear out some warnings.

2002-01-14 16:57  craig

	* mailer.lisp (1.1), network.lisp (1.3), odcl.system (1.10): moving
	mailer to odcl

2002-01-14 16:10  craig

	* objects.lisp (1.8), property-sheets.lisp (1.5): Minor improvement
	to get-property and property-templates

2002-01-11 18:18  craig

	* objects.lisp (1.7), package.lisp (1.21), property-sheets.lisp
	(1.4), string.lisp (1.8): tempalte and get-property work continued

2002-01-11 13:54  craig

	* objects.lisp (1.6), search-forms.lisp (1.6), string.lisp (1.7):
	Improvements to fill-template, it now accepts an argument to
	resolve template references.  Provided fill-property-template which
	resolved lists as chained property references.
	
	modified get-property to allow the chaining of property names and
	the application of get-property to a list of objects (returning a
	list of values).
	
	Improved string-join to handle a single string value as well as
	lists of strings.

2002-01-09 16:25  jesse

	* locale.lisp (1.2): error message turn off

2002-01-08 00:34  apharris

	* debian/changelog (1.10): releasing 1.1.2

2002-01-03 14:24  jesse

	* alist.lisp (1.4), package.lisp (1.20): Add 'flatten-alist

2001-12-28 16:02  apharris

	* VERSION (1.4): bumping up to 1.1.2

2001-12-28 16:01  craig

	* package.lisp (1.19): Push :odcl onto *features* as for CCLAN
	package guides

2001-12-28 15:56  craig

	* diagnostics.lisp (1.13), filesystem.lisp (1.2), odcl.system
	(1.9), package.lisp (1.18): SBCL support

2001-12-28 15:46  apharris

	* debian/rules (1.6): be clever and try to grab a changelog from
	elsewhere; but be flexible and build either with or without it

2001-12-28 15:26  apharris

	* debian/: changelog (1.9), rules (1.5): install upstream changelog
	as well

2001-12-28 15:25  jesse

	* list.lisp (1.4), package.lisp (1.17): add #'partition-list,
	#'partition-pairwise

2001-12-28 15:19  apharris

	* VERSION (1.3), debian/changelog (1.8): prepare 1.1.1

2001-12-28 12:25  craig

	* sbcl.lisp (1.1): SBCL support file

2001-12-27 14:52  apharris

	* debian/: changelog (1.7), dirs (1.2), links (1.2), rules (1.4):
	minor housekeeping; get rid of dirs file, I hate that one; put the
	system file in place rather than symlinking it

2001-12-26 15:21  apharris

	* make-dist.sh (1.6): oops, coping with bad interaction with
	cvs-buildpackage

2001-12-26 15:14  apharris

	* debian/changelog (1.6): more changes

2001-12-26 15:14  apharris

	* debian/: postinst (1.2), prerm (1.2): remove cruft

2001-12-26 15:14  apharris

	* debian/control (1.4): binary-indep; update standards to 3.5.6;
	fix jesse's address

2001-12-19 16:26  jesse

	* property-sheets.lisp (1.3): Handle :optional psheet criteria
	properly.

2001-12-19 10:40  craig

	* search-forms.lisp (1.5): search format stuff

2001-12-12 17:55  apharris

	* make-dist.sh (1.5): refinements

2001-12-11 21:45  craig

	* search-forms.lisp (1.4): Search for property snaggage fixer
	uppers

2001-12-11 13:48  apharris

	* make-dist.sh (1.4), debian/changelog (1.5), debian/control (1.3):
	change package name (not oos name) to cl-odcl

2001-12-11 12:51  apharris

	* VERSION (1.2), debian/changelog (1.4): prepare next version as
	1.1.0

2001-12-11 10:11  jesse

	* diagnostics.lisp (1.12): fix cmsg-c

2001-12-11 10:07  ayres

	* string.lisp (1.6): added template methods

2001-12-10 11:06  craig

	* search-forms.lisp (1.3): Start of result set support

2001-12-06 16:55  ayres

	* string.lisp (1.5): added string-join ala perl join method

2001-11-29 10:49  jesse

	* diagnostics.lisp (1.11), package.lisp (1.16): Add conditional
	console spam

2001-11-28 17:56  craig

	* search-forms.lisp (1.2): Search form work, and find-ticket work

2001-11-28 14:37  craig

	* search-forms.lisp (1.1): Search FOrms support, and a minor fix to
	some proeprty sheet spec funcs

2001-11-28 12:47  craig

	* objects.lisp (1.5), odcl.system (1.8), package.lisp (1.15),
	property-sheets.lisp (1.2): Search FOrms support, and a minor fix
	to some proeprty sheet spec funcs

2001-11-27 15:19  jesse

	* network.lisp (1.2): return 0.0.0.0 as default from
	ip-address-string

2001-11-26 11:46  jesse

	* assert.lisp (1.1.2.1), filesystem.lisp (1.1.2.1),
	interactive.lisp (1.1.2.1), network.lisp (1.1.2.1), odcl.system
	(1.4.2.2), parsing.lisp (1.2.2.1): Added files from head.

2001-11-26 11:18  jesse

	* locale.lisp (1.1.2.1): added from head.

2001-11-26 11:15  jesse

	* diagnostics.lisp (1.6.2.1), list.lisp (1.2.2.1), macros.lisp
	(1.3.2.1), odcl.system (1.4.2.1), package.lisp (1.8.2.1),
	string.lisp (1.3.2.1), symbol.lisp (1.3.2.1): Move head changes to
	maintenance branch.

2001-11-26 10:40  craig

	* objects.lisp (1.4), odcl.system (1.7), package.lisp (1.14),
	property-sheets.lisp (1.1): Property sheets mods

2001-11-21 16:13  jesse

	* diagnostics.lisp (1.10): list-pkg-bound, pkg-makunbound

2001-11-21 12:24  jesse

	* diagnostics.lisp (1.9): list-instances

2001-11-20 11:18  jesse

	* objects.lisp (1.3), package.lisp (1.13): Better defproperties
	macro

2001-11-16 16:11  craig

	* package.lisp (1.12), parsing.lisp (1.2): removed %'s from
	str-y-or-n, str-n-or-n, read-list-or-nil and read-number-or-nil and
	export them from ODCL

2001-11-14 15:43  jesse

	* package.lisp (1.11): export ip-address-string

2001-11-14 12:58  jesse

	* diagnostics.lisp (1.8), locale.lisp (1.1), network.lisp (1.1),
	odcl.system (1.6), package.lisp (1.10): More utility functions
	(network, locale) added

2001-11-14 11:27  jesse

	* assert.lisp (1.1), diagnostics.lisp (1.7), filesystem.lisp (1.1),
	interactive.lisp (1.1), list.lisp (1.3), macros.lisp (1.4),
	odcl.system (1.5), package.lisp (1.9), parsing.lisp (1.1),
	profile.lisp (1.1), string.lisp (1.4), symbol.lisp (1.4): Merge in
	generally useful code from :wcof and :wco

2001-11-12 16:02  josh

	* odcl.system (1.4): add alist.lisp

2001-11-12 14:52  jesse

	* ODCL.system (1.8), alist.lisp (1.3), diagnostics.lisp (1.6),
	hash.lisp (1.2), list.lisp (1.2), lru-cache.lisp (1.2), macros.lisp
	(1.3), modules.lisp (1.4), numbers.lisp (1.3), objects.lisp (1.2),
	odcl.system (1.3), package.lisp (1.8), string.lisp (1.3),
	symbol.lisp (1.3): Update file headers, move to c-l-c complaint
	system naming.

2001-11-12 13:09  jesse

	* diagnostics.lisp (1.5), package.lisp (1.7): Rename 'stat' to
	'note-stat' to prevent conflicts with unix "stat"

2001-11-09 12:57  jesse

	* ODCL.system (1.7), odcl.system (1.2): Add diagnostics to system
	def

2001-11-09 12:29  jesse

	* diagnostics.lisp (1.4): add generic stat counter

2001-11-09 11:48  jesse

	* diagnostics.lisp (1.3): add 'type' argument

2001-11-09 11:41  jesse

	* diagnostics.lisp (1.2): allow package designator to be a symbol

2001-11-09 11:36  josh

	* diagnostics.lisp (1.1): added func to list all special variables
	and their values

2001-11-02 16:43  jesse

	* alist.lisp (1.2), package.lisp (1.6): add 'get-alist'

2001-10-30 10:14  jesse

	* ODCL.system (1.6), alist.lisp (1.1), macros.lisp (1.2),
	package.lisp (1.5): Add 'while', 'while-not', alist updater

2001-10-29 17:36  craig

	* Makefile (1.4): Freeze target

2001-10-12 18:21  apharris

	* Makefile (1.3): teach it how to make tags; some other cleanups

2001-10-12 15:58  apharris

	* debian/changelog (1.3): prepare 1.0.0-1, hopefully for real

2001-10-12 15:58  apharris

	* .cvsignore (1.3), Makefile (1.2), make-dist.sh (1.3),
	debian/copyright (1.2), debian/rules (1.3): sync from recent
	uncommonsql changes

2001-10-11 16:01  jesse

	* .cvsignore (1.2): ignore error trace files

2001-10-03 19:39  apharris

	* make-dist.sh (1.2): oops, tarball should be _

2001-10-03 18:48  apharris

	* debian/: changelog (1.2), control (1.2), rules (1.2): basically
	back-porting usql changes

2001-10-03 18:48  apharris

	* Makefile (1.1), make-dist.sh (1.1): make dist works

2001-10-03 18:48  apharris

	* VERSION (1.1): version 1.0.0; file used by 'make dist'

2001-09-18 12:34  jesse

	* ODCL.system (1.5), objects.lisp (1.1), package.lisp (1.4): Move
	some object property protocol stuff here from WCO framework.

2001-09-10 00:07  jesse

	* odcl.system (1.1), debian/.cvsignore (1.1), debian/README.debian
	(1.1), debian/changelog (1.1), debian/control (1.1),
	debian/copyright (1.1), debian/dirs (1.1), debian/docs (1.1),
	debian/links (1.1), debian/postinst (1.1), debian/prerm (1.1),
	debian/rules (1.1): debian package machinery added

2001-09-05 11:39  lyn

	* modules.lisp (1.3): fixt a bhug.

2001-08-10 16:56  jesse

	* ODCL.system (1.4), lru-cache.lisp (1.1), numbers.lisp (1.2): Add
	LRU cache, parse-integer-insensitively

2001-08-10 15:58  jesse

	* ODCL.system (1.3), numbers.lisp (1.1), package.lisp (1.3),
	symbol.lisp (1.2): Add keyword->symbol, ensure-integer

2001-08-10 02:23  craig

	* modules.lisp (1.2): First draft of ODCL module support code,
	please take a look

2001-08-10 01:46  craig

	* ODCL.system (1.2), modules.lisp (1.1), package.lisp (1.2): First
	draft of ODCL module support code, please take a look

2001-08-08 13:07  josh

	* string.lisp (1.2): safer split method

2001-07-29 18:12  jesse

	* .cvsignore (1.1): Ignore fasl files.

2001-07-24 15:47  lyn

	* ODCL.system (1.1), hash.lisp (1.1), list.lisp (1.1), macros.lisp
	(1.1), package.lisp (1.1), string.lisp (1.1), symbol.lisp (1.1):
	Initial revision

2001-07-24 15:47  lyn

	* ODCL.system (1.1.1.1), hash.lisp (1.1.1.1), list.lisp (1.1.1.1),
	macros.lisp (1.1.1.1), package.lisp (1.1.1.1), string.lisp
	(1.1.1.1), symbol.lisp (1.1.1.1): Onshore Development Common Lib

