| Commit message (Expand) | Author | Age | Files | Lines |
| * | pastojs: fixed rtti method flags | mattias | 2021-04-26 | 1 | -3/+2 |
| * | pastojs: fixed insert array | mattias | 2021-04-15 | 1 | -1/+2 |
| * | * regenerated with FreeBSD/AArch64 support | jonas | 2021-04-10 | 1 | -1/+9 |
| * | * Makefiles regenerated | florian | 2021-04-05 | 1 | -0/+13 |
| * | pastojs: fixed insert(item,array,pos) when array=nil | mattias | 2021-03-28 | 1 | -0/+8 |
| * | pastojs: fixed compileserver --simpleserver and -d relative path | mattias | 2021-03-21 | 1 | -2/+1 |
| * | pas2js: fixed option --simpleserver and -d relative path | mattias | 2021-03-19 | 1 | -1/+2 |
| * | * regenerated makefiles after sync with trunk | nickysn | 2021-03-13 | 1 | -1/+1 |
| * | * synchronized with trunk | nickysn | 2021-03-13 | 1 | -0/+8 |
| |\ |
|
| | * | Update Makefile's after commits 48929/48930 | pierre | 2021-03-12 | 1 | -0/+8 |
| * | | * regenerated makefiles | nickysn | 2021-01-24 | 1 | -2/+2 |
| * | | * synchronized with trunk | nickysn | 2021-01-19 | 1 | -4/+3 |
| |\ \
| |/ |
|
| | * | pastojs: fixed o as intftype, when o is nil | mattias | 2021-01-19 | 1 | -4/+3 |
| * | | * synchronized with trunk | nickysn | 2021-01-15 | 1 | -3/+8 |
| |\ \
| |/ |
|
| | * | pastojs: fixed freeing temp intf var if nil | mattias | 2021-01-14 | 1 | -3/+8 |
| * | | * regenerated makefiles | nickysn | 2021-01-02 | 1 | -1/+9 |
| * | | * makefiles regenerated after fpcmake update | nickysn | 2021-01-02 | 1 | -2/+2 |
| |/ |
|
| * | pastojs: await with one param must be async function | mattias | 2020-12-29 | 1 | -2/+2 |
| * | * Fix compilation | michael | 2020-12-11 | 1 | -2/+2 |
| * | pastojs: catch load file exceptions and turn into regular errors | mattias | 2020-12-07 | 1 | -1/+1 |
| * | Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/... | pierre | 2020-11-20 | 1 | -2/+2 |
| * | * regenerated all Makefiles after Sinclair QL support was added | karoly | 2020-11-19 | 1 | -1/+36 |
| * | pastojs: fixed diable optimization using fpc syntax prepend No, issue 38045 | mattias | 2020-11-07 | 1 | -0/+1 |
| * | pastojs: fixed diable optimization using fpc syntax prepend No, issue 38045 | mattias | 2020-11-07 | 1 | -1/+1 |
| * | pastojs: set version 2.1.1 | mattias | 2020-11-05 | 1 | -1/+1 |
| * | pastojs: fixed a div b<0 | mattias | 2020-10-26 | 1 | -0/+4 |
| * | * Patch from Henrique Werlang to allow setting log config page | michael | 2020-10-05 | 1 | -1/+2 |
| * | pastojs: classname=typeinfoname | mattias | 2020-09-28 | 1 | -6/+5 |
| * | pastojs: docs | mattias | 2020-09-23 | 1 | -2/+3 |
| * | pastojs: optimization ShortRefGlobals | mattias | 2020-09-23 | 1 | -0/+1 |
| * | pastojs: set $ancestor of pascal descending of external class to null | mattias | 2020-09-23 | 1 | -0/+2 |
| * | pastojs: docs updated | mattias | 2020-09-09 | 1 | -15/+16 |
| * | pastojs: fixed impl rtti | mattias | 2020-09-09 | 1 | -6/+6 |
| * | pastojs: moved unit implementation js function into unit interface to share l... | mattias | 2020-09-09 | 1 | -10/+9 |
| * | pastojs: fixed create pascal class descendent from a pascal class descendent ... | mattias | 2020-09-09 | 1 | -1/+1 |
| * | pastojs: specialize class/record type using pascal name | mattias | 2020-09-07 | 1 | -7/+8 |
| * | pastojs: delay RTTI init of record/class/proctype specializations | mattias | 2020-09-02 | 1 | -0/+1 |
| * | pastojs: fixed concat(a) calling arrayRef | mattias | 2020-09-01 | 1 | -1/+1 |
| * | * Fix again 37656 | michael | 2020-09-01 | 1 | -1/+1 |
| * | pastojs: clean up, comments | mattias | 2020-08-28 | 2 | -9/+3 |
| * | * Patch from Henrique Werlang to fix array concatenation (Bug ID 37656) | michael | 2020-08-28 | 1 | -1/+1 |
| * | * Expose ExtraUnits, remove hardcoded DTypesUnit, patch by Henrique Werlang (... | michael | 2020-08-15 | 2 | -12/+8 |
| * | * unit alias possibility | michael | 2020-08-15 | 2 | -5/+42 |
| * | * Improved exception handling, patch by Henrique Werlang (bug ID 37567) | michael | 2020-08-14 | 2 | -14/+6 |
| * | * Always define makestub | michael | 2020-08-11 | 1 | -0/+5 |
| * | * skip hints (bug ID 37511) | michael | 2020-08-11 | 1 | -1/+1 |
| * | * Fix bug id 37514 : type helper not recognized | michael | 2020-08-08 | 1 | -1/+1 |
| * | * Fix bug id 37515 | michael | 2020-08-08 | 1 | -1/+1 |
| * | * Fix bug 37519: no assembler | michael | 2020-08-08 | 1 | -1/+1 |
| * | * Load OS defaults, add text/css | michael | 2020-08-06 | 1 | -1/+4 |