Add to git. master
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Apr 2014 10:38:47 +0000 (11:38 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Apr 2014 10:38:47 +0000 (11:38 +0100)
commit2b18c31fb295d0f1325570a65aac498cb42f5b96
tree7810dfc8d580b02d708806902cc17fbd3867b208
Add to git.
187 files changed:
.cvsignore [new file with mode: 0644]
COPYING.LIB [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile+ [new file with mode: 0644]
README [new file with mode: 0644]
README.Solaris [new file with mode: 0644]
configure [new file with mode: 0755]
doc/Makefile [new file with mode: 0644]
doc/collision_moving_sphere_and_face.3.html [new file with mode: 0644]
doc/copy_hash.3.html [new file with mode: 0644]
doc/copy_sash.3.html [new file with mode: 0644]
doc/copy_shash.3.html [new file with mode: 0644]
doc/copy_vector.3.html [new file with mode: 0644]
doc/delete_pool.3.html [new file with mode: 0644]
doc/eg_join.c [new file with mode: 0644]
doc/eg_sash.c [new file with mode: 0644]
doc/eg_string.c [new file with mode: 0644]
doc/eg_vectorint.c [new file with mode: 0644]
doc/eg_vectorint2.c [new file with mode: 0644]
doc/face_translate_along_normal.3.html [new file with mode: 0644]
doc/global_pool.3.html [new file with mode: 0644]
doc/hash_erase.3.html [new file with mode: 0644]
doc/hash_exists.3.html [new file with mode: 0644]
doc/hash_get.3.html [new file with mode: 0644]
doc/hash_get_buckets_allocated.3.html [new file with mode: 0644]
doc/hash_get_buckets_used.3.html [new file with mode: 0644]
doc/hash_get_ptr.3.html [new file with mode: 0644]
doc/hash_insert.3.html [new file with mode: 0644]
doc/hash_keys.3.html [new file with mode: 0644]
doc/hash_keys_in_pool.3.html [new file with mode: 0644]
doc/hash_set_buckets_allocated.3.html [new file with mode: 0644]
doc/hash_size.3.html [new file with mode: 0644]
doc/hash_values.3.html [new file with mode: 0644]
doc/hash_values_in_pool.3.html [new file with mode: 0644]
doc/identity_matrix.3.html [new file with mode: 0644]
doc/index.html [new file with mode: 0644]
doc/make_identity_matrix.3.html [new file with mode: 0644]
doc/make_zero_vec.3.html [new file with mode: 0644]
doc/new_hash.3.html [new file with mode: 0644]
doc/new_identity_matrix.3.html [new file with mode: 0644]
doc/new_matrix.3.html [new file with mode: 0644]
doc/new_pool.3.html [new file with mode: 0644]
doc/new_sash.3.html [new file with mode: 0644]
doc/new_shash.3.html [new file with mode: 0644]
doc/new_subpool.3.html [new file with mode: 0644]
doc/new_subvector.3.html [new file with mode: 0644]
doc/new_vec.3.html [new file with mode: 0644]
doc/new_vector.3.html [new file with mode: 0644]
doc/new_zero_vec.3.html [new file with mode: 0644]
doc/pcalloc.3.html [new file with mode: 0644]
doc/pchomp.3.html [new file with mode: 0644]
doc/pchrs.3.html [new file with mode: 0644]
doc/pconcat.3.html [new file with mode: 0644]
doc/pdtoa.3.html [new file with mode: 0644]
doc/pgetline.3.html [new file with mode: 0644]
doc/pgetlinec.3.html [new file with mode: 0644]
doc/pgetlinex.3.html [new file with mode: 0644]
doc/pitoa.3.html [new file with mode: 0644]
doc/pjoin.3.html [new file with mode: 0644]
doc/plane_coefficients.3.html [new file with mode: 0644]
doc/plane_translate_along_normal.3.html [new file with mode: 0644]
doc/pmalloc.3.html [new file with mode: 0644]
doc/pmatch.3.html [new file with mode: 0644]
doc/pmatchx.3.html [new file with mode: 0644]
doc/pmemdup.3.html [new file with mode: 0644]
doc/point_distance_to_face.3.html [new file with mode: 0644]
doc/point_distance_to_line.3.html [new file with mode: 0644]
doc/point_distance_to_line_segment.3.html [new file with mode: 0644]
doc/point_distance_to_plane.3.html [new file with mode: 0644]
doc/point_face_angle_sum.3.html [new file with mode: 0644]
doc/point_is_inside_plane.3.html [new file with mode: 0644]
doc/point_lies_in_face.3.html [new file with mode: 0644]
doc/pool_get_stats.3.html [new file with mode: 0644]
doc/pool_register_cleanup_fn.3.html [new file with mode: 0644]
doc/pool_register_fd.3.html [new file with mode: 0644]
doc/pool_register_malloc.3.html [new file with mode: 0644]
doc/pool_set_bad_malloc_handler.3.html [new file with mode: 0644]
doc/prealloc.3.html [new file with mode: 0644]
doc/psort.3.html [new file with mode: 0644]
doc/psprintf.3.html [new file with mode: 0644]
doc/pstrcat.3.html [new file with mode: 0644]
doc/pstrcsplit.3.html [new file with mode: 0644]
doc/pstrdup.3.html [new file with mode: 0644]
doc/pstrlwr.3.html [new file with mode: 0644]
doc/pstrncat.3.html [new file with mode: 0644]
doc/pstrndup.3.html [new file with mode: 0644]
doc/pstrresplit.3.html [new file with mode: 0644]
doc/pstrs.3.html [new file with mode: 0644]
doc/pstrsplit.3.html [new file with mode: 0644]
doc/pstrupr.3.html [new file with mode: 0644]
doc/psubst.3.html [new file with mode: 0644]
doc/psubstr.3.html [new file with mode: 0644]
doc/psubstx.3.html [new file with mode: 0644]
doc/ptrim.3.html [new file with mode: 0644]
doc/ptrimback.3.html [new file with mode: 0644]
doc/ptrimfront.3.html [new file with mode: 0644]
doc/pvdtostr.3.html [new file with mode: 0644]
doc/pvector.3.html [new file with mode: 0644]
doc/pvectora.3.html [new file with mode: 0644]
doc/pvitostr.3.html [new file with mode: 0644]
doc/pvsprintf.3.html [new file with mode: 0644]
doc/pvxtostr.3.html [new file with mode: 0644]
doc/pxtoa.3.html [new file with mode: 0644]
doc/sash_erase.3.html [new file with mode: 0644]
doc/sash_exists.3.html [new file with mode: 0644]
doc/sash_get.3.html [new file with mode: 0644]
doc/sash_get_buckets_allocated.3.html [new file with mode: 0644]
doc/sash_get_buckets_used.3.html [new file with mode: 0644]
doc/sash_insert.3.html [new file with mode: 0644]
doc/sash_keys.3.html [new file with mode: 0644]
doc/sash_keys_in_pool.3.html [new file with mode: 0644]
doc/sash_set_buckets_allocated.3.html [new file with mode: 0644]
doc/sash_size.3.html [new file with mode: 0644]
doc/sash_values.3.html [new file with mode: 0644]
doc/sash_values_in_pool.3.html [new file with mode: 0644]
doc/shash_erase.3.html [new file with mode: 0644]
doc/shash_exists.3.html [new file with mode: 0644]
doc/shash_get.3.html [new file with mode: 0644]
doc/shash_get_buckets_allocated.3.html [new file with mode: 0644]
doc/shash_get_buckets_used.3.html [new file with mode: 0644]
doc/shash_get_ptr.3.html [new file with mode: 0644]
doc/shash_insert.3.html [new file with mode: 0644]
doc/shash_keys.3.html [new file with mode: 0644]
doc/shash_keys_in_pool.3.html [new file with mode: 0644]
doc/shash_set_buckets_allocated.3.html [new file with mode: 0644]
doc/shash_size.3.html [new file with mode: 0644]
doc/shash_values.3.html [new file with mode: 0644]
doc/shash_values_in_pool.3.html [new file with mode: 0644]
doc/vec_angle_between.3.html [new file with mode: 0644]
doc/vec_dot_product.3.html [new file with mode: 0644]
doc/vec_magnitude.3.html [new file with mode: 0644]
doc/vec_magnitude2d.3.html [new file with mode: 0644]
doc/vec_magnitude_in_direction.3.html [new file with mode: 0644]
doc/vec_normalize.3.html [new file with mode: 0644]
doc/vec_normalize2d.3.html [new file with mode: 0644]
doc/vector_allocated.3.html [new file with mode: 0644]
doc/vector_clear.3.html [new file with mode: 0644]
doc/vector_compare.3.html [new file with mode: 0644]
doc/vector_element_size.3.html [new file with mode: 0644]
doc/vector_erase.3.html [new file with mode: 0644]
doc/vector_erase_range.3.html [new file with mode: 0644]
doc/vector_fill.3.html [new file with mode: 0644]
doc/vector_get.3.html [new file with mode: 0644]
doc/vector_get_ptr.3.html [new file with mode: 0644]
doc/vector_grep.3.html [new file with mode: 0644]
doc/vector_grep_pool.3.html [new file with mode: 0644]
doc/vector_insert.3.html [new file with mode: 0644]
doc/vector_insert_array.3.html [new file with mode: 0644]
doc/vector_map.3.html [new file with mode: 0644]
doc/vector_map_pool.3.html [new file with mode: 0644]
doc/vector_pop_back.3.html [new file with mode: 0644]
doc/vector_pop_front.3.html [new file with mode: 0644]
doc/vector_push_back.3.html [new file with mode: 0644]
doc/vector_push_front.3.html [new file with mode: 0644]
doc/vector_reallocate.3.html [new file with mode: 0644]
doc/vector_replace.3.html [new file with mode: 0644]
doc/vector_replace_array.3.html [new file with mode: 0644]
doc/vector_reverse.3.html [new file with mode: 0644]
doc/vector_size.3.html [new file with mode: 0644]
doc/vector_sort.3.html [new file with mode: 0644]
doc/vector_swap.3.html [new file with mode: 0644]
doc/zero_vec.3.html [new file with mode: 0644]
hash.c [new file with mode: 0644]
hash.h [new file with mode: 0644]
matvec.c [new file with mode: 0644]
matvec.h [new file with mode: 0644]
pool.c [new file with mode: 0644]
pool.h [new file with mode: 0644]
pre.c [new file with mode: 0644]
pre.h [new file with mode: 0644]
pstring.c [new file with mode: 0644]
pstring.h [new file with mode: 0644]
test_hash.c [new file with mode: 0644]
test_matvec.c [new file with mode: 0644]
test_pool.c [new file with mode: 0644]
test_pre.c [new file with mode: 0644]
test_pstring.c [new file with mode: 0644]
test_sash.c [new file with mode: 0644]
test_shash.c [new file with mode: 0644]
test_tree.c [new file with mode: 0644]
test_vector.c [new file with mode: 0644]
trace/.cvsignore [new file with mode: 0644]
trace/curallocs.pl [new file with mode: 0755]
tree.c [new file with mode: 0644]
tree.h [new file with mode: 0644]
vector.c [new file with mode: 0644]
vector.h [new file with mode: 0644]