0ad/source/lib/sysdep
janwas 15e8d9a0b3 # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit
- validators now WARN_RETURN as well (rationale documented in
lib_errors.h)
- got rid of some CHECK_ERR (try to avoid multiple errors for the same
underlying problem)
- H_DEREF now first checks if handle is invalid already and returns that
if so; avoids the need for a RETURN_ERR before it.

This was SVN commit r3799.
2006-04-22 21:21:42 +00:00
..
unix # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
win # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
cpu.cpp # Work around a problem in ATI's binary Linux driver 2006-04-21 03:06:57 +00:00
cpu.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
dir_watch.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
gfx.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
gfx.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
ia32_asm.asm # VC2005, GCC compatibility 2006-04-20 01:33:57 +00:00
ia32.cpp # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
ia32.h # refactoring 2006-04-14 06:32:05 +00:00
snd.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
snd.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
sysdep.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
sysdep.h This was SVN commit r3753. 2006-04-12 01:18:38 +00:00