 |
|
File memmove.patch, 2.4 kB
(added by mwarning, 2 years ago)
|
|
-
tango/util/container/more/Vector.d
| old |
new |
|
| 15 | 15 | module tango.util.container.more.Vector; |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | private import tango.core.Exception : ArrayBoundsException; |
|---|
| | 18 | private import tango.stdc.string : memmove; |
|---|
| 18 | 19 | |
|---|
| 19 | | private extern(C) void memmove (void*, void*, int); |
|---|
| 20 | | |
|---|
| 21 | 20 | /****************************************************************************** |
|---|
| 22 | 21 | |
|---|
| 23 | 22 | A vector of the given value-type V, with maximum depth Size. Note |
-
tango/io/Path.d
| old |
new |
|
| 62 | 62 | |
|---|
| 63 | 63 | public import tango.core.Exception : IOException, IllegalArgumentException; |
|---|
| 64 | 64 | |
|---|
| 65 | | private extern (C) void memmove (void* dst, void* src, uint bytes); |
|---|
| | 65 | private import tango.stdc.string : memmove; |
|---|
| 66 | 66 | |
|---|
| 67 | 67 | |
|---|
| 68 | 68 | /******************************************************************************* |
-
tango/io/FilePath.d
| old |
new |
|
| 27 | 27 | |
|---|
| 28 | 28 | private import tango.io.model.IFile : FileConst, FileInfo; |
|---|
| 29 | 29 | |
|---|
| 30 | | /******************************************************************************* |
|---|
| | 30 | private import tango.stdc.string : memmove; |
|---|
| 31 | 31 | |
|---|
| 32 | | *******************************************************************************/ |
|---|
| 33 | | |
|---|
| 34 | | private extern (C) void memmove (void* dst, void* src, uint bytes); |
|---|
| 35 | | |
|---|
| 36 | 32 | /******************************************************************************* |
|---|
| 37 | 33 | |
|---|
| 38 | 34 | Models a file path. These are expected to be used as the constructor |
-
tango/text/Text.d
| old |
new |
|
| 211 | 211 | |
|---|
| 212 | 212 | private import Integer = tango.text.convert.Integer; |
|---|
| 213 | 213 | |
|---|
| | 214 | private import tango.stdc.string : memmove; |
|---|
| 214 | 215 | |
|---|
| 215 | | /******************************************************************************* |
|---|
| 216 | 216 | |
|---|
| 217 | | *******************************************************************************/ |
|---|
| 218 | | |
|---|
| 219 | | private extern (C) void memmove (void* dst, void* src, uint bytes); |
|---|
| 220 | | |
|---|
| 221 | | |
|---|
| 222 | 217 | /******************************************************************************* |
|---|
| 223 | 218 | |
|---|
| 224 | 219 | The mutable Text class actually implements the full API, whereas |
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2012 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic