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
carl
f86a9ccb28
* set_sub_sets bugfix, was not using correct operation
1998-07-30 12:16:29 +00:00
florian
38ec73449d
+ first implementation of try ... except on .. do end;
...
* limitiation of 65535 bytes parameters for cdecl removed
1998-07-30 11:18:13 +00:00
michael
ae929aed5a
+ changed wehere possible, procs to assembler procs
1998-07-29 23:46:37 +00:00
michael
6827a17d38
+ Implemented reading/writing of ansistrings
1998-07-29 21:44:34 +00:00
michael
9865eea0ef
included sysutils and math.pp as target. They compile now.
1998-07-29 15:44:32 +00:00
michael
eca58b48ce
+ added example 79
1998-07-29 14:39:02 +00:00
michael
e1d76d097a
+ added setjmp/longjmp functions
1998-07-29 14:38:01 +00:00
michael
762d5c9029
+ Corrected try.. code. Type of exception fram is pushed
1998-07-29 13:29:11 +00:00
carl
d35acfdaf1
* Restored working version
1998-07-29 12:30:40 +00:00
michael
cd2659ce93
+ put in exception support
1998-07-29 10:09:28 +00:00
florian
25b34c1c6c
+ implementation of raise and try..finally
...
+ some misc. exception stuff
1998-07-28 21:52:49 +00:00
michael
8cc8cb80b2
+ added setjmp/longjmp and exception support
1998-07-28 20:37:45 +00:00
michael
11cbb1fd82
+ Initial implementation
1998-07-28 20:36:41 +00:00