2007-09-13  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* ChangeLog, debug.lisp, filesystem.lisp, version.lisp-expr:
	ch-util 0.3.7
	 * more #-sbcl fixes

	* version.lisp-expr: ch-util 0.3.6
	 * hide more sb-alien calls behind #+sbcl
	 * update ChangeLog

2007-09-12  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* filesystem.lisp, version.lisp-expr: ch-util 0.3.5
	 * put (sb-ext::find-executable ...) forms after #+sbcl . hopefully
	   this fixes things so that this works on non-sbcl lisps.

	* version.lisp-expr, filesystem.lisp: ch-util 0.3.4
	 * fixed *pdf-viewer-path* and *html-viewer-path* defparameter forms for non-SBCL

2007-09-12  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* filesystem.lisp, version.lisp-expr: ch-util 0.3.5
	 * put (sb-ext::find-executable ...) forms after #+sbcl . hopefully
	   this fixes things so that this works on non-sbcl lisps.

	* version.lisp-expr, filesystem.lisp: ch-util 0.3.4
	 * fixed *pdf-viewer-path* and *html-viewer-path* defparameter forms for non-SBCL

2007-09-11  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* filesystem.lisp, version.lisp-expr: ch-util 0.3.3
	 * fixing compilation errors on non/darwin-or-linux systems

	* ChangeLog, filesystem.lisp, version.lisp-expr: ch-util 0.3.2
	 * missed a couple sb-ext:: calls that needed to be #+sbcl

	* version.lisp-expr: ch-util 0.3.1
	 * fixed version
	 * updated changelog

	* .cvsignore, array.lisp, bootstrap.lisp, ch-util.asd, src/array.cl, src/bytebuffer.cl, src/ch-asdf.cl, src/ch-util.cl, src/debug.cl, src/defpackage.cl, src/filesystem.cl, src/hash-table.cl, src/lists.cl, src/macros.cl, src/reader-macros.cl, src/sequence.cl, src/testharness.cl, src/vector.cl, version.lisp-expr, bytebuffer.lisp, ch-asdf.lisp, ch-util.lisp, debug.lisp, defpackage.lisp, filesystem.lisp, hash-table.lisp, lists.lisp, macros.lisp, parser.lisp, reader-macros.lisp, sequence.lisp, testharness.lisp, vector.lisp:
	ch-util 0.3
	 * reorganized source files
	 * fixed some (format "string") instead of (format nil "string") problems in #-sbcl code

2006-09-04  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/ch-util.cl, src/lists.cl, version.lisp-expr: ch-util 0.2.2
	 * removed timestamp
	 * added kewyordicate
	 * minor formatting changes
	 * added mean, variance, and square-seq
	 * added keyword-arg-name and with-keyword-args
	 * added sort-copy
	 * added iota
	 * added ensure-list

2006-08-09  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* make-dist.sh, src/ch-asdf.cl, src/ch-util.cl, version.lisp-expr:
	ch-util 0.2.1
	  * use asdf-package:package-system instead of ch-util:make-dist in make-dist.sh
	  * fix (?) pathname-in-parent. this should go away
	  * added median
	  * added remove-keywordish-args

2006-07-29  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/ch-asdf.cl, src/ch-util.cl, src/defpackage.cl, version.lisp-expr:
	ch-util 0.1.14.4-20060729
	  * trying to fix the make-dist stuff. still broken ATM.
	  * added and exported find-nth-zero and generate-random-permutation

2006-07-23  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/lists.cl, version.lisp-expr: ch-util 0.1.14.3-20060722
	 * added remove-nulls

2006-06-29  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/hash-table.cl, version.lisp-expr: ch-util 0.1.14.2-20060629
	  * added some hash table utility functions

2006-06-26  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/lists.cl, version.lisp-expr: * added properties function

2006-06-19  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* ch-util.asd, src/defpackage.cl, src/reader-macros.cl, src/sequence.cl, src/vector.cl, version.lisp-expr:
	* Added some sequence utilities
	* Added #q reader macro

2006-06-04  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/macros.cl, src/filesystem.cl, src/defpackage.cl, src/debug.cl, src/ch-asdf.cl, version.lisp-expr:
	* made list-module-files not choke on asdf components that don't have
	  files associated with them
	* added hex-dump-word and hex-dump-words
	* made time-to-string and contents-of-file external
	* use camino instead of DeerPark on darwin
	* added time-to-string macro

2006-04-08  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* version.lisp-expr, ch-util.asd, ch-util-test.asd:
	 * add version.lisp-expr stuff

2006-04-07  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/ch-asdf.cl:
	hacked in some stuff for dealing with tinaa file directories
	print out all the files going into a dist

2006-04-05  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl:
	make lisp pathnames be unix pathnames in arguments to app-open

2006-03-18  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/array.cl:
	    * Wow. fixed a ton of stupid errors. Test before committing next
	      time.

	* src/defpackage.cl:    * make copy-array publicly accessible

	* src/array.cl, ch-util.asd:     * Added file array.cl
	    * Added copy-array function

2006-03-17  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl: added pathanme-lessp

2006-03-15  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* ch-util.asd, ch-util-test.asd:    * Bumping version number

2006-02-18  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl: * fixing pdf-viewer for darwin

	* src/debug.cl:
	Added double dumping stuff. Should really macro-ize or otherwise
	parameterize this so that we don't have to do this for each type.

2006-01-27  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl: * added run-program-asynchronously
	* added map-files-in-directory

2006-01-26  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl: added html-open

	* src/defpackage.cl: added pdf-open and html-open exports

	* src/filesystem.cl: added pdf-open

2006-01-24  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl:
	moved #+darwin down inside function definitions so that app-open and
	friends are no-ops rather than undefined functions on #-darwin
	platforms.

2006-01-20  Cyrus Harmon  <ch-lisp@bobobeach.com>

	* src/filesystem.cl:
	made firefox-open be #+darwin until I get a working version on
	another platform.

	* ch-util.asd: really bump version number...

	* ch-util.asd, ChangeLog: * Added ChangeLog
	* Bumped Version Number

	* src/filesystem.cl, src/defpackage.cl, src/ch-util.cl:
	* Added app-open, safari-open and firefox-open
	* Added get-current-date
	* Exported get-current-date

2006-01-20  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/filesystem.cl, src/defpackage.cl, src/ch-util.cl:
	* Added app-open, safari-open and firefox-open
	* Added get-current-date
	* Exported get-current-date

2005-12-11  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/vector.cl: * tweaked map-vector a bit

2005-12-05  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util.asd, ch-util-test.asd: bumped version numbers

	* src/vector.cl, src/defpackage.cl, ch-util.asd:
	* added new file vector.cl
	* made some more functions public

2005-12-04  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/hash-table.cl: removed time stamp

2005-11-30  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/defpackage.cl: making hash-table-from-{ap}list external

2005-11-30  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/defpackage.cl: making hash-table-from-{ap}list external

2005-11-28  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/debug.cl, bootstrap.cl:
	conditionalize sbcl stuff so that we can, in theory of not in
	practice, run under non-sbcl lisps.

2005-11-17  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util.asd, ch-util-test.asd: bumped version numbers

2005-11-11  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util.asd: remove Makefile and add make-dist.sh as a :static-file

2005-11-11  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util.asd: remove Makefile and add make-dist.sh as a :static-file

2005-10-13  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util-test.asd, ch-util.asd: bumping version number

2005-10-12  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/ch-asdf.cl:
	incompatible change to make-dist. now use the make-dist.sh shell scripts!

	* make-dist.sh: new make-dist shell scripts

2005-09-30  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/debug.cl: really dump hex instead of base 10

2005-09-27  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util.asd, src/ch-util.cl, src/lists.cl, src/macros.cl:
	... moved some things around a bit
	... added flatten

2005-08-31  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/debug.cl: added char-dump functions

2005-08-26  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/debug.cl, ch-util.asd:
	added some hex dumping utils for debugging purposes

2005-08-26  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/debug.cl, ch-util.asd:
	added some hex dumping utils for debugging purposes

2005-08-25  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/ch-util.cl, src/defpackage.cl, src/filesystem.cl:
	added int-to-str, str-to-int, prefix, unix-name, subdirectories
	fixed a directories bug

2005-07-24  Cyrus Harmon  <cyrus@bobobeach.com>

	* ch-util.asd, ch-util-test.asd: fixing version numbers

2005-07-13  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/macros.cl: added attribution note for once-only

	* src/macros.cl: adding macros.cl with once-only macro

	* ch-util.asd: added macros file to the asdf

2005-07-13  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/macros.cl: added attribution note for once-only

	* src/macros.cl: adding macros.cl with once-only macro

	* ch-util.asd: added macros file to the asdf

2005-07-01  Cyrus Harmon  <cyrus@bobobeach.com>

	* src/.cvsignore: fixing cvsignore

	* Makefile, ch-util-test.asd, ch-util.asd, src/bytebuffer.cl, src/ch-asdf.cl, src/ch-util.cl, src/defpackage.cl, src/filesystem.cl, src/hash-table.cl, src/testharness.cl, test/defpackage.cl, test/test-ch-util.cl:
	chutil -> ch-util

	* ch-util.asd, ch-util-test.asd, Makefile:
	cleaning up the asd files for make dist
	makefile improvements to make dist

	* src/defpackage.cl: added new symbols

	* src/ch-asdf.cl: make-dist now takes multiple modules
	added unregister-system

	* src/filesystem.cl: added (require :sb-posix) under sbcl
	added with-current-directory (from antifuchs)
	added run-program and process-output-stream wrappers

2005-06-30  Cyrus Harmon  <cyrus@bobobeach.com>

	* Makefile, ch-util.asd, src/ch-asdf.cl, src/filesystem.cl:
	now supports and works with the new lispy make dist mechanism

	* COPYRIGHT, Makefile, Makefile.am, README, am-bootstrap, ch-util.asd, configure.ac, src/ch-asdf.cl, src/defpackage.cl:
	removing autoconf cruft
	adding COPYRIGHT, REAMDE and Makefile
	added ch-asdf.cl and added make-dist to the exported symbol list

2005-06-29  Cyrus Harmon  <cyrus@bobobeach.com>

	* Makefile.am, am-bootstrap, configure.ac:
	adding automake stuff so that we get make dist

	* ch-util-test.asd, ch-util.asd: license -> licence

	* .cvsignore, bootstrap.cl, ch-util-test.asd, ch-util.asd, src/.cvsignore, src/bytebuffer.cl, src/ch-util.cl, src/defpackage.cl, src/filesystem.cl, src/hash-table.cl, src/testharness.cl, test/.cvsignore, test/defpackage.cl, test/test-ch-util.cl:
	renamed util -> chutil