sergei
|
2981f73aaa
- Removed redundant functions "power", they were neither used nor accessible through interface. The actual function "power" is located in Math unit.
|
11 년 전 |
michael
|
4a969eef33
* Removed httpdefs dependency, added several missing raise statements
|
11 년 전 |
nickysn
|
626000e50d
+ added System.SelectorInc to the msdos rtl (BP7 compatibility)
|
11 년 전 |
sergei
|
e951887154
* Fixed linking of non-PIC code to indirect functions in shared objects.
|
11 년 전 |
nickysn
|
9f2e59de3a
+ implemented far pointer arithmetic in the i8086 add node simplify method
|
11 년 전 |
michael
|
89092232b9
* Parameter inverted for abortread in content read
|
11 년 전 |
michael
|
12e9772111
* Attempt to fix Bug ID #25940
|
11 년 전 |
michael
|
d45ced0221
* Added DegNormalize
|
11 년 전 |
nickysn
|
4563b2994d
+ handle constint+pointerconst in taddnode.simplify
|
11 년 전 |
nickysn
|
bf1e15fd39
+ added another far pointer arithmetic test
|
11 년 전 |
nickysn
|
cef4092f3d
- rm some unneeded assignments from the test
|
11 년 전 |
nickysn
|
a11c7fe476
+ report the number of the failing test in the exit code
|
11 년 전 |
florian
|
701cdf8ea2
* fix for #25956: left is not necessarily the array load node when accessing an open array/array of const element
|
11 년 전 |
nickysn
|
cd90154b9c
+ added pointer const tests to the far pointer arithmetic test tfarptr3.pp
|
11 년 전 |
nickysn
|
8d1ed088c8
+ implemented far pointer arithmetic (operating only on the offset, without
|
11 년 전 |
michael
|
9e93e4293b
* Only put unbound params in the list of fieldnames (bug ID 25955)
|
11 년 전 |
nickysn
|
198960b17c
* preserve the segment of the reference in tx86vecnode.update_reference_reg_mul
|
11 년 전 |
nickysn
|
f00f7d6ee7
* override tcgvecnode.update_reference_reg_mul for i8086 and add code that
|
11 년 전 |
nickysn
|
7a873f495d
* use the stack segment for SP-relative addresses in Tcgx86.g_concatcopy in
|
11 년 전 |
reiniero
|
fadbe3b43e
fcl-db:
|
11 년 전 |
sergei
|
5c48804240
* Moved local label infrastructure into tasmreader, reduces number of global vars. Functionality is not changed.
|
11 년 전 |
michael
|
181892cc5f
* First implementation of pas2js converter program
|
11 년 전 |
michael
|
e05b77e759
* Check for nil
|
11 년 전 |
michael
|
0c50662156
* Initial version of pascal-to-javascript converter
|
11 년 전 |
nickysn
|
ee20ecfcf2
* tcgx86.make_simple_ref: in i8086 memory models with DS<>SS, add an SS: segment
|
11 년 전 |
sergei
|
adc8cdb5af
* Calling tlabelsym.mangledname should not define the label. This was causing "already defined" errors if a label was referenced before it was defined.
|
11 년 전 |
nickysn
|
e43791cf7c
* ti8086callnode.extra_call_ref_code: do not change the base register to BX if
|
11 년 전 |
nickysn
|
9da1ee0138
* i8086 far data model fixes in the copying of openarray value params
|
11 년 전 |
nickysn
|
c0709eef40
* i8086 far data model fixes in Save/RestoreStateVGA and Save/RestoreStateVESA
|
11 년 전 |
nickysn
|
f31d7e665b
* fix for i8086 far data memory models in dos.getintvec
|
11 년 전 |