index
:
chawan
this commit
master
Chawan - a web browser for your terminal (mirror)
ahoang <ahoang@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
quickjs
/
quickjs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename regex flag and field utf16 -> unicode
Charlie Gordon
2024-03-02
1
-4
/
+4
*
Fix big endian serialization
Charlie Gordon
2024-03-02
1
-58
/
+58
*
Fix UB signed integer overflow in js_math_imul
Charlie Gordon
2024-03-02
1
-5
/
+7
*
Fix UB left shift of negative number
Ben Noordhuis
2024-03-02
1
-1
/
+1
*
Remove unnecessary ssize_t posix-ism
Ben Noordhuis
2024-03-02
1
-1
/
+1
*
Improve string concatenation hack
Charlie Gordon
2024-03-02
1
-77
/
+95
*
Reverse e140122202cc24728b394f8f90fa2f4a2d7c397e
Charlie Gordon
2024-03-02
1
-2
/
+0
*
Fix test262 error
Charlie Gordon
2024-03-02
1
-2
/
+8
*
Fix sloppy mode arguments uninitialized value use
Ben Noordhuis
2024-03-02
1
-0
/
+2
*
Remove unsafe sprintf() and strcat() calls
Ben Noordhuis
2024-03-02
1
-22
/
+24
*
Fix undefined behavior (UBSAN)
Charlie Gordon
2024-03-02
1
-2
/
+4
*
Fix UB in js_dtoa1
Saúl Ibarra Corretgé
2024-03-02
1
-1
/
+3
*
Fix runtime bugs
Charlie Gordon
2024-03-02
1
-13
/
+9
*
Strip trailing spaces
Charlie Gordon
2024-03-02
1
-376
/
+376
*
avoid using INT64_MAX in double comparisons because it cannot be exactly repr...
Fabrice Bellard
2024-03-02
1
-2
/
+3
*
fixed Promise return in the REPL by using a wrapper object in async std.evalS...
Fabrice Bellard
2024-03-02
1
-2
/
+14
*
export JS_GetModuleNamespace (github issue #34)
Fabrice Bellard
2024-03-02
1
-7
/
+5
*
simplified and fixed arrow function parsing (github issue #226)
Fabrice Bellard
2024-03-02
1
-46
/
+57
*
fixed JS_GetScriptOrModuleName() in direct or indirect eval code
Fabrice Bellard
2024-03-02
1
-11
/
+24
*
quickjs: reduce diff with upstream
bptato
2024-03-02
1
-54
/
+16
*
native cosmopolitan build
Fabrice Bellard
2024-01-11
1
-16
/
+5
*
more portable and Windows version for getTimezoneOffset() (github issue #122)
Fabrice Bellard
2024-01-11
1
-9
/
+24
*
optional chaining fixes (github issue #103)
Fabrice Bellard
2024-01-11
1
-7
/
+109
*
fixed Date.toLocaleString() (kuzmas)
Fabrice Bellard
2024-01-11
1
-1
/
+1
*
fixed next token parsing after a function definition (github issue #77)
Fabrice Bellard
2024-01-11
1
-27
/
+51
*
fixed class name init in static initializers
Fabrice Bellard
2024-01-11
1
-17
/
+10
*
avoid potentially undefined behavior and make valgrind happy (bnoordhuis) (gi...
Fabrice Bellard
2024-01-11
1
-14
/
+12
*
make for in faster and spec compliant (github issue #137)
Fabrice Bellard
2024-01-11
1
-86
/
+143
*
fixed test262: derived-this-uninitialized-realm.js
Fabrice Bellard
2024-01-11
1
-4
/
+24
*
added a comment for non-initialized warning in Valgrind (github issue #153)
Fabrice Bellard
2024-01-11
1
-0
/
+10
*
added 'in' operator for private fields
Fabrice Bellard
2024-01-11
1
-74
/
+160
*
class static block (initial patch by bnoordhuis)
Fabrice Bellard
2024-01-11
1
-17
/
+76
*
fixed crash in JS_DumpMemoryUsage (github issue #65)
Fabrice Bellard
2024-01-11
1
-2
/
+2
*
allow 'await' in the REPL and added os.sleepAsync()
Fabrice Bellard
2024-01-11
1
-2
/
+2
*
make JS_NewClassID thread safe
Fabrice Bellard
2024-01-11
1
-1
/
+10
*
added Error cause
Fabrice Bellard
2024-01-11
1
-6
/
+20
*
added os.now()
Fabrice Bellard
2023-12-28
1
-30
/
+0
*
fixed JS module autodetection with shebang (github issue #91)
Fabrice Bellard
2023-12-28
1
-26
/
+28
*
fixed crash when resizing property shapes in case of OOM (github issue #129)
Fabrice Bellard
2023-12-28
1
-23
/
+18
*
fixed the garbage collection of async functions with closures (github issue #...
Fabrice Bellard
2023-12-28
1
-244
/
+277
*
removed memory leak
Fabrice Bellard
2023-12-28
1
-1
/
+3
*
added RegExp 'd' flag (bnoordhuis)
Fabrice Bellard
2023-12-28
1
-54
/
+137
*
added Promise.withResolvers
Fabrice Bellard
2023-12-28
1
-10
/
+6
*
added Array.prototype.{with,toReversed,toSpliced,toSorted} and TypedArray.pro...
Fabrice Bellard
2023-12-28
1
-0
/
+379
*
added Object.groupBy and Map.groupBy (initial patch by bnoordhuis)
Fabrice Bellard
2023-12-28
1
-0
/
+121
*
added String.prototype.isWellFormed and String.prototype.toWellFormed
Fabrice Bellard
2023-12-28
1
-0
/
+80
*
fixed detached TypedArray in sort()
Fabrice Bellard
2023-12-28
1
-40
/
+47
*
quickjs: remove unnecessary forward declaration
bptato
2023-12-28
1
-4
/
+0
*
top-level-await support - follow the spec in the implementation of the module...
Fabrice Bellard
2023-12-28
1
-87
/
+625
*
Revert TLA support patch
bptato
2023-12-28
1
-115
/
+19
[next]