sergei
|
97152cc41b
* Fixed overflow handling in i386 assembler implementations of fpc_div_qword and fpc_mod_qword.
|
il y a 12 ans |
sergei
|
1fea5a82c1
* Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes code a bit nicer to read.
|
il y a 12 ans |
sergei
|
8e6d6d0027
* Replaced strpcopy() by its equivalent. With sysutils in uses clause, strpcopy resolves to ansistring version, inserting a redundant conversion to ansistring.
|
il y a 12 ans |
nickysn
|
70649932de
* tlocation.value reverted back to longint on non 64-bit archs. This fixes the tset5.pp and tset5a.pp regressions on powerpc and probably other 32-bit platforms.
|
il y a 12 ans |
florian
|
18aaeff1d7
+ calculate node complexity for addrnodes and labelnodes
|
il y a 12 ans |
florian
|
ab39e6f7d8
* fix parameter order for compilerproc created by raise nodes
|
il y a 12 ans |
reiniero
|
65acb03936
+ fcl-db/export: fpdbfexport: support Visual Foxpro format
|
il y a 12 ans |
Jonas Maebe
|
6462d10b17
* de-tabbed
|
il y a 12 ans |
Jonas Maebe
|
52dd59ee74
* write full help when executing ppudump without parameters (based on patch
|
il y a 12 ans |
reiniero
|
a2bb01a313
* fcl-db/dbase: fix test for large strings for (visual) foxpro
|
il y a 12 ans |
florian
|
ac819b0b97
* jvm lazarus project file properly named
|
il y a 12 ans |
nickysn
|
40ab132efa
* replaced tcgint(lo(x)) with longint(lo(x)) and tcgint(hi(x)) with longint(hi(x)) in cg64f32.pas, which should fix some of the const sign expansion regressions on some 32-bit architectures
|
il y a 12 ans |
joost
|
527c407b62
* Re-generated Makefiles for the changes in the Makefile.fpcs in r24349
|
il y a 12 ans |
joost
|
20a3809e58
* Now zipinstall is passed to fpmake by all Makefile.fpc's
|
il y a 12 ans |
joost
|
394d2f39b6
* Re-generated Makefile to add dependency on libtar package, introduced in
|
il y a 12 ans |
michael
|
043df96385
** Fix for mem leak in case of cookies (By Michalis Kamburelis, bug ID #24333)
|
il y a 12 ans |
joost
|
707f09cae5
* fpmake zipinstall now creates .tar.gz files on unices
|
il y a 12 ans |
joost
|
c17908c8c3
* The ''Magic'' in the tar-header must be zero-terminated or else it is not
|
il y a 12 ans |
reiniero
|
4cdf001a15
* fcl-db/dbase
|
il y a 12 ans |
reiniero
|
6179bb2322
* fcl-db/dbase: cosmetic
|
il y a 12 ans |
reiniero
|
fdc12bce51
* fcl-db/dbase: improved version of r24341: deal with read-only files
|
il y a 12 ans |
reiniero
|
2f8bcc14a9
fcl-db/dbase
|
il y a 12 ans |
reiniero
|
e78c2e05ef
fcl-db/dbase: fix for HasBlob only returning true if last field is blob
|
il y a 12 ans |
nickysn
|
11a915e682
+ zero fill the bss section on startup in the msdos loader
|
il y a 12 ans |
reiniero
|
12fd50c890
fcl-db/dbase:
|
il y a 12 ans |
reiniero
|
dcac328e0e
* fcl-db/tests/testdbexport: fix for TestXSDExport_ADONET_NoXSD. Thanks, Ludo
|
il y a 12 ans |
nickysn
|
99d3b453a4
* got rid of the i8086 nasm warning 'segment attributes specified on redeclaration of segment'
|
il y a 12 ans |
nickysn
|
3853d06ac0
+ added n8086cal.pas, based on n386cal.pas; this pulls in nx86cal.pas as well and fixes compilation of the system unit on i8086 after the merge of the i8086 branch to trunk
|
il y a 12 ans |
florian
|
a07af824ea
* properly fix raise node handling on x86-64 after r24288
|
il y a 12 ans |
yury
|
e212901658
* ppudump: JSON output of constants, records, arrays, class refs.
|
il y a 12 ans |