michael
|
3990686be3
* Some fixes for names when installing libraries
|
7 years ago |
michael
|
024a92b2da
* Support for shared libraries
|
7 years ago |
michael
|
8342c502c5
* Initial check-in of pas2js changes
|
7 years ago |
nickysn
|
5fd1d28f62
* changed the parameters to SetMouseXRange and SetMouseYRange (used internally
|
7 years ago |
nickysn
|
91a182081f
* initialize regs.ax at once, instead of setting regs.ah and regs.al to two
|
7 years ago |
nickysn
|
9d4e9dc9c8
+ zero out the TVESAInfoBLock structure before doing the VBE get information
|
7 years ago |
nickysn
|
4655e4a424
+ ported the 'vesamode' unit to i8086-msdos
|
7 years ago |
nickysn
|
aebc0a74f7
+ enabled compilation of the 'fv' package for i8086-msdos
|
7 years ago |
nickysn
|
a82740d7a7
+ implemented the video and mouse units for i8086-msdos
|
7 years ago |
nickysn
|
81b56c9d4b
* use movedata() in the msdos crt unit
|
7 years ago |
nickysn
|
29f307589e
+ added an i8086-specific procedure MoveData, that allows moving of far data,
|
7 years ago |
Mattias Gaertner
|
53940cdfb2
pastojs: convert Assigned() to !=null, so that Assigned(undefined) gives false
|
7 years ago |
nickysn
|
d8a2285a91
+ enabled compilation of unit classes for win16; compiles only in the large
|
7 years ago |
nickysn
|
572ec3b0d5
+ enabled compilation of unit fgl for win16
|
7 years ago |
nickysn
|
0b48943a1e
+ enabled compilation of unit typinfo for win16
|
7 years ago |
nickysn
|
532ff65e87
+ enabled compilation of unit types for win16
|
7 years ago |
nickysn
|
b76bc68214
+ enabled compilation of unit math for win16
|
7 years ago |
nickysn
|
5409450195
+ ported and enabled compilation of unit sysutils for win16
|
7 years ago |
nickysn
|
7cc581d4c7
* replaced Intr($21,regs) with MsDos(regs) in the i8086-msdos sysutils unit
|
7 years ago |
pierre
|
5780c608be
Also generate FPC_HAS_FEATURE_XXX macros for programs, libraries and packages
|
7 years ago |
marco
|
c0a6715db2
* fixes to fulltextsearch decoding. From Sergey Bodrov's repo, cleaned and
|
7 years ago |
nickysn
|
0119e7afb3
* changed the codepointer type in the i8086 small and compact memory models from
|
7 years ago |
Mattias Gaertner
|
082c17fd93
pastojs: added test for unit cycle
|
7 years ago |
Mattias Gaertner
|
bf874485ae
fcl-passrc: resolver/parser: detect unit cycle, stop parsing, continue parsing after used unit interfaces have finished
|
7 years ago |
nickysn
|
ae52295232
* fixes for Seg(proc) for i8086
|
7 years ago |
Mattias Gaertner
|
cde1941382
fcl-passrc: resolver: fixed not finding indirect units
|
7 years ago |
svenbarth
|
0bf71958f2
* ensure that the correct RTTI data is written for "array of const" parameters as well
|
7 years ago |
svenbarth
|
afa6d1bdb0
* extend test a little bit to ensure that nested Concat() calls for strings work correctly
|
7 years ago |
svenbarth
|
916ff0b92c
+ extend Concat() with support for dynamic arrays
|
7 years ago |
Mattias Gaertner
|
24c634d38d
pastojs: fixed check alias proc type
|
7 years ago |