Jonas Maebe
|
a00828e3e2
* fixed buffer overrun in SysPCharToNtStr
|
12 years ago |
Jonas Maebe
|
953e088c14
+ unicodestring support for POpen(), and DefaultFileSystemCodePage support
|
12 years ago |
Jonas Maebe
|
8538f48fda
* made the ansistring parameters of the fp*() overloads constant, changed
|
12 years ago |
Jonas Maebe
|
e132a77709
- reverted optimisation from r24962, it's already performed in SetCodePage()
|
12 years ago |
Jonas Maebe
|
155aafc255
* moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
|
12 years ago |
Jonas Maebe
|
09014e8716
* missing SYSUTILS_HAS_ANSISTR_FILEUTIL_IMPL define for wii
|
12 years ago |
Jonas Maebe
|
a0f2d3c12f
* don't compile classes for wii, because sysutils doesn't contain a sleep()
|
12 years ago |
Jonas Maebe
|
eeb98a0c0f
- removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
|
12 years ago |
Jonas Maebe
|
06d9b35ed3
* don't truncate the result of GetEnvironmentVariable to 255 characters
|
12 years ago |
Jonas Maebe
|
42be54a00f
* fixed codepage of result of GetEnvironmentVariable(ansistring)
|
12 years ago |
Jonas Maebe
|
8b77f62873
* don't truncate environment variable strings in GetEnvironmentString()
|
12 years ago |
Jonas Maebe
|
08099c8558
* explicitly call *A routines from ansistring environment variable routines
|
12 years ago |
Jonas Maebe
|
d919794fdf
* handle the fact that GetEnvironmentStringsA returns the environment in the
|
12 years ago |
Jonas Maebe
|
a5273abc9c
+ support for CP_OEMCP
|
12 years ago |
Jonas Maebe
|
44f4bdfb2e
- removed stray stringcodepage assignment in fpc_AnsiStr_Concat_multi()
|
12 years ago |
Jonas Maebe
|
0ef0206417
* fixed off-by-one error in the optimised rawbytestring/unicodestring
|
12 years ago |
Jonas Maebe
|
ba49e4a29d
* fixed do_getdir() for non-defaultdrive after r25042 ("drive" array has to
|
12 years ago |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 years ago |
Jonas Maebe
|
c0d2ebb682
* export PathConv(RawByteString) from the system unit and import/use it in
|
12 years ago |
Jonas Maebe
|
60365489e2
* converted fileopen/filecreate interface to RawByteString for
|
12 years ago |
Jonas Maebe
|
93bd1dd12a
* factored out ToSingleByteFileSystemEncodedFileName() calls for fileopen/
|
12 years ago |
Jonas Maebe
|
00ce3c1f52
* converted nativent sysutils routines to accept unicodestring instead
|
12 years ago |
Jonas Maebe
|
c604e5af17
* small reorganisation of ansistring/unicodestring routine declarations, so
|
12 years ago |
Jonas Maebe
|
b1c10cff02
* actually use the filename converted to the file system codepage in
|
12 years ago |
Jonas Maebe
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 years ago |
Jonas Maebe
|
e26210f448
* fixed wii compilation after r24993
|
12 years ago |
Jonas Maebe
|
893a9a57c6
* missing getdir -> do_getdir rename for r24993
|
12 years ago |
Jonas Maebe
|
ab9036ecbf
+ missing unicodestring version of ExpandUNCFileName
|
12 years ago |
Jonas Maebe
|
8368f7dba5
* call unicodestring version of ExpandUNCFileName from ansistring version
|
12 years ago |
Jonas Maebe
|
3ba39f8e71
* fixed building after cpall unit addition
|
12 years ago |