.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 15 Sep 2015 05:30:02 +0100
branchjv
changeset 18755 bd0a60878974
parent 18047 e4a0ea191f5b
permissions -rw-r--r--
FFI: Make FFI call return nil when C function returns NULL Before when a C function returned NULL pointer, an ExternalAddress with address 0 wes returned which required an extra check in a caller to convert it to nil, which would be the customary. This commit automatically converts NULL pointers to Smalltalk `nil` as a courtesy to a Smalltalker.

syntax: glob
*.chg
*~
*.orig
*.o
*.so
*.sc
*Init.c
*.H
*.STH
*/makefile
*/docs/output/*
*/docs/*.xml.profiled

*/objbc
*/objvc
*.res
*-Test.xml
*.base
*.orig
*.local
*.other
makefile