summaryrefslogtreecommitdiff
path: root/ext/SDBM_File/sdbm.h
Commit message (Expand)AuthorAgeFilesLines
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-16/+16
* Add header-guards to 2 additional filesJames E Keenan2018-12-041-0/+4
* Rely on C89 <string.h>Aaron Crane2017-10-211-7/+1
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-4/+0
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-4/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-4/+2
* Rely on C89 prototypesAaron Crane2017-10-211-20/+14
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-34/+4
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-20/+0
* Assume we have C89 memset()Aaron Crane2017-10-211-16/+1
* Constant data in .c, not in a .hJarkko Hietaniemi2015-10-091-5/+1
* fix SDBM_File builds using gcc on Win32Tony Cook2015-01-221-1/+1
* Simplify ext/SDBM_File layout and buildEd J2015-01-131-0/+292