index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-05
program: remove now unused uc_program_export_lookup()
Jo-Philipp Wich
2022-08-05
compiler: rework export index allocation
Jo-Philipp Wich
2022-08-05
compiler: fix deriving module path from source runpath
Jo-Philipp Wich
2022-08-05
compiler: enforce stricter module compilation rules
Jo-Philipp Wich
2022-08-05
vm: don't initialize upvalues for module functions
Jo-Philipp Wich
2022-08-05
program: add serialization and deserialization for module function flag
Jo-Philipp Wich
2022-08-05
compiler: add a flag denoting module functions
Jo-Philipp Wich
2022-07-30
Merge pull request #96 from jow-/module-import-export-support
Jo-Philipp Wich
2022-07-30
treewide: unexport libucode internal functions
Jo-Philipp Wich
2022-07-30
compiler: add support for import/export statements
Jo-Philipp Wich
2022-07-30
compiler: resolve predeclared upvalues
Jo-Philipp Wich
2022-07-30
compiler: require a name in function declarations
Jo-Philipp Wich
2022-07-30
compiler: fix reported source position in inc/dec operator error
Jo-Philipp Wich
2022-07-30
tests: run_tests.sh: substitute dynamic test directory path in output
Jo-Philipp Wich
2022-07-30
vm, cli: move search path into global configuration structure
Jo-Philipp Wich
2022-07-30
vm: introduce import and export opcodes
Jo-Philipp Wich
2022-07-30
vm: honor constant flag of objects and arrays
Jo-Philipp Wich
2022-07-30
vm: transparently resolve upvalue references
Jo-Philipp Wich
2022-07-30
vm: gracefully handle unresolved upvalues
Jo-Philipp Wich
2022-07-30
program: add function to globally lookup exported name
Jo-Philipp Wich
2022-07-30
program: add infrastructure to handle multiple sources per program
Jo-Philipp Wich
2022-07-30
program: fix reporting source position of first instruction
Jo-Philipp Wich
2022-07-30
program: fix en/decoding debuginfo upvalue slots in precompiled bytecode
Jo-Philipp Wich
2022-07-30
source: add tracking of exported symbols
Jo-Philipp Wich
2022-07-30
lib: honor constant flag of arrays
Jo-Philipp Wich
2022-07-30
types: resolve upvalue references on stringification
Jo-Philipp Wich
2022-07-28
types: add ability to mark array and object values as constant
Jo-Philipp Wich
2022-07-28
lexer: recognize module related keywords
Jo-Philipp Wich
2022-07-28
lexer: rewrite token scanner
Jo-Philipp Wich
2022-07-12
Merge pull request #95 from jow-/lexer-fix-non-lstrip-parsing
Jo-Philipp Wich
2022-07-12
Merge pull request #94 from jow-/rtnl-fix-bridge-afspec-rta
Jo-Philipp Wich
2022-07-12
lexer: fix parsing with disabled block left stripping
Jo-Philipp Wich
2022-07-03
rtnl: fix parsing/creation of IFLA_AF_SPEC RTA for the AF_BRIDGE family
Jo-Philipp Wich
2022-06-30
Merge pull request #93 from jow-/compiler-fix-switch-stack-mismatch
Jo-Philipp Wich
2022-06-30
compiler: fix stack mismatch on continue statements nested in switches
Jo-Philipp Wich
2022-06-29
Merge pull request #91 from jow-/ubus-propagate-exceptions
Jo-Philipp Wich
2022-06-29
Merge pull request #92 from jow-/uloop-propagate-exceptions
Jo-Philipp Wich
2022-06-29
uloop: end uloop on exceptions in managed code
Jo-Philipp Wich
2022-06-29
ubus: end uloop on exceptions in managed code
Jo-Philipp Wich
2022-06-29
Merge pull request #90 from jow-/rtnl-expose-stats64
Jo-Philipp Wich
2022-06-28
rtnl: expose IFLA_STATS64 contents
Jo-Philipp Wich
2022-06-28
Merge pull request #89 from jow-/rtnl-expose-ifi-change
Jo-Philipp Wich
2022-06-28
rtnl: expose ifinfomsg.ifi_change member
Jo-Philipp Wich
2022-06-28
Merge pull request #86 from jow-/rtnl-fix-strict-chk
Jo-Philipp Wich
2022-06-28
Merge pull request #87 from jow-/compiler-fix-switch-stack-mismatch
Jo-Philipp Wich
2022-06-28
Merge pull request #88 from jow-/nl80211-fix-survey-info-noise-type
Jo-Philipp Wich
2022-06-27
rtnl: update NETLINK_GET_STRICT_CHK socket flag with every request
Jo-Philipp Wich
2022-06-27
nl80211: fix NL80211_SURVEY_INFO_NOISE datatype
Jo-Philipp Wich
2022-06-27
compiler: fix stack mismatch on nonmatching switch statements with locals
Jo-Philipp Wich
2022-06-18
Merge pull request #85 from jow-/nl80211-add-sta-info-nlas
Jo-Philipp Wich
[prev]
[next]