about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * javascript: optimize slightlybptato2024-08-011-24/+1
| * Version 0.2.3bptato2024-07-284-3/+6
| * javascript: fix & optimize varargs[JSValue]bptato2024-07-281-18/+22
| * jsutils: fix toJSValueArray on 0-len arraysbptato2024-07-281-1/+4
| * Version 0.2.2bptato2024-07-183-2/+5
| * libunicode: fix bindingbptato2024-07-181-1/+3
| * Version 0.2.1bptato2024-07-174-3/+8
| * tojs: fix broken definePropertybptato2024-07-171-9/+9
| * quickjs: add JSValueConst to bindingsbptato2024-06-243-136/+144
| * Update manualbptato2024-06-241-15/+107
| * Version 0.2.0bptato2024-06-223-3/+8
| * quickjs: include missing bindingsbptato2024-06-223-11/+51
| * Update manualbptato2024-06-223-2/+177
| * quickjs: add missing bindingsbptato2024-06-213-131/+269
| * jserror: add err templates for every error typebptato2024-06-211-0/+21
| * Update todobptato2024-06-211-3/+0
| * Update readmebptato2024-06-041-3/+4
| * Version 0.1.1bptato2024-06-033-2/+5
| * libunicode: various fixesbptato2024-06-032-5/+15
| * Version 0.1.0bptato2024-06-032-1/+4
| * Import Monouchabptato2024-06-0346-0/+83338
* Add 'lib/chagashi0/' from commit 'f5cf26b044a82a2e3cffe83bb2342b7b029f2ab8'bptato2025-01-1856-0/+94642
|\
| * Version 0.7.0bptato2024-12-075-9/+9
| * Accomodate for 2024 October spec changesbptato2024-12-075-401/+424
| * Version 0.6.0bptato2024-10-054-7/+39
| * decoder, encoder: use openArray[char] for inputsbptato2024-10-052-8/+10
| * Version 0.5.6bptato2024-09-064-3/+6
| * Version 0.5.5bptato2024-09-014-3/+6
| * decodercore: fix streaming euc-jp decoderbptato2024-09-012-0/+13
| * Version 0.5.4bptato2024-08-014-3/+7
| * Enforce no exceptions in all modulesbptato2024-08-015-0/+20
| * charset_map: reduce sizebptato2024-08-018-12568/+5637
| * Version 0.5.3bptato2024-07-284-4/+7
| * Version 0.5.2bptato2024-06-143-2/+5
| * decoder: better documentationbptato2024-06-141-29/+42
| * decoder: add UnsafeSlice stringifierbptato2024-06-141-0/+7
| * Misc bugfixesbptato2024-06-142-19/+19
| * Version 0.5.1bptato2024-06-133-3/+3