aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fcitx.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <ldb@leibniz-psychology.org>2021-03-04 13:26:16 +0100
committerLars-Dominik Braun <ldb@leibniz-psychology.org>2021-03-10 12:01:43 +0100
commitf73ee73da72d137e15b0c19f3e3482733e9eaa5a (patch)
tree8dc61b233589067905a8cef379d90893b7b21b46 /gnu/packages/fcitx.scm
parentb431840cbedc839a5c1bbbde4433d535b0e6d631 (diff)
downloadguix-f73ee73da72d137e15b0c19f3e3482733e9eaa5a.tar.gz
guix-f73ee73da72d137e15b0c19f3e3482733e9eaa5a.zip
gnu: python-pypika: Update to 0.47.6.
* gnu/packages/databases.scm (python-pypika): Update to 0.47.6.
Diffstat (limited to 'gnu/packages/fcitx.scm')
0 files changed, 0 insertions, 0 deletions
f02b3d7648a5bed006'>syscalls: Add 'scandir*'.Ludovic Courtès * guix/build/syscalls.scm (%struct-dirent-header): New C struct. (string->pointer/utf-8, pointer->string/utf-8): New procedures. (opendir*, closedir*, readdir*, scandir*): New procedures. * tests/syscalls.scm ("scandir*, ENOENT") ("scandir*, ASCII file names", "scandir*, UTF-8 file names") ("scandir*, properties): New tests. 2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès * guix/build/syscalls.scm (PR_SET_NAME, PR_GET_NAME) (%max-thread-name-length): New variables. (%prctl, set-thread-name, thread-name): New procedures. * tests/syscalls.scm ("set-thread-name"): New test. 2017-02-11tests: Relax test on utmpx entries.Ludovic Courtès Partly fixes <http://bugs.gnu.org/25476>. Reported by Paul Garlick <pgarlick@tourbillion-technology.com>. * tests/syscalls.scm ("utmpx-entries"): Check whether ENTRY is of type 'BOOT_TIME', in which case PID may be 0. 2017-01-31tests: Really skip /var/run/utmpx test when needed.Paul Garlick * tests/syscalls.scm: Change 'test-ski' to 'test-skip'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2017-01-24syscalls: Export 'read-utmpx'.Ludovic Courtès * guix/build/syscalls.scm (read-utmpx-from-port): New procedure. * tests/syscalls.scm ("read-utmpx, EOF") ("read-utmpx"): New tests. 2017-01-19syscalls: Add utmpx procedures and data structure.Ludovic Courtès * guix/build/syscalls.scm (<utmpx-entry>): New record type. (%utmpx): New C struct. (login-type): New bits. (setutxent, endutxent, getutxent, utmpx-entries): New procedures. 2016-11-21syscalls: Add 'add-network-route/gateway' and 'delete-network-route'.Ludovic Courtès * guix/build/syscalls.scm (SIOCADDRT, SIOCDELRT): New variables. (%rtentry): New C struct. (RTF_UP, RTF_GATEWAY, %sockaddr-any): New variables. (add-network-route/gateway, delete-network-route): New procedures. * tests/syscalls.scm ("add-network-route/gateway") ("delete-network-route"): New tests. 2016-11-16syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès * guix/build/syscalls.scm (SIOCGIFNETMASK, SIOCSIFNETMASK): New variables. (set-network-interface-netmask, network-interface-netmask): New procedures. * tests/syscalls.scm ("network-interface-netmask lo") ("set-network-interface-netmask"): New tests. 2016-10-27tests: Skip 'pivot-root' test on Linux > 4.7.5.Ludovic Courtès * tests/syscalls.scm ("pivot-root"): Skip when 'uname' returns a 'utsname:release' > 4.7.5. 2016-10-19tests: Make sure child process of 'pivot-root' test exits.Ludovic Courtès * tests/syscalls.scm ("pivot-root"): Use 'test-equal'. Wrap child body in 'dynamic-wind'.