florian
|
46ba0d434c
|
* int64/int64 and int64*int64 is now done by the fpu if possible
|
2000-01-23 12:27:39 +00:00 |
|
florian
|
0138d666de
|
* changed address for bugs/sugegstions etc to bugrep@freepascal.org
|
2000-01-23 12:24:48 +00:00 |
|
florian
|
0a05c8d0e0
|
* reading of 64 bit type implemented
|
2000-01-23 12:22:37 +00:00 |
|
michael
|
587a967353
|
+ Fixes from Jonas.
|
2000-01-23 11:11:36 +00:00 |
|
Jonas Maebe
|
02381105d6
|
+ all code generator generated "mov reg1,reg2" instructions are now
attempted to be removed using the replacereg code
(-dnewoptimizations)
* small fixes to -dreplacereg code
|
2000-01-22 16:10:06 +00:00 |
|
Jonas Maebe
|
b15a98cfa4
|
* better handling of exit(func_result) (no release of register that
holds the function result added)
* several other small improvements for reg allocation fixes
|
2000-01-22 16:08:06 +00:00 |
|
Jonas Maebe
|
d6bcb83f95
|
+ change "lea x(reg),reg" to "add x,reg" (-dnewoptimizations)
* detection whether edi is used after instructions (since regalloc
info for it is now available)
* better regUsedAfterInstruction function
|
2000-01-22 16:05:15 +00:00 |
|
Jonas Maebe
|
a961e10de2
|
* fixed more regalloc bugs (for set adding and unsigned
multiplication)
|
2000-01-22 16:02:37 +00:00 |
|
Jonas Maebe
|
e5af12b684
|
* forgot to commit a procedure for -dlogsecondpass the last time
|
2000-01-22 15:58:12 +00:00 |
|
Jonas Maebe
|
45d1c94958
|
* marked bug0307 as fixed
|
2000-01-22 15:49:37 +00:00 |
|
Tomas Hajny
|
a171c48b18
|
* path to tools added, OS/2 version updated
|
2000-01-22 15:19:58 +00:00 |
|
florian
|
98abf80f1f
|
* updated German message file
|
2000-01-22 15:16:04 +00:00 |
|
marco
|
3a9d6efa6e
|
* initial version based on 22 jan faq
|
2000-01-22 15:00:48 +00:00 |
|
michael
|
973fa271e8
|
* Corrected typo, and better decsription of file overwriting
|
2000-01-22 11:12:38 +00:00 |
|
michael
|
7c9658646c
|
+ Meer veranderingen aan fpcmake
|
2000-01-21 23:48:57 +00:00 |
|
florian
|
eb1715ded4
|
* fixed for the fix of bug #793
* fpu variables modified by nested subroutines aren't regable anymore
* $maxfpuregisters doesn't modify anymore the behavior of a procedure before
|
2000-01-21 22:06:16 +00:00 |
|
michael
|
b38526bfea
|
* Under win32, standard input and output are not guaranteed to have descriptors 0,1 and 2
|
2000-01-21 17:12:28 +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 |
|
Jonas Maebe
|
60d858c278
|
* regallocation fixes
|
2000-01-21 12:17:41 +00:00 |
|
Jonas Maebe
|
9c59eb8a12
|
+ add info on entry/exit of secondpass procedure in assembler files, between
-dlogsecondpass
|
2000-01-21 12:16:53 +00:00 |
|
pierre
|
ce69a931b0
|
+ some more
|
2000-01-21 11:53:20 +00:00 |
|
pierre
|
86058ed342
|
* bug fix for bug #802
|
2000-01-21 11:26:19 +00:00 |
|
daniel
|
2bf0189e2e
|
* should work on linux also
|
2000-01-21 10:10:25 +00:00 |
|
michael
|
65b9717fb3
|
* Added shutdown() call before close
|
2000-01-21 09:15:38 +00:00 |
|
peter
|
b4f654100d
|
* ifdef'd my previous fix as it broken a make cycle sometimes
|
2000-01-21 00:46:47 +00:00 |
|
peter
|
7257089815
|
* remove unused vars
* renamed to .pp
|
2000-01-21 00:44:51 +00:00 |
|
peter
|
a6495b496a
|
* demo is installed directly under sources so fpcdir=..
* more games for windows
|
2000-01-21 00:43:35 +00:00 |
|
peter
|
48603ff7a3
|
* support fm_inout as stdoutput for assign(f,'');rewrite(f,1); becuase
rewrite opens always with filemode 2
|
2000-01-20 23:38:02 +00:00 |
|
peter
|
532780ceb8
|
* released all make commands
|
2000-01-20 23:37:01 +00:00 |
|
peter
|
c6c6c51c9d
|
* fixed fldl where suffix would get S_L instead of S_FL
|
2000-01-20 23:35:01 +00:00 |
|
peter
|
00df7e392b
|
* updated with snapshot info from John Lee
|
2000-01-20 22:25:54 +00:00 |
|
michael
|
6d3629f0e5
|
+ Better fpcmake explanations
|
2000-01-20 21:46:52 +00:00 |
|
michael
|
758b2753c2
|
Adapted makefile.fpc
|
2000-01-20 20:33:02 +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 |
|
pierre
|
1eb30ec4e8
|
* bug #801 fixed
|
2000-01-20 12:29:02 +00:00 |
|
florian
|
9836bd406b
|
* bug #793 fixed
|
2000-01-20 12:14:47 +00:00 |
|
daniel
|
4ad408eab3
|
* also support ; comments in cfg file
|
2000-01-20 10:36:44 +00:00 |
|
pierre
|
6a89db2fdc
|
* uses ShortName of exe to start GDB
|
2000-01-20 00:31:53 +00:00 |
|
pierre
|
ccf88239a6
|
* Result of GetShortPathName is checked
|
2000-01-20 00:30:32 +00:00 |
|
pierre
|
627683b64d
|
* StoreBrowserCol changed to boolean function
|
2000-01-20 00:24:06 +00:00 |
|
pierre
|
08cb7daa9f
|
* fix for GetShortName, now checks results from Win32
|
2000-01-20 00:23:03 +00:00 |
|
pierre
|
c449017899
|
* avoid startsec=sec_none
|
2000-01-20 00:21:49 +00:00 |
|
pierre
|
e2edbf2262
|
+ 788,793 and 802
|
2000-01-20 00:20:16 +00:00 |
|
pierre
|
b7ea57362d
|
+ 304-309 transfert
|
2000-01-20 00:18:00 +00:00 |
|
pierre
|
090c46c35b
|
+ bug0309
|
2000-01-19 23:36:58 +00:00 |
|
michael
|
4d6b81e55e
|
+ Updated version to 0.99.14
|
2000-01-19 23:13:17 +00:00 |
|
florian
|
c463447714
|
* empty records/objects would generate static data of size 0 which is optimized away, tai_datablock
checks now the size and sets it to a value > 0
|
2000-01-19 22:53:57 +00:00 |
|