diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-09-05 10:50:39 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-10-15 00:43:22 +0200 |
commit | 30de1b503121ff74bec776ea22acf2be412da122 (patch) | |
tree | 59ae7f843cb3507078c918f70e4bb79469849355 | |
parent | fa4ec0399332dbf88dddc605103921b5749d07be (diff) | |
download | upstream-30de1b503121ff74bec776ea22acf2be412da122.tar.gz upstream-30de1b503121ff74bec776ea22acf2be412da122.tar.bz2 upstream-30de1b503121ff74bec776ea22acf2be412da122.zip |
ucode: update to latest Git HEAD
4ae7072 fs: use `getline()` for line wise read operations
21ace5e lexer: fixes for regex literal parsing
00965fa lib: implement slice() function
76d396d main: implement print mode
7bbba78 compiler: optimize function return opcode generation
a45f2a3 lexer: improve regex literal handling
d64d5d6 vm: maintain export symbol tables per program
f4b4ded uloop: task: gracefully handle absent output callback
a58fe47 ubus: hold reference to underlying connection until deferred is concluded
e23b58a lib: uc_system(): retry waitpid() on EINTR
cc4eb79 ubus: support obtaining numeric error code
01c412c ubus: add toplevel constants for ubus status codes
8e240fa ubus: allow object method call handlers to return a numeric status code
5cdddd3 lib: add limit support to split() and replace()
0ba9c3e fs: add optional third permission argument to fs.open()
c1f7b3b lib: remove fixed capture group limit in match() and regex replace()
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from commits 639754e36d849553e288f8e34f51f793761c07db
and 5110dcb1fa44fc1aac737c63b31474daa471de89)
-rw-r--r-- | package/utils/ucode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile index 025f997387..54127582bd 100644 --- a/package/utils/ucode/Makefile +++ b/package/utils/ucode/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://github.com/jow-/ucode.git -PKG_SOURCE_DATE:=2022-08-29 -PKG_SOURCE_VERSION:=344fa9e69da43ecdc4d8f7768d85d42639352405 -PKG_MIRROR_HASH:=94e1ae6779536b2bd8957db8c2922ec32dcef75258401707505b1d34b6f16d0b +PKG_SOURCE_DATE:=2022-10-07 +PKG_SOURCE_VERSION:=4ae70721aae5f974538928cadc71fa3269e5ad20 +PKG_MIRROR_HASH:=97339d563e988d57ed02f5fd27722c908d616c2cec8b1f0479f42bc53dfd0aa1 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |