peter
c9ec04cd7d
* reinstantited stackcheck note for linux
1998-08-10 15:47:08 +00:00
peter
467fbbf27f
+ inc/dec is done
1998-08-10 14:55:13 +00:00
peter
85c8a88cbe
+ localswitches, moduleswitches, globalswitches splitting
1998-08-10 14:49:33 +00:00
peter
9050cab930
* string type st_ fixed
1998-08-10 14:43:14 +00:00
peter
6396267185
+ Compiler,Comphook unit which are the new interface units to the
...
compiler
1998-08-10 10:18:23 +00:00
peter
3a6d38ad23
- Remove InitTree which was empty and obsolete
1998-08-10 09:57:19 +00:00
peter
b8f4c8f6b8
* path to the include file is also written to the debug output
1998-08-10 09:56:04 +00:00
michael
c3b8305ec1
+ Added some functions to improve compatibility
1998-08-10 09:01:58 +00:00
Jonas Maebe
cb54f94147
* small bugfix for uncertain optimizations in DestroyRefs
1998-08-09 13:56:24 +00:00
peter
22280020dc
* updated crt with new delay, almost like bp7 routine
1998-08-08 21:56:45 +00:00
peter
76800e807e
* small crash prevent is firstassignment
1998-08-08 21:51:39 +00:00
peter
1f99bcf425
* added missing ___fpc_sbrk and logs
1998-08-08 14:42:09 +00:00
florian
29a7bb1314
* a lot small fixes to the extended data type work
1998-08-08 12:28:09 +00:00
florian
a00e9a92f8
* small fixes to write the extended type correct
1998-08-08 10:19:17 +00:00
Jonas Maebe
a3b5867cb8
* removed $ before and after Log in comment
1998-08-06 19:40:25 +00:00
michael
61d9e05f90
added bug #152
1998-08-06 17:07:49 +00:00
pierre
936aefc511
+ faster remake3 :
...
stops when two executables are equal
1998-08-06 10:42:56 +00:00
florian
4a65db3317
* some bug files updated to show better the error
1998-08-05 22:10:59 +00:00
florian
0ecb4adcc5
+ some new converted header files added
1998-08-05 21:47:21 +00:00
michael
c14b7e966b
moved fixed bugs to fixed section
1998-08-05 21:14:21 +00:00
michael
2d8bbd8772
applied bugfix from maillist to fsearch
1998-08-05 21:01:50 +00:00
florian
62a8c7c830
+ first few things for PalmOS support
1998-08-05 17:19:07 +00:00
Jonas Maebe
87c3c1aa04
+ bug0151
1998-08-05 16:49:27 +00:00
Jonas Maebe
10142c9fe7
* fstp/fld bugfix (fstt does not exist)
1998-08-05 16:27:17 +00:00
florian
76ee202b37
* some fixes for ansi strings
...
* $log$ to $Log$ changed
1998-08-05 16:00:08 +00:00
pierre
716e1a69bf
+ added BUGFIX test to be able to compile bugfix branch
1998-08-05 10:31:05 +00:00
michael
6a11ae5e72
reverted to non-assmebler version, florians fix is applied.
1998-08-05 08:59:53 +00:00
michael
79b246c1d7
+ fixed dir_include search() call
1998-08-04 22:03:44 +00:00
Jonas Maebe
ebe9337e21
* made optimization options a little clearer (I hope)
1998-08-04 19:44:09 +00:00
pierre
b495ca5d7d
* problem with asmmode for bugfix branch
1998-08-04 18:22:02 +00:00
Jonas Maebe
a123902056
* added support for NoRa386* in the {$O ...} section
1998-08-04 16:28:40 +00:00
Jonas Maebe
66feedde08
+ jump analyzing
1998-08-04 16:28:15 +00:00
Jonas Maebe
2c0d277164
+ disposal of labeltable after optimizations
1998-08-04 16:27:18 +00:00
Jonas Maebe
f932c3d833
* converted // comment to {} comment
1998-08-04 16:26:26 +00:00
Jonas Maebe
aa224d4bd5
* removed some units from the uses clause
1998-08-04 16:19:46 +00:00
pierre
cf0cb6a5b5
* small bug fix to get it compiled with bugfix version !!
...
(again the asmmode problem !!!
Peter it was really not the best idea you had !!)
1998-08-04 14:34:38 +00:00
carl
d48489373f
* bugfix of findfirst, was not convberting correctl backslahes
1998-08-04 13:37:10 +00:00
carl
6a88566548
* stack size default is 256Kb! not 16K! as information stated by Pierre
1998-08-04 13:35:34 +00:00
pierre
a22a7eeb7d
* changed all FPK into FPC
1998-08-04 13:31:32 +00:00
pierre
e12c7a240a
* weird bug fixed :
...
a pchar ' ' (simple space or any other letter) was found to
be equal to a string of length zero !!!
thus printing out non sense
found that out while checking Control-C !!
+ added column info also in RHIDE format as
it might be usefull later
1998-08-04 13:22:46 +00:00
florian
c9c4bfe19e
* stricomp and strlicomp were buggy (unworkable :(), should be fixed now
1998-08-03 11:46:07 +00:00
florian
cc290ede1a
* the raise helper routine get the exception object call by value
1998-08-02 16:43:35 +00:00
florian
8eb9f6121d
* on o : tobject do should also work now, the exceptsymtable shouldn't be
...
disposed by dellexlevel
1998-08-02 16:41:59 +00:00
michael
9fed2b39d0
Default exception handler also needs to call FPC_CATCHES
1998-07-31 11:36:34 +00:00
michael
d207893bde
+ Added support for ExceptProc+
1998-07-30 16:10:11 +00:00
florian
23fe1ae0de
* try ... expect <statement> end; works now
1998-07-30 16:07:08 +00:00
michael
dc7304e08e
+ Small change in raise statement object is passed by reference
1998-07-30 14:52:04 +00:00
florian
a1f903d4b1
* final implemenation of exception support, maybe it needs
...
some fixes :)
1998-07-30 13:30:31 +00:00
michael
4fc8eb51af
+ Added support for errorproc. Changed runerror to HandleError
1998-07-30 13:27:19 +00:00
michael
4e11459938
+ Added support for ErrorProc variable. All internal functions are required
...
to call HandleError instead of runerror from now on.
This is necessary for exception support.
1998-07-30 13:26:14 +00:00