[ scummvm-Patches-1882942 ] WINCE: cleanup & fix missing.cpp

SourceForge.net noreply at sourceforge.net
Wed Jan 30 21:03:45 CET 2008


Patches item #1882942, was opened at 2008-01-30 21:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1882942&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Max Horn (fingolfin)
Assigned to: Kostas Nakos (knakos)
Summary: WINCE: cleanup & fix missing.cpp

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1882942&group_id=37116




More information about the Scummvm-tracker mailing list