Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | e2a5d3c984a245456fbd63e4b7919f0c5961e74a |
|---|---|
| Date: | 2009-11-12 18:11:09 |
| User: | stephan |
| Comment: | doh - fixed broken #include |
Tags And Properties
- branch=trunk inherited from [a870fea998]
- sym-trunk inherited from [a870fea998]
Changes
Changes to src/whhash.c
| Old (d2951f58e30f45cd) | New (1824cecf07b9f7b9) | |||
|---|---|---|---|---|
| 1 | /* Copyright (C) 2002, 2004 Christopher Clark <firstname.lastname@cl.cam.ac.uk> */ | 1 | /* Copyright (C) 2002, 2004 Christopher Clark <firstname.lastname@cl.cam.ac.uk> */ | |
| 2 | /* Copyright (C) 2008, 2009 Stephan Beal (http://wanderinghorse.net/home/stephan/) */ | 2 | /* Copyright (C) 2008, 2009 Stephan Beal (http://wanderinghorse.net/home/stephan/) */ | |
| 3 | /* | 3 | /* | |
| 4 | On 17 June 2009, i (Stephan Beal) got permission from the original author | 4 | On 17 June 2009, i (Stephan Beal) got permission from the original author | |
| 5 | (Christopher Clark) to dual-license this code under the following terms: | 5 | (Christopher Clark) to dual-license this code under the following terms: | |
| 39 hidden lines | ||||
| 45 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | 45 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | |
| 46 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | 46 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |
| 47 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 47 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
| 48 | SOFTWARE. | 48 | SOFTWARE. | |
| 49 | ======================================================================== | 49 | ======================================================================== | |
| 50 | | | 50 | */ | |
| 51 | #include "s11n.net/c11n/detail/whhash.h" | | | 51 | #include "whhash.h" |
| 52 | #include <stdlib.h> | 52 | #include <stdlib.h> | |
| 53 | //#include <stdio.h> | 53 | //#include <stdio.h> | |
| 54 | #include <string.h> | 54 | #include <string.h> | |
| 55 | 55 | |||
| 56 | #ifdef __cplusplus | 56 | #ifdef __cplusplus | |
| 848 hidden lines | ||||
| 905 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | 905 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
| 906 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 906 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |
| 907 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 907 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
| 908 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 908 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| 909 | */ | 909 | */ | |