| Commit message (Expand) | Author | Age | Files | Lines |
* | pastojs: fixed mark impl scope ref of VarRecs | mattias | 2019-02-16 | 1 | -3/+8 |
* | pastojs: fixed typecast jsvalue(anobject/interface) | mattias | 2019-02-16 | 2 | -18/+47 |
* | pastojs: fixed version check using current version | mattias | 2019-02-16 | 1 | -2/+3 |
* | pas2js: set trunk version 1.5.1 | mattias | 2019-02-16 | 1 | -1/+1 |
* | pastojs: use VarRecs only if called | mattias | 2019-02-16 | 2 | -14/+66 |
* | pastojs: array of const | mattias | 2019-02-15 | 10 | -84/+711 |
* | pastojs: clean up | mattias | 2019-02-13 | 3 | -2/+6 |
* | pastojs: fixed helper constructor | mattias | 2019-02-11 | 1 | -2/+3 |
* | pastojs: fixed helpers pass args | mattias | 2019-02-11 | 2 | -316/+368 |
* | pastojs: type helper set | mattias | 2019-02-11 | 2 | -9/+68 |
* | pastojs: type helper pass property | mattias | 2019-02-10 | 2 | -73/+1293 |
* | pastojs: type helper array, constructor | mattias | 2019-02-10 | 2 | -59/+423 |
* | pastojs: type helper: literal | mattias | 2019-02-10 | 2 | -59/+285 |
* | pastojs: type helper: arg/var/const/result | mattias | 2019-02-10 | 2 | -71/+541 |
* | pastojs: record helper constructor | mattias | 2019-02-08 | 2 | -298/+853 |
* | pastojs: helper: for in class helper | mattias | 2019-02-08 | 2 | -7/+103 |
* | pastojs: helper: class property with static class method | mattias | 2019-02-08 | 2 | -15/+493 |
* | pastojs: helper: default array property | mattias | 2019-02-08 | 2 | -26/+175 |
* | pastojs: helper: array property | mattias | 2019-02-08 | 2 | -31/+153 |
* | pastojs: property getter/setter in helper | mattias | 2019-02-07 | 2 | -59/+271 |
* | pastojs: helper inherited | mattias | 2019-02-06 | 3 | -6/+121 |
* | pastojs: class helper: constructor | mattias | 2019-02-06 | 2 | -25/+154 |
* | pastojs: proc ref of helper method | mattias | 2019-02-06 | 2 | -565/+1168 |
* | pastojs: typecast string(unicodestring), unicodestring(string) | mattias | 2019-02-04 | 2 | -4/+12 |
* | fcl-passrc: fixed case of widechar | mattias | 2019-02-04 | 1 | -0/+4 |
* | fcl-passrc: fixed set literal of widechar, issue 35001 | mattias | 2019-02-04 | 1 | -1/+4 |
* | pastojs: fixed case char of widechar_literal, issue 34993 | mattias | 2019-02-03 | 1 | -0/+2 |
* | pastojs: helpers: access helper fields from method | mattias | 2019-02-03 | 2 | -116/+413 |
* | pastojs fixed treating big ints as double | mattias | 2019-01-31 | 2 | -129/+215 |
* | pastojs: not using TSelfExpr | mattias | 2019-01-31 | 1 | -3/+1 |
* | pastojs: searching units in current module directory, Delphi compatibility | mattias | 2019-01-31 | 5 | -19/+89 |
* | pastojs: intrinsics lo/hi, issue 34964, patch from Kryvichh | mattias | 2019-01-30 | 2 | -0/+213 |
* | pastojs: nicer -Jm error message, check for (a,b)[] | mattias | 2019-01-30 | 3 | -6/+13 |
* | pastojs: fixed compile | mattias | 2019-01-29 | 1 | -1/+2 |
* | pastojs: fixed write class var | mattias | 2019-01-29 | 2 | -243/+273 |
* | fcl-passrc: resolver: fixed find ancestor property | mattias | 2019-01-27 | 2 | -1/+61 |
* | fcl-passrc: removed okgeneric, it bites generic interface | mattias | 2019-01-27 | 1 | -2/+0 |
* | pastojs: shorten 1.0E12 to 1E12, issue 34942 | mattias | 2019-01-26 | 1 | -4/+24 |
* | fcl-passrc: resolver: type helper constructors | mattias | 2019-01-26 | 1 | -3/+0 |
* | pas2js: fixed relative paths in srcmap in Windows | mattias | 2019-01-25 | 6 | -93/+270 |
* | pas2js: added option -Jmabsolute | mattias | 2019-01-25 | 1 | -6/+30 |
* | pastojs: warn for bitwise and,or,xor with native(u)int | mattias | 2019-01-24 | 2 | -1/+30 |
* | pastojs: typecast char to word | mattias | 2019-01-24 | 2 | -115/+148 |
* | pastojs: char range literals with non ascii, bug 34925 | mattias | 2019-01-24 | 1 | -1/+32 |
* | pastojs: fixed reading #$00xx as widechar, bug 34923 | mattias | 2019-01-24 | 1 | -24/+29 |
* | pastojs: external fields in records, bug 34922 | mattias | 2019-01-24 | 2 | -37/+148 |
* | pastojs: fixed compile | mattias | 2019-01-23 | 4 | -24/+55 |
* | * Fix compilation | michael | 2019-01-20 | 1 | -1/+2 |
* | pastojs: check name of external class constructor | mattias | 2019-01-16 | 2 | -13/+14 |
* | pastojs: fixed (a.b)() | mattias | 2019-01-16 | 2 | -238/+413 |