summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 23:16:38 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 23:16:38 -0500
commitf173b7715cf1385db1cea67a3db07bb7d38174e9 (patch)
tree8d56748af7592ed94f11393252c1fb5419279d26 /development.md
parent850ab378946e8d6f0818b4ccf8eee413f68dcb95 (diff)
finish os.h amalgamation
Diffstat (limited to 'development.md')
-rw-r--r--development.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/development.md b/development.md
index 7c643a2..437443b 100644
--- a/development.md
+++ b/development.md
@@ -1,5 +1,15 @@
(work in progress)
+As much as possible, OS-dependent functions should be put in `os.h/os-*.c`.
+(But "pure" functions like `qsort_with_context`, which could
+in theory be implemented on any platform with just plain C, should be put
+in `util.c` even if they use OS-specific library functions.)
+
+
+## Adding settings
+
+## Adding languages
+
## Releasing
When releasing a new version of `ted`: