sergei
|
042f5264bb
* fcl-xml, replacing more occurrences of WideString with XMLString.
|
13 years ago |
pierre
|
67f4886cde
* Fix wrong include file name
|
13 years ago |
sergei
|
8df23e7bd0
* Declared the XMLString type to serve as a base string type for entire package, and aliased DOMString and SAXString to it (the type remains WideString; once all other units are adjusted it may be changed to UnicodeString).
|
13 years ago |
joost
|
e7a8bc567d
* When a dependency on a package is given without a checksum, accept every checksum
|
13 years ago |
joost
|
e6582e502a
* Fixed checking of changed files which got broken in r20352
|
13 years ago |
sergei
|
b781311670
* sax_html.pp: accumulate token chars in ansistring in order to handle multi-byte encodings without errors (counterpart of sax_xml.pp r15738). Mantis #21070.
|
13 years ago |
sergei
|
6498df861b
* xmlutils.pp: calculate hash with both range and overflow checks disabled (went unnoticed this far probably because range errors do not manifest on 32-bit platforms).
|
13 years ago |
joost
|
942c2d035e
* Fixed AV while filtering datasets with null-fields
|
13 years ago |
marco
|
c29ce4c891
* Check autoincrement based on field properties instead of ft-type. This to improve support for autoincrement
|
13 years ago |
marco
|
99892a7e45
* SimpleIPC, avoid stale server state files (Unix). Patch by Andrew, Mantis #21289
|
13 years ago |
marco
|
48d780b920
* Patch from Lacak2 for Mantis #18699 Improve numeric formatting for
|
13 years ago |
paul
|
950ef49b5c
fpc: don't treat codepage as different if one element of array has CP_ACP codepage in fpc_AnsiStr_Concat_multi
|
13 years ago |
pierre
|
7d53c2af45
+ Regenerate Makefile with mips-linux target
|
13 years ago |
pierre
|
18432ea848
+ Add mips and mipsel cpus, enabled for linux only
|
13 years ago |
pierre
|
9576664f20
+ Add ifdef USE_MIPS_STK2_ASM to disable assmebler code using alterante stack with r23 by default
|
13 years ago |
sergei
|
eda5511ef9
* Don't widen boolean operands of taddnode if they will be converted to pasbool8 immediately thereafter, doing so only causes generation of useless code. Mantis #20843.
|
13 years ago |
marco
|
f8f5c3cd23
* alias a few more types on windows. This makes developing portable software easier, since one doesn't have to conditionally import windows for e.g. tfiletime.
|
13 years ago |
Jonas Maebe
|
cc736fe115
* use same code path for iphonesim as for darwin (should fix mantis #21190)
|
13 years ago |
Jonas Maebe
|
bacdd8be81
* don't ever mark the function result as vs_initialised, also not when
|
13 years ago |
marco
|
b31c15fbcc
* Patch from Lacak2 for initial Pg interval support.
|
13 years ago |
Jonas Maebe
|
aa9aeeada0
* fixed compilation on platforms without ansistring support since assigning
|
13 years ago |
Jonas Maebe
|
e8dae4f30a
* set result of exp() to 0 in case of underflow with masked exceptions
|
13 years ago |
sergei
|
cd44c5f45c
Win32 and Win64, fixed DLL exit sequence, resolves #14603:
|
13 years ago |
sergei
|
ea37d71f67
- win64: removed empty procedures remove_exception_handlers and fpc_cpucodeinit.
|
13 years ago |
marco
|
136b7dee9b
* fix for bug #21281, some functions were missing dllname.
|
13 years ago |
sergei
|
167ee9867e
* Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.
|
13 years ago |
pierre
|
c45914fc27
* Fix loss of OPT variable content on last part of cross-cpu cycles
|
13 years ago |
pierre
|
c453baf0b9
+ Enable stabs debuginfo, dwarf disabled for now
|
13 years ago |
paul
|
4c1fa31c11
packages: add opengl as required for win32 and win64 for gtk1
|
13 years ago |
paul
|
357d644891
tests: fix test for systems where widestring=unicodestring
|
13 years ago |