florian
60c8b71bae
* string constants have a size of 0, resolves #38504
...
git-svn-id: trunk@48759 -
2021-02-21 18:46:00 +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
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
marcus
fb5cd1aefd
MorphOS: TProcess implementation supporting async mode and pipes
...
git-svn-id: trunk@48733 -
2021-02-20 18:39:40 +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
michael
1357eedf09
* Month constants appeared in Delphi
...
git-svn-id: trunk@48716 -
2021-02-19 08:12:46 +00:00
nickysn
286ad1df4d
* synchronized with trunk
...
git-svn-id: branches/wasm@48715 -
2021-02-19 03:11:17 +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
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
nickysn
d7df2d45c6
* synchronized with trunk
...
git-svn-id: branches/wasm@48680 -
2021-02-14 23:47:42 +00:00
Mattias Gaertner
17d2873aec
fcl-passrc: useanalyzer: fixed omitting not used hints for properties
...
git-svn-id: trunk@48667 -
2021-02-13 13:19:31 +00:00
Jonas Maebe
d8662197a0
* replaced bogus "NSProcessInfo_NSObject" class with "NSProcessActivity" category
...
git-svn-id: trunk@48662 -
2021-02-13 07:49:58 +00:00
nickysn
a74024e7d5
* synchronized with trunk
...
git-svn-id: branches/wasm@48654 -
2021-02-12 01:54:24 +00:00
michael
47be45830c
* Fix issue ID #38462
...
git-svn-id: trunk@48580 -
2021-02-10 11:00:22 +00:00
marco
59a16914f3
* sqrt is 4 characters long, noticed by Artlogic.
...
git-svn-id: trunk@48525 -
2021-02-08 09:16:13 +00:00
nickysn
9de09f1d28
* synchronized with trunk
...
git-svn-id: branches/wasm@48498 -
2021-02-02 04:02:02 +00:00
Mattias Gaertner
d4d401b26d
fcl-passrc: resolver: include(intset,int)
...
git-svn-id: trunk@48497 -
2021-02-01 22:12:48 +00:00
nickysn
d52e918fc8
* synchronized with trunk
...
git-svn-id: branches/wasm@48480 -
2021-02-01 01:13:27 +00:00
svenbarth
fe5b29c111
* fix for Mantis #38249 : apply adjusted patch by avk to implemnt CastTo handling when the source variant is a custom variant, but the destination type is not
...
+ added test (includes test for #20849 )
git-svn-id: trunk@48477 -
2021-01-31 20:26:26 +00:00
nickysn
8b52969b62
* synchronized with trunk
...
git-svn-id: branches/wasm@48460 -
2021-01-30 22:29:44 +00:00
svenbarth
91050f14b6
+ add event to retrieve the logged messages in addition to writing them to the backend
...
git-svn-id: trunk@48459 -
2021-01-30 20:13:06 +00:00
svenbarth
dc48872552
+ add support for logging to StdOut or StdErr instead of a file or system output; if the specified output is not opened an exception will be thrown
...
git-svn-id: trunk@48458 -
2021-01-30 20:13:02 +00:00
michael
a90315c3a0
* Patch from Noel Duffy to implement DNS over TCP and test
...
git-svn-id: trunk@48455 -
2021-01-30 08:28:13 +00:00
nickysn
605246ac3c
* synchronized with trunk
...
git-svn-id: branches/wasm@48440 -
2021-01-27 23:54:53 +00:00
michael
5e7291af15
* Patch from Bart Broersma to introduce protected data property
...
git-svn-id: trunk@48436 -
2021-01-27 11:42:34 +00:00
michael
e723c1fff6
* Fix from Bart Broersma (better handling of managed data), issue ID #38406
...
git-svn-id: trunk@48435 -
2021-01-27 11:40:03 +00:00
michael
71f5e4534e
* Batch from Bart Broersma to add some info (Issue ID #38408 )
...
git-svn-id: trunk@48434 -
2021-01-27 11:32:58 +00:00
nickysn
95e0c7ab6e
* synchronized with trunk
...
git-svn-id: branches/wasm@48433 -
2021-01-26 22:52:18 +00:00
florian
bcfa71d706
+ lazarus project for demo
...
git-svn-id: trunk@48431 -
2021-01-26 22:00:33 +00:00
nickysn
541b8e183d
* synchronized with trunk
...
git-svn-id: branches/wasm@48429 -
2021-01-26 02:48:45 +00:00
florian
bbbdbb9efa
* fix demo example for delphi_stream being defined
...
git-svn-id: trunk@48428 -
2021-01-25 21:29:14 +00:00
nickysn
d4623ebf78
* regenerated makefile after sync with trunk
...
git-svn-id: branches/wasm@48423 -
2021-01-25 20:54:07 +00:00
yury
1112e9f301
* Fixed wrong buffers in the XML registry test.
...
git-svn-id: trunk@48418 -
2021-01-25 15:44:55 +00:00
nickysn
64bb0359d2
* synchronized with trunk
...
git-svn-id: branches/wasm@48412 -
2021-01-24 23:38:35 +00:00
michael
6bdd7dc3b9
* Fix issue ID #38358
...
git-svn-id: trunk@48409 -
2021-01-24 18:37:27 +00:00
michael
bdd04961ec
* Patch from Bart Broersma to fix issue ID #38306
...
git-svn-id: trunk@48405 -
2021-01-24 17:40:32 +00:00
yury
7ffa963127
* Moved the tregistry2 test back to packages and added more test OS targets.
...
git-svn-id: trunk@48383 -
2021-01-24 11:05:34 +00:00
yury
ddf0ce014b
* Include packages/fcl-registry/tests to be run by the testsuite. Renamed files so only the main test files start with "t".
...
git-svn-id: trunk@48382 -
2021-01-24 11:01:33 +00:00
michael
67a3af29a0
* Patch from Laco to fix bug ID #37849
...
git-svn-id: trunk@48381 -
2021-01-24 10:58:05 +00:00
michael
55485228ca
* Allow milliseconds up to 1000 milliseconds
...
git-svn-id: trunk@48380 -
2021-01-24 10:56:11 +00:00
yury
31135b3890
* Delete the test.xml file on exit.
...
git-svn-id: trunk@48379 -
2021-01-24 10:14:36 +00:00
yury
e84fbcedac
* Changed the registry test. TRegistry.DeleteKey must delete all sub-keys. It is Delphi compatible despite the incorrect statement in the online Delphi docs.
...
git-svn-id: trunk@48378 -
2021-01-24 10:05:28 +00:00
nickysn
3f0d3c1a90
+ added WASI OS to fpmkunit
...
git-svn-id: branches/wasm@48372 -
2021-01-24 02:09:23 +00:00
nickysn
2a64e8c07e
- removed OS 'wasm' and added wasm32-embedded
...
git-svn-id: branches/wasm@48371 -
2021-01-24 02:07:13 +00:00
nickysn
9c118502ff
* cpu 'wasm' renamed 'wasm32' in fpcmkunit
...
git-svn-id: branches/wasm@48370 -
2021-01-24 02:05:43 +00:00
nickysn
1d9d1ab859
* regenerated makefiles
...
git-svn-id: branches/wasm@48369 -
2021-01-24 02:01:11 +00:00
nickysn
dccd4d5b37
* synchronized with trunk
...
git-svn-id: branches/wasm@48359 -
2021-01-24 00:39:31 +00:00
michael
25e2f29e01
* Add Port to SQLConnector
...
git-svn-id: trunk@48358 -
2021-01-23 22:04:40 +00:00
nickysn
fe7c14a2c0
* synchronized with trunk
...
git-svn-id: branches/wasm@48334 -
2021-01-22 16:37:32 +00:00
pierre
f28629e8e1
Only set FNotifyMainThreadEvent at start of Execute method and after finishing the compilation of a package
...
git-svn-id: trunk@48316 -
2021-01-22 08:57:56 +00:00
nickysn
4165c893be
* synchronized with trunk
...
git-svn-id: branches/wasm@48292 -
2021-01-21 23:16:12 +00:00
florian
f4c74b6b09
* fix TBufferedFileStream.Seek(0,soBeginning) as proposed by Andrey Zubarev, resolves #38351
...
git-svn-id: trunk@48282 -
2021-01-21 21:08:13 +00:00
pierre
3bfb995a48
Add sleep inside loop to find package that can be compiled, if none is ready in ProcessThreadResult
...
git-svn-id: trunk@48262 -
2021-01-21 09:20:19 +00:00
nickysn
062360341c
* synchronized with trunk
...
git-svn-id: branches/wasm@48248 -
2021-01-20 23:34:58 +00:00
Mattias Gaertner
c32ef4af38
pastojs: ord(integer)
...
git-svn-id: trunk@48237 -
2021-01-20 21:22:07 +00:00
Mattias Gaertner
af5a6cd9d2
fcl-passrc: resolver: ord(integer)
...
git-svn-id: trunk@48236 -
2021-01-20 21:21:56 +00:00
Mattias Gaertner
13318117ed
pastojs: nicer filer error messages
...
git-svn-id: trunk@48233 -
2021-01-20 21:04:27 +00:00
Mattias Gaertner
eaa519209e
pastojs: fixed if then asm a;b end
...
git-svn-id: trunk@48231 -
2021-01-20 20:24:38 +00:00
pierre
0f575de1dd
Fix compilation for OpenBSD target after changes that use libc by default
...
git-svn-id: trunk@48227 -
2021-01-20 12:39:21 +00:00
nickysn
780ded903a
* synchronized with trunk
...
git-svn-id: branches/wasm@48225 -
2021-01-19 23:01:55 +00:00
Mattias Gaertner
b460f87fd4
fcl-passrc: fixed checking statement after except-on
...
git-svn-id: trunk@48211 -
2021-01-19 19:08:26 +00:00
yury
30587299ea
* TRegIniFile: When accessing a section do not change/close the current open key.
...
* TRegIniFile should work properly with the XML registry. The tregistry2 test should work on any platform.
git-svn-id: trunk@48210 -
2021-01-19 17:38:36 +00:00
yury
5d69ba2cd8
* TXmlRegistry: When a key name starts with \ or / it means the absolute path to the key is specified. So ignore the currently selected key when an absolute key is requested.
...
git-svn-id: trunk@48209 -
2021-01-19 17:30:11 +00:00
yury
050a342101
* Reverted r41816 to allow TXmlRegistry.DeleteKey() delete the key and all its children. It is Delphi compatible. Windows implementation of TRegistry.DeleteKey() was fixed accordingly.
...
git-svn-id: trunk@48208 -
2021-01-19 17:25:56 +00:00
yury
ffff24593d
* To be Delphi compatible TRegistry.DeleteKey() must delete the specified key and all its child keys.
...
git-svn-id: trunk@48207 -
2021-01-19 17:21:18 +00:00
yury
2c196ee8a9
* TRegistryIniFile: Fixed uninitialized Result in ValueExists(). Implemented SectionExists().
...
git-svn-id: trunk@48206 -
2021-01-19 17:13:44 +00:00
yury
a29bfe5505
* Moved the tregistry2.pp test from packages to tests in order it to be run by daily test runs. tregistry2 has been failing for years and nobody has noticed this.
...
git-svn-id: trunk@48204 -
2021-01-19 16:52:43 +00:00
yury
4bf19e9d92
* Extended the tregistry2 test.
...
git-svn-id: trunk@48203 -
2021-01-19 16:40:45 +00:00
nickysn
e0a1ce86fd
* synchronized with trunk
...
git-svn-id: branches/wasm@48158 -
2021-01-15 01:05:37 +00:00
pierre
50a13b4df4
Function GetDefaultLibGCCDir adapted to case of Defaults not assigned (required for fpcmkcfg utility) reported by Andrew Kurushin
...
git-svn-id: trunk@48157 -
2021-01-14 22:59:16 +00:00
florian
4e61867ce1
* modified (use IsManagedType to check if a for loop can be used for copying) patch by Bart Broersma to fix IncreaseCapacity of TQueue, resolves #38306
...
git-svn-id: trunk@48154 -
2021-01-13 21:24:50 +00:00
nickysn
b876c69bea
* synchronized with trunk
...
git-svn-id: branches/wasm@48153 -
2021-01-13 11:23:19 +00:00
pierre
1fa5edd34e
Try to avoid use of native libgcc directory when cross-compiling.
...
Add FSourceCPU, FSourceOS, FCompilerDate FFullCompilerVersion fields to TCustomDefaults class.
Set these new fields by also parsing FPC -iDWSPSO output.
Use these fields to try to correctly guess if native gcc should be used to
try to find libgcc directory, or only $BINUTILSPREFIX prepended gcc.
git-svn-id: trunk@48152 -
2021-01-13 10:07:37 +00:00
nickysn
21a33f22e9
* synchronized with trunk
...
git-svn-id: branches/wasm@48141 -
2021-01-11 23:02:35 +00:00
Mattias Gaertner
000de377b9
fcl-passrc: fixed compile with pas2js
...
git-svn-id: trunk@48139 -
2021-01-11 22:05:20 +00:00
Mattias Gaertner
2833bf6710
fcl-passrc: fixed mem leak
...
git-svn-id: trunk@48138 -
2021-01-11 22:04:22 +00:00
Mattias Gaertner
05d916a652
pastojs: clean up
...
git-svn-id: trunk@48137 -
2021-01-11 22:03:40 +00:00
nickysn
8b4aceea50
* synchronized with trunk
...
git-svn-id: branches/wasm@48134 -
2021-01-11 07:01:01 +00:00
Mattias Gaertner
22864b47e4
pastojs: record complex only for records with class vars
...
git-svn-id: trunk@48131 -
2021-01-10 22:56:39 +00:00
Mattias Gaertner
c99a97cc55
pastojs: started library
...
git-svn-id: trunk@48119 -
2021-01-09 13:57:13 +00:00
Mattias Gaertner
3b0df17bd1
fcl-passrc: resolver: check library export function overload
...
git-svn-id: trunk@48118 -
2021-01-09 13:56:28 +00:00
florian
964dc6f6f1
* avoid div by zero in TView.CalcBounds.GrowI, resolves #30922
...
git-svn-id: trunk@48115 -
2021-01-08 16:33:05 +00:00
nickysn
c1b37a3cb5
* synchronized with trunk
...
git-svn-id: branches/wasm@48109 -
2021-01-08 08:46:38 +00:00
florian
63c603cf32
* include also regexpr test in normal regression tests
...
git-svn-id: trunk@48105 -
2021-01-07 22:05:22 +00:00
nickysn
ed26d54e3b
* synchronized with trunk
...
git-svn-id: branches/wasm@48102 -
2021-01-07 07:21:01 +00:00
Jonas Maebe
090d9abafe
* cocoaint: fix NSActivityUserInitiatedAllowingIdleSystemSleep definition
...
(as noted by olly, mantis #38317 )
git-svn-id: trunk@48098 -
2021-01-06 20:26:13 +00:00
nickysn
77578f0e03
* synchronized with trunk
...
git-svn-id: branches/wasm@48090 -
2021-01-06 05:11:52 +00:00
michael
b31305810c
* print context in Release in debug mode
...
git-svn-id: trunk@48083 -
2021-01-05 09:21:25 +00:00
michael
7adcd2a8a2
* Fix memleak when using packages
...
git-svn-id: trunk@48082 -
2021-01-05 09:20:45 +00:00
nickysn
052d1bc38a
* synchronized with trunk
...
git-svn-id: branches/wasm@48022 -
2021-01-04 02:57:44 +00:00
svenbarth
4a274cd63a
+ add a copyright/license header for the nullable unit
...
git-svn-id: trunk@48006 -
2021-01-03 12:11:40 +00:00
Mattias Gaertner
9825d3b552
pastojs: filer export nameexpr
...
git-svn-id: trunk@48004 -
2021-01-03 01:06:04 +00:00
Mattias Gaertner
e911431ed4
fcl-passrc: parser: export unit.symbol, resolver: started library export
...
git-svn-id: trunk@48003 -
2021-01-03 01:04:26 +00:00
nickysn
cf6c173653
* regenerated makefiles
...
git-svn-id: branches/wasm@47988 -
2021-01-02 22:25:27 +00:00
nickysn
a84b091b5e
* makefiles regenerated after fpcmake update
...
git-svn-id: branches/wasm@47985 -
2021-01-02 22:15:42 +00:00
florian
9430436a24
+ include package/hash in regression tests
...
git-svn-id: trunk@47979 -
2021-01-02 19:27:01 +00:00
Mattias Gaertner
f0122bd4a0
fcl-passrc: resolver: parse library
...
git-svn-id: trunk@47936 -
2021-01-01 22:29:58 +00:00
marco
8311837468
--no-offset option for chmls, makes it easier to compare listings.
...
git-svn-id: trunk@47932 -
2021-01-01 13:45:28 +00:00
Mattias Gaertner
c1a2b6279e
pastojs: fixed delay init specialized interface
...
git-svn-id: trunk@47919 -
2020-12-31 01:07:33 +00:00
Mattias Gaertner
7032cba91e
fcl-passrc: resolver: fixed typecast a(b.func) marking implicit call
...
git-svn-id: trunk@47914 -
2020-12-30 16:12:47 +00:00
michael
46d301b7b2
* Function result can also contain ^ in type
...
git-svn-id: trunk@47911 -
2020-12-30 14:35:30 +00:00
michael
6dafbfb7ca
* Fix Pointer types as arguments
...
git-svn-id: trunk@47900 -
2020-12-30 08:52:38 +00:00
Mattias Gaertner
8eafcd9490
pastojs: await with one param must be async function
...
git-svn-id: trunk@47895 -
2020-12-29 23:18:41 +00:00
marco
6f2bd77119
* committed fix by Emilio Martinez, first parameter of CreateDataAdviseHolder should be OUT
...
git-svn-id: trunk@47891 -
2020-12-29 14:52:03 +00:00
michael
73dd1afd7d
* Fix bug ID #38269 (caret can be start of string)
...
git-svn-id: trunk@47889 -
2020-12-29 10:42:40 +00:00
Mattias Gaertner
50c659b1ca
fcl-passrc: separate hints for not used fields: 4501, 4502
...
git-svn-id: trunk@47882 -
2020-12-29 02:38:12 +00:00
Mattias Gaertner
baac8efaab
fcl-passrc: resolver: fixed resolving string lit switching to utf-16
...
git-svn-id: trunk@47881 -
2020-12-29 01:54:31 +00:00
Mattias Gaertner
db0fe18de5
fcl-passrc: fixed implicit call of specialized method
...
git-svn-id: trunk@47880 -
2020-12-29 01:16:22 +00:00
Mattias Gaertner
1f4868caa8
fcl-passrc: fixed parsing a(b).c<d>()
...
git-svn-id: trunk@47879 -
2020-12-29 00:26:00 +00:00
Mattias Gaertner
1d1dce1f60
fcl-passrc: fixed resolve string lit on non utf-8 system
...
git-svn-id: trunk@47872 -
2020-12-28 18:19:35 +00:00
Jonas Maebe
ea55c5f7e3
- disable the i386 assembly code for Linux/i386 as it doesn't work with a
...
fixed stack (uses hardcoded stack offsets) (mantis #38260 )
git-svn-id: trunk@47871 -
2020-12-28 16:58:58 +00:00
Mattias Gaertner
1cc31e73da
fcl-passrc: fixed typecast specialized array to specialized type
...
git-svn-id: trunk@47870 -
2020-12-28 16:51:02 +00:00
Mattias Gaertner
968ea5c38b
fcl-passrc: check class intf impl proc type modifiers match
...
git-svn-id: trunk@47861 -
2020-12-27 20:51:52 +00:00
Mattias Gaertner
ed3741f06e
fcl-passrc: typecast generic template type to generic template type
...
git-svn-id: trunk@47836 -
2020-12-23 01:07:00 +00:00
Mattias Gaertner
f0961c17c8
pastojs: fixed UTF-16 chars
...
git-svn-id: trunk@47831 -
2020-12-21 15:52:23 +00:00
Mattias Gaertner
fe4fda2a35
fcl-passrc: resolver: split source and target codepage
...
git-svn-id: trunk@47830 -
2020-12-21 15:50:50 +00:00
Mattias Gaertner
049af48bd8
fcl-js: writer: fixed writing invalid UTF-16
...
git-svn-id: trunk@47829 -
2020-12-21 15:48:48 +00:00
marco
5cffbad92a
- fix \ in filenames:
...
* copy long_string to long_stringfn and long_string.
* turn off interpretive I/O (escapes) for long_stringfn
* use long_stringfn for filenames.
* filenames also get unquoted production for Delphi compatibility using new non_whitespace_string. Regex for that is a bit t.b.d, but this made it work with my examples
git-svn-id: trunk@47820 -
2020-12-19 21:47:25 +00:00
Mattias Gaertner
3f7d3e17cd
fcl-passrc: use fmShareDenyNone when writing pas
...
git-svn-id: trunk@47816 -
2020-12-19 11:46:53 +00:00
Mattias Gaertner
58421e40c6
pastojs: use fmShareDenyNone when writing js
...
git-svn-id: trunk@47815 -
2020-12-19 11:46:06 +00:00
Mattias Gaertner
c7d29ec118
pastojs: test #256+
...
git-svn-id: trunk@47814 -
2020-12-19 11:37:36 +00:00
michael
034048e09d
* Patch from Andrey Sobol to fix memleak
...
git-svn-id: trunk@47799 -
2020-12-17 15:18:02 +00:00
michael
6668e265e8
* Allow appending files
...
git-svn-id: trunk@47770 -
2020-12-13 11:57:58 +00:00
Mattias Gaertner
879bc83d7b
pastojs: fixed record member type
...
git-svn-id: trunk@47760 -
2020-12-11 20:04:02 +00:00
Mattias Gaertner
7e1cb64d5d
pastojs: fixed unit without implementation
...
git-svn-id: trunk@47759 -
2020-12-11 17:33:45 +00:00
Mattias Gaertner
508d4baa68
fcl-passrc: resolver: fixed unit without implementation
...
git-svn-id: trunk@47758 -
2020-12-11 17:32:51 +00:00
michael
729c1dee8c
* Fix bug ID #38193 : order on darwin is same as openbsd
...
git-svn-id: trunk@47752 -
2020-12-11 09:14:25 +00:00
Mattias Gaertner
07819e0115
pastojs: precompiled code: always store with unix line ending, write with platform line ending
...
git-svn-id: trunk@47742 -
2020-12-09 21:42:20 +00:00
Mattias Gaertner
2df2986a4b
fcl-js: added TTextWriter.LineBreak
...
git-svn-id: trunk@47741 -
2020-12-09 21:42:13 +00:00
Mattias Gaertner
5682783489
fcl-passrc: clean up
...
git-svn-id: trunk@47739 -
2020-12-09 20:51:20 +00:00
Mattias Gaertner
7540f10aa6
pastojs: shortrefglobals: enumvalue
...
git-svn-id: trunk@47738 -
2020-12-09 20:47:19 +00:00
michael
3a952d9346
* Fix from Pascal Riekenberg
...
git-svn-id: trunk@47736 -
2020-12-09 10:55:09 +00:00
michael
97341c24fb
* Actually allow multilinestrings
...
git-svn-id: trunk@47734 -
2020-12-09 09:12:21 +00:00
michael
9766bd6533
* Small fix, refactoring broke linefeed
...
git-svn-id: trunk@47733 -
2020-12-09 09:11:38 +00:00
michael
63a21876c8
* Fix compilation
...
git-svn-id: trunk@47732 -
2020-12-09 08:54:55 +00:00
michael
9e238f4724
* Multiline strings and INCLUDESTRING(FILE)
...
git-svn-id: trunk@47731 -
2020-12-09 01:09:21 +00:00
michael
8fd3beb35b
* Fix compilation
...
git-svn-id: trunk@47728 -
2020-12-08 20:35:41 +00:00
michael
b27054e170
* Parse Apple universal interfaces
...
git-svn-id: trunk@47724 -
2020-12-08 16:25:50 +00:00
Mattias Gaertner
2421d6ab15
fcl-passrc: useanalyzer: when member needs typeinfo, mark parent too
...
git-svn-id: trunk@47722 -
2020-12-08 11:52:47 +00:00
Mattias Gaertner
bc88571884
pastojs: clean up
...
git-svn-id: trunk@47721 -
2020-12-08 11:52:07 +00:00