Mercurial > sdl-ios-xcode
log src/atomic/linux/SDL_atomic.c @ 4443:c598e440c87c
age | author | description |
---|---|---|
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Fri, 25 Sep 2009 19:26:21 +0000 | Bob Pendleton | fixed a spelling error in the documentation. |
Mon, 21 Sep 2009 22:25:14 +0000 | Bob Pendleton | oops |
Mon, 21 Sep 2009 22:23:41 +0000 | Bob Pendleton | Should now compile on 32 bit linux and 64 bit linux |
Thu, 17 Sep 2009 20:35:12 +0000 | Bob Pendleton | The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops. |
Thu, 09 Jul 2009 21:31:27 +0000 | Bob Pendleton | volitile... duh, yeah the variable need to be labeled volitile |
Thu, 02 Jul 2009 21:47:02 +0000 | Bob Pendleton | This is a cosmetic fix, I found a stupid typo |