Commit Graph

199 Commits

Author SHA1 Message Date
peter
911abb5abc + NEWINPUT for a better inputfile and scanner object 1998-07-07 11:19:50 +00:00
michael
9c5e9c2189 Added length checking for string reading 1998-07-06 15:51:15 +00:00
michael
9bb3b87cb8 + Added calls for reading/writing ansistrings 1998-07-06 14:19:51 +00:00
peter
4d36bc1cc3 + better writeln/readln handling, now 100% like tp7 1998-07-01 15:28:48 +00:00
peter
97f61a43f4 * better bufferfile.reset error handling 1998-07-01 15:26:57 +00:00
peter
4ac8e5d18f + internal inc/dec 1998-06-25 14:04:17 +00:00
pierre
91130f7270 * ppu files where not closed in newppu !!
second compilation was impossible due to too many opened files
    (not visible in 'make cycle' as we remove all the ppu files)
1998-06-25 11:15:33 +00:00
pierre
e64d70d4cd * removed a remaining ifndef NEWPPU
replaced by ifdef OLDPPU
  * added uf_finalize to ppu unit
1998-06-25 10:51:00 +00:00
florian
028721c4de * first version of rtti support 1998-06-25 08:48:04 +00:00
peter
804397de24 * ifdef newppu -> ifndef oldppu 1998-06-24 14:48:34 +00:00
peter
fe323891cf * fixed the name changes 1998-06-24 14:06:33 +00:00
peter
f1082542f9 * new depend for the new ra units 1998-06-24 14:02:57 +00:00
peter
3ea08ab259 * stricter var parsing like tp7 and some optimizes with directive
parsing
1998-06-24 12:26:45 +00:00
peter
3968111048 * renamed RA* units 1998-06-23 14:00:15 +00:00
daniel
461661c69c * Recommitted. 1998-06-23 08:59:22 +00:00
daniel
7291ca5c11 - Removed pool of nodes. 1998-06-22 08:59:03 +00:00
peter
ef272e9acd * compiler defines 1998-06-19 16:51:10 +00:00
peter
cc8071a7b1 * removed cosntructor/constructor warning and 0.99.5 recompiles it again 1998-06-19 15:40:42 +00:00
peter
c6b54d420b * bp7 fix 1998-06-19 15:40:00 +00:00
peter
6a1ca57304 * forgot an $ifdef NEWPPU :( 1998-06-17 14:36:19 +00:00
peter
f07849effe * small os2 fixes
* fixed interdependent units with newppu (remake3 under linux works now)
1998-06-17 14:10:11 +00:00
michael
90b33c20e2 Reduced number of circular ependencies to 2 1998-06-17 13:32:14 +00:00
peter
e2aa8b6ef4 * small cosmetic fixes 1998-06-16 11:32:18 +00:00
peter
c2d5abdfed + targetcpu
* cleaner pmodules for newppu
1998-06-16 08:56:17 +00:00
pierre
2d681748ac * small bug in systems.pas corrected
+ operators in different units better hanlded
1998-06-15 15:38:07 +00:00
daniel
68f9bc6913 * BP updates. 1998-06-15 14:44:36 +00:00
daniel
4035b254df * Reverted my changes. 1998-06-15 14:30:12 +00:00
daniel
401240a35e * Reverted my changes. 1998-06-15 14:23:44 +00:00
daniel
c359ca7094 * Updated overlays. 1998-06-15 13:43:45 +00:00
daniel
58f554b16e * Fixed spelling mistakes in comments.
* Fixed some OS/2 parameters.
1998-06-15 13:34:24 +00:00
daniel
d9445e22e9 * Fixes to make it compilable under BP again. 1998-06-15 13:31:20 +00:00
peter
cb936cddb2 * small fix with crc in newppu 1998-06-14 18:25:41 +00:00
peter
a9f30325b6 * fixed xor bug (from mailinglist) 1998-06-14 18:23:57 +00:00
michael
4fb4706b9e + a new WORKING depend 1998-06-13 10:20:16 +00:00
peter
f82dc63f5e * again broken 1998-06-13 09:59:15 +00:00
peter
c614d62eaf * working browser and newppu
* some small fixes against crashes which occured in bp7 (but not in
    fpc?!)
1998-06-13 00:10:04 +00:00
pierre
c248434392 * external name 'C_var';
export name 'intern_C_var';
    cdecl;
    cdecl;external;
    are now supported only with -Sv switch
1998-06-12 16:15:34 +00:00
peter
12c40adc06 * removed the tree dependency to types.pas
* long_fil.pas support (not fully tested yet)
1998-06-12 14:50:48 +00:00
michael
004da8b801 * Fixed wrong code for ansistring 1998-06-12 14:10:37 +00:00
michael
c272da34ad restored depend 1998-06-12 13:17:35 +00:00
peter
bd64631a51 * small internalerror nr change 1998-06-12 13:10:34 +00:00
michael
5f864a3f90 Fixed ansistrings : is_ansistring not found 1998-06-12 10:43:12 +00:00
pierre
390fc9063d * column problem hopefully solved
+ C vars declaration changed
1998-06-12 10:32:22 +00:00
peter
a4fa957178 * fixed too long line 1998-06-11 13:58:45 +00:00
peter
86e21aef48 * small fix to let newppu compile 1998-06-11 13:58:07 +00:00
peter
6cd01467c6 * -gb works again 1998-06-11 10:11:57 +00:00
peter
7d36b5d9ec * write also the .dll extension (needed for NT) 1998-06-10 10:43:18 +00:00
peter
d449884787 * ifndef TARGET to allow target on commandline 1998-06-10 10:42:44 +00:00
pierre
5ad339b3d8 + added procedure directive parsing for procvars
(accepted are popstack cdecl and pascal)
  + added C vars with the following syntax
    var C calias 'true_c_name';(can be followed by external)
    reason is that you must add the Cprefix

    which is target dependent
1998-06-09 16:01:33 +00:00
peter
f98459e1fb * smartlinking works for win32
* some defines to exclude some compiler parts
1998-06-08 22:59:41 +00:00