Commit ID: 1005A52B281212EC267
CVSROOT: /cvs
Module name: contrib
Changes by: [email protected] 2018/01/07 23:51:36 UTC
Modified files:
code/jupp : hash.c macro.c rc.c scrn.c syntax.c types.h
Log message:
new ralloc(x,y) = malloc(x*y) with checks, but not, unlike calloc,
with implizit size_t casting nor memory cleansing
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6 -r1.7 contrib/code/jupp/hash.c
cvs -R rdiff -kk -upr1.19 -r1.20 contrib/code/jupp/macro.c
cvs -R rdiff -kk -upr1.43 -r1.44 contrib/code/jupp/rc.c
cvs -R rdiff -kk -upr1.39 -r1.40 contrib/code/jupp/scrn.c
cvs -R rdiff -kk -upr1.23 -r1.24 contrib/code/jupp/syntax.c
cvs -R rdiff -kk -upr1.32 -r1.33 contrib/code/jupp/types.h