CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2018/10/23 02:41:45
Modified files: usr.bin/join : join.c Log message: Allow us to join on NULL columns. This is similar to what the other implementations do and new behaviour was most likely added by accident in r1.4. OK otto@