summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:27:15 +0000 (01:27 +0100)]
Fix possibly missing inotify_init1(2).
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:27:50 +0000 (01:27 +0100)]
Indentation.
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:26:57 +0000 (01:26 +0100)]
Fix spelling.
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:26:05 +0000 (01:26 +0100)]
Unix encoding.
Olof-Joachim Frahm [Sat, 9 Feb 2013 16:27:54 +0000 (17:27 +0100)]
Update TODO to drop the non-blocking mode.
Or fix it, that would be nice as well.
Olof-Joachim Frahm [Sat, 9 Feb 2013 15:36:24 +0000 (16:36 +0100)]
Fix example with more efficient version.
Olof-Joachim Frahm [Sat, 9 Feb 2013 15:35:11 +0000 (16:35 +0100)]
Discard return values of watch functions.
Olof-Joachim Frahm [Sat, 9 Feb 2013 15:20:00 +0000 (16:20 +0100)]
Update documentation.
Use IOLIB instead of SBCL internals. Update the TODO list.
Olof-Joachim Frahm [Sat, 9 Feb 2013 15:07:03 +0000 (16:07 +0100)]
Remove experimental functions.
Until it is clear whether this is useful at all. And if it can be
implemented using e.g. IOLIB instead of SBCL specifics.
Olof-Joachim Frahm [Sat, 9 Feb 2013 14:39:40 +0000 (15:39 +0100)]
Cleanup, make one function conditional.
Olof-Joachim Frahm [Sat, 9 Feb 2013 14:38:38 +0000 (15:38 +0100)]
Use OSICAT instead of SBCL specific stuff.
FD streams are a hassle though. Maybe just dump them completely?
Olof-Joachim Frahm [Sat, 9 Feb 2013 14:33:01 +0000 (15:33 +0100)]
Add inotify_init1 variant.
Olof-Joachim Frahm [Wed, 19 Dec 2012 22:59:37 +0000 (23:59 +0100)]
Function to run an external program under watch.
Needs SBCL until I add compatibility for, or entirely switch to iolib/a
similar library for event handlers and so on.
Olof-Joachim Frahm [Wed, 19 Dec 2012 22:58:39 +0000 (23:58 +0100)]
Untabify and replace some splices to conform.
Olof-Joachim Frahm [Sat, 25 Feb 2012 11:08:44 +0000 (12:08 +0100)]
Moved the &OPTIONAL to the right place.
Olof-Joachim Frahm [Sat, 25 Feb 2012 10:46:35 +0000 (11:46 +0100)]
Added two macros; more intro for the README.
Also exported more symbols and update copyright info.
Olof-Joachim Frahm [Wed, 23 Nov 2011 01:07:46 +0000 (02:07 +0100)]
Removed stray LINKS section.
Olof-Joachim Frahm [Wed, 23 Nov 2011 01:06:45 +0000 (02:06 +0100)]
Fixed README linebreaks.
Olof-Joachim Frahm [Wed, 23 Nov 2011 01:01:37 +0000 (02:01 +0100)]
Fixed license header, added ASDF fields.
License is now correctly 2-clause BSD.
Added author, (long-)description and license fields.
Olof-Joachim Frahm [Thu, 16 Jun 2011 00:38:03 +0000 (02:38 +0200)]
Renamed README.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:55:49 +0000 (05:55 -0700)]
Added link to other library.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:51:58 +0000 (14:51 +0200)]
Added point about iolib.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:45:56 +0000 (14:45 +0200)]
Added more description and markup.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:28:44 +0000 (14:28 +0200)]
Added trivial-utf-8 to the requirements.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:26:56 +0000 (14:26 +0200)]
Missing exports and loop indentation.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:24:30 +0000 (14:24 +0200)]
Added handle lookup.
Fixed README, docstrings and exports.
Olof-Joachim Frahm [Thu, 9 Jun 2011 09:53:51 +0000 (11:53 +0200)]
Changed license to Simplified BSD.
Olof-Joachim Frahm [Thu, 9 Jun 2011 09:42:39 +0000 (11:42 +0200)]
Changed everything to inotify naming.
Olof-Joachim Frahm [Mon, 5 Apr 2010 19:07:30 +0000 (21:07 +0200)]
Rename to cl-inotify. Various changes.
Olof-Joachim Frahm [Fri, 5 Mar 2010 21:14:46 +0000 (22:14 +0100)]
Small improvements for implementation.
Now using perror(3)-style messages if possible.
The do-event and next-events were improved, as were typechecking for some
functions. Traversing now uses loop if possible.
Olof-Joachim Frahm [Wed, 30 Dec 2009 22:06:07 +0000 (23:06 +0100)]
Restarts and initialisation for endianess, more documentation.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:40:23 +0000 (21:40 +0100)]
Removed TODO.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:38:12 +0000 (21:38 +0100)]
Fixed a typo, added a howto to the README.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:17:18 +0000 (21:17 +0100)]
Added copyright notice.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:07:23 +0000 (21:07 +0100)]
Enhanced functionality and more convenience.
Changed dependency on utils-frahm, non-blocking reading, registration of
watched directories.
Olof-Joachim Frahm [Sun, 25 Oct 2009 22:14:07 +0000 (23:14 +0100)]
Exported symbols.
Olof-Joachim Frahm [Sun, 25 Oct 2009 22:05:01 +0000 (23:05 +0100)]
Typo.
Olof-Joachim Frahm [Sun, 25 Oct 2009 22:04:05 +0000 (23:04 +0100)]
Moved TODO.
Olof-Joachim Frahm [Sun, 25 Oct 2009 21:58:31 +0000 (22:58 +0100)]
Initial commit