michael
|
c3781fba38
Added FPC_ prefix to abstracterror
|
27 years ago |
michael
|
2ec08b84f3
+ Merged changes from fixes branch
|
27 years ago |
peter
|
4620a73a9b
* FPC_ names
|
27 years ago |
peter
|
b8ff0c3320
+ internconst
|
27 years ago |
carl
|
1dd8fe99d5
+ important comment added
|
27 years ago |
Jonas Maebe
|
bee0c9d3b4
* random now returns a value between 0 and max-1 instead of between 0 and max
|
27 years ago |
peter
|
bd57e42086
* $ifdef ver0_99_5 updates
|
27 years ago |
michael
|
4e11459938
+ Added support for ErrorProc variable. All internal functions are required
|
27 years ago |
michael
|
8cc8cb80b2
+ added setjmp/longjmp and exception support
|
27 years ago |
michael
|
e639e7b163
+ Adapted assert to Delphi format
|
27 years ago |
michael
|
72b2ff141f
+ Implemented DO_ASSERT function.
|
27 years ago |
carl
|
44820af8cb
* would not compile under FPC v0.99.5
|
27 years ago |
florian
|
ba57d2813b
* some problems with ansi string support fixed
|
27 years ago |
carl
|
4f8884b466
* randon and Random(l) now work correctly - don't touch it works!
|
27 years ago |
carl
|
004bb57ae9
* hmmm... it is luck (BSS zeroed with GAS) that DoError and ErrorBase work.
|
27 years ago |
carl
|
a546945c4d
* DOERROR RESOTRED! DON'T TOUCH :)
|
27 years ago |
carl
|
5434ee6d4c
* no SINGLE in m68k and other processors!
|
27 years ago |
peter
|
b5203c5b09
* fixed do_error in runtimeerror
|
27 years ago |
peter
|
5a638754f4
* better readln/writeln
|
27 years ago |
daniel
|
8a84b20446
- Doerror removed.
|
27 years ago |
peter
|
4ac8e5d18f
+ internal inc/dec
|
27 years ago |
daniel
|
c43a386001
+ RTLLITE directive to compile minimal RTL.
|
27 years ago |
daniel
|
c48b67d0b3
|
27 years ago |
michael
|
504b4faf62
+ Forgot to commit some changes
|
27 years ago |
michael
|
05b01ddb00
Implemented rtti, inserted ansistrings again
|
27 years ago |
peter
|
d0ce4085d3
* comp,extended are only i386 added support_comp,support_extended
|
27 years ago |
cvs
|
ac974a7634
* test commit. Shouldn't be allowed.
|
27 years ago |
peter
|
e64becf81c
* moved getopts to inc/, all supported OS's need argc,argv exported
|
27 years ago |
peter
|
4594d7ae04
+ inc(pchar), dec(pchar), incc(pchar,a),dec(pchar,a)
|
27 years ago |
michael
|
62001bab9a
+ Changed Random() function. Moved from system to processor dependent files (from Pedro Gimeno)
|
27 years ago |