set svn:eol-style to LF for all files (except for includeDBs), so that the files...
commit2736a1e968d36d32d3c946918a9bef1b27953dd5
authorDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 26 Oct 2006 16:36:34 +0000 (26 16:36 +0000)
committerDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 26 Oct 2006 16:36:34 +0000 (26 16:36 +0000)
tree097a6bd0d04b70ee5ab94e45651ebda2044b3970
parent168f6b2949f3f5580e9d394cadb6ebdbcaf203c3
set svn:eol-style to LF for all files (except for includeDBs), so that the files will work right on both Windows and Linux/Mac

git-svn-id: http://strongtalk.googlecode.com/svn/trunk@33 0765cc13-ff1d-0410-8584-d7a1c31ec48e
385 files changed:
vm/asm/assembler.cpp
vm/asm/assembler.hpp
vm/asm/codeBuffer.cpp
vm/asm/codeBuffer.hpp
vm/asm/location.cpp
vm/asm/location.hpp
vm/asm/x86_mapping.cpp
vm/asm/x86_mapping.hpp
vm/code/codeTable.cpp
vm/code/codeTable.hpp
vm/code/compiledIC.cpp
vm/code/compiledIC.hpp
vm/code/compiledPIC.cpp
vm/code/compiledPIC.hpp
vm/code/iCache.cpp
vm/code/iCache.hpp
vm/code/inliningdb.cpp
vm/code/inliningdb.hpp
vm/code/jumpTable.cpp
vm/code/jumpTable.hpp
vm/code/locations.cpp
vm/code/locations.hpp
vm/code/mapConformance.cpp
vm/code/mapConformance.hpp
vm/code/nameDesc.cpp
vm/code/nameDesc.hpp
vm/code/nativeInstruction.cpp
vm/code/nativeInstruction.hpp
vm/code/ncode.cpp
vm/code/ncode.hpp
vm/code/nmethod.cpp
vm/code/nmethod.hpp
vm/code/nmethodScopes.cpp
vm/code/nmethodScopes.hpp
vm/code/pcDesc.cpp
vm/code/pcDesc.hpp
vm/code/pregMapping.cpp
vm/code/pregMapping.hpp
vm/code/registerMask.cpp
vm/code/registerMask.hpp
vm/code/relocInfo.cpp
vm/code/relocInfo.hpp
vm/code/scopeDesc.cpp
vm/code/scopeDesc.hpp
vm/code/scopeDescRecorder.cpp
vm/code/scopeDescRecorder.hpp
vm/code/stubRoutines.cpp
vm/code/stubRoutines.hpp
vm/code/zone.cpp
vm/code/zone.hpp
vm/code/zoneHeap.cpp
vm/code/zoneHeap.hpp
vm/compiler/basicBlock.cpp
vm/compiler/basicBlock.hpp
vm/compiler/bitVector.cpp
vm/compiler/bitVector.hpp
vm/compiler/codeGenerator.cpp
vm/compiler/codeGenerator.hpp
vm/compiler/compUtils.cpp
vm/compiler/compUtils.hpp
vm/compiler/compileTimeClosure.cpp
vm/compiler/compileTimeClosure.hpp
vm/compiler/compiler.cpp
vm/compiler/compiler.hpp
vm/compiler/costModel.cpp
vm/compiler/costModel.hpp
vm/compiler/defUse.cpp
vm/compiler/defUse.hpp
vm/compiler/expr.cpp
vm/compiler/expr.hpp
vm/compiler/inline.cpp
vm/compiler/inliner.cpp
vm/compiler/inliner.hpp
vm/compiler/intervalInfo.cpp
vm/compiler/intervalInfo.hpp
vm/compiler/loopOpt.cpp
vm/compiler/loopOpt.hpp
vm/compiler/node.cpp
vm/compiler/node.hpp
vm/compiler/node.inline.hpp
vm/compiler/nodeBuilder.cpp
vm/compiler/nodeBuilder.hpp
vm/compiler/oldCodeGenerator.cpp
vm/compiler/oldCodeGenerator.hpp
vm/compiler/opcode.cpp
vm/compiler/opcode.hpp
vm/compiler/preg.cpp
vm/compiler/preg.hpp
vm/compiler/primInliner.cpp
vm/compiler/primInliner.hpp
vm/compiler/regAlloc.cpp
vm/compiler/regAlloc.hpp
vm/compiler/rscope.cpp
vm/compiler/rscope.hpp
vm/compiler/scope.cpp
vm/compiler/scope.hpp
vm/compiler/slist.cpp
vm/compiler/slist.hpp
vm/compiler/split.cpp
vm/compiler/split.hpp
vm/disasm/disassembler.cpp
vm/disasm/disassembler.hpp
vm/interpreter/bytecodes.cpp
vm/interpreter/bytecodes.hpp
vm/interpreter/codeIterator.cpp
vm/interpreter/codeIterator.hpp
vm/interpreter/dispatchTable.cpp
vm/interpreter/dispatchTable.hpp
vm/interpreter/floats.cpp
vm/interpreter/floats.hpp
vm/interpreter/ic_iterator.cpp
vm/interpreter/ic_iterator.hpp
vm/interpreter/interpretedIC.cpp
vm/interpreter/interpretedIC.hpp
vm/interpreter/interpreter.cpp
vm/interpreter/interpreter.hpp
vm/interpreter/interpreterStatistics.cpp
vm/interpreter/interpreterStatistics.hpp
vm/interpreter/interpreter_asm.asm
vm/interpreter/methodIterator.cpp
vm/interpreter/methodIterator.hpp
vm/interpreter/methodPrinter.cpp
vm/interpreter/methodPrinter.hpp
vm/interpreter/prettyPrinter.cpp
vm/interpreter/prettyPrinter.hpp
vm/lookup/key.cpp
vm/lookup/key.hpp
vm/lookup/lookup.asm
vm/lookup/lookupCache.cpp
vm/lookup/lookupCache.hpp
vm/lookup/lookupTypes.cpp
vm/lookup/lookupTypes.hpp
vm/memory/ageTable.cpp
vm/memory/ageTable.hpp
vm/memory/allocation.cpp
vm/memory/allocation.hpp
vm/memory/debugPrintable.cpp
vm/memory/debugPrintable.hpp
vm/memory/error.cpp
vm/memory/error.hpp
vm/memory/generation.cpp
vm/memory/generation.hpp
vm/memory/generation.inline.hpp
vm/memory/handle.cpp
vm/memory/handle.hpp
vm/memory/iterator.cpp
vm/memory/iterator.hpp
vm/memory/markSweep.cpp
vm/memory/markSweep.hpp
vm/memory/oopFactory.cpp
vm/memory/oopFactory.hpp
vm/memory/printlayout.cpp
vm/memory/printlayout.hpp
vm/memory/rSet.cpp
vm/memory/rSet.hpp
vm/memory/rSet.inline.hpp
vm/memory/reflection.cpp
vm/memory/reflection.hpp
vm/memory/snapshot.cpp
vm/memory/snapshot.hpp
vm/memory/space.cpp
vm/memory/space.hpp
vm/memory/spaceSize.cpp
vm/memory/spaceSize.hpp
vm/memory/symbolTable.cpp
vm/memory/symbolTable.hpp
vm/memory/universe.cpp
vm/memory/universe.hpp
vm/memory/universe.inline.hpp
vm/memory/universe.store.hpp
vm/memory/universe_more.cpp
vm/memory/util.cpp
vm/memory/util.hpp
vm/memory/util_asm.asm
vm/memory/vmSymbols.cpp
vm/memory/vmSymbols.hpp
vm/oops/associationKlass.cpp
vm/oops/associationKlass.hpp
vm/oops/associationOop.cpp
vm/oops/associationOop.hpp
vm/oops/blockKlass.cpp
vm/oops/blockKlass.hpp
vm/oops/blockOop.cpp
vm/oops/blockOop.hpp
vm/oops/blockOop.inline.hpp
vm/oops/byteArrayKlass.cpp
vm/oops/byteArrayKlass.hpp
vm/oops/byteArrayOop.cpp
vm/oops/byteArrayOop.hpp
vm/oops/dByteArrayKlass.cpp
vm/oops/dByteArrayKlass.hpp
vm/oops/dByteArrayOop.cpp
vm/oops/dByteArrayOop.hpp
vm/oops/dValueArrayKlass.cpp
vm/oops/dValueArrayKlass.hpp
vm/oops/dValueArrayOop.cpp
vm/oops/dValueArrayOop.hpp
vm/oops/doubleKlass.cpp
vm/oops/doubleKlass.hpp
vm/oops/doubleOop.cpp
vm/oops/doubleOop.hpp
vm/oops/klass.cpp
vm/oops/klass.hpp
vm/oops/klassKlass.cpp
vm/oops/klassKlass.hpp
vm/oops/klassOop.cpp
vm/oops/klassOop.hpp
vm/oops/markOop.cpp
vm/oops/markOop.hpp
vm/oops/memOop.cpp
vm/oops/memOop.hpp
vm/oops/memOop.inline.hpp
vm/oops/memOopKlass.cpp
vm/oops/memOopKlass.hpp
vm/oops/methodKlass.cpp
vm/oops/methodKlass.hpp
vm/oops/methodOop.cpp
vm/oops/methodOop.hpp
vm/oops/mixinKlass.cpp
vm/oops/mixinKlass.hpp
vm/oops/mixinOop.cpp
vm/oops/mixinOop.hpp
vm/oops/objArrayKlass.cpp
vm/oops/objArrayKlass.hpp
vm/oops/objArrayOop.cpp
vm/oops/objArrayOop.hpp
vm/oops/oop.cpp
vm/oops/oop.hpp
vm/oops/oop.inline.hpp
vm/oops/oopsHierarchy.hpp
vm/oops/processKlass.cpp
vm/oops/processKlass.hpp
vm/oops/processOop.cpp
vm/oops/processOop.hpp
vm/oops/proxyKlass.cpp
vm/oops/proxyKlass.hpp
vm/oops/proxyOop.cpp
vm/oops/proxyOop.hpp
vm/oops/smiKlass.cpp
vm/oops/smiKlass.hpp
vm/oops/smiOop.cpp
vm/oops/smiOop.hpp
vm/oops/symbolKlass.cpp
vm/oops/symbolKlass.hpp
vm/oops/symbolOop.cpp
vm/oops/symbolOop.hpp
vm/oops/vframeKlass.cpp
vm/oops/vframeKlass.cpp.preserved
vm/oops/vframeKlass.hpp
vm/oops/vframeOop.cpp
vm/oops/vframeOop.cpp.preserved
vm/oops/vframeOop.hpp
vm/oops/weakArrayKlass.cpp
vm/oops/weakArrayKlass.hpp
vm/prims/Makefile
vm/prims/behavior_prims.cpp
vm/prims/behavior_prims.hpp
vm/prims/behavior_prims_asm.asm
vm/prims/block_prims.cpp
vm/prims/block_prims.hpp
vm/prims/block_prims_asm.asm
vm/prims/byteArray_prims.cpp
vm/prims/byteArray_prims.hpp
vm/prims/callBack_prims.cpp
vm/prims/callBack_prims.hpp
vm/prims/dByteArray_prims.cpp
vm/prims/dByteArray_prims.hpp
vm/prims/dValueArray_prims.cpp
vm/prims/dValueArray_prims.hpp
vm/prims/debug_prims.cpp
vm/prims/debug_prims.hpp
vm/prims/dll.cpp
vm/prims/dll.hpp
vm/prims/double_prims.cpp
vm/prims/double_prims.hpp
vm/prims/double_prims_asm.asm
vm/prims/integerOps.cpp
vm/prims/integerOps.hpp
vm/prims/method_prims.cpp
vm/prims/method_prims.hpp
vm/prims/mixin_prims.cpp
vm/prims/mixin_prims.hpp
vm/prims/notes.txt
vm/prims/objArray_prims.cpp
vm/prims/objArray_prims.hpp
vm/prims/oop_prims.cpp
vm/prims/oop_prims.hpp
vm/prims/prim.cpp
vm/prims/prim.hpp
vm/prims/prim_def.hpp
vm/prims/prim_impl.hpp
vm/prims/prims.inc
vm/prims/prims.src
vm/prims/process_prims.cpp
vm/prims/process_prims.hpp
vm/prims/proxy_prims.cpp
vm/prims/proxy_prims.hpp
vm/prims/smi_prims.cpp
vm/prims/smi_prims.hpp
vm/prims/smi_prims_asm.asm
vm/prims/system_prims.cpp
vm/prims/system_prims.hpp
vm/prims/vframe_prims.cpp
vm/prims/vframe_prims.hpp
vm/recompiler/recompile.cpp
vm/recompiler/recompile.hpp
vm/recompiler/recompiler.cpp
vm/recompiler/recompiler.hpp
vm/recompiler/rframe.cpp
vm/recompiler/rframe.hpp
vm/runtime/abort.cpp
vm/runtime/abort.hpp
vm/runtime/arguments.cpp
vm/runtime/arguments.hpp
vm/runtime/bootstrap.cpp
vm/runtime/bootstrap.hpp
vm/runtime/callBack.cpp
vm/runtime/callBack.hpp
vm/runtime/callBackStubs.asm
vm/runtime/debug.cpp
vm/runtime/debug.hpp
vm/runtime/delta.cpp
vm/runtime/delta.hpp
vm/runtime/disclaimer.cpp
vm/runtime/disclaimer.hpp
vm/runtime/evaluator.cpp
vm/runtime/evaluator.hpp
vm/runtime/fprofiler.cpp
vm/runtime/fprofiler.hpp
vm/runtime/frame.cpp
vm/runtime/frame.hpp
vm/runtime/init.cpp
vm/runtime/init.hpp
vm/runtime/os.cpp
vm/runtime/os.hpp
vm/runtime/process.cpp
vm/runtime/process.hpp
vm/runtime/process_asm.cpp
vm/runtime/runtime.cpp
vm/runtime/runtime.hpp
vm/runtime/savedRegisters.cpp
vm/runtime/savedRegisters.hpp
vm/runtime/shell.cpp
vm/runtime/shell.hpp
vm/runtime/stackChunk.cpp
vm/runtime/stackChunk.hpp
vm/runtime/sweeper.cpp
vm/runtime/sweeper.hpp
vm/runtime/systemAverage.cpp
vm/runtime/systemAverage.hpp
vm/runtime/task.cpp
vm/runtime/task.hpp
vm/runtime/tempDecoder.cpp
vm/runtime/tempDecoder.hpp
vm/runtime/timer.cpp
vm/runtime/timer.hpp
vm/runtime/uncommonBranch.cpp
vm/runtime/uncommonBranch.hpp
vm/runtime/vframe.cpp
vm/runtime/vframe.hpp
vm/runtime/virtualspace.cpp
vm/runtime/virtualspace.hpp
vm/runtime/vmOperations.cpp
vm/runtime/vmOperations.hpp
vm/topIncludes/asserts.hpp
vm/topIncludes/bits.cpp
vm/topIncludes/bits.hpp
vm/topIncludes/config.hpp
vm/topIncludes/macros.hpp
vm/topIncludes/std_includes.hpp
vm/topIncludes/tag.hpp
vm/topIncludes/top.hpp
vm/topIncludes/types.hpp
vm/utilities/eventlog.cpp
vm/utilities/eventlog.hpp
vm/utilities/growableArray.cpp
vm/utilities/growableArray.hpp
vm/utilities/longInt.cpp
vm/utilities/longInt.hpp
vm/utilities/lprintf.cpp
vm/utilities/lprintf.hpp
vm/utilities/objectIDTable.cpp
vm/utilities/objectIDTable.hpp
vm/utilities/ostream.cpp
vm/utilities/ostream.hpp