Add iolib functions.
[cl-inotify.git] / inotify.lisp
2013-03-29 Olof-Joachim FrahmFix possibly missing inotify_init1(2).
2013-03-29 Olof-Joachim FrahmFix spelling.
2013-03-29 Olof-Joachim FrahmUnix encoding.
2013-02-09 Olof-Joachim FrahmDiscard return values of watch functions.
2013-02-09 Olof-Joachim FrahmRemove experimental functions.
2013-02-09 Olof-Joachim FrahmCleanup, make one function conditional.
2013-02-09 Olof-Joachim FrahmUse OSICAT instead of SBCL specific stuff.
2013-02-09 Olof-Joachim FrahmAdd inotify_init1 variant.
2012-12-19 Olof-Joachim FrahmFunction to run an external program under watch.
2012-12-19 Olof-Joachim FrahmUntabify and replace some splices to conform.
2012-02-25 Olof-Joachim FrahmMoved the &OPTIONAL to the right place.
2012-02-25 Olof-Joachim FrahmAdded two macros; more intro for the README.
2011-11-23 Olof-Joachim FrahmFixed license header, added ASDF fields.
2011-06-09 Olof-Joachim FrahmMissing exports and loop indentation.
2011-06-09 Olof-Joachim FrahmAdded handle lookup.
2011-06-09 Olof-Joachim FrahmChanged license to Simplified BSD.
2011-06-09 Olof-Joachim FrahmChanged everything to inotify naming.
2010-04-05 Olof-Joachim FrahmRename to cl-inotify. Various changes.
2010-03-05 Olof-Joachim FrahmSmall improvements for implementation.
2009-12-30 Olof-Joachim FrahmRestarts and initialisation for endianess, more documen...
2009-12-18 Olof-Joachim FrahmFixed a typo, added a howto to the README.
2009-12-18 Olof-Joachim FrahmAdded copyright notice.
2009-12-18 Olof-Joachim FrahmEnhanced functionality and more convenience.
2009-10-25 Olof-Joachim FrahmInitial commit