Commit Graph

376 Commits

Author SHA1 Message Date
mattias
470ad98de2 set pas2js fixes version 1.4.14 2019-08-30 12:42:49 +00:00
mattias
0ca3b5f4be pastojs: added AlwaysRequireSharedBaseFolder to TryCreateRelativePath 2019-08-30 09:21:06 +00:00
mattias
7651157066 pastojs: fixed create relative paths without shared based directory 2019-08-30 03:47:47 +00:00
mattias
d539546850 pastojs: longword bitwise operations not, and, or, xor, shl, shr 2019-08-29 13:11:32 +00:00
mattias
cca010888e pastojs: source map: prepend absolute source files with file:// if sourceroot 2019-08-29 07:13:23 +00:00
mattias
e6b6f7fd88 pastojs: source map: prepend absolute source files with file:// 2019-08-28 23:11:52 +00:00
mattias
3c1a2a7bbd set pas2js fixes version 1.4.12 2019-08-28 11:31:41 +00:00
michael
22d6441e06 * Merging revisions 576 from trunk:
------------------------------------------------------------------------
    r576 | michael | 2019-08-26 20:36:19 +0200 (Mon, 26 Aug 2019) | 1 line
    
    * Prevent calc fields spilling over from current record to edit buffer
    ------------------------------------------------------------------------
2019-08-26 18:40:28 +00:00
mattias
d7c7bfbf62 fcl-passrc: fixed passing dynarray to var param open array 2019-08-26 11:24:36 +00:00
mattias
3889384344 pastojs: fixed ComIntfInstance is/as IntfType using QueryInterface 2019-08-23 09:34:51 +00:00
mattias
0fd5a961a3 fcl-passrc: check used unit reference for duplicate, in case unit is found via different names 2019-08-16 07:28:48 +00:00
mattias
5cc1eaf8a1 fcl-passrc: no function result not set warning for fieldless record 2019-08-10 06:48:04 +00:00
mattias
bee5c88aeb fcl-passrc: resolver: fixed type TArr = array of TArr 2019-08-07 09:16:28 +00:00
mattias
689d85f7f7 fcl-passrc: typecast nil to class, interface, dynarray 2019-07-30 15:37:03 +00:00
mattias
0687f40919 pastojs: fixed createcallback inside anonymous method 2019-07-12 16:58:14 +00:00
mattias
cbb472795f set pas2js fixes version 1.4.10 2019-07-10 12:51:29 +00:00
mattias
4e2606fcbe fcl-passrc: fixed helper in other unit 2019-07-10 08:28:37 +00:00
mattias
f3f2341c8a pastojs: fixed high(dynarr) 2019-07-10 08:06:28 +00:00
mattias
57de41cad6 fcl-passrc: fixed parsing class var a:t;b:t 2019-07-10 08:01:16 +00:00
mattias
ea9ced8b04 pastojs: clean up 2019-06-26 19:35:51 +00:00
mattias
2305e6ca4d pastojs: fixed high(dynarrayvar with expr) 2019-06-26 19:33:13 +00:00
mattias
042773cea9 pastojs: allow reintroduce published method 2019-06-26 16:38:41 +00:00
mattias
476c3cea1b fcl-passrc: added separate error message duplicate published method 2019-06-26 16:37:42 +00:00
mattias
feb888b13f set pas2js fixes version 1.4.8 2019-06-24 18:00:10 +00:00
mattias
850873643d pastojs: setlength(arr) now always clone 2019-06-20 08:42:24 +00:00
mattias
3f18c4e5cc fixed ArcTan definition (bug ID 35655) 2019-06-13 08:14:29 +00:00
mattias
505a01b899 pastojs: fixed var a: somearray = nil 2019-06-13 08:06:31 +00:00
mattias
38894cfe96 fcl-passrc: added test local var inits 2019-06-13 08:06:12 +00:00
mattias
849d604c04 fcl-pssrc, pastojs: fixed anonymous proc inside for-loop 2019-06-06 09:51:37 +00:00
mattias
b692d76fc5 pas2js.lpi: less checks 2019-04-20 18:32:57 +00:00
mattias
cfb5914e56 set pas2js fixes version 1.4.6 2019-04-20 18:31:13 +00:00
mattias
0d6e7288ee fcl-passrc: fixed useanalyzer adv records 2019-04-20 18:10:58 +00:00
mattias
2006425444 pastojs: clean up 2019-04-19 18:13:26 +00:00
mattias
4e3274eb36 set pas2js fixes version 1.4.4 2019-04-19 17:35:51 +00:00
mattias
b65b1c9aa1 pastojs: fixed quoted string literal 2019-04-18 14:18:50 +00:00
mattias
7e240a4481 fcl-passrc: fixed searching forward proc in local scope 2019-04-15 08:41:34 +00:00
mattias
a01249f56d nodejs: fixed GetEnvironmentVariable on non existing vars 2019-04-11 10:52:39 +00:00
mattias
2e7fc52370 rtl: clean up 2019-04-11 10:51:43 +00:00
mattias
6a129b1b7c rtl: clean up 2019-04-11 10:51:21 +00:00
mattias
88b9b7ec4a set pas2js fixes version 1.4.2 2019-04-11 10:39:39 +00:00
mattias
ce48e61545 pas2js: help 2019-04-11 10:36:55 +00:00
mattias
12ade3af25 pastojs: handling environment options PAS2JS_OPTS 2019-04-11 10:32:11 +00:00
mattias
45fd4fdcff pastojs: fixed record constructors 2019-04-10 10:51:36 +00:00
mattias
772022ceb8 pastojs: error on anynomous record 2019-04-08 20:50:51 +00:00
mattias
0ece012627 pastojs: fixed writing workingdirectory 2019-04-08 20:50:26 +00:00
michael
389c496b28 * Merging revisions 445,446 from trunk:
------------------------------------------------------------------------
    r445 | michael | 2019-04-05 16:38:30 +0200 (Fri, 05 Apr 2019) | 1 line
    
    * Add current packages to pas2js command-line
    ------------------------------------------------------------------------
    r446 | michael | 2019-04-05 16:44:47 +0200 (Fri, 05 Apr 2019) | 1 line
    
    * P2JS can be overridden (build system)
    ------------------------------------------------------------------------
2019-04-05 14:49:55 +00:00
mattias
a86857dd15 pastojs: fixed TExt(TExt.new) 2019-04-05 10:51:11 +00:00
michael
48cc8cdc77 * Fix compilation of web compiler 2019-04-04 18:38:50 +00:00
michael
74a7874b96 * Merging revisions 342 from trunk:
------------------------------------------------------------------------
    r342 | mattias | 2019-03-04 14:52:35 +0100 (Mon, 04 Mar 2019) | 1 line
    
    rtl: less hints
    ------------------------------------------------------------------------
2019-04-04 18:30:50 +00:00
michael
d2f37d31a3 * Merging revisions 421 from trunk:
------------------------------------------------------------------------
    r421 | michael | 2019-03-31 16:17:55 +0200 (Sun, 31 Mar 2019) | 1 line
    
    * out-of-the-box support for custom SQL statement, add databaseconnection property to dataset
    ------------------------------------------------------------------------
2019-04-04 18:29:30 +00:00