ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/Changes
Revision: 1.5
Committed: Mon Apr 1 20:30:08 2002 UTC (22 years, 1 month ago) by root
Branch: MAIN
Changes since 1.4: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Linux::AIO
2    
3 root 1.5 0.1
4     - use pread/pwrite instead of lseek+read/write.
5     - fixed syscall prototypes.
6     - add stat/lstat calls.
7    
8 root 1.4 0.011 Tue Dec 25 03:02:30 CET 2001
9     - make it compile with 5.6.1 and maybe older versions. Boy is it
10     ugly now.
11    
12 root 1.3 0.01 Mon Oct 8 14:57:59 CEST 2001
13     - fixed syntax errors so it compiles with gcc-2.95.4 as well.
14    
15 root 1.1 0.002
16 root 1.2 - added Changes, aio_open, aio_close.
17 root 1.1
18     0.001
19     - original version, a dire hack.