August 2011 Archives by thread
Starting: Wed Aug 3 22:29:37 PDT 2011
Ending: Wed Aug 31 10:05:05 PDT 2011
Messages: 285
- [Commits] SDL: Apple uses a void* for GLhandleARB, not an unsigned int.
libsdl.org revision control
- [Commits] SDL: Mark some QSA audio driver functions as static.
libsdl.org revision control
- [Commits] SDL: Removed /dev/dsp DMA audio target.
libsdl.org revision control
- [Commits] SDL: Removed VisualCE project files.
libsdl.org revision control
- [Commits] SDL: Reworked Windows DirectSound code.
libsdl.org revision control
- [Commits] SDL: Reworked Windows waveOut code.
libsdl.org revision control
- [Commits] SDL: Took out some more bitfields in the audio subsystem.
libsdl.org revision control
- [Commits] SDL: Added some FIXMEs.
libsdl.org revision control
- [Commits] SDL: Cleaned up CoInitialize() politics on Windows.
libsdl.org revision control
- [Commits] SDL: Implemented XAudio2 target for Windows (and Xbox360, theore...
libsdl.org revision control
- [Commits] SDL: Cleaned up audio device detection. Cleared out a lot of cut...
libsdl.org revision control
- [Commits] SDL: Removed needless macros in various audio targets.
libsdl.org revision control
- [Commits] SDL: Removed no-op Deinitialize methods in audio drivers.
libsdl.org revision control
- [Commits] SDL: Merged Mac OS X and iOS audio targets.
libsdl.org revision control
- [Commits] SDL: testmultiaudio.c needs to #include <stdio.h>.
libsdl.org revision control
- [Commits] SDL: Removed some Windows endlines.
libsdl.org revision control
- [Commits] SDL: Fixes for OpenGL on Haiku.
libsdl.org revision control
- [Commits] SDL: Patched to compile.
libsdl.org revision control
- [Commits] SDL: Patched to compile on Linux.
libsdl.org revision control
- [Commits] SDL: More patches to compile.
libsdl.org revision control
- [Commits] SDL: X11 touch handling fixed for one device (LPC32xx Touchscreen).
libsdl.org revision control
- [Commits] SDL: Updated configure for new changes in configure.in
libsdl.org revision control
- [Commits] SDL: Patched to compile on Mac OS X.
libsdl.org revision control
- [Commits] SDL: Fixed SDL 1.2 fullscreen OpenGL on Mac OS X 10.7.
libsdl.org revision control
- [Commits] SDL: Fix typo
libsdl.org revision control
- [Commits] SDL_ttf: We add the whole Visual C directory, not the zip file t...
libsdl.org revision control
- [Commits] SDL: Fat build doesn't support PPC anymore.
libsdl.org revision control
- [Commits] SDL: Removed some extra ppc scaffolding
libsdl.org revision control
- [Commits] SDL_image: Fat build no longer supports PowerPC
libsdl.org revision control
- [Commits] SDL_net: Fat build no longer supports PowerPC
libsdl.org revision control
- [Commits] SDL_rtf: Fat build no longer supports PowerPC
libsdl.org revision control
- [Commits] SDL_ttf: Fat build no longer supports PowerPC
libsdl.org revision control
- [Commits] SDL_mixer: Fat build no longer supports PowerPC
libsdl.org revision control
- [Commits] SDL: Don't lose the icon surface if it's freed immediately after...
libsdl.org revision control
- [Commits] SDL: Convert a few TABs into spaces
libsdl.org revision control
- [Commits] SDL: Make sure XAudio2 is supported by the DirectX headers at co...
libsdl.org revision control
- [Commits] SDL: Don't force nasm to use a.out on OpenBSD. They've been on E...
libsdl.org revision control
- [Commits] SDL: Optionally don't clear the fbcon framebuffer on shutdown.
libsdl.org revision control
- [Commits] SDL: Remove src/joystick/darwin/10.3.9-FIX dir.
libsdl.org revision control
- [Commits] SDL: Ignore old ConfigureNotify events during X11 window resize.
libsdl.org revision control
- [Commits] SDL: Don't allocate a new NSGraphicsContext on every call to QZ_...
libsdl.org revision control
- [Commits] SDL: Set a minimum sample count in ALSA target.
libsdl.org revision control
- [Commits] SDL: Ported ALSA minimum-sample-count fix from 1.2 branch to 1.3.
libsdl.org revision control
- [Commits] SDL: Fix SDL_GL_ACCELERATED_VISUAL on Windows in the 1.2 branch.
libsdl.org revision control
- [Commits] SDL: Fix SDL_GL_ACCELERATED_VISUAL on Windows in the 1.3 branch.
libsdl.org revision control
- [Commits] SDL: Fixed -pedantic warning in SDL_assert.h.
libsdl.org revision control
- [Commits] SDL: Fixed compiler warning that happens on some platforms (x86 ...
libsdl.org revision control
- [Commits] SDL: Cleaned out all the deprecated stuff in Mac OS X 10.6 SDK.
libsdl.org revision control
- [Commits] SDL: Added GLX_EXT_swap_control support for 1.2 x11 video target.
libsdl.org revision control
- [Commits] SDL: Apparently glXSwapIntervalEXT() _does_ return a value.
libsdl.org revision control
- [Commits] SDL: Fixed compiler warning on 64-bit builds.
libsdl.org revision control
- [Commits] SDL: RLE: Don't trash alpha channel in copy_32().
libsdl.org revision control
- [Commits] SDL: Apple's C runtime has the non-const iconv(), too.
libsdl.org revision control
- [Commits] SDL: Let XAudio2 target be removed from the build by removing it...
libsdl.org revision control
- [Commits] SDL: Removed SDL_xaudio2.h ... no real need for this to be separ...
libsdl.org revision control
- [Commits] SDL: Fixed some printf() compiler warnings in test/testplatform.c
libsdl.org revision control
- [Commits] SDL: Further XAudio2 build test cleanups.
libsdl.org revision control
- [Commits] SDL: Fixed another printf() compiler warning, this time in the 1...
libsdl.org revision control
- [Commits] SDL: Cleaned up Snow Leopard display mode rework.
libsdl.org revision control
- [Commits] SDL: Added more test programs to .hgignore
libsdl.org revision control
- [Commits] SDL: Fixed wrong datatype for shaders and programs.
libsdl.org revision control
- [Commits] SDL: Split off SDL_uikitviewcontroller in its own module
libsdl.org revision control
- [Commits] SDL: Patched to compile on Windows.
libsdl.org revision control
- [Commits] SDL: Cleaned out functions deprecated in Mac OS X 10.6 SDK.
libsdl.org revision control
- [Commits] Maelstrom: Fixed 64-bit compile issue on Mac OS X
libsdl.org revision control
- [Commits] Maelstrom: Updated Makefile setup for newer automake
libsdl.org revision control
- [Commits] Maelstrom: Switched to command line method to build Maelstrom on...
libsdl.org revision control
- [Commits] SDL_image: Fixed some realloc() mistakes that cppcheck discovered.
libsdl.org revision control
- [Commits] SDL_mixer: A few cppcheck fixes.
libsdl.org revision control
- [Commits] SDL_mixer: Patched to compile on MingW.
libsdl.org revision control
- [Commits] SDL: Remove use of MAC_OS_X_VERSION_10_x macro.
libsdl.org revision control
- [Commits] SDL: Removed the MAC_OS_X_VERSION_10_x macros from the 1.3 branch.
libsdl.org revision control
- [Commits] SDL: Fix another Apple conflict in SDL_opengl.h
libsdl.org revision control
- [Commits] SDL: Fixed the Apple SDL_opengl.h conflict in the 1.2 branch.
libsdl.org revision control
- [Commits] SDL: Fix various warnings for uninitialized or unused variables ...
libsdl.org revision control
- [Commits] SDL: * Fix many memory leaks in Android FS code
libsdl.org revision control
- [Commits] SDL: Update for latest mintlib, and remove duplicated defines
libsdl.org revision control
- [Commits] SDL: Fix more compilation warnings
libsdl.org revision control
- [Commits] SDL: Remove more values now defined in mintlib
libsdl.org revision control
- [Commits] SDL: Remove more values now defined in mintlibsrc/video/xbios/SD...
libsdl.org revision control
- [Commits] SDL: Use proper m68k defines from gcc
libsdl.org revision control
- [Commits] SDL: Fixed missing audio on iOS.
libsdl.org revision control
- [Commits] SDL: Bootstrapping build process using proof-of-concept test run...
libsdl.org revision control
- [Commits] SDL: Tiny Makefile.in fixes
libsdl.org revision control
- [Commits] SDL: Added assertEquals(Uint32, Uint32) function
libsdl.org revision control
- [Commits] SDL: Tiny changes to runner
libsdl.org revision control
- [Commits] SDL: Simplifying
libsdl.org revision control
- [Commits] SDL: New automake-based build process.
libsdl.org revision control
- [Commits] SDL: Fixed an error from make target: install
libsdl.org revision control
- [Commits] SDL: Some fixes for Linux compatibility.
libsdl.org revision control
- [Commits] SDL: Refactoring the massive main() to smaller functions.
libsdl.org revision control
- [Commits] SDL: Added TestCaseReference structure.
libsdl.org revision control
- [Commits] SDL: Little fixes here and there.
libsdl.org revision control
- [Commits] SDL: Fixed global suite declaration segfault via external linkag...
libsdl.org revision control
- [Commits] SDL: Added doxygen-compatible comments
libsdl.org revision control
- [Commits] SDL: Refactoring the code (runner.c).
libsdl.org revision control
- [Commits] SDL: Fixed doxygen warnings
libsdl.org revision control
- [Commits] SDL: Fixes to doxygen comments.
libsdl.org revision control
- [Commits] SDL: Refactoring runner.c. Added --help/-h command line option.
libsdl.org revision control
- [Commits] SDL: Moved tests/SDL_test.{c,h}
libsdl.org revision control
- [Commits] SDL: Ported testrect from original automation code, updated Asse...
libsdl.org revision control
- [Commits] SDL: Refactoring the TestCaseInit and TestCaseQuit functions
libsdl.org revision control
- [Commits] SDL: Test case fails if it doesn't contain any asserts.
libsdl.org revision control
- [Commits] SDL: Fixed old comments and added new ones.
libsdl.org revision control
- [Commits] SDL: Runner can execute multiple test suites consecutively.
libsdl.org revision control
- [Commits] SDL: Small fixes to previous commit.
libsdl.org revision control
- [Commits] SDL: Possible to execute only selected tests or suites.
libsdl.org revision control
- [Commits] SDL: Fix: Use DEFINE instead of plain number.
libsdl.org revision control
- [Commits] SDL: Refactored a bit. Extracted the code which checks for
libsdl.org revision control
- [Commits] SDL: Converted libtest to a more proper dummy test suite (libtes...
libsdl.org revision control
- [Commits] SDL: Add a comment.
libsdl.org revision control
- [Commits] SDL: Minor refactorings.
libsdl.org revision control
- [Commits] SDL: Fix: memory allocated for test suite references is freed
libsdl.org revision control
- [Commits] SDL: Initial version of "scan tests/ for test suites" functional...
libsdl.org revision control
- [Commits] SDL: Removed unnecessary function.
libsdl.org revision control
- [Commits] SDL: Creating pipeline for test case selection. Work in progress.
libsdl.org revision control
- [Commits] SDL: Added test and suite names to the output.
libsdl.org revision control
- [Commits] SDL: Fixed doxygen comments and usage help.
libsdl.org revision control
- [Commits] SDL: Updated test case filter.
libsdl.org revision control
- [Commits] SDL: Added comments and did some cleaning.
libsdl.org revision control
- [Commits] SDL: Added timeout to TestCaseReference.
libsdl.org revision control
- [Commits] SDL: Compatibility fix. Apparently all system don't have d_namle...
libsdl.org revision control
- [Commits] SDL: Added new command line option: --show-tests
libsdl.org revision control
- [Commits] SDL: Stub for generating doxygen main page from README.
libsdl.org revision control
- [Commits] SDL: Changed the title for README
libsdl.org revision control
- [Commits] SDL: Very early version of module that creates XML-based test re...
libsdl.org revision control
- [Commits] SDL: Ported platform tests, added AssertPass and AssertFail
libsdl.org revision control
- [Commits] SDL: Refining XML-output module
libsdl.org revision control
- [Commits] SDL: Creating flexible logging system which supports XML and plain
libsdl.org revision control
- [Commits] SDL: Various fixes and additions to logger system.
libsdl.org revision control
- [Commits] SDL: Changed XML-generator to use static buffer instead of dynam...
libsdl.org revision control
- [Commits] SDL: XML elements now support single attribute. Fixes here and t...
libsdl.org revision control
- [Commits] SDL: Added escaping special characters to their corresponding
libsdl.org revision control
- [Commits] SDL: Fixed XML elements. Element's end tag is now properly formed.
libsdl.org revision control
- [Commits] SDL: XML component no longer outputs the generated XML.
libsdl.org revision control
- [Commits] SDL: Logging system added to harness. Logging system doesn't
libsdl.org revision control
- [Commits] SDL: Added case insensitivity to XML elements.
libsdl.org revision control
- [Commits] SDL: Added identation to the output of XML logger.
libsdl.org revision control
- [Commits] SDL: Refining the output of XML logger.
libsdl.org revision control
- [Commits] SDL: Added time, date and total runtime information to the outpu...
libsdl.org revision control
- [Commits] SDL: Plain logger refined.
libsdl.org revision control
- [Commits] SDL: Removed printf's from dummy test suite.
libsdl.org revision control
- [Commits] SDL: Fixed test suite start time.
libsdl.org revision control
- [Commits] SDL: Added documentation.
libsdl.org revision control
- [Commits] SDL: Added plain XLST file.
libsdl.org revision control
- [Commits] SDL: Fixed a few mistakes from XML logger.
libsdl.org revision control
- [Commits] SDL: Fixes based on CR.
libsdl.org revision control
- [Commits] SDL: Fixed the calculation of total runtime for a suite.
libsdl.org revision control
- [Commits] SDL: Added some interactivity to XSLT stylesheet using javascript.
libsdl.org revision control
- [Commits] SDL: Added user-supplied XSL style sheets for XML-based test rep...
libsdl.org revision control
- [Commits] SDL: Refined the XSL style.
libsdl.org revision control
- [Commits] SDL: Cleaned the XSL style a bit.
libsdl.org revision control
- [Commits] SDL: Separated test suite name from its directory path. Fixes
libsdl.org revision control
- [Commits] SDL: Removed directory from test suite names.
libsdl.org revision control
- [Commits] SDL: Added better function for escaping strings.
libsdl.org revision control
- [Commits] SDL: Redefined the usage of --xsl command option.
libsdl.org revision control
- [Commits] SDL: Fixed doxygen markup error.
libsdl.org revision control
- [Commits] SDL: Fixed 'make install' errors by using a bash script.
libsdl.org revision control
- [Commits] SDL: Fixed a bunch of Makefile.am files.
libsdl.org revision control
- [Commits] SDL: Cleaned up the build system. 'make clean' now deletes the i...
libsdl.org revision control
- [Commits] SDL: Fixed XML logger. EscapeString didn't from strings properly.
libsdl.org revision control
- [Commits] SDL: Fixed white space issue in XSL stylesheet.
libsdl.org revision control
- [Commits] SDL: Help usage missed ] which added.
libsdl.org revision control
- [Commits] SDL: Changed the usage help.
libsdl.org revision control
- [Commits] SDL: Added command option --version
libsdl.org revision control
- [Commits] SDL: Fixed './runner --xml --show-tests'.
libsdl.org revision control
- [Commits] SDL: Made the output of plain logger more readable.
libsdl.org revision control
- [Commits] SDL: Added a skeleton stylesheet that can be used as a base for
libsdl.org revision control
- [Commits] SDL: Added audio suite.
libsdl.org revision control
- [Commits] SDL: Fixed the interface between tests suites and logger.
libsdl.org revision control
- [Commits] SDL: Fixed doxygen markup.
libsdl.org revision control
- [Commits] SDL: Made the default XSL style less blocky.
libsdl.org revision control
- [Commits] SDL: Ported common directory from automated. It contains common
libsdl.org revision control
- [Commits] SDL: Bunch of little fixes.
libsdl.org revision control
- [Commits] SDL: Ported surface tests.
libsdl.org revision control
- [Commits] SDL: Updated assert messages in surface test suite.
libsdl.org revision control
- [Commits] SDL: Added SetUp/TearDown functions for test suites.
libsdl.org revision control
- [Commits] SDL: Plain logger logs the used command line options.
libsdl.org revision control
- [Commits] SDL: If any assert in SetUp function fails that test will be ski...
libsdl.org revision control
- [Commits] SDL: Breaking tests in surface to several smaller tests.
libsdl.org revision control
- [Commits] SDL: Harness kills hung tests (won't work with --in-proc option).
libsdl.org revision control
- [Commits] SDL: Fixed AssertEquals.
libsdl.org revision control
- [Commits] SDL: Fixed incorrect assertions in surface test suite.
libsdl.org revision control
- [Commits] SDL: Added timeout for dummycase3 in libtestdummy.
libsdl.org revision control
- [Commits] SDL: Fixed logging noise coming from unimplemented optional test
libsdl.org revision control
- [Commits] SDL: Expanded and updated testplatform suite.
libsdl.org revision control
- [Commits] SDL: Fixed SDL_SetError() by making NULL fmt a no-op, update tes...
libsdl.org revision control
- [Commits] SDL: Merging two heads.
libsdl.org revision control
- [Commits] SDL: Harness warns about tests that request timeout when it's not
libsdl.org revision control
- [Commits] SDL: Added --timeout VALUE command option.
libsdl.org revision control
- [Commits] SDL: Refactored a bit.
libsdl.org revision control
- [Commits] SDL: Fixes to logging system.
libsdl.org revision control
- [Commits] SDL: Refined the string escaping algorithm.
libsdl.org revision control
- [Commits] SDL: Testing out implementation for skipping unsupported test
libsdl.org revision control
- [Commits] SDL: Refined test skipping.
libsdl.org revision control
- [Commits] SDL: Added test case for power management function; improved ass...
libsdl.org revision control
- [Commits] SDL: Fixing linking issues using shared object.
libsdl.org revision control
- [Commits] SDL: Using SDL timer to kill hung tests.
libsdl.org revision control
- [Commits] SDL: Fixed linking issue concerning test suites.
libsdl.org revision control
- [Commits] SDL: Added count of skipped tests to default xsl style.
libsdl.org revision control
- [Commits] SDL: Merged two heads.
libsdl.org revision control
- [Commits] SDL: Fixing the previous commit.
libsdl.org revision control
- [Commits] SDL: Adding elementary support for fuzzing.
libsdl.org revision control
- [Commits] SDL: Refining the fuzzer. Adding new functions and fixing the ol...
libsdl.org revision control
- [Commits] SDL: Logger logs harness seed and test execution keys in hex rep...
libsdl.org revision control
- [Commits] SDL: Changing the execution key generator.
libsdl.org revision control
- [Commits] SDL: Added simple logging levels to logging system.
libsdl.org revision control
- [Commits] SDL: Added randomly generated harness seed.
libsdl.org revision control
- [Commits] SDL: Logger logs to file on default.
libsdl.org revision control
- [Commits] SDL: Made run seed more file name friendly.
libsdl.org revision control
- [Commits] SDL: Fixed an issue with fuzzing seeds.
libsdl.org revision control
- [Commits] SDL: Runner prints some info to user, including where
libsdl.org revision control
- [Commits] SDL: Fixed potential memory leak from test case loading.
libsdl.org revision control
- [Commits] SDL: Fixed problem in ScanForTestSuites concerning hidden
libsdl.org revision control
- [Commits] SDL: Fixed type from usage info.
libsdl.org revision control
- [Commits] SDL: Fixed harness seed generation based on CR.
libsdl.org revision control
- [Commits] SDL: Changed SetUpLogger based on CR.
libsdl.org revision control
- [Commits] SDL: Fixed ScanForTestSuites function based on CR.
libsdl.org revision control
- [Commits] SDL: Fixing execution key generation based on CR.
libsdl.org revision control
- [Commits] SDL: Refining boundary value generator.
libsdl.org revision control
- [Commits] SDL: Added functions that generate random boundary values
libsdl.org revision control
- [Commits] SDL: Added empty test suite for testing rwops.
libsdl.org revision control
- [Commits] SDL: Added empty test suite for render tests.
libsdl.org revision control
- [Commits] SDL: Cleaned the dummy suite a bit.
libsdl.org revision control
- [Commits] SDL: Added doxygen markup for the boundary value functions.
libsdl.org revision control
- [Commits] SDL: Reorganizing the project.
libsdl.org revision control
- [Commits] SDL: Runner is automatically installed to .
libsdl.org revision control
- [Commits] SDL: Created data directory for test data.
libsdl.org revision control
- [Commits] SDL: Updated the boilerplate files such as INSTALL and README.
libsdl.org revision control
- [Commits] SDL: Fixed 'make distclean'
libsdl.org revision control
- [Commits] SDL: Fixed a bunch of compiler warnings.
libsdl.org revision control
- [Commits] SDL: Added Makefile.am's to hg.
libsdl.org revision control
- [Commits] SDL: Trying to fix linux compatibility -> libSDLtest.* is now in...
libsdl.org revision control
- [Commits] SDL: Little fix to help text in configure.ac
libsdl.org revision control
- [Commits] SDL: Fixed typos.
libsdl.org revision control
- [Commits] SDL: Fixed execKey generation
libsdl.org revision control
- [Commits] SDL: Added test cases for SDL_GetNumRenderDrivers and SDL_Create...
libsdl.org revision control
- [Commits] SDL: Added new test suites testvideo, testsyswm and testclipboard.
libsdl.org revision control
- [Commits] SDL: Added test suites testevent and testkeyboard.
libsdl.org revision control
- [Commits] SDL: Added boundary value generator functions for Sint8,
libsdl.org revision control
- [Commits] SDL: Disabled an empty test.
libsdl.org revision control
- [Commits] SDL: Refactored the fuzzer a bit.
libsdl.org revision control
- [Commits] SDL: Ported rwops test suite.
libsdl.org revision control
- [Commits] SDL: Fixing previous commit. Forgot to add a few files.
libsdl.org revision control
- [Commits] SDL: Added missing doxygen markup to some fuzzer functions.
libsdl.org revision control
- [Commits] SDL: Added random number generators for Uint8, Sint8, Uint16, Si...
libsdl.org revision control
- [Commits] SDL: Cleaned up the rwops test suite.
libsdl.org revision control
- [Commits] SDL: Fixed the doxygen markup.
libsdl.org revision control
- [Commits] SDL: Added --include-dummy option.
libsdl.org revision control
- [Commits] SDL: Ported tests from "./tests/automated/render"
libsdl.org revision control
- [Commits] SDL: Cleaning up render test suite.
libsdl.org revision control
- [Commits] SDL: Updating dummy test suite.
libsdl.org revision control
- [Commits] SDL: Fixed the exec-key option.
libsdl.org revision control
- [Commits] SDL: Clean up.
libsdl.org revision control
- [Commits] SDL: Renamed tests in dummy suite.
libsdl.org revision control
- [Commits] SDL: Fixed 'runner > mylog' problem.
libsdl.org revision control
- [Commits] SDL: Fixed unit float and unit double generators.
libsdl.org revision control
- [Commits] SDL: Fixed an issue with nonexistant function.
libsdl.org revision control
- [Commits] SDL: Renamed RandomInteger to RandomSint32 and RandomUnsignedInt...
libsdl.org revision control
- [Commits] SDL: Created SetUp and TearDown functions for testrwops suite.
libsdl.org revision control
- [Commits] SDL: Refined install script to be more helpful.
libsdl.org revision control
- [Commits] SDL: Fixed timestamp issue.
libsdl.org revision control
- [Commits] SDL: Changed logging behavior. Runner uses stdout as default and
libsdl.org revision control
- [Commits] SDL: Option --show-tests prints test description.
libsdl.org revision control
- [Commits] SDL: Test cases executed in their own process can now bail out if
libsdl.org revision control
- [Commits] SDL: Added TODO.
libsdl.org revision control
- [Commits] SDL: Added elementary fuzzer-randgen invocation count.
libsdl.org revision control
- [Commits] SDL: Minor cleaning.
libsdl.org revision control
- [Commits] SDL: Updated TODO.
libsdl.org revision control
- [Commits] SDL: Fixed a typo.
libsdl.org revision control
- [Commits] SDL: Fixed an error in doxygen markup.
libsdl.org revision control
- [Commits] SDL: Automated merge with https://bitbucket.org/Markusk/sdl-gsoc
libsdl.org revision control
- [Commits] SDL: Backed out SDL_config.h overwrite that got committed by acc...
libsdl.org revision control
- [Commits] SDL: audio/mint: remove __attribute__((packed))
libsdl.org revision control
- [Commits] SDL: video/xbios: remove __attribute__((packed))
libsdl.org revision control
Last message date:
Wed Aug 31 10:05:05 PDT 2011
Archived on: Wed Aug 31 10:04:08 PDT 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).