Commit Graph

4830 Commits

Author SHA1 Message Date
K. Lange 4a0492aad5 file-browser: Add more package icons 2021-04-08 10:20:31 +09:00
K. Lange 506963c91b libm: use fpu rounding to ceil, floor (fixes quake lighting) 2021-04-07 21:22:50 +09:00
K. Lange 78b14f2a94 libc: try to avoid writing when we shouldn't 2021-04-07 21:22:23 +09:00
K. Lange cc462d59f8 icons: New file type icons for krk, so/o, sh 2021-04-07 19:29:37 +09:00
K. Lange b5b809628d libc: flush buffers on seek, tell 2021-04-07 19:08:18 +09:00
K. Lange 4bcab10836 libc: flush and close buffers on exit 2021-04-07 19:08:06 +09:00
K. Lange dc7697a49c libc: printf() x formatter improvements 2021-04-07 18:49:44 +09:00
K. Lange d135b9a71d libc: Implement buffered writes in stdio; fix up printf family 2021-04-07 11:38:31 +09:00
K. Lange 79da53276e libc: improved printf 2021-04-06 21:18:44 +09:00
K. Lange cf045ced81 kuroko: Update from upstream 2021-04-06 21:13:57 +09:00
K. Lange ff7c22b54d rline: reintroduce rline_exp as a workaround for existing Python packages 2021-04-01 10:13:49 +09:00
K. Lange 19539bf1ab krk_yutani_test: Cleanup 2021-03-28 23:10:15 +09:00
K. Lange 5947bec72c kuroko, bim: sync with upstream 2021-03-28 22:00:23 +09:00
K. Lange 33fbcde1fd kuroko: sync with upstream 2021-03-25 20:39:37 +09:00
K. Lange 020c3cdb3c libc: more net stubs 2021-03-25 15:52:19 +09:00
K. Lange 487d0f3a6e kuroko: sync with upstream 2021-03-21 18:10:16 +09:00
K. Lange 6f12181220 kuroko: upstream bugfix 2021-03-19 11:44:06 +09:00
K. Lange ace162ef6c bim: Update syntax highlighters 2021-03-19 11:43:58 +09:00
K. Lange e2c10f8aa8 kuroko: use master branch 2021-03-19 11:25:16 +09:00
K. Lange a50d81ae00 libc: Add stubs for truncate, sync 2021-03-19 11:25:10 +09:00
K. Lange 82f22e20fa kuroko: sync with upstream 2021-03-19 11:01:27 +09:00
K. Lange 123940ec37 rline: Update krk highlighter from kuroko 2021-03-19 11:01:11 +09:00
K. Lange d4be70cfa0 bim: Fix import path, again 2021-03-18 13:01:55 +09:00
K. Lange 9ab445cb28 kuroko: Update with upstream, changes to classes 2021-03-18 09:57:22 +09:00
K. Lange d54d93dd9d bim: It would be great if we were actually shipping the syntax files... 2021-03-07 21:24:42 +09:00
K. Lange ff2b898384 kuroko: make sure we remove kuroko objs on clean 2021-03-07 20:04:22 +09:00
K. Lange 8b6152b000 rline: remove stale rline_exp? in theory nothing links with this except maybe old python 2021-03-07 19:55:52 +09:00
K. Lange 9df6e63dbf kuroko: Update with upstream 2021-03-06 20:27:51 +09:00
K. Lange 620cfc69d2 kuroko: Update repl bin 2021-02-16 19:17:58 +09:00
K. Lange 32c0b670b7 kernel: make sure signal handlers get the right GS descriptor 2021-02-16 19:17:44 +09:00
K. Lange 97d02d6e23 kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00
K. Lange 230870ad7b kernel, linker, libc: Initial, probably horribly broken, support for some TLS situations 2021-02-16 18:49:34 +09:00
K. Lange 1c2de4d888 v1.13.3 2021-01-30 22:00:36 +09:00
K. Lange da58a6329d bim: Preview of Bim 3 2021-01-29 16:45:52 +09:00
K. Lange d66dfde98d v1.13.2 2021-01-26 09:13:04 +09:00
K. Lange d66cde0a5b kuroko: also pull in version number bump to 1.0.0-rc1 2021-01-26 08:49:09 +09:00
K. Lange 379f8f87a3 kuroko: upstream changes to hasKw 2021-01-26 08:14:08 +09:00
K. Lange 72d138a3f5 kuroko[yutani]: Update demo app 2021-01-25 20:13:52 +09:00
K. Lange 17ea516e77 kuroko[yutani]: finish up basic bindings 2021-01-25 20:12:39 +09:00
K. Lange befb010dc2 menu: Changes to support Kuroko bindings 2021-01-25 20:12:13 +09:00
K. Lange 76d674722d kuroko[yutani]: Add text rendering bindings 2021-01-25 11:36:38 +09:00
K. Lange f5b8a02c40 kuroko[yutani]: More general function bindings 2021-01-25 10:14:25 +09:00
K. Lange 2e7bc921b7 kuroko[yutani]: Add __repr__s for types 2021-01-25 09:21:38 +09:00
K. Lange 5746592075 kuroko: bindings for sprites 2021-01-24 21:47:50 +09:00
K. Lange ec0fe9bb69 yutani: more bindings for kuroko 2021-01-24 20:29:37 +09:00
K. Lange 6a5991fcf5 kuroko: more upstream updates 2021-01-23 20:00:36 +09:00
K. Lange ec08e125ec libc: fix major issue in strtox 2021-01-23 20:00:24 +09:00
K. Lange 5fe8d3b0d1 yutani: basic Kuroko bindings, demo 'app' 2021-01-23 15:31:38 +09:00
K. Lange 946c45312c bim: pull in updates 2021-01-23 15:31:26 +09:00
K. Lange 325bf0fddf libc: fix truncated printf output for ints, floats 2021-01-23 15:20:23 +09:00