Commit Graph

9580 Commits

Author SHA1 Message Date
carl
22be318755 - removed ppc386.cfg again! :( (missed one!) 2001-11-24 04:37:26 +00:00
carl
ee34565e55 + new man page with fpc.cfg description 2001-11-24 04:34:37 +00:00
carl
ed88f2abe0 - removed and replaced by fpc.cfg.5 2001-11-24 04:33:49 +00:00
carl
41c3b07113 * Renamed ppc.cfg -> fpc.cfg 2001-11-24 02:05:21 +00:00
carl
7f9978806a * Renamed ppc.cfg -> fpc.cfg 2001-11-23 12:15:08 +00:00
carl
d5be05efa7 * rename ppc386.cfg to ppc.cfg 2001-11-23 03:24:20 +00:00
carl
dd02c42009 * rename ppc386.cfg to ppc.cfg 2001-11-23 03:17:33 +00:00
carl
a7ada12f9f * ppc.cfg is now default configuration file
+ updated \linux with \linux and \unix
+ updated requirements
+ more information regarding configuration files
+ updated runtime error information
2001-11-23 02:57:40 +00:00
carl
f113d708d8 + ppc.cfg is now configuration file for compiler.
(first tries loading ppc386.cfg for backward compatibility)
2001-11-23 02:48:46 +00:00
carl
683c583fad * updated some tests so they work on other systems 2001-11-23 01:57:30 +00:00
carl
8cc0d6a04c * Fix some missing information on portability 2001-11-23 01:44:23 +00:00
carl
8cdf9a2625 * Range check error fix 2001-11-23 01:35:09 +00:00
carl
842dd17eb1 * updated behavior of some routines to conform to docs 2001-11-23 00:36:26 +00:00
carl
2c93d32ff3 * updated behavior of some routines to conform to docs (completely taken from fixes branch) 2001-11-23 00:35:02 +00:00
carl
0c1893bc2a * updated behavior of some routines to conform to docs 2001-11-23 00:25:39 +00:00
carl
edb0740421 * completely merged from fixes branch 2001-11-23 00:18:54 +00:00
michael
2de56ad75e * Fixed memory corruption with finalize() of ansistring in a class 2001-11-22 07:33:08 +00:00
carl
3123d15a75 * small fixes from mistakes i made 2001-11-22 04:01:20 +00:00
carl
f761eb36dc + added portability section
* some cleanup
2001-11-22 03:20:26 +00:00
carl
9c92978508 + cleaner source 2001-11-22 03:18:12 +00:00
carl
f8ce27af1e + Portability field 2001-11-22 01:41:56 +00:00
Jonas Maebe
d8a3bfb576 * fixed writing of empty ansistring with specified width (merged) 2001-11-21 14:51:33 +00:00
peter
95f1ecc603 * regenerated 2001-11-20 18:57:09 +00:00
peter
cd2129ced8 * overload fix 2001-11-20 18:53:29 +00:00
peter
f20cbc5edf * require overload for cross object overloading 2001-11-20 18:49:43 +00:00
peter
b6feb119e6 * fixed initialized variables 2001-11-20 18:48:26 +00:00
florian
ae55717d7b no message 2001-11-20 14:28:17 +00:00
michael
208e0a4547 + added from fixbranch 2001-11-20 10:06:49 +00:00
Jonas Maebe
a3455b27a4 * upper constant limits for "for" loops are now also converted to the
type of the counter var ('merged')
2001-11-19 14:21:30 +00:00
Jonas Maebe
5422994cdb * fixed libvga_ClrViewProc (it didn't reset the coords to (0,0))
(merged)
2001-11-19 14:00:16 +00:00
Jonas Maebe
97114d80ee * fixed libvga_ClrViewProc (it didn't reset the coords to (0,0))
(merged)
2001-11-19 13:56:57 +00:00
carl
aa32c57d8d + same version as fixed branches :
+ BeOS line information
    * correct prototype with shortstring result type
    + relocation of frame according to processaddress
2001-11-19 02:45:10 +00:00
carl
6c657fe80e + don't print stack information if previous frame = 0 2001-11-19 02:40:24 +00:00
carl
502b31fce2 - no stack checking possible because used by lineinfo which
might get infinite recursion if stack limit reached
2001-11-19 00:31:07 +00:00
peter
2dc60c9fed * use cp_value_equal_const instead of cp_all 2001-11-18 20:18:54 +00:00
peter
e94751b801 * changed aktprocsym to aktprocdef for stabs generation 2001-11-18 18:59:59 +00:00
peter
d5db98520a * another test for overloading 2001-11-18 18:43:30 +00:00
peter
faf78ea813 * overloading supported in child classes
* fixed parsing of classes with private and virtual and overloaded
    so it is compatible with delphi
2001-11-18 18:43:13 +00:00
florian
889ca6ea25 * publishing of qword, int64 and widechar properties is now possible 2001-11-18 18:27:57 +00:00
florian
f6d0c598bf * small fixes to test really the int64 stuff 2001-11-18 18:27:15 +00:00
florian
cee59f5e0d * handling of ansi- and widestring results improved 2001-11-18 00:00:34 +00:00
florian
67f6ce5348 * code of ansitr_concat improved 2001-11-17 23:58:12 +00:00
florian
5050f1ff66 * init and final code in genrtti.inc updated 2001-11-17 16:56:08 +00:00
florian
92b842342c * make cycle for win32 fixed 2001-11-17 10:29:48 +00:00
Jonas Maebe
1b89398cec * optimized fpc_val_sint_shortstr 2001-11-16 15:09:47 +00:00
carl
984f581ef7 - remove stack configuration , now in online knowledge base instead 2001-11-16 04:40:23 +00:00
carl
a2b7642d70 + updated \fpcversion to 1.0.6 2001-11-16 04:37:24 +00:00
michael
a62da4ea8f + Real/Boolean support added, Start of string support 2001-11-15 22:33:14 +00:00
Tomas Hajny
09c8fc2184 * Target_Mode corrected back to OS_Mode 2001-11-15 20:48:43 +00:00
Tomas Hajny
7472987e06 * DefaultTextLineBreakStyle misplacing corrected 2001-11-15 18:49:43 +00:00