summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Cyrus Harmon [Sun, 16 Nov 2008 03:39:57 +0000]
fix bug in tmp-file-name
* thanks to Daniel Herring for the fix
* fix indentation in contents-of-stream
sly [Sat, 12 Jan 2008 00:02:21 +0000]
ch-util 0.3.10
* removed old Makefile
sly [Fri, 11 Jan 2008 23:59:35 +0000]
ch-util 0.3.9
* *.cl -> *.lisp in tests
* clean up ASDF files
* remove old .cvsignore
* update changelog
sly [Sun, 23 Dec 2007 21:02:16 +0000]
ch-util 0.3.8
* remove calls to sb-ext:find-executable-in-search-path and just use
executable name directly (without the inferred path) in the
run-program-asynchronously calls
sly [Thu, 13 Sep 2007 04:04:21 +0000]
ch-util 0.3.7
* more #-sbcl fixes
sly [Thu, 13 Sep 2007 02:01:27 +0000]
ch-util 0.3.6
* hide more sb-alien calls behind #+sbcl
* update ChangeLog
sly [Wed, 12 Sep 2007 21:11:23 +0000]
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.
sly [Wed, 12 Sep 2007 19:02:04 +0000]
ch-util 0.3.4
* fixed *pdf-viewer-path* and *html-viewer-path* defparameter forms for non-SBCL
sly [Tue, 11 Sep 2007 20:13:56 +0000]
ch-util 0.3.3
* fixing compilation errors on non/darwin-or-linux systems
sly [Tue, 11 Sep 2007 19:55:15 +0000]
ch-util 0.3.2
* missed a couple sb-ext:: calls that needed to be #+sbcl
sly [Tue, 11 Sep 2007 19:51:52 +0000]
ch-util 0.3.1
* fixed version
* updated changelog
sly [Tue, 11 Sep 2007 19:46:59 +0000]
ch-util 0.3
* reorganized source files
* fixed some (format "string") instead of (format nil "string") problems in #-sbcl code
sly [Mon, 4 Sep 2006 20:08:01 +0000]
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
sly [Wed, 9 Aug 2006 16:14:08 +0000]
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
sly [Sat, 29 Jul 2006 17:42:18 +0000]
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
sly [Sun, 23 Jul 2006 01:30:30 +0000]
ch-util 0.1.14.3-
20060722
* added remove-nulls
sly [Thu, 29 Jun 2006 18:58:48 +0000]
ch-util 0.1.14.2-
20060629
* added some hash table utility functions
sly [Mon, 26 Jun 2006 19:02:02 +0000]
* added properties function
sly [Mon, 19 Jun 2006 22:14:30 +0000]
* Added some sequence utilities
* Added #q reader macro
sly [Sun, 4 Jun 2006 01:40:03 +0000]
* 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
sly [Sat, 8 Apr 2006 08:01:07 +0000]
* add version.lisp-expr stuff
sly [Fri, 7 Apr 2006 22:20:35 +0000]
hacked in some stuff for dealing with tinaa file directories
print out all the files going into a dist
sly [Wed, 5 Apr 2006 19:09:57 +0000]
make lisp pathnames be unix pathnames in arguments to app-open
sly [Sat, 18 Mar 2006 06:25:31 +0000]
* Wow. fixed a ton of stupid errors. Test before committing next
time.
sly [Sat, 18 Mar 2006 06:17:16 +0000]
* make copy-array publicly accessible
sly [Sat, 18 Mar 2006 06:16:35 +0000]
* Added file array.cl
* Added copy-array function
sly [Fri, 17 Mar 2006 20:31:05 +0000]
added pathanme-lessp
sly [Wed, 15 Mar 2006 20:50:13 +0000]
* Bumping version number
sly [Sat, 18 Feb 2006 18:40:02 +0000]
* fixing pdf-viewer for darwin
sly [Sat, 18 Feb 2006 18:39:27 +0000]
Added double dumping stuff. Should really macro-ize or otherwise
parameterize this so that we don't have to do this for each type.
sly [Fri, 27 Jan 2006 04:49:23 +0000]
* added run-program-asynchronously
* added map-files-in-directory
sly [Thu, 26 Jan 2006 20:46:36 +0000]
added html-open
sly [Thu, 26 Jan 2006 20:46:29 +0000]
added pdf-open and html-open exports
sly [Thu, 26 Jan 2006 20:43:45 +0000]
added pdf-open
sly [Tue, 24 Jan 2006 03:13:23 +0000]
moved #+darwin down inside function definitions so that app-open and
friends are no-ops rather than undefined functions on #-darwin
platforms.
sly [Fri, 20 Jan 2006 23:26:22 +0000]
made firefox-open be #+darwin until I get a working version on
another platform.
sly [Fri, 20 Jan 2006 23:23:39 +0000]
really bump version number...
sly [Fri, 20 Jan 2006 23:22:47 +0000]
* Added ChangeLog
* Bumped Version Number
sly [Fri, 20 Jan 2006 23:04:07 +0000]
* Added app-open, safari-open and firefox-open
* Added get-current-date
* Exported get-current-date
sly [Sun, 11 Dec 2005 07:29:23 +0000]
* tweaked map-vector a bit
sly [Mon, 5 Dec 2005 07:40:48 +0000]
bumped version numbers
sly [Mon, 5 Dec 2005 01:24:48 +0000]
* added new file vector.cl
* made some more functions public
sly [Sun, 4 Dec 2005 14:29:25 +0000]
removed time stamp
sly [Wed, 30 Nov 2005 21:07:05 +0000]
making hash-table-from-{ap}list external
sly [Mon, 28 Nov 2005 22:01:33 +0000]
conditionalize sbcl stuff so that we can, in theory of not in
practice, run under non-sbcl lisps.
sly [Thu, 17 Nov 2005 19:16:22 +0000]
bumped version numbers
sly [Fri, 11 Nov 2005 23:44:48 +0000]
remove Makefile and add make-dist.sh as a :static-file
sly [Thu, 13 Oct 2005 00:18:32 +0000]
bumping version number
sly [Wed, 12 Oct 2005 23:04:56 +0000]
incompatible change to make-dist. now use the make-dist.sh shell scripts!
sly [Wed, 12 Oct 2005 23:04:21 +0000]
new make-dist shell scripts
sly [Fri, 30 Sep 2005 18:50:04 +0000]
really dump hex instead of base 10
sly [Tue, 27 Sep 2005 07:16:37 +0000]
... moved some things around a bit
... added flatten
sly [Wed, 31 Aug 2005 23:56:34 +0000]
added char-dump functions
sly [Fri, 26 Aug 2005 19:44:31 +0000]
added some hex dumping utils for debugging purposes
sly [Thu, 25 Aug 2005 07:20:29 +0000]
added int-to-str, str-to-int, prefix, unix-name, subdirectories
fixed a directories bug
sly [Sun, 24 Jul 2005 18:25:29 +0000]
fixing version numbers
sly [Wed, 13 Jul 2005 18:32:35 +0000]
added attribution note for once-only
sly [Wed, 13 Jul 2005 18:31:59 +0000]
adding macros.cl with once-only macro
sly [Wed, 13 Jul 2005 18:29:58 +0000]
added macros file to the asdf
sly [Fri, 1 Jul 2005 19:47:27 +0000]
fixing cvsignore
sly [Fri, 1 Jul 2005 15:20:20 +0000]
chutil -> ch-util
sly [Fri, 1 Jul 2005 15:07:08 +0000]
cleaning up the asd files for make dist
makefile improvements to make dist
sly [Fri, 1 Jul 2005 15:06:44 +0000]
added new symbols
sly [Fri, 1 Jul 2005 15:05:32 +0000]
make-dist now takes multiple modules
added unregister-system
sly [Fri, 1 Jul 2005 15:03:42 +0000]
added (require :sb-posix) under sbcl
added with-current-directory (from antifuchs)
added run-program and process-output-stream wrappers
sly [Thu, 30 Jun 2005 08:50:24 +0000]
now supports and works with the new lispy make dist mechanism
sly [Thu, 30 Jun 2005 07:59:44 +0000]
removing autoconf cruft
adding COPYRIGHT, REAMDE and Makefile
added ch-asdf.cl and added make-dist to the exported symbol list
sly [Wed, 29 Jun 2005 20:02:00 +0000]
adding automake stuff so that we get make dist
sly [Wed, 29 Jun 2005 19:26:14 +0000]
license -> licence
sly [Wed, 29 Jun 2005 19:14:15 +0000]
renamed util -> chutil