log src/file/SDL_rwops.c @ 1453:2eb75f8a32ca

age author description
2006-02-27 Sam Lantinga Date: Mon, 27 Feb 2006 17:01:43 +0100
2006-02-27 Sam Lantinga Prefer the raw Win32 API over stdio for file RWops
2006-02-27 Sam Lantinga Date: Mon, 27 Feb 2006 02:17:29 +0100
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-09 Sam Lantinga Fixed build problem with SDL_string.c
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-06 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-26 Sam Lantinga Some explanation on why SDL_RWFromFP doesn't always work on Win32
2005-12-12 Ryan C. Gordon Matched SDL_AllowRW and SDL_FreeRW calls in SDL_rwops.c ...
2005-06-24 Ryan C. Gordon Patch from Antonio SJ Musumeci:
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2004-01-04 Sam Lantinga Added function to create RWops from const memory: SDL_RWFromConstMem()
2002-11-17 Sam Lantinga *** empty log message ***
2002-03-06 Sam Lantinga Updated copyright information for 2002
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-05-23 Sam Lantinga Windows CE patches contributed by Rainer Loritz
2001-04-26 Sam Lantinga Initial revision