Tomas Hajny
|
0c063005dd
* compilation fix for MS Windows targets
|
11 years ago |
Tomas Hajny
|
0b71f6286c
* dbase support now enabled for OS/2
|
11 years ago |
Tomas Hajny
|
585bedf2e8
* unit dbf_dbffile now compilable under OS/2
|
11 years ago |
Tomas Hajny
|
ebccde996e
+ implementation of unit dbf_wtil now split into target dependant include files, added implementation for OS/2
|
11 years ago |
sergei
|
06ee500352
* MIPS: improved code generation in make_simple_ref
|
11 years ago |
sergei
|
0041024e5f
* Modified FindRegAlloc() to skip branch delay slots in the same way it is done in GetNextInstruction(). This fixes processing sequences "dealloc reg; branch reg,label; NOP; alloc reg" in BuildLabelTableAndFixRegAlloc(), deallocation is now correctly moved after branch. Before this change, the last allocation was ignored, and deallocation was moved forward until another instruction using reg was encountered.
|
11 years ago |
Tomas Hajny
|
c0a1a7d26d
+ new unit providing access to additional OS/2 API functions from DOSCALL1.DLL available in newer OS/2 versions (WSeB/MCP/eCS) - currently additional 64-bit file handling not used directly in RTL; mostly file locking related now; dynamically loaded and simulated under older OS/2 versions to allow executables using them to run on older OS/2 versions
|
11 years ago |
Tomas Hajny
|
feb58d5d25
* make handle for DosCalls accessible for other code
|
11 years ago |
Tomas Hajny
|
1d0de6f87c
* added ordinal numbers for newer Dos* API functions
|
11 years ago |
joost
|
8da7914438
* Combine all utils into one achive, several installers depend on this
|
11 years ago |
Tomas Hajny
|
f55e4400b3
* fix for typo in constant name plus added explanation
|
11 years ago |
Tomas Hajny
|
09e0734b7c
* fix working with short record function results under OS/2
|
11 years ago |
marco
|
ccbe03fc37
* fulltext search demo by Reinier Olislagers, mantis #26863
|
11 years ago |
marco
|
20833d4bc9
* change ContextTrackingMode field to boolean. Mantis #26892
|
11 years ago |
Jonas Maebe
|
ada39d530f
+ added descriptive comments for the examples (patch by Reinier Olislagers,
|
11 years ago |
Jonas Maebe
|
00ea5e1636
* made maybequoted_for_script() public
|
11 years ago |
joost
|
600d91c5b0
* Removed the double dot in tar-filenames introduced in r28875
|
11 years ago |
joost
|
5451a9c0ed
* On OSes with a 8.3 fs, the zip-suffix is not equal to the targetstring
|
11 years ago |
joost
|
c00d80abd7
* Correction of r28876, UNITSOUTPUTDIR should be all uppercase
|
11 years ago |
Jonas Maebe
|
7398f8d507
* fixed defines separator
|
11 years ago |
joost
|
dab0fbc835
* Fix for building IDE on platforms where the conditionalstrings are case-sensitive
|
11 years ago |
joost
|
3866540f5a
* Fixed building zip-files for multiple packages inside one fpmake
|
11 years ago |
Jonas Maebe
|
d117402673
+ test for mantis #21449, already fixed in the mean time
|
11 years ago |
Jonas Maebe
|
f1c45eeae3
* support passing [nil] to an array of class/objcclass/javaclass/intf/...
|
11 years ago |
Jonas Maebe
|
1334fe10c1
+ test for mantis #19622, fixed by sergei in r28266
|
11 years ago |
reiniero
|
6c7e6ad5ea
* fcl-db: oracleconnection: addendum to commit 28833; issue #26868
|
11 years ago |
Jonas Maebe
|
b0639405ac
* compare the actual target nodes when checking whether the result of an
|
11 years ago |
reiniero
|
d69d25432a
* fcl-db: Oracle connection: don't leak resources client side and server side on failed connection. Patch by Al Popov. Thank you very much. Solves issue #26868
|
11 years ago |
pierre
|
123b9f789a
Add cint type definition if not declared for syscall unit compilation
|
11 years ago |
pierre
|
d438d5dece
sysnr.inc changed to set syscall numbers dynimically (untested, but currrently broken anyway)
|
11 years ago |