mirror of https://github.com/flysand7/ciabatta.git
add todo items
This commit is contained in:
parent
7c38794787
commit
33719988c4
9
todo
9
todo
|
@ -2,9 +2,8 @@
|
||||||
general:
|
general:
|
||||||
* Start writing documentation concerning various implementation defined
|
* Start writing documentation concerning various implementation defined
|
||||||
behaviours of the library.
|
behaviours of the library.
|
||||||
* Ok I just realised that I assumed that wchar_t is a 16-bit string in
|
* (MSVC Ext.) Different kinds of main functions: wmain, WinMain, wWinMain, DllMain
|
||||||
a bunch of places.
|
* (MSVC Ext.) envp argument for main functions
|
||||||
* Decide what the heck I want to do with wchar_t
|
|
||||||
|
|
||||||
math.h:
|
math.h:
|
||||||
* exp
|
* exp
|
||||||
|
@ -82,4 +81,6 @@ time.h:
|
||||||
* localtime_s
|
* localtime_s
|
||||||
|
|
||||||
wchar.h:
|
wchar.h:
|
||||||
* Basically everything
|
* Collation, IO, Tokenization, Conversions
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue