raze-gles/polymer/eduke32/source/jmact
helixhorned 0900f4066c Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls...
... and cull code that is dead with the X*alloc() versions since they never
return NULL on requesting memory.

Use something like
 git grep '[^Xx]\(m\|c\|re\)alloc *('
and
 git grep '[^Xx]strdup *('
to see places where I left the B*alloc() calls intact.

BUILD_LUNATIC.

git-svn-id: https://svn.eduke32.com/eduke32@4491 1a8010ca-5511-0410-912e-c29ae57300e0
2014-05-30 00:02:19 +00:00
..
_control.h
_scrplib.h
animlib.c Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls... 2014-05-30 00:02:19 +00:00
animlib.h
control.c Android updates from Emile. DONT_BUILD. 2014-04-15 19:02:48 +00:00
control.h
file_lib.c Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls... 2014-05-30 00:02:19 +00:00
file_lib.h
joystick.c
joystick.h
keyboard.c Widespread use of ARRAY_SIZE macro. 2014-03-22 09:25:15 +00:00
keyboard.h
mathutil.c
mathutil.h
mouse.c
mouse.h
scriplib.c Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls... 2014-05-30 00:02:19 +00:00
scriplib.h