From 33719988c4a391b5ac810710b75533db9f328fcf Mon Sep 17 00:00:00 2001 From: bumbread Date: Fri, 5 Aug 2022 15:57:31 +1100 Subject: [PATCH] add todo items --- todo | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/todo b/todo index 51547c6..00e019c 100644 --- a/todo +++ b/todo @@ -2,9 +2,8 @@ general: * Start writing documentation concerning various implementation defined behaviours of the library. -* Ok I just realised that I assumed that wchar_t is a 16-bit string in - a bunch of places. -* Decide what the heck I want to do with wchar_t +* (MSVC Ext.) Different kinds of main functions: wmain, WinMain, wWinMain, DllMain +* (MSVC Ext.) envp argument for main functions math.h: * exp @@ -82,4 +81,6 @@ time.h: * localtime_s wchar.h: -* Basically everything +* Collation, IO, Tokenization, Conversions + +