florian
|
683ac0ea45
* taking the address of an absolute var sym with constant address evaluates into a const. pointer, resolves #17118
|
15 years ago |
michael
|
aa681f5e11
* Parse cookies after initializing request variables
|
15 years ago |
michael
|
ab49610156
* Switch off debug define
|
15 years ago |
michael
|
cfb06bc681
* Correct check for Session in checksession, and do not create same session cookie twice
|
15 years ago |
michael
|
67822209c4
* Null values should be sent as NULL in json
|
15 years ago |
sergei
|
f39e793448
* Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp, so this stuff can be reused by other code.
|
15 years ago |
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 years ago |
florian
|
7acdfa8932
- removed overseen overleft from iso goto implementation experiments
|
15 years ago |
marco
|
38fb33f09a
* fix for mantis 17083, change funcdesc field to ptr to array of hresult
|
15 years ago |
michael
|
6e68edac21
* Support for design-time parameters
|
15 years ago |
florian
|
bacd6fb71b
* disable reg. vars in subroutines with interprocedural used labels
|
15 years ago |
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 years ago |
florian
|
24fea58b92
+ initial implementation of iso style gotos in iso mode
|
15 years ago |
florian
|
5d01b7b504
+ tests for iso like goto
|
15 years ago |
florian
|
0712dbe25d
* white space fixes
|
15 years ago |
florian
|
afc7c37ffe
+ constant for file init info
|
15 years ago |
Jonas Maebe
|
ab2b596575
* ld uses arm_wince_pe rather than arm-wince-pe (mantis #15666)
|
15 years ago |
florian
|
9e053edf2e
* fix iso i/o with unix style line feeds
|
15 years ago |
marco
|
348301c511
* fixed most remaining "deprecated" problems for procedure/methods and class blocks
|
15 years ago |
marco
|
5dde3abcdc
* fix hint parsing after UNIT token.
|
15 years ago |
marco
|
bea7ff9971
* check hints at end of class.
|
15 years ago |
pierre
|
1fcd37809b
* Fix compilation for go32v2
|
15 years ago |
michael
|
ea72abc6a5
* Fixed never-ending CGI scripts
|
15 years ago |
michael
|
62adc74dc4
* Bugfix for case of more than one handler classname
|
15 years ago |
Jonas Maebe
|
d948ed083d
* enabled nested procvars by default for ISO Pascal mode
|
15 years ago |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 years ago |
marco
|
1181115baa
* getlocalformatsettings, Mantis 10389
|
15 years ago |
florian
|
591dbb66df
* ignore leading 0's in labels in iso mode
|
15 years ago |
florian
|
85225d437e
+ additional goto test
|
15 years ago |
Jonas Maebe
|
56f8b88125
* also initialise locgrowheapsizesmall in InitHeapThread, should fix crashes
|
15 years ago |