index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
forbidden.h
Age
Commit message (
Expand
)
Author
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-12-13
COMMON: Forbid symbols for the rest of is* from ctype.h.
Johannes Schickel
2012-12-13
COMMON: Add wrapper for isprint.
Johannes Schickel
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-01-23
COMMON: Fix compilation with mingw-w64
dhewg
2011-06-23
COMMON: Add abort() to the list of forbidden symbols
Julien
2011-06-06
COMMON: Attempt to make 'forbidden symbol' error more helpful
Max Horn
2011-06-06
COMMON: Make more symbols forbidden
Max Horn
2011-05-24
COMMON: Add putc(har) and getc(har) to forbidden symbols
Max Horn
2011-05-23
COMMON: Modify Base::processSettings, get rid of Common::kArgumentNotProcessed
Max Horn
2011-05-23
COMMON: Mark more symbols as forbidden
Max Horn
2011-05-17
COMMON: Forbid use of some more symbols
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility
Max Horn
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2010-10-31
COMMON: Document forbidden.h
Max Horn
2010-10-30
ALL: Add code to help stop people from accidentally using "bad" APIs
Max Horn