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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent UB on memcpy and floating point conversions
Charlie Gordon
2024-03-13
5
-18
/
+26
*
Improve Date.parse
Charlie Gordon
2024-03-13
1
-31
/
+106
*
man: rewrite in Nim
bptato
2024-03-13
1
-0
/
+4
*
Update chame
bptato
2024-03-03
1
-0
/
+0
*
quickjs: fix build without CONFIG_BIGNUM
bptato
2024-03-02
1
-0
/
+8
*
Improve Number.prototype.toString for radix other than 10
Charlie Gordon
2024-03-02
1
-9
/
+98
*
Improve Date.parse
Charlie Gordon
2024-03-02
1
-224
/
+305
*
Fix Map hash bug
Charlie Gordon
2024-03-02
1
-2
/
+2
*
Rewrite `set_date_fields` to match the ECMA specification
Charlie Gordon
2024-03-02
1
-28
/
+52
*
Add C API function JS_GetClassID()
Tyler Rockwood
2024-03-02
2
-0
/
+12
*
Improve surrogate handling readability
Charlie Gordon
2024-03-02
3
-124
/
+150
*
Rename regex flag and field utf16 -> unicode
Charlie Gordon
2024-03-02
3
-61
/
+62
*
Fix big endian serialization
Charlie Gordon
2024-03-02
2
-61
/
+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
2
-78
/
+96
*
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
14
-760
/
+760
*
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
2
-7
/
+6
*
simplified and fixed arrow function parsing (github issue #226)
Fabrice Bellard
2024-03-02
1
-46
/
+57
*
new release
Fabrice Bellard
2024-03-02
1
-1
/
+1
*
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
2
-61
/
+18
*
Update Chagashi
bptato
2024-02-26
1
-0
/
+0
*
Update Chagashi
bptato
2024-02-23
1
-0
/
+0
*
Replace Chakasu with Chagashi
bptato
2024-02-22
2
-0
/
+0
*
Update chame
bptato
2024-02-21
1
-0
/
+0
*
Update chame
bptato
2024-02-08
1
-0
/
+0
*
Update chame
bptato
2024-02-07
1
-0
/
+0
*
Incremental rendering
bptato
2024-02-07
1
-0
/
+0
*
Update chame
bptato
2024-02-07
1
-0
/
+0
*
fix bug in prev commit
bptato
2024-02-05
1
-1
/
+1
*
regex: fix 8-bit narrow strings in JS
bptato
2024-02-05
1
-25
/
+39
*
quickjs: patch libunicode.h to use LRE_BOOL
bptato
2024-01-15
1
-2
/
+2
*
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
*
regexp: fixed the zero advance logic in quantifiers (github issue #158)
Fabrice Bellard
2024-01-11
2
-74
/
+42
*
optional chaining fixes (github issue #103)
Fabrice Bellard
2024-01-11
2
-7
/
+111
*
fixed Date.toLocaleString() (kuzmas)
Fabrice Bellard
2024-01-11
1
-1
/
+1
*
fixed regexp case insensitive flag
Fabrice Bellard
2024-01-11
4
-196
/
+374
*
fixed next token parsing after a function definition (github issue #77)
Fabrice Bellard
2024-01-11
1
-27
/
+51
[next]