summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/sysvmsg.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFB: Added checks for negative max length and overflow checks forIlia Alshanetsky2006-12-231-3/+8
* MFH: fix possible usage of uninitialized variableAntony Dovgal2006-05-191-1/+2
* bump year and license versionfoobar2006-01-011-4/+4
* fix protoAntony Dovgal2005-08-111-1/+1
* MFH: Fixed bug #31527 (crash in msg_send() when non-string is stored withoutIlia Alshanetsky2005-02-071-4/+27
* MFH: fix msg_recieve() & add testAntony Dovgal2005-01-241-1/+1
* MFH: string format stuff.Ilia Alshanetsky2003-09-221-1/+1
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFH (zts compile warning).Ilia Alshanetsky2002-11-141-1/+1
* Avoid possible clash with mysql, but still make it work for BSD's.Melvyn Sopacua2002-10-271-6/+6
* Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,Wez Furlong2002-09-101-4/+27
* Slightly alter the signature of msg_send and msg_receive so that errorWez Furlong2002-04-291-22/+47
* Add sysv IPC support (wrappers for msgsnd and friends).Wez Furlong2002-04-251-0/+354