michael
0cac0583d3
* Bugfix in assignstream. . Now wait is performed upon close
1998-11-24 15:30:12 +00:00
michael
4ea629dcdc
Implemented most important methods.
1998-11-24 15:03:32 +00:00
peter
6f9679f1d2
* release smallsetord, so small sets constant are handled like longints
1998-11-24 13:40:59 +00:00
peter
834e1ed1b1
- 182,184
1998-11-24 12:58:37 +00:00
peter
24cb89c2bd
* removed all explicit leave;ret commands and let them generate by
...
the compiler (needed for stack alignment)
1998-11-24 12:54:57 +00:00
peter
06209a3be3
+ FPC_SET_CREATE_ELEMENT
1998-11-24 12:54:01 +00:00
peter
6756b4ec78
* sets are not written twice anymore
...
* optimize for emptyset+single element which uses a new routine from
set.inc FPC_SET_CREATE_ELEMENT
1998-11-24 12:52:40 +00:00
peter
d3946024c8
* fixed crash
1998-11-24 12:50:09 +00:00
pierre
e0076f57b0
+ several bugs converted
1998-11-23 23:44:50 +00:00
pierre
18acc6d871
+ tbs0182 from bug0182
1998-11-23 18:31:25 +00:00
pierre
c921c95996
* fix for bug0182
1998-11-23 18:26:44 +00:00
pierre
83a1c209c5
* added checking before dispose of reference string
1998-11-23 17:51:58 +00:00
pierre
c93531b63f
* ansistring support in extdebug code
1998-11-23 17:49:03 +00:00
Jonas Maebe
75086759b1
+ bug0184
1998-11-23 14:20:42 +00:00
peter
01d83fc3ec
* more fexpand fixes from marco van de voort
1998-11-23 13:53:59 +00:00
peter
dbd4e3f280
* inital version
1998-11-23 13:45:37 +00:00
peter
0c1ba21ada
* initital version
1998-11-23 13:41:18 +00:00
peter
b7a7bfd115
+ 183
1998-11-23 12:51:31 +00:00
peter
f224c7d84f
* fexpand('o:') fixed to return o:\ (from the mailinglist)
1998-11-23 12:48:02 +00:00
peter
defda2181e
+ 182
1998-11-23 12:41:18 +00:00
peter
977b677877
* fix for findclose from the mailinglist
1998-11-23 12:32:31 +00:00
pierre
ae4500f112
* pieslice and sector work now !!
...
* bugs in text writing removed
+ scaling for defaultfont added
+ VertDir for default font added
* RestoreCRTMode corrected
1998-11-23 10:04:16 +00:00
florian
6b79dfe801
* fexpand bug (temp. strings were too shoort) fixed, was reported
...
by Marco van de Voort
1998-11-22 09:33:21 +00:00
pierre
c7b23245e1
* many bugs related to floodfill and ellipse fixed
1998-11-20 18:42:04 +00:00
florian
d5aea5e17f
* problems with rtti fixed, hope it works
1998-11-20 15:35:54 +00:00
pierre
f17c6d2911
* Found out the LinerFrameBuffer problem
...
Was an alignment problem in VesaInfoBlock (see graph.pp file)
Compile with -dDEBUG and answer 'y' to 'Use Linear ?' to test
1998-11-20 10:16:00 +00:00
pierre
aaeb9b6a03
* several bugfixes for sector/ellipse/floodfill
...
+ graphic driver mode const in interface G800x600x256...
+ added backput mode as in linux graph.pp
(clears the background of textoutput)
1998-11-19 15:09:33 +00:00
pierre
4e8b8ef9f4
+ random test
1998-11-19 14:18:45 +00:00
pierre
237099124c
+ added some functions missing like sector ellipse getarccoords
...
(the filling of sector and ellipse is still buggy
I use floodfill but sometimes the starting point
is outside !!)
* fixed a bug in floodfill for patterns
(still has problems !!)
1998-11-19 09:48:45 +00:00
michael
92f23e1dd5
+ Changed message saying that doc was donated by thomas.
1998-11-19 09:37:50 +00:00
Jonas Maebe
ae04ea5143
+ gathering of register reading data, nowhere used yet (necessary for instruction scheduling)
1998-11-18 17:58:22 +00:00
peter
e413f19a4d
* fixes for VALUEPARA
1998-11-18 17:45:24 +00:00
peter
0cadc4f3c3
* VALUEPARA for tp7 compatible value parameters
1998-11-18 15:44:05 +00:00
pierre
f00187e462
* floodfill got into an infinite loop !!
...
+ added partial support for fillpoly
(still wrong if the polygon is not convex)
Simply make a floodfill from the barycenter !
* some 24BPP code changed (still does not work for my S3VBE program !)
1998-11-18 13:23:34 +00:00
pierre
c607c78fa2
* WinShift was wrong for LinearBuffer
1998-11-18 12:12:54 +00:00
pierre
295614927d
* LinearFrameBuffer test added
1998-11-18 11:45:06 +00:00
michael
7c71c739bc
+ Fixed pchar2ansi
1998-11-18 10:56:46 +00:00
pierre
8ac31273f5
* wrong VesaNumber with 24 bit modes
1998-11-18 09:34:36 +00:00
pierre
cf389c21e1
* changed color scheme
...
all colors are in RGB format if more than 256 colors
+ added 24 and 32 bits per pixel mode
(compile with -dDEBUG)
24 bit mode with banked still as problems on pixels across
the bank boundary, but works in LinearFrameBufferMode
Look at install/demo/nmandel.pp
1998-11-18 09:31:29 +00:00
pierre
bc986a816e
+ added objects unit
1998-11-18 09:28:07 +00:00
pierre
16524901b4
+ added $error if compiled with -pg
...
+ all output to stderr
1998-11-18 09:22:10 +00:00
pierre
50ccd479d2
+ automatic loading of profile unit with -pg option
...
in go32v2 mode (also defines FPC_PROFILE)
* some memory leaks removed
* unreleased temp problem with sets solved
1998-11-18 09:18:01 +00:00
michael
d3c9ab1366
+ Initial implementation
1998-11-17 23:49:24 +00:00
michael
648240b126
+ Initial impelmentation
1998-11-17 23:47:53 +00:00
michael
8790854b02
+ too many changes to enumerate
1998-11-17 23:41:56 +00:00
pierre
7e69364aab
+ mandel changed for new graph unit (probably not very linux compatible !)
1998-11-17 18:17:53 +00:00
michael
cc415c9cd4
+ Fixed copy. Now reference count is correct
1998-11-17 12:16:07 +00:00
peter
c8d3ad6484
+ several checks for empty string
1998-11-17 11:33:22 +00:00
peter
41ac2b8a59
* optimize str:='' in H+ mode
...
+ -! to test ansistrings
1998-11-17 11:32:44 +00:00
peter
dabc19f0ff
* H+ fixes
1998-11-17 10:40:15 +00:00