Commit Graph

7542 Commits

Author SHA1 Message Date
peter
38951f5ce1 * lot of compile updates for cg11 2000-10-01 19:48:23 +00:00
florian
13db1a0ef0 * charset added 2000-10-01 15:34:05 +00:00
michael
619dac6c93 + Merged from fixbranch 2000-10-01 13:17:35 +00:00
peter
27749c067e * more cg11 updates 2000-09-30 16:08:45 +00:00
peter
dc6c26755b * filepos when unit not found (merged) 2000-09-30 16:07:40 +00:00
peter
11fbb1cc6d * prefix fix (merged) 2000-09-30 16:07:20 +00:00
michael
e0e734ed2e + Merged int64 fix from fixbranch 2000-09-30 15:51:41 +00:00
peter
084e294150 * const array of char and pchar length fixed (merged) 2000-09-30 13:23:04 +00:00
peter
5f21bf64b8 * range check fix 2000-09-30 13:13:22 +00:00
Jonas Maebe
b8388b3143 * regvars are now zeroed at the start of their life if they contain an 8
or 16bit var/parameter, because the full 32bits are used if they are
    necessary for a btrl instruction
2000-09-30 13:08:16 +00:00
Jonas Maebe
bec76ee738 * fixed support for -Or with new features of CSE 2000-09-30 13:07:23 +00:00
sg
9048ff6354 * Added 'RaiseProc': A user-definable callback procedure which gets
called whenever an exception is being raised
2000-09-30 07:38:07 +00:00
Jonas Maebe
9e77e31a28 * search much further back for CSE sequences (non-conflicting stores are
now passed)
  * remove more unnecessary loads of registers (especially the self pointer)
2000-09-29 23:14:45 +00:00
Jonas Maebe
ec5edf7be2 + writeToMemDestroysContents() and writeDestroysContents() to support the
new features of the CSE
2000-09-29 23:14:11 +00:00
Jonas Maebe
8eb96135c8 * fixed compiling error 2000-09-29 21:51:00 +00:00
Jonas Maebe
2a6e63f2dd * removed warnings 2000-09-29 21:49:41 +00:00
florian
2a74104ce4 * make cycle fixed 2000-09-29 15:45:23 +00:00
florian
c91779dd2c *** empty log message *** 2000-09-28 20:48:52 +00:00
Tomas Hajny
e733b4193f * SelToFlat correction (still not OK probably) 2000-09-28 19:57:22 +00:00
florian
57a566e53d *** empty log message *** 2000-09-28 19:49:51 +00:00
michael
95c8173a7b + Finished article 2000-09-28 18:16:30 +00:00
florian
1cef9ea3b3 *** empty log message *** 2000-09-28 16:34:47 +00:00
Jonas Maebe
828ee99e2d * fixed range errors (merged from fixes branch) 2000-09-28 11:57:03 +00:00
Jonas Maebe
45d4e0202a * fixed dupplicate message numbers (from Pierre's fix in the fixes
branch)
2000-09-28 09:10:47 +00:00
florian
a30886fbf6 * finally nadd.pas compiles 2000-09-27 21:33:22 +00:00
peter
5dc42d12ed * also set initlocalswitches in setcompilemode (merged) 2000-09-27 21:20:56 +00:00
peter
2b01b55217 * regenerated 2000-09-27 21:10:31 +00:00
peter
899cb2393d * -gl for debug 2000-09-27 21:08:18 +00:00
peter
3aac2ecfb2 * check for dup numbers 2000-09-27 20:59:55 +00:00
florian
5a855db55d * more stuff fixed 2000-09-27 20:25:44 +00:00
florian
c284d15e57 * fixed a lot of syntax errors in the n*.pas stuff 2000-09-27 18:14:31 +00:00
florian
a32e181d77 * hmm, still a lot of work to get things compilable 2000-09-26 20:06:13 +00:00
Tomas Hajny
531bb2a6ad + working with VP/2 already (not FPC yet)!video.inc 2000-09-26 18:15:29 +00:00
florian
4d6f20c0d4 * more conversion work done 2000-09-26 14:59:34 +00:00
Jonas Maebe
df285ec946 * one more bug corrected 2000-09-26 14:22:13 +00:00
Jonas Maebe
484bd2710c * fixed several small bugs
* fixed several typo's in the comments
2000-09-26 14:19:04 +00:00
Jonas Maebe
528c45c517 * writes to register variables and to the self pointer now also count as
memore writes
2000-09-26 11:49:41 +00:00
Jonas Maebe
f0c5ba2976 + added 2000-09-26 11:02:24 +00:00
Jonas Maebe
fa38093530 * initmodeswitches is changed is you change the compiler mode from the
command line (the -S<x> switches didn't work anymore for changing the
    compiler mode) (merged from fixes branch)
2000-09-26 10:50:41 +00:00
Jonas Maebe
eac9bbd068 + added preserving of rawness of terminal when going though
init/donevideo
  * del_term() is now called in donevideo
  * if initvideo is called while the video is already initialized, the
    screen is cleared and the cursor is set home, instead of going
    through the whole donevideo and then initvideo
  (merged from fixes branch)
2000-09-26 08:18:29 +00:00
peter
ec95ce1f48 * fixes to work again 2000-09-25 21:07:14 +00:00
florian
df4eb26ed0 * more fixes 2000-09-25 15:37:14 +00:00
florian
7549cdd6cc * some updates 2000-09-25 15:05:25 +00:00
florian
f245ef187f * initial revision 2000-09-25 14:55:05 +00:00
florian
991db24e93 * first revision for testing purpose 2000-09-25 09:58:22 +00:00
Jonas Maebe
ca4a065758 - removed TP conditional code 2000-09-25 09:50:29 +00:00
michael
ae6dda765a + Initial implementation 2000-09-24 22:20:24 +00:00
peter
6995b143d6 * ttextrec,tfilerec added (merged) 2000-09-24 21:55:07 +00:00
peter
24fc983597 * message updates merges 2000-09-24 21:33:46 +00:00
Tomas Hajny
6147aeb83d * TVioCursorInfo enhanced, VioScroll* updated 2000-09-24 21:21:28 +00:00