bc5f24f1e6bumped the version number because we selfhosting nowXeonSquared2020-06-03 09:56:41 +1000
29cdcb1809added the preproc library, meaning PsychOS is nominally self-hostingXeonSquared2020-06-03 09:55:22 +1000
7dda36fd1dMerge pull request 'clipboard: Make the clipboard service work under the new service sys' (#4) from Amanda/OC-PsychOS2:fix-clipboard-editor-cleanup into masterIzaya2020-05-27 02:21:05 +1000
5213835970clipboard: Make the clipboard service work under the new service sys
Amanda Cameron
2020-05-21 15:02:46 -0400
124b39c96dMerge pull request 'Fix document generation on Windows (using Git Bash)' (#3) from Skye/OC-PsychOS2:git-windows-bash-fixes into masterIzaya2020-05-14 14:11:23 +1000
56af6d1adeFix document generation on Windows (using Git Bash)Skye M2020-05-12 16:29:44 +0100
b89ff14d5cadded type annotations and descriptions for functions where appropriateXeonSquared2020-05-12 17:55:05 +1000
7ddece288badded doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build scriptXeonSquared2020-05-12 16:59:17 +1000
4f3bac551eupdated finddesc to use the new doc library, allowing type annotations and building a directory of documentationXeonSquared2020-05-12 12:01:44 +1000
d47a0748bdadded type annotations to documentation for various librariesXeonSquared2020-05-12 10:57:13 +1000
405ee6408dMerge pull request 'Fix the build process so that it works on the Bash shell for Git on Windows and fix markdown output' (#2) from Skye/OC-PsychOS2:git-windows-bash-fixes into masterIzaya2020-05-12 10:55:37 +1000
e09650276aImprove markdown output from finddesc.luaSkye M2020-05-12 01:49:51 +0100
daa2975fd6Fix the build process so that it works on the Bash shell for Git on WindowsSkye M2020-05-11 20:09:41 +0100
d59cc53340updated netutil to use the documentation library's type signature systemXeonSquared2020-05-11 01:00:13 +1000
cae7c916aemade the shell include the documentation library automaticallyXeonSquared2020-05-11 00:59:50 +1000
b465aebbdbadded a library for retrieving documentationXeonSquared2020-05-11 00:59:05 +1000
fd9e4ad88aMerge pull request 'Add support for \27[8m (equiv. to nonstandard \27[100m)' (#1) from Ocawesome101/OC-PsychOS2:master into masterIzaya2020-04-26 11:57:38 +1000
a74d9b4485Add support for \27[8m (equiv. to nonstandard \27[100m)Ocawesome1012020-04-26 08:01:53 +1000
e5dd91e167updated termsrv to basically work with the new rc system, added nc to netutilXeonSquared2020-04-15 13:33:27 +1000
ec5d938a64added a quit function to the shell environment, for obvious purposesXeonSquared2020-04-13 04:09:44 +1000
194564b959Added an actually workable editor for once. Skye's gonna be mad, it's like vim.XeonSquared2020-04-12 03:49:44 +1000
0dd13b74f1fixed <ESC>[n;nH scrolling the displayXeonSquared2020-04-12 03:49:14 +1000
fc127f8d3emoved the VT100 driver out of the kernel and into its own libraryXeonSquared2020-04-12 01:59:56 +1000
2327dc9c18added the ability to reload libraries to the loadfile moduleXeonSquared2020-04-12 01:59:20 +1000
0cdd70e917added the ability for software to change the computer.pullSignal timeoutXeonSquared2020-04-11 12:10:58 +1000
23173506b9fixed a typo preventing [2J from workingXeonSquared2020-04-11 09:01:13 +1000
a9b3c6adf3there is now a non-standard control code for the terminal to toggle line mode and local echo for the terminalXeonSquared2020-04-11 08:52:18 +1000
459fd95992made nvt handle the cursor going off the edge of the screenXeonSquared2020-04-11 05:54:53 +1000
f33ce1e1e0added default services to rc, made rc.stop cope if there is no stop function in a daemon, and rc.enable actually enables things nowXeonSquared2020-03-26 17:32:54 +1100