about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * javascript: replace old jsgetprop with new onebptato2025-01-132-39/+2
| * javascript: take cstring in getClass, hasClassbptato2025-01-131-3/+3
| * Conform to strict defsbptato2025-01-139-88/+130
| * optshim: remove valType, optbptato2025-01-132-4/+1
| * javascript: remove $ -> toString conversionbptato2025-01-101-5/+1
| * javascript: drop union types and non-JSValue varargsbptato2025-01-102-249/+60
| * javascript: remove undocumented & broken defineConstsbptato2025-01-011-19/+0
| * Make it work with abiCheckbptato2024-12-291-4/+4
| * Fix casingbptato2024-12-292-2/+2
| * Version 0.8.0bptato2024-12-263-3/+6
| * Update to QuickJS-NG 0.8.0bptato2024-12-266-418/+461
| * Version 0.7.2bptato2024-11-253-2/+7
| * javascript: fix refc deinitialization bugsbptato2024-11-258-24/+89
| * Version 0.7.1bptato2024-11-223-2/+6
| * jspropenumlist: fix wrong allocation sizebptato2024-11-223-2/+4
| * Version 0.7.0bptato2024-11-183-2/+6
| * javascript: complete exotic pragmasbptato2024-11-184-63/+151
| * Version 0.6.0bptato2024-11-163-3/+7
| * javascript, jsopaque: get rid of some useless tablesbptato2024-11-164-21/+35
| * Update to quickjs-ng 0.7.0bptato2024-11-1610-2257/+4224
| * fromjs: remove leftover debugging codebptato2024-11-161-2/+0
| * Version 0.5.5bptato2024-11-093-2/+6
| * fromjs, quickjs: fix and use JS_FreePropertyEnum APIbptato2024-11-092-4/+2
| * fromjs: fix crash on fromJS with seqbptato2024-11-093-2/+13
| * Version 0.5.4bptato2024-11-084-3/+7
| * Fix some C warnings; do not link pthread with threads:offbptato2024-11-083-6/+9
| * Version 0.5.3bptato2024-10-283-2/+5
| * update eprintbptato2024-10-281-3/+6
| * jspropenumlist: avoid zero-length mallocbptato2024-10-281-3/+7
| * Version 0.5.2bptato2024-10-123-2/+5
| * libregexp: fix incorrect patchbptato2024-10-122-2/+6
| * Version 0.5.1bptato2024-10-023-2/+5
| * quickjs: fix build without threadsbptato2024-10-026-7/+16
| * Version 0.5.0bptato2024-09-293-3/+13
| * Switch to QuickJS-NG 0.6.1bptato2024-09-2925-11623/+10883
| * Version 0.4.3bptato2024-09-175-12/+24
| * Version 0.4.2bptato2024-09-175-7/+40
| * javascript: fix crash on missing opaquebptato2024-09-174-3/+13
| * javascript: don't use SetProperty in newJSClassbptato2024-09-172-2/+2
| * Version 0.4.1bptato2024-08-224-5/+9
| * Version 0.4.0bptato2024-08-153-3/+10
| * Misc. fixes & refactoringbptato2024-08-1515-106/+165
| * Version 0.3.1bptato2024-08-094-4/+5
| * fromjs, tojs: fix compilation, NUL char handlingbptato2024-08-094-18/+37
| * Version 0.3.0bptato2024-08-094-4/+15
| * javascript: allow omitting file namebptato2024-08-093-30/+32
| * Use malloc_usable_size() on any OS based on GNU libcPino Toscano2024-08-091-2/+2
| * Fix `JS_HasException()` when `null` is thrown (#313)Kasper Isager Dalsgarð2024-08-091-5/+5
| * Fix GC leak in `js_proxy_get()` (#302)Dmitry Volyntsev2024-08-091-1/+3
| * fromjs: re-design APIbptato2024-08-0914-609/+707