natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc.
2007-01-18 Gary Benson <gbenson@redhat.com> * gnu/java/nio/natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc. * gnu/java/nio/natVMPipePosix.cc: Renamed from gnu/java/nio/natPipeImplPosix.cc. * gnu/java/nio/natVMPipeWin32.cc: Renamed from gnu/java/nio/natPipeImplWin32.cc. * gnu/java/nio/natVMSelectorEcos.cc: Renamed from gnu/java/nio/natSelectorImplEcos.cc. * gnu/java/nio/natVMSelectorPosix.cc: Renamed from gnu/java/nio/natSelectorImplPosix.cc. * gnu/java/nio/natVMSelectorWin32.cc: Renamed from gnu/java/nio/natSelectorImplWin32.cc. * java/io/natVMObjectInputStream.cc: Renamed from java/io/natObjectInputStream.cc. * java/lang/natVMDouble.cc: Renamed from java/lang/natDouble.cc. * java/lang/natVMFloat.cc: Renamed from java/lang/natFloat.cc. * Makefile.am, configure.ac: Reflect the above. * Makefile.in, configure: Rebuilt. From-SVN: r120895
This commit is contained in:
parent
3253eafbda
commit
463c03f1bc
14 changed files with 93 additions and 64 deletions
|
@ -1,6 +1,6 @@
|
|||
// natPipeImplEcos.cc
|
||||
// natVMPipeImplEcos.cc
|
||||
|
||||
/* Copyright (C) 2003, 2004 Free Software Foundation
|
||||
/* Copyright (C) 2003, 2004, 2007 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// natPipeImplPosix.cc
|
||||
// natVMPipeImplPosix.cc
|
||||
|
||||
/* Copyright (C) 2003, 2004 Free Software Foundation
|
||||
/* Copyright (C) 2003, 2004, 2007 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// natPipeImplWin32.cc
|
||||
// natVMPipeImplWin32.cc
|
||||
|
||||
/* Copyright (C) 2003, 2004 Free Software Foundation
|
||||
/* Copyright (C) 2003, 2004, 2007 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// natSelectorImplEcos.cc
|
||||
// natVMSelectorImplEcos.cc
|
||||
|
||||
/* Copyright (C) 2003, 2004 Free Software Foundation
|
||||
/* Copyright (C) 2003, 2004, 2007 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// natSelectorImplPosix.cc
|
||||
// natVMSelectorImplPosix.cc
|
||||
|
||||
/* Copyright (C) 2002, 2003, 2004 Free Software Foundation
|
||||
/* Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// natSelectorImplWin32.cc
|
||||
// natVMSelectorImplWin32.cc
|
||||
|
||||
/* Copyright (C) 2003, 2004 Free Software Foundation
|
||||
/* Copyright (C) 2003, 2004, 2007 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue