File drawterm.changes of Package drawterm
------------------------------------------------------------------- Mon Jan 26 13:03:03 UTC 2026 - mcepl@cepl.eu - Update to version 0+git.1768173903.8a88fb5: * libsec: fix sign extension bug in sha2block() (thanks ori) * libmem(draw|layer), devdraw: bring affinewarp changes from 9front * rcpu: mirror aanport behaviour from 9front rcpu(1)/rconnec (thanks panini) * libdraw: fix integer overflow in icossin2() (thanks sleepydog) * kernel: don't spin with osyield() on panic() * kernel: sync devno() and namec() changes from 9front * exportfs: Handle Rstat issues * gui-wl: check return value when we mmap the keyboard map (thanks David Arroyo) * libc: sync fmt with 9front behavior, but without doquote * libmemlayer: fix little typo in memdraw() * libdraw: add a prototype for invm(2) to mkwarp.c * devdraw: add affinewarp protocol message 'a' * libdraw, libmemdraw: add affinewarp and memimagecorrelate routines * kern: reset notepending after each "syscall()" * exportfs: backport updated exportfs from 9front * kernel: rename RWlock to RWLock for consistency with userspace (thanks rodri) * kern: bump max snarf size to 2M * gui-wl: avoid deadlock with clipboard * gui-wl: Use pointer constraints for warping * gui-wl: Use libdecor for window decorations * libsec: rename internal fmul() from curve25519.c to fmult() to avoid conflict with <math.h> (thanks an2qzavok) * devip: track connection initialization time as mtime ------------------------------------------------------------------- Sat Jan 25 17:10:41 UTC 2025 - mcepl@cepl.eu - Update to version 0+git.1736735658.daf2ab4: * libdraw: fix bytesperline() for negative coordinates (thanks qwx) * missed tas.c opportunity * remove non-portable posix stuff, use C compiler builtins instead (thanks be0ba and thedæmon for testing) * x11: only turn ASCII chars into control chars when ctrl is down * implement procinterrupt() * gui-wl: Correct the previous cursor fix * gui-wl: Fix clipped cursors * gui-wl: take lock when flushing from framedone callback * gui-wl: fix crash with clipboard on kwin * kern: don't touch proc in wakeup() after procwakeup() - Switch to _service ------------------------------------------------------------------- Fri Nov 4 19:21:13 UTC 2022 - Yasin Ammons <ilikebreadtoomuch@gmail.com> - 0~git493 - Initial package