Mon Dec 19 22:23:47 ART 2005 Alberto Bertogli tagged 0.23 Mon Dec 19 22:23:34 ART 2005 Alberto Bertogli * libjio 0.23 Sun Dec 4 16:38:00 ART 2005 Alberto Bertogli * Add the tests directory to the repo. While the tests are far from complete, it's nice to have them on the repo (they've always been in the tarballs). Sun Dec 4 16:34:39 ART 2005 Alberto Bertogli * Fix check for read-only access in jopen(). As a comment right above says, checking for read-only access can't be done by "if (flags & O_RDONLY)" since O_RDONLY is usually 0. We test jflags & J_RDONLY instead because we know it's properly defined. Thanks to Brian Moyle for reporting this bug and providing a slightly different patch. Sun Dec 4 16:33:44 ART 2005 Alberto Bertogli * Proper use of -fPIC. Thu Mar 10 15:09:50 ART 2005 Alberto Bertogli (albertogli@telpin.com.ar) tagged 0.22