#8791 closed patch
WINCE: cleanup & fix missing.cpp
Reported by: | fingolfin | Owned by: | SF/knakos |
---|---|---|---|
Priority: | normal | Component: | Port: WinCE |
Version: | Keywords: | ||
Cc: | Game: |
Description
I sent the attached patch some time ago to Kostas, but I am now resubmitting it as a patch, to make sure it won't get forgotten / lost.
Essentially, the WinCE backend contains a file "backends/platform/wince/missing/missing.cpp" which implements various POSIX / Std C functions which are missing in certain dev environments or WinCE. The attached patch does various things: * Removes some unused stuff * Fixes various buggy functions * Replaces certain bad implementations with proper ones, taken from various sources (glibc, my own code, etc.). E.g. bsearch now actually does a "binary search" and not a linear one
Ticket imported from: #1882942. Ticket imported from: patches/896.
Attachments (1)
Change History (6)
by , 17 years ago
Attachment: | missing.patch added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Nothing escapes me, but due to lack of free time I haven't done it yet. While it is a big thing, which will need a round of testing probably, I will do it before next release.
What I've started working in the 2hr spare time :-( I had this last weekend is the revamping of the plugin system, as this is critical to further releases. Hopefully I'll have a proof of concept soon on this (the plugins) for you to review.
comment:4 by , 16 years ago
Status: | new → closed |
---|
comment:5 by , 6 years ago
Component: | → Port: WinCE |
---|
Did you have a chance to review this yet, Kostas? :)