florian
|
ee89e99189
* correctly write an error if one tries to implement a method introduced in a generic in a specialization of the generic, resolves issue #23169
|
10 年之前 |
joost
|
a67a35c498
* Added the ability to add fpmake as a target in a Makefile.fpc file. This way
|
10 年之前 |
florian
|
d014572b8e
* do not use an extra register, if CPC does a comparison with 0,
|
10 年之前 |
florian
|
df999735f3
* use R1 in comparisons if left=0 instead of loading 0 into (a) register(s)
|
10 年之前 |
florian
|
42ea874bb1
* avr version corrected for several controllers
|
10 年之前 |
florian
|
4d3552943d
* correctly write OUTPUT_ARCH to the linker script, resolves issue #28395
|
10 年之前 |
michael
|
98e70ae3e6
* Fix GetModule, cause of wrong class tree
|
10 年之前 |
michael
|
722fdea993
* Improved testunit coverage
|
10 年之前 |
michael
|
a32160131b
* Add backwards compatibility lookup for operators
|
10 年之前 |
michael
|
798192ba70
* Better operator declaration
|
10 年之前 |
michael
|
a910bbc3a7
* Resolve operators at the end. The name is corrected after the node is created
|
10 年之前 |
michael
|
1c5da41b48
* Warn-no-node correctly passed on
|
10 年之前 |
michael
|
66f4d0bc4e
* Handle consts in records
|
10 年之前 |
michael
|
07c26c1754
* Change name handling for operators
|
10 年之前 |
michael
|
e4cd8565ae
* Parse operators better
|
10 年之前 |
lacak
|
3d6a6512ad
fcl-db: odbc: add support for stIndexes for database metadata retrieval SetSchemaInfo()
|
10 年之前 |
michael
|
8600940c26
* Initialize and finalize
|
10 年之前 |
Károly Balogh
|
eb3bd4648c
amicommon: actually, not all filesystems (FTPMount, for example) support the ExamineFH method, so fall back to double-seek in that case
|
10 年之前 |
marco
|
4e6f673a6d
* patch from #27919, enabling resources for gba, fixing fcl-base build.
|
10 年之前 |
lacak
|
61c451b391
fcl-db: mysql: add MySQL57Connection. Requires rev.31218.
|
10 年之前 |
florian
|
40eec2f249
* fix clinfo.pp for 64 Bit targets, patch by Thaddy de Koning, resolves #28405
|
10 年之前 |
michael
|
4442ecc863
* Added MySQL 5.7 header translation from Laco (bug ID 28417)
|
10 年之前 |
lacak
|
433d0ce4f6
fcl-db: sqlite: always call InitializeSQLite to properly increment library loading/unloading ref-counting. Regression introduced in rev.27342. Bug #28391
|
10 年之前 |
pierre
|
dc06f85b58
Set ALLOW_WARNINGSS to 1 for m68k and avr compiler to allow successful fullinstall completion
|
10 年之前 |
pierre
|
56859175c9
Add support for DragonFly OS
|
10 年之前 |
pierre
|
780c54c8b4
Add support for DragonFly OS
|
10 年之前 |
pierre
|
1bfef577e6
Add DragonFly code
|
10 年之前 |
pierre
|
014d2f805d
Use /libexec/ld-elf.so.2 as dynamic linker for DragonFly OS
|
10 年之前 |
pierre
|
f08fa883e2
Pipe syscall for DragonFly also uses EAX:EDX for result, like FreeBSD
|
10 年之前 |
pierre
|
b67b407d2d
Add call to _init_tls and _rtld_call_init functions for x86_64 DragonFly target startup
|
10 年之前 |