Commit Graph

3 Commits

Author SHA1 Message Date
Guy Harris 8a8b883450 Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.

svn path=/trunk/; revision=11400
2004-07-18 00:24:25 +00:00
Guy Harris a0414ee1ab Make the CRC-16 table static (as it's not used outside "crc16.c") and
"const" (as nothing writes to it).

"len" is unsigned, so it can never be < 0 - it can only be 0 or != 0.

svn path=/trunk/; revision=11244
2004-06-26 09:45:27 +00:00
Ronnie Sahlberg e790073f3a Updates from Richard v d Hoff
IAX2 updates and a CRC16 routine

svn path=/trunk/; revision=11233
2004-06-25 06:31:47 +00:00