Logo
Explore Help
Register Sign In
retoor/wren
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
33df26d181c7c50c1d04388b23feba87002a765d
wren/script
T
History
Bob Nystrom 33df26d181 chore: switch C standard from c99 to gnu99 and reorder linker flags in wren.mk
- Changed C_OPTIONS from -std=c99 to -std=gnu99 to enable GNU C99 extensions
- Reordered linker flags in bin/$(WREN) and test targets: moved -lm before -lpthread and object files before libraries to fix potential linking order issues
2015-08-16 16:55:50 +00:00
..
benchmark.py
feat: dynamically grow fiber call frame array instead of fixed MAX_CALL_FRAMES
2015-07-01 07:00:25 +00:00
generate_amalgamation.py
chore: redirect amalgamation output to build/wren.c and add dedicated make target
2015-04-25 15:38:45 +00:00
generate_builtins.py
feat: add libuv event loop integration with timer module and CLI restructuring
2015-08-07 15:10:55 +00:00
generate_docs.py
docs: clarify UTF-8 byte indexing in string subscript and add wrenStringCodePointAt helper
2015-01-23 00:38:03 +00:00
libuv.py
fix: adjust libuv build paths for Linux output directory and parameterize in Makefile
2015-08-08 14:40:27 +00:00
metrics.py
refactor: replace manual string concatenation with wrenStringFormat across VM core
2015-03-16 05:32:20 +00:00
test.py
feat: add input validation and stack trace filtering for Timer.sleep
2015-08-08 14:17:30 +00:00
wren.mk
chore: switch C standard from c99 to gnu99 and reorder linker flags in wren.mk
2015-08-16 16:55:50 +00:00
Powered by Gitea Version: 1.27.2 Page: 11ms Template: 3ms
Dark
English
English
Licenses API