Commit Graph

61179 Commits

Author SHA1 Message Date
pierre
f85d7d2591 Fix tw28713 for big endian CPUs
git-svn-id: trunk@48795 -
2021-02-23 22:04:18 +00:00
florian
5afa26ddd1 * fix compilation for CPUs without thumb
git-svn-id: trunk@48794 -
2021-02-23 20:39:25 +00:00
Mattias Gaertner
1b6eab81ef pastojs: anonymous vartype
git-svn-id: trunk@48793 -
2021-02-23 01:37:05 +00:00
pierre
2cd6951205 Apply patch proposed by J. Gareth Moreton in bug report #0038527
The patch reworks the LeaLea2Lea optimisation and hopefully fixes the bug (admittedly by adding a brand new optimisation!).

git-svn-id: trunk@48792 -
2021-02-22 23:15:31 +00:00
florian
cefa05c8b1 * correctly allocate edx for mulx, resolves #38533
git-svn-id: trunk@48791 -
2021-02-22 20:39:12 +00:00
Károly Balogh
0ca1e2fb42 * attempt to fix bitpacked records with qwords in them (tw36156) when cross-compiling to big endian targets from x86. essentially the x86 shifting workarounds in the code already weren't covering all corner cases.
git-svn-id: trunk@48773 -
2021-02-21 23:00:41 +00:00
Jonas Maebe
6beb28316e * Darwin targets that don't support link order sym files can't smart link
vectorized sections

git-svn-id: trunk@48765 -
2021-02-21 21:41:09 +00:00
Jonas Maebe
8b82e2a9cb * iphonesim targets support link order sym files
git-svn-id: trunk@48764 -
2021-02-21 21:41:05 +00:00
florian
5a26c58285 * allow in-operator to be used on type parameters, resolves #38497
git-svn-id: trunk@48763 -
2021-02-21 21:29:40 +00:00
Jonas Maebe
0f36b85a3d - Darwin/ppc64 linker does not support symbol order file
git-svn-id: trunk@48762 -
2021-02-21 21:09:38 +00:00
svenbarth
c7f4be71dc * correctly set the defowner of the exception symtable to the surrounding routine as suggested by Blaise.ru
git-svn-id: trunk@48760 -
2021-02-21 19:15:52 +00:00
florian
60c8b71bae * string constants have a size of 0, resolves #38504
git-svn-id: trunk@48759 -
2021-02-21 18:46:00 +00:00
florian
34f7c3e6d4 + array defs. of open arrays are now marked by ado_OpenArray, so (internally!) zero sized array can be declared with 0..-1
git-svn-id: trunk@48758 -
2021-02-21 18:45:58 +00:00
florian
f333fb08ec * patch by Alfred to fix cutils.CompareVersionStrings, resolves #38514
git-svn-id: trunk@48757 -
2021-02-21 18:04:12 +00:00
nickysn
71887b902b + added unit EastAsianWidth, which contains the EastAsianWidth unicode data property
git-svn-id: trunk@48755 -
2021-02-21 17:43:42 +00:00
nickysn
0c22ee8678 + added an eawparser tool - tool for parsing the EastAsianWidth.txt unicode
property table and converting it to code

git-svn-id: trunk@48754 -
2021-02-21 17:21:13 +00:00
nickysn
99f3a03386 - excluded embedded,zxspectrum,msxdos,amstradcpc from the targets that compile GraphemeBreakProperty
git-svn-id: trunk@48753 -
2021-02-21 16:23:41 +00:00
florian
17a3ca31ff * fix by avk for issue #38513
+ test

git-svn-id: trunk@48752 -
2021-02-21 13:54:25 +00:00
florian
3d0eac3ee6 * patch by Michael Ring: remove lm4f120 from armv7m as it is armv7em
git-svn-id: trunk@48750 -
2021-02-21 09:02:29 +00:00
florian
29b0712418 * patch by Michael Ring to fix errors introduced by r48722
git-svn-id: trunk@48734 -
2021-02-20 20:50:04 +00:00
marcus
fb5cd1aefd MorphOS: TProcess implementation supporting async mode and pipes
git-svn-id: trunk@48733 -
2021-02-20 18:39:40 +00:00
Károly Balogh
2ffe777b44 m68k: extend the the register to full size, when multiplied by an immediate in memory references. Patch based on the work of Pierre Muller.
git-svn-id: trunk@48732 -
2021-02-20 11:21:14 +00:00
nickysn
8c06529ae2 + added and implemented a TUnicodeStringExtendedGraphemeClustersEnumerator class
in the graphemebreakproperty unit - an enumerator that splits a UTF-16 string
  into extended grapheme clusters (i.e. user-perceived characters), conforming
  to the Unicode 9.0 algorithm:
  https://www.unicode.org/reports/tr29/tr29-29.html

git-svn-id: trunk@48726 -
2021-02-20 01:24:46 +00:00
nickysn
4ab485225c + added modified LGPL license header to the new graphemebreakproperty.pp unit
git-svn-id: trunk@48725 -
2021-02-19 23:39:18 +00:00
nickysn
80bd080293 + added unit GraphemeBreakProperty, containing the grapheme break property character data from Unicode 9.0
git-svn-id: trunk@48723 -
2021-02-19 22:29:12 +00:00
florian
1213948393 * (modified) patch by Michael Ring to enable the FPU on Cortex-M4F if available
git-svn-id: trunk@48722 -
2021-02-19 21:11:12 +00:00
nickysn
715fb8007f + added the gbpparser tool to fpmake.pp
git-svn-id: trunk@48721 -
2021-02-19 20:16:09 +00:00
nickysn
9bc0f62f45 + added tool for parsing GraphemeBreakProperty.txt and converting it to code
git-svn-id: trunk@48720 -
2021-02-19 19:32:10 +00:00
nickysn
26253b9e88 * updated readme with URLs of the Unicode 9.0 and CLDR 30 data files (to the best of my knowledge)
git-svn-id: trunk@48719 -
2021-02-19 19:27:55 +00:00
nickysn
5677ef4bdd * fixed the file name in the cldrparser help screen
git-svn-id: trunk@48718 -
2021-02-19 19:24:58 +00:00
nickysn
2b73b5bf9a * fixed the parse-collations script/bat file
git-svn-id: trunk@48717 -
2021-02-19 19:24:20 +00:00
michael
1357eedf09 * Month constants appeared in Delphi
git-svn-id: trunk@48716 -
2021-02-19 08:12:46 +00:00
florian
ef8d520e82 * more cfi support for aarch64
git-svn-id: trunk@48714 -
2021-02-18 21:44:12 +00:00
michael
600a5dd13f * Fix from mattias Gartner for issue ID #38509, correctly rest index on close/reopen
git-svn-id: trunk@48711 -
2021-02-18 15:10:05 +00:00
michael
22ad12d5b7 * Fix compilation, additional mysql
git-svn-id: trunk@48710 -
2021-02-18 15:09:04 +00:00
Mattias Gaertner
14dcf30988 fcl-db: fixed mysql transaction
git-svn-id: trunk@48705 -
2021-02-18 09:20:44 +00:00
michael
2da4113310 * Cursor can be nil, patch from Mattias Gaertner
git-svn-id: trunk@48702 -
2021-02-17 21:07:57 +00:00
florian
599ba8cc2a + generate initial cfi for aarch64
git-svn-id: trunk@48701 -
2021-02-17 20:43:37 +00:00
michael
e08a2ea86b * Example for monospace fonts and subsetting
git-svn-id: trunk@48697 -
2021-02-17 13:35:48 +00:00
michael
aa4fd5e6b1 * Fix issue ID #35251 (patch from Rumen Gyurov)
git-svn-id: trunk@48696 -
2021-02-17 13:32:03 +00:00
Mattias Gaertner
3227c5953d fcl-db: clean up
git-svn-id: trunk@48695 -
2021-02-17 13:26:23 +00:00
michael
54a48183bc * Fix from Joellin to correctly read monospace fonts
git-svn-id: trunk@48694 -
2021-02-17 13:26:18 +00:00
michael
0b8f98ab24 * Patch from Mattias Gaertner to add MySQL 8.0 support
git-svn-id: trunk@48692 -
2021-02-17 12:59:32 +00:00
pierre
acf2567bda Second trial to fix commit 48688
git-svn-id: trunk@48691 -
2021-02-17 09:46:37 +00:00
pierre
34fd36f817 Fix previous commit 48688 to avoid accessing 'invalid' positions in sym.value.valueptr
git-svn-id: trunk@48689 -
2021-02-17 07:09:55 +00:00
pierre
6a408fe97e Avoid writing characters after sym.value.len for conststring constant symbols
git-svn-id: trunk@48688 -
2021-02-16 23:15:08 +00:00
florian
5b29e7a3ec + (safe) heuristics to use DW_CFA_advance_loc1 in CFI
git-svn-id: trunk@48687 -
2021-02-16 21:16:54 +00:00
florian
436a0d3f9e * generate advance_loc records only if there was code/data since the last advance_loc entry
git-svn-id: trunk@48686 -
2021-02-15 22:26:49 +00:00
florian
09d6398942 * arm: better cfi
git-svn-id: trunk@48685 -
2021-02-15 22:25:18 +00:00
florian
e694897bb3 * initial implementation of CFI support for arm (non-thumb)
git-svn-id: trunk@48684 -
2021-02-15 21:34:07 +00:00