sergei
|
d981861433
* IsNan(single): can be written much simpler, because representation of single casted to longint is the same on big-endian and little-endian targets.
|
пре 12 година |
nickysn
|
35c0c76034
* i8086/mathu.inc converted to asmmode intel
|
пре 12 година |
nickysn
|
07bbfc7c60
+ added { on} to test tfarcal1.pp
|
пре 12 година |
sergei
|
0914bb7944
- Removed empty include file wustrings.inc
|
пре 12 година |
sergei
|
5dd10ade50
- Removed register lists after pure assembler procedures, they are ignored anyway.
|
пре 12 година |
sergei
|
d6a4e30f06
* fpc_val_real_shortstr: track amount of digits in mantissa and limit integer exponent values. This does not (yet) prevent floating-point overflows, but is a necessary step to prevent them.
|
пре 12 година |
sergei
|
5ec95691c0
* fpc_val_real_shortstr: some more minor/style cleanup.
|
пре 12 година |
nickysn
|
2afea8fc19
+ allow {$apptype com} and {$apptype exe} to set the msdos binary format
|
пре 12 година |
marco
|
1a4a745993
* fix for mantis #25078
|
пре 12 година |
pierre
|
7ab7dcc846
Accept both mips and mipseb as architecture
|
пре 12 година |
nickysn
|
52a5ffc386
* use apptype to indicate that the target is a DOS .COM file, instead of introducing a new field in tsettings (as suggested by Sven)
|
пре 12 година |
lacak
|
139b498296
fcl-db: base: move method GetNewBlobBuffer from public to protected section as it was before rev.21735
|
пре 12 година |
lacak
|
7842e9f823
fcl-db: datapacketreader: change of interface methods. Pass reference to TCustomBufDataset only once in constructor of TDatapacketReader, so instance of datapacketreader will know about BufDataset for which it was created and there is no need to pass this reference on "every" call to methods of TDataPacketReader. It brings simplicity and more flexibility IMHO.
|
пре 12 година |
Tomas Hajny
|
3e5601d89e
* fix ChDir and GetDir handling for other than the current drive and avoid changing the current directory in GetDir in that case
|
пре 12 година |
michael
|
10eb918bed
* Register/Unregister SQL Statements less often
|
пре 12 година |
pierre
|
edd59a4eb5
Add missing i after dollar for include directive
|
пре 12 година |
lacak
|
9013ff6724
fcl-db:fcl-db: base: fix streaming (restoring) of ftWideMemo fields in XMLDatapacketReader
|
пре 12 година |
pierre
|
22e9cb48dd
Fix get_caller_stackinfo function: Addr parameter must also be by var
|
пре 12 година |
paul
|
f3963172ba
compiler: don't look at unit and namespace symbols from other units while searching for a type (issue #0025054)
|
пре 12 година |
nickysn
|
4fc4e4cb88
* removed the dummy fpc_sin_real and fpc_cos_real that halt with a runtime error
|
пре 12 година |
nickysn
|
ce123b6956
+ started the i8086-msdos version of the unit graph, based on the go32v2
|
пре 12 година |
nickysn
|
aaf1a54778
* graph unit 'ExitSave' variable changed to codepointer for i8086 medium memory model compilation
|
пре 12 година |
nickysn
|
4d86d44e38
* several i8086 fixes for 'data element too large' errors
|
пре 12 година |
nickysn
|
a04cbc09b0
* changed the default i8086 asmmode to Intel
|
пре 12 година |
nickysn
|
912299e9e7
+ documented the new options -Wtexe and -Wtcom in the fpc help
|
пре 12 година |
nickysn
|
b0be805561
* actually use the .com suffix, instead of .exe when creating a .com file
|
пре 12 година |
nickysn
|
567cdf875b
+ added new i8086 compiler options -Wtexe and -Wtcom for specifying the MS-DOS
|
пре 12 година |
nickysn
|
e2903ded95
+ added CGA snow checking to the WriteChar routine of the CRT unit for i8086-msdos; scrolling and clreol still produces snow
|
пре 12 година |
marco
|
03ac735bb9
* Patch from bug #25062 fixing parsing of coordinates within [] in windows section of hhp
|
пре 12 година |
nickysn
|
661e11ecb8
* on i8086 added section .fpc to the group 'dgroup'. This fixes a bug that caused the bss section to not be left out from the executable in tiny model, which caused, ironically, tiny model executables to be larger than the small model executables
|
пре 12 година |