This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/13137] [eclipse 3.0] need java.nio file locking


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-27 00:07 -------
Fixed by:
2004-01-23  Michael Koch  <konqueror@gmx.de>
        
        * gnu/java/nio/FileLockImpl.java:
        Fixed filename in copyright.
        (released): Removed.
        (finalize): New method.
        * gnu/java/nio/natFileLockImpl.cc
        (releaseImpl): Implemented.
        * java/nio/channels/FileChannelImpl.java:
        Reworked imports.
        (lock): Implemented.
        (lockImpl): New method.
        (tryLock): Implemented.
        (tryLockImpl): New method.
        * java/nio/channels/natFileChannelImpl.cc
        (lockImpl): New method.
        (tryLockImpl): New method.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13137


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]