cl-inotify.git
11 years agoAdd iolib functions. master
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:28:19 +0000 (01:28 +0100)]
Add iolib functions.

For the moment unexported, more as an example.

11 years agoFix possibly missing inotify_init1(2).
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:27:15 +0000 (01:27 +0100)]
Fix possibly missing inotify_init1(2).

11 years agoIndentation.
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:27:50 +0000 (01:27 +0100)]
Indentation.

11 years agoFix spelling.
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:26:57 +0000 (01:26 +0100)]
Fix spelling.

11 years agoUnix encoding.
Olof-Joachim Frahm [Fri, 29 Mar 2013 00:26:05 +0000 (01:26 +0100)]
Unix encoding.

11 years agoUpdate TODO to drop the non-blocking mode.
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.

11 years agoFix example with more efficient version.
Olof-Joachim Frahm [Sat, 9 Feb 2013 15:36:24 +0000 (16:36 +0100)]
Fix example with more efficient version.

11 years agoDiscard return values of watch functions.
Olof-Joachim Frahm [Sat, 9 Feb 2013 15:35:11 +0000 (16:35 +0100)]
Discard return values of watch functions.

11 years agoUpdate documentation.
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.

11 years agoRemove experimental functions.
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.

11 years agoCleanup, make one function conditional.
Olof-Joachim Frahm [Sat, 9 Feb 2013 14:39:40 +0000 (15:39 +0100)]
Cleanup, make one function conditional.

11 years agoUse OSICAT instead of SBCL specific stuff.
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?

11 years agoAdd inotify_init1 variant.
Olof-Joachim Frahm [Sat, 9 Feb 2013 14:33:01 +0000 (15:33 +0100)]
Add inotify_init1 variant.

11 years agoFunction to run an external program under watch.
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.

11 years agoUntabify and replace some splices to conform.
Olof-Joachim Frahm [Wed, 19 Dec 2012 22:58:39 +0000 (23:58 +0100)]
Untabify and replace some splices to conform.

12 years agoMoved the &OPTIONAL to the right place.
Olof-Joachim Frahm [Sat, 25 Feb 2012 11:08:44 +0000 (12:08 +0100)]
Moved the &OPTIONAL to the right place.

12 years agoAdded two macros; more intro for the README.
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.

12 years agoRemoved stray LINKS section.
Olof-Joachim Frahm [Wed, 23 Nov 2011 01:07:46 +0000 (02:07 +0100)]
Removed stray LINKS section.

12 years agoFixed README linebreaks.
Olof-Joachim Frahm [Wed, 23 Nov 2011 01:06:45 +0000 (02:06 +0100)]
Fixed README linebreaks.

12 years agoFixed license header, added ASDF fields.
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.

12 years agoRenamed README.
Olof-Joachim Frahm [Thu, 16 Jun 2011 00:38:03 +0000 (02:38 +0200)]
Renamed README.

12 years agoAdded link to other library.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:55:49 +0000 (05:55 -0700)]
Added link to other library.

12 years agoAdded point about iolib.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:51:58 +0000 (14:51 +0200)]
Added point about iolib.

12 years agoAdded more description and markup.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:45:56 +0000 (14:45 +0200)]
Added more description and markup.

12 years agoAdded trivial-utf-8 to the requirements.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:28:44 +0000 (14:28 +0200)]
Added trivial-utf-8 to the requirements.

12 years agoMissing exports and loop indentation.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:26:56 +0000 (14:26 +0200)]
Missing exports and loop indentation.

12 years agoAdded handle lookup.
Olof-Joachim Frahm [Thu, 9 Jun 2011 12:24:30 +0000 (14:24 +0200)]
Added handle lookup.

Fixed README, docstrings and exports.

12 years agoChanged license to Simplified BSD.
Olof-Joachim Frahm [Thu, 9 Jun 2011 09:53:51 +0000 (11:53 +0200)]
Changed license to Simplified BSD.

12 years agoChanged everything to inotify naming.
Olof-Joachim Frahm [Thu, 9 Jun 2011 09:42:39 +0000 (11:42 +0200)]
Changed everything to inotify naming.

14 years agoRename to cl-inotify. Various changes.
Olof-Joachim Frahm [Mon, 5 Apr 2010 19:07:30 +0000 (21:07 +0200)]
Rename to cl-inotify.  Various changes.

14 years agoSmall improvements for implementation.
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.

14 years agoRestarts and initialisation for endianess, more documentation.
Olof-Joachim Frahm [Wed, 30 Dec 2009 22:06:07 +0000 (23:06 +0100)]
Restarts and initialisation for endianess, more documentation.

14 years agoRemoved TODO.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:40:23 +0000 (21:40 +0100)]
Removed TODO.

14 years agoFixed a typo, added a howto to the README.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:38:12 +0000 (21:38 +0100)]
Fixed a typo, added a howto to the README.

14 years agoAdded copyright notice.
Olof-Joachim Frahm [Fri, 18 Dec 2009 20:17:18 +0000 (21:17 +0100)]
Added copyright notice.

14 years agoEnhanced functionality and more convenience.
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.

14 years agoExported symbols.
Olof-Joachim Frahm [Sun, 25 Oct 2009 22:14:07 +0000 (23:14 +0100)]
Exported symbols.

14 years agoTypo.
Olof-Joachim Frahm [Sun, 25 Oct 2009 22:05:01 +0000 (23:05 +0100)]
Typo.

14 years agoMoved TODO.
Olof-Joachim Frahm [Sun, 25 Oct 2009 22:04:05 +0000 (23:04 +0100)]
Moved TODO.

14 years agoInitial commit
Olof-Joachim Frahm [Sun, 25 Oct 2009 21:58:31 +0000 (22:58 +0100)]
Initial commit