Jonas Maebe
|
a1df776167
* changed function name emitted for interface wrappers, as otherwise the
|
7 years ago |
svenbarth
|
22932493b9
* if the debug info of a parent def is considered as queued then ensure that it is indeed queued (if it should already be in the list then the duplicate entry would have the state written if it's checked and thus ignored)
|
7 years ago |
svenbarth
|
ff44f51292
* generate an internal error to avoid infinite loops if nothing changed during a loop pass to write the debug info of remaining defs
|
7 years ago |
Mattias Gaertner
|
1d4d34a52e
pas2jslib: added SetPas2JSReadDirCallBack, AddPas2JSDirectoryEntry
|
7 years ago |
michael
|
56fae4697a
* Accidentally removed keyword virtual from loadfromfile
|
7 years ago |
michael
|
cbc50c5fe6
* Restore signature of loadfromstream/loadfromfile, make default delphi compatible
|
7 years ago |
florian
|
5c4b1737c4
* in the generate_code normally imaginary registers are used, so just resize the register to 8 bit, the register allocator takes care of the rest
|
7 years ago |
florian
|
823c77e6cc
* avoid overflow error in ispowerof2 for -2^bitsize, the routine does not handle negative values
|
7 years ago |
michael
|
5c1df42fa4
* Fix bug #32871
|
7 years ago |
Jonas Maebe
|
d35377fdee
* workaround for debug info for interface method wrappers: give them the
|
7 years ago |
Mattias Gaertner
|
393b74380c
pas2jslib: added readdir callbacks
|
7 years ago |
Mattias Gaertner
|
38837bde9b
pas2jslib: added readdir callbacks
|
7 years ago |
Mattias Gaertner
|
4af3029bba
pas2js: callback for read directory
|
7 years ago |
Mattias Gaertner
|
42ce6db215
pastojs: platform independent globbing
|
7 years ago |
Mattias Gaertner
|
cb2101388d
pastojs: added cache for directories
|
7 years ago |
michael
|
f455b6f4df
* Made FindMatchesBoyerMoore a function, returns true if matches are found (Bug ID 32928)
|
7 years ago |
michael
|
f6a08a2c74
* Patch from Ondrej Pokorny to allow correct nodefault/stored for strings
|
7 years ago |
michael
|
29badfe5af
* Patch from Martok to allow unregistering image handlers (Bug ID 32973)
|
7 years ago |
michael
|
b4375fd37a
* Fix bug ID #33012 (duplicate module), patch from Sven Barth
|
7 years ago |
michael
|
f930d186f0
* Patch from Ondrej Pokorny to set prepared in Prepare (bug ID 33010)
|
7 years ago |
florian
|
4a98fcb9d3
* patch by J. Gareth Moreton: reorganises the produced machine code for large unsigned divisions, resolves #32984
|
7 years ago |
svenbarth
|
16fb199902
* allow port to be specified on command line
|
7 years ago |
svenbarth
|
84632a39e0
+ add a variant of the echo example based on FPC's HTTP server
|
7 years ago |
lacak
|
a4354e3801
fcl-db: sqldb: use ISO-8601 format for DateTime literals, which is not locale dependant and supported by PostgreSQL,MSSQL,MySQL,Sqlite. Bug #32979
|
7 years ago |
florian
|
52aa40c3b0
* remove explicit cast to int64 to avoid an internalerror 200706094, resolves #33004
|
7 years ago |
florian
|
1a69c49e81
* fix range check errors by explicit casts
|
7 years ago |
marco
|
af85960d62
* East Asian locales era patch from Mantis #33003
|
7 years ago |
maciej-izak
|
8aaa3c0fd5
+ added additional OpaquePointer type for the system unit (mantis #32977).
|
7 years ago |
florian
|
724b822b54
* patch based on a proposal by J. Gareth Moreton to reduce register usage
|
7 years ago |
maciej-izak
|
f719f81c06
+ added new types for the system unit: opaque data type (TOpaqueData) and related opaque pointer (POpaqueData) (mantis #32977)
|
7 years ago |