cosmopolitan/libc/nt/enum
Justine Tunney 39bf41f4eb Make numerous improvements
- Python static hello world now 1.8mb
- Python static fully loaded now 10mb
- Python HTTPS client now uses MbedTLS
- Python REPL now completes import stmts
- Increase stack size for Python for now
- Begin synthesizing posixpath and ntpath
- Restore Python \N{UNICODE NAME} support
- Restore Python NFKD symbol normalization
- Add optimized code path for Intel SHA-NI
- Get more Python unit tests passing faster
- Get Python help() pagination working on NT
- Python hashlib now supports MbedTLS PBKDF2
- Make memcpy/memmove/memcmp/bcmp/etc. faster
- Add Mersenne Twister and Vigna to LIBC_RAND
- Provide privileged __printf() for error code
- Fix zipos opendir() so that it reports ENOTDIR
- Add basic chmod() implementation for Windows NT
- Add Cosmo's best functions to Python cosmo module
- Pin function trace indent depth to that of caller
- Show memory diagram on invalid access in MODE=dbg
- Differentiate stack overflow on crash in MODE=dbg
- Add stb_truetype and tools for analyzing font files
- Upgrade to UNICODE 13 and reduce its binary footprint
- COMPILE.COM now logs resource usage of build commands
- Start implementing basic poll() support on bare metal
- Set getauxval(AT_EXECFN) to GetModuleFileName() on NT
- Add descriptions to strerror() in non-TINY build modes
- Add COUNTBRANCH() macro to help with micro-optimizations
- Make error / backtrace / asan / memory code more unbreakable
- Add fast perfect C implementation of μ-Law and a-Law audio codecs
- Make strtol() functions consistent with other libc implementations
- Improve Linenoise implementation (see also github.com/jart/bestline)
- COMPILE.COM now suppresses stdout/stderr of successful build commands
2021-09-28 01:52:34 -07:00
..
accessmask.h Initial import 2020-06-15 07:18:57 -07:00
afd.h Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
bitblt.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
callback.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
color.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
computernameformat.h Make minor improvements 2020-11-09 15:41:11 -08:00
consolemodeflags.h Initial import 2020-06-15 07:18:57 -07:00
consoleselectionflags.h Initial import 2020-06-15 07:18:57 -07:00
copyfile.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
creationdisposition.h Initial import 2020-06-15 07:18:57 -07:00
cs.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
ctrlevent.h Initial import 2020-06-15 07:18:57 -07:00
cw.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
dialogresult.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
errormodeflags.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
event.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
eventtype.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
exceptionhandleractions.h Initial import 2020-06-15 07:18:57 -07:00
fileflagandattributes.h Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
fileinfobyhandleclass.h Initial import 2020-06-15 07:18:57 -07:00
fileinformationclass.h Initial import 2020-06-15 07:18:57 -07:00
filelockflags.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
filemapflags.h Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
filemovemethod.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
filesharemode.h Initial import 2020-06-15 07:18:57 -07:00
filetype.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
fillattribute.h Initial import 2020-06-15 07:18:57 -07:00
findexinfolevels.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
findexsearchops.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
formatmessageflags.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
fsctl.h Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
fsinformationclass.h Initial import 2020-06-15 07:18:57 -07:00
getfileexinfolevels.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
ht.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
idc.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
imageauxsymboltype.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
importobjectnametype.h Initial import 2020-06-15 07:18:57 -07:00
importobjecttype.h Initial import 2020-06-15 07:18:57 -07:00
io.h Make numerous improvements 2021-09-28 01:52:34 -07:00
ioctl.h Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
jobobjectinfoclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
keyaccess.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
keyedevent.h Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
keyinformationclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
kwaitreason.h Initial import 2020-06-15 07:18:57 -07:00
lang.h Add SSL to redbean 2021-06-24 13:20:50 -07:00
loadlibrarysearch.h Initial import 2020-06-15 07:18:57 -07:00
lockfile.h Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
mb.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
memflags.h Initial import 2020-06-15 07:18:57 -07:00
memoryinformationclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
mf.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
mk.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
movefileexflags.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
objectinformationclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
offerpriority.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
ofn.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
pageflags.h Initial import 2020-06-15 07:18:57 -07:00
processaccess.h Initial import 2020-06-15 07:18:57 -07:00
processcreationflags.h Initial import 2020-06-15 07:18:57 -07:00
processinfoclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
procthreadattributes.h Initial import 2020-06-15 07:18:57 -07:00
progress.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
pwr.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
rdw.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
reggetvalueflags.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
regtype.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
replacefile.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
sc.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
sectioninformationclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
sectioninherit.h Initial import 2020-06-15 07:18:57 -07:00
sectionmapflags.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
securityimpersonationlevel.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
securityinformation.h Initial import 2020-06-15 07:18:57 -07:00
signal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
sio.h Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
size.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
startf.h Initial import 2020-06-15 07:18:57 -07:00
status.h Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
sw.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
systeminformationclass.h Initial import 2020-06-15 07:18:57 -07:00
threadaccess.h Initial import 2020-06-15 07:18:57 -07:00
threadinfoclass.h Initial import 2020-06-15 07:18:57 -07:00
threadpriority.h Initial import 2020-06-15 07:18:57 -07:00
threadstate.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
tokeninformationclass.h Initial import 2020-06-15 07:18:57 -07:00
tokentype.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
tpm.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
valueinformationclass.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
version.h Initial import 2020-06-15 07:18:57 -07:00
vk.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
wa.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
wait.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
wm.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
ws.h Get fork() working on Windows 2020-11-13 03:14:39 -08:00
wt.h Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00