nickysn
|
5f9f97e75d
- removed the IsAlt parameter from ReadKey, because it is not used
|
6 жил өмнө |
nickysn
|
23957bddaa
+ introduced PutBackIntoInBuf - procedure that returns a key back into InBuf
|
6 жил өмнө |
nickysn
|
d3310cc731
* fixed off-by-one error when putting a character back into the input buffer
|
6 жил өмнө |
nickysn
|
529c765041
* simplify an 'if A' followed by an 'if not A' sequence to 'if A then...else...'
|
6 жил өмнө |
nickysn
|
c23df60ae5
* the variables only used by ReadKey made local, and not visible in its nested routines
|
6 жил өмнө |
nickysn
|
ba1450f7e9
* return the shiftstate in ReadKey
|
6 жил өмнө |
nickysn
|
258ed213e4
* moved ReadKey after GetEnhShiftState, so it can be used to return the shift state
|
6 жил өмнө |
nickysn
|
60ae2747c1
* synchronize with trunk
|
6 жил өмнө |
nickysn
|
ac4f00af1e
* modified ReadKey to return TEnhancedKeyEvent (partially constructed - contains only asciichar and virtualscancode)
|
6 жил өмнө |
Mattias Gaertner
|
846ab7e2e4
pastojs: emit hints even for modules not used
|
6 жил өмнө |
Mattias Gaertner
|
cd247236ba
fcl-passrc: useanalyzer: clean up
|
6 жил өмнө |
nickysn
|
0a1f89a063
* synchronize with trunk
|
6 жил өмнө |
Mattias Gaertner
|
7354b2c2e5
fcl-json: less hints
|
6 жил өмнө |
Mattias Gaertner
|
45a5a1d9bf
fcl-passrc: fixed TAliasEnumType.Value
|
6 жил өмнө |
Mattias Gaertner
|
edd9b17b96
fcl-js: clean up
|
6 жил өмнө |
Jonas Maebe
|
aba3f8f162
* fixed over-eager rejection of tobjecttype.fieldname expression after r40785
|
6 жил өмнө |
michael
|
970188907e
* Fix bug ID #35113
|
6 жил өмнө |
Jonas Maebe
|
c7834af354
* track va_uses_float_reg also for varargs functions without varargs
|
6 жил өмнө |
nickysn
|
1eb2f92911
* synchronize with trunk
|
6 жил өмнө |
Jonas Maebe
|
eb71a30933
* fix false possitive tconstexprint range errors after r41441 (mantis #35144)
|
6 жил өмнө |
michael
|
3857f343d8
* Add stored modifier for config strings
|
6 жил өмнө |
michael
|
98a30de010
* Rest module for in IDE
|
6 жил өмнө |
Mattias Gaertner
|
5ed190061b
pastojs: resolver: fixed class abstract
|
6 жил өмнө |
Mattias Gaertner
|
16ba0b4a05
fcl-passrc, pastojs: renamed modeswitch multiplescopehelpers to multihelpers
|
6 жил өмнө |
yury
|
a04e4971fc
* i386: Do not request GOT for every function call. GOT is requested only for external calls in thlcgcpu.a_call_name(). Local calls are always PC relative.
|
6 жил өмнө |
yury
|
039aee9568
* i386 PIC: Do not force EBX as a GOT register if tf_section_threadvars is not set. Actually forcing EBX here is a bad idea anyway.
|
6 жил өмнө |
yury
|
4da16992df
* i386: Minor PIC initialization improvement if the GOT register is forced to EBX.
|
6 жил өмнө |
Mattias Gaertner
|
0fb27844d6
fcl-passrc: useanalyzer: fixed system.typeinfo
|
6 жил өмнө |
yury
|
e5c2d13671
* Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present.
|
6 жил өмнө |
yury
|
ab92dcd162
* android: Mask SSE exceptions for i386 too.
|
6 жил өмнө |