sergei
|
3a5e6485b5
- RTL: removed InitVariantManager, it was an empty procedure since day 1.
|
10 years ago |
sergei
|
3a55c4301e
* Since StackTop=StackBottom+StackLength, any two variables are sufficient to describe stack, the third one is redundant.
|
11 years ago |
sergei
|
1f22c2de22
- Text i/o routines are not expected to return a value.
|
11 years ago |
sergei
|
c83f4c5ddc
* Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes().
|
11 years ago |
Jonas Maebe
|
df6a2dce00
+ unicodestring support for assign/erase/rename
|
12 years ago |
Jonas Maebe
|
a5273abc9c
+ support for CP_OEMCP
|
12 years ago |
Jonas Maebe
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 years ago |
Jonas Maebe
|
75c45bb55c
* correctly initialize DefaultFileSystemCodePage for WinCE
|
12 years ago |
Jonas Maebe
|
598d2feeb6
+ rtldefs.inc file for every target that contains defines shared by multiple
|
13 years ago |
florian
|
10023597d2
* fix import in wince system unit, patch by Gennadiy, resolves #22131
|
13 years ago |
Tomas Hajny
|
d442d14e0c
+ FileNameCasePreserving added - see #18066 in Mantis
|
13 years ago |
sergei
|
167ee9867e
* Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.
|
13 years ago |
sergei
|
ebb2205c63
* Moved TExceptionRecord definition to sysos.inc, it is identical for all Windows targets.
|
13 years ago |
paul
|
1ccf16358c
rtl: init widestring and unitcodestring managers before initialization of Standard IO files (stdin,stdout,stderr)
|
14 years ago |
paul
|
270fb09e87
rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ansi and console code pages
|
14 years ago |
paul
|
6131a9188c
rtl: fix wince compilation, reimplement WinCEWide2AnsiMove, WinCEAnsi2WideMove by copying win32 code
|
14 years ago |
florian
|
ad5ad8ed4f
* outdated defines removed
|
14 years ago |
marco
|
e343e6263b
* Patch to fix createevent call on wince if the last param
|
14 years ago |
florian
|
a0c25dc0f9
- removes Thread_count from the system unit of several OSes: the value of this variable was unpredictable and the hebaviour was not fixable, resolves #18089
|
14 years ago |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 years ago |
michael
|
1cf64c032f
* Patch to remove useless process_entry_hook from sven barth
|
16 years ago |
yury
|
e82e4ae806
* Fixed WideString on wince. WideString=UnicodeString on wince. Bug #14304.
|
16 years ago |
yury
|
f59d1b1b0b
* Added UnicodeString helpers to widestring manager for wince. Bug #13057.
|
16 years ago |
yury
|
3e92fc8a28
* Use MB_SETFOREGROUND and ICON_ERROR flags for unhandled exception message box on wince to prevent message box hiding when sequential error messages are displayed.
|
17 years ago |
florian
|
f97c2968f9
* fixed widestring/unicodemanager initialisiation
|
17 years ago |
yury
|
d1dd8bd928
* Fixed warning and notes.
|
17 years ago |
florian
|
e85df2a7fb
* merged rev. 10867 to win64 and wince
|
17 years ago |
yury
|
10a286532f
* Fixed Wide<->Ansi conversion for wince.
|
17 years ago |
yury
|
18e663240a
* Fixed AnsiXXX string handling routines.
|
17 years ago |
yury
|
5dc6e54925
* Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
|
17 years ago |