marco
|
b10b49efda
* patch from Dmitry for "file of integer" like syntax, mantis 16673
|
15 年 前 |
marco
|
2e8b8fa54e
* fix deprecated etc for properties. Mantis 16672
|
15 年 前 |
marco
|
a78a3f1171
* patch for ^\ by Dmitry, bug #16341
|
15 年 前 |
marco
|
a39525f341
* patch from Dmitry for bug #16342, slightly extended by me.
|
15 年 前 |
marco
|
737d373be3
* Patch from Dmitry for #$ef#$ab styled literals. Mantis 17110
|
15 年 前 |
florian
|
6f07880614
* updated copyright notice to 2010
|
15 年 前 |
florian
|
683ac0ea45
* taking the address of an absolute var sym with constant address evaluates into a const. pointer, resolves #17118
|
15 年 前 |
michael
|
aa681f5e11
* Parse cookies after initializing request variables
|
15 年 前 |
michael
|
ab49610156
* Switch off debug define
|
15 年 前 |
michael
|
cfb06bc681
* Correct check for Session in checksession, and do not create same session cookie twice
|
15 年 前 |
michael
|
67822209c4
* Null values should be sent as NULL in json
|
15 年 前 |
sergei
|
f39e793448
* Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp, so this stuff can be reused by other code.
|
15 年 前 |
sergei
|
e1eec8c687
- xmlread.pp, removed redundant 'var' modifiers from TStream arguments of less common used functions. This should have been done a long ago, as part of r11788.
|
15 年 前 |
florian
|
7acdfa8932
- removed overseen overleft from iso goto implementation experiments
|
15 年 前 |
marco
|
38fb33f09a
* fix for mantis 17083, change funcdesc field to ptr to array of hresult
|
15 年 前 |
michael
|
6e68edac21
* Support for design-time parameters
|
15 年 前 |
florian
|
bacd6fb71b
* disable reg. vars in subroutines with interprocedural used labels
|
15 年 前 |
florian
|
ad23569cf1
* renamed pi_has_goto into pi_has_label because the problematic thing is if a procedure has a label as target and not if it has some goto
|
15 年 前 |
florian
|
24fea58b92
+ initial implementation of iso style gotos in iso mode
|
15 年 前 |
florian
|
5d01b7b504
+ tests for iso like goto
|
15 年 前 |
florian
|
0712dbe25d
* white space fixes
|
15 年 前 |
florian
|
afc7c37ffe
+ constant for file init info
|
15 年 前 |
Jonas Maebe
|
ab2b596575
* ld uses arm_wince_pe rather than arm-wince-pe (mantis #15666)
|
15 年 前 |
florian
|
9e053edf2e
* fix iso i/o with unix style line feeds
|
15 年 前 |
marco
|
348301c511
* fixed most remaining "deprecated" problems for procedure/methods and class blocks
|
15 年 前 |
marco
|
5dde3abcdc
* fix hint parsing after UNIT token.
|
15 年 前 |
marco
|
bea7ff9971
* check hints at end of class.
|
15 年 前 |
pierre
|
1fcd37809b
* Fix compilation for go32v2
|
15 年 前 |
michael
|
ea72abc6a5
* Fixed never-ending CGI scripts
|
15 年 前 |
michael
|
62adc74dc4
* Bugfix for case of more than one handler classname
|
15 年 前 |