peter
|
11d7a573df
|
* concat free blocks in main freelist
|
2000-03-13 21:22:28 +00:00 |
|
pierre
|
4bbbb33cf1
|
* small fixes
|
2000-03-10 13:45:31 +00:00 |
|
pierre
|
6d213ac89b
|
* avoid problems if sbrk returns negative values
|
2000-03-10 12:41:21 +00:00 |
|
Jonas Maebe
|
4cb3f54367
|
* writemode was not set to normalput during clearviewport (and it uses hline)
|
2000-03-08 14:20:14 +00:00 |
|
daniel
|
c711189ead
|
+ Added is_object method to Tobject. It is similar to the is operator.
|
2000-03-06 20:15:32 +00:00 |
|
Jonas Maebe
|
02ec1d0d3b
|
* fixed rounding problem when writing out single/double type vars
|
2000-03-05 09:41:05 +00:00 |
|
Jonas Maebe
|
c535d675f5
|
* sign was not written in some cases
|
2000-03-02 07:35:57 +00:00 |
|
peter
|
66ea55dd7c
|
* removed warnings/notes
|
2000-02-27 14:40:40 +00:00 |
|
Jonas Maebe
|
51bbb51a06
|
* fix for lost precision because sometimes the correction value was
larger than the number to be corrected
* incompatibility with TP's output fixed
|
2000-02-26 18:53:11 +00:00 |
|
Jonas Maebe
|
0b02714817
|
+ new str_real which is completely TP compatible regarding output
format and which should have no rounding errors anymore
|
2000-02-26 15:49:40 +00:00 |
|
florian
|
2eb62408ae
|
* disabled FIXED data type per default
|
2000-02-15 14:36:57 +00:00 |
|
Jonas Maebe
|
ba7b10c01d
|
+ new, faster fillpoly from Thomas Schatzl
* some logging commands in vesa.inc disabled
|
2000-02-12 13:39:19 +00:00 |
|
peter
|
20105af42c
|
* fixed bug with reallocmem to use the wrong size when copying the
data to the new allocated pointer
|
2000-02-10 13:59:35 +00:00 |
|
florian
|
17f8a06883
|
+ helper routine for <int64> mod <in64> added
|
2000-02-09 22:19:24 +00:00 |
|
florian
|
e22cb380d4
|
+ popsecondobjectstack added
|
2000-02-09 22:16:50 +00:00 |
|
peter
|
6b66a55cd6
|
* truncated log
|
2000-02-09 16:59:28 +00:00 |
|
peter
|
6c15031ffd
|
* moved halt to system.inc
* syslinux doesn't use direct asm anymore
|
2000-02-09 12:17:51 +00:00 |
|
pierre
|
abfb61c7d0
|
* fix for directories included in stabsinfo
|
2000-02-08 15:23:02 +00:00 |
|
peter
|
06edc7aa14
|
* use backtracestrfunc()
|
2000-02-07 10:42:44 +00:00 |
|
florian
|
a8e85eb3a9
|
* small typo for go32 fixed
|
2000-02-06 22:13:42 +00:00 |
|
peter
|
0cf7314799
|
* linux elf support
|
2000-02-06 19:14:22 +00:00 |
|
peter
|
78cb6bfa89
|
* lineinfo unit added which uses stabs to get lineinfo for backtraces
|
2000-02-06 17:19:22 +00:00 |
|
florian
|
d3b00ca358
|
* popobjectstack is now a function
|
2000-02-06 17:17:57 +00:00 |
|
sg
|
4e5b164c36
|
* For Linux, "/" is added to the bgipath instead of "\" if this character
isn't already there.
|
2000-02-06 01:47:15 +00:00 |
|
peter
|
d19710a9ad
|
* fixed tracereallocmem which supplied the wrong size for tryresize
|
2000-02-02 11:13:15 +00:00 |
|
peter
|
6bbb440811
|
* fixed internal_memavail counting for tryresizemem
|
2000-02-02 11:12:29 +00:00 |
|
peter
|
ba0b8a2e1b
|
* reallocmem fixed for freemem() call when size=0
|
2000-01-31 23:41:30 +00:00 |
|
Jonas Maebe
|
e534908b2f
|
* committed the rest of my fix :)
|
2000-01-31 12:11:53 +00:00 |
|
pierre
|
38fb93fcfc
|
* Jonas' fix for bug811
|
2000-01-31 10:15:43 +00:00 |
|
florian
|
042cb265c0
|
* improved qword*qword code, if no overflow checking is done
|
2000-01-27 15:43:02 +00:00 |
|
peter
|
9be202fd38
|
* fixed reallocmem which didn't work anymore and thus broke a lot
of objfpc/delphi code
|
2000-01-24 23:56:10 +00:00 |
|
florian
|
46ba0d434c
|
* int64/int64 and int64*int64 is now done by the fpu if possible
|
2000-01-23 12:27:39 +00:00 |
|
florian
|
0a05c8d0e0
|
* reading of 64 bit type implemented
|
2000-01-23 12:22:37 +00:00 |
|
Jonas Maebe
|
c834c996e4
|
* set FPUInt64 to false for i386, because comp mul and div code for int64 is
commented out in int64.inc
|
2000-01-21 15:32:07 +00:00 |
|
florian
|
7451fd5ab4
|
* writing of int64/qword fixed
|
2000-01-20 20:19:37 +00:00 |
|
Jonas Maebe
|
8095e34fae
|
* finally fixed tracereallocmem completely
|
2000-01-20 14:25:51 +00:00 |
|
Jonas Maebe
|
adcc8f25b7
|
* another problme with realloc fixed (one left)
|
2000-01-20 13:17:11 +00:00 |
|
Jonas Maebe
|
2c25000f32
|
* fixed problem with reallocmem and heaptrc
|
2000-01-20 12:35:35 +00:00 |
|
peter
|
4f22717b61
|
* open with mode 2 in rewrite
|
2000-01-17 20:02:30 +00:00 |
|
Jonas Maebe
|
bc9c4771c0
|
+ support for NaN's, cleaner support for Inf
|
2000-01-17 13:00:51 +00:00 |
|
peter
|
cea4495a20
|
* check handle for file closing
|
2000-01-16 22:25:38 +00:00 |
|
peter
|
c775ade1d6
|
* primitives added
|
2000-01-10 09:54:30 +00:00 |
|
Jonas Maebe
|
1c7978a96b
|
+ Mac linebreak (#13) support for readln
|
2000-01-08 17:08:36 +00:00 |
|
daniel
|
ec29a31834
|
* copyright 2000
|
2000-01-07 16:41:28 +00:00 |
|
daniel
|
a79b4a404b
|
* copyright 2000 added
|
2000-01-07 16:32:21 +00:00 |
|
Jonas Maebe
|
3fafebe811
|
* fixed bug in outTextXY for vertical text
|
2000-01-06 16:17:56 +00:00 |
|
Jonas Maebe
|
0eacfedcb8
|
* fixed traceReallocMem with nil pointer (simply calls traceGetMem now in
such a case)
|
2000-01-05 13:56:55 +00:00 |
|
peter
|
ca84c2bc26
|
* fixed reallocmem with p=nil
|
2000-01-03 19:37:52 +00:00 |
|
Jonas Maebe
|
39343bf688
|
* removed/commented out (inited but) unused vars and unused types
|
2000-01-02 19:02:39 +00:00 |
|
Jonas Maebe
|
0e4fe19488
|
* made floodfill a *LOT* faster (better DrawnPoints management)
|
2000-01-02 19:01:32 +00:00 |
|