ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Inotify2/Changes
(Generate patch)

Comparing Linux-Inotify2/Changes (file contents):
Revision 1.29 by root, Mon Dec 9 03:09:43 2019 UTC vs.
Revision 1.30 by root, Sat Jul 31 11:47:05 2021 UTC

1Revision history for Linux::Inotify2 1Revision history for Linux::Inotify2
2 2
3TODO: document move/renaming issues for fullname 3TODO: document move/renaming issues for fullname
4TODO: find_watchers($path), or maybe just ->watchers 4TODO: find_watchers($path), or maybe just ->watchers
5
62.3 Sat Jul 31 13:45:51 CEST 2021
7 - store a filehandle internally so it gets perl's CLOEXEC flag as needed. also
8 gets rid of the destructor and the internal close function for added space
9 savings (reported by Eric Wong).
10 - add new ->fh accessor.
5 11
62.2 Mon Dec 9 04:09:05 CET 2019 122.2 Mon Dec 9 04:09:05 CET 2019
7 - define IN_EXCL_UNLINK to 0 if it is missing, for the benefit of 13 - define IN_EXCL_UNLINK to 0 if it is missing, for the benefit of
8 antique systems that lack this symbol. 14 antique systems that lack this symbol.
9 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines