florian
|
76ee202b37
* some fixes for ansi strings
|
27 年之前 |
pierre
|
716e1a69bf
+ added BUGFIX test to be able to compile bugfix branch
|
27 年之前 |
michael
|
6a11ae5e72
reverted to non-assmebler version, florians fix is applied.
|
27 年之前 |
michael
|
79b246c1d7
+ fixed dir_include search() call
|
27 年之前 |
Jonas Maebe
|
ebe9337e21
* made optimization options a little clearer (I hope)
|
27 年之前 |
pierre
|
b495ca5d7d
* problem with asmmode for bugfix branch
|
27 年之前 |
Jonas Maebe
|
a123902056
* added support for NoRa386* in the {$O ...} section
|
27 年之前 |
Jonas Maebe
|
66feedde08
+ jump analyzing
|
27 年之前 |
Jonas Maebe
|
2c0d277164
+ disposal of labeltable after optimizations
|
27 年之前 |
Jonas Maebe
|
f932c3d833
* converted // comment to {} comment
|
27 年之前 |
Jonas Maebe
|
aa224d4bd5
* removed some units from the uses clause
|
27 年之前 |
pierre
|
cf0cb6a5b5
* small bug fix to get it compiled with bugfix version !!
|
27 年之前 |
carl
|
d48489373f
* bugfix of findfirst, was not convberting correctl backslahes
|
27 年之前 |
carl
|
6a88566548
* stack size default is 256Kb! not 16K! as information stated by Pierre
|
27 年之前 |
pierre
|
a22a7eeb7d
* changed all FPK into FPC
|
27 年之前 |
pierre
|
e12c7a240a
* weird bug fixed :
|
27 年之前 |
florian
|
c9c4bfe19e
* stricomp and strlicomp were buggy (unworkable :(), should be fixed now
|
27 年之前 |
florian
|
cc290ede1a
* the raise helper routine get the exception object call by value
|
27 年之前 |
florian
|
8eb9f6121d
* on o : tobject do should also work now, the exceptsymtable shouldn't be
|
27 年之前 |
michael
|
9fed2b39d0
Default exception handler also needs to call FPC_CATCHES
|
27 年之前 |
michael
|
d207893bde
+ Added support for ExceptProc+
|
27 年之前 |
florian
|
23fe1ae0de
* try ... expect <statement> end; works now
|
27 年之前 |
michael
|
dc7304e08e
+ Small change in raise statement object is passed by reference
|
27 年之前 |
florian
|
a1f903d4b1
* final implemenation of exception support, maybe it needs
|
27 年之前 |
michael
|
4fc8eb51af
+ Added support for errorproc. Changed runerror to HandleError
|
27 年之前 |
michael
|
4e11459938
+ Added support for ErrorProc variable. All internal functions are required
|
27 年之前 |
carl
|
f86a9ccb28
* set_sub_sets bugfix, was not using correct operation
|
27 年之前 |
florian
|
38ec73449d
+ first implementation of try ... except on .. do end;
|
27 年之前 |
michael
|
ae929aed5a
+ changed wehere possible, procs to assembler procs
|
27 年之前 |
michael
|
6827a17d38
+ Implemented reading/writing of ansistrings
|
27 年之前 |