aboutsummaryrefslogtreecommitdiffstats
path: root/examples/string (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major API reorganization, test infrastructureGravatar Peter McGoron 2024-07-086-102/+79
| | | | | | | | | | | | | | | The API is now hidden behind functions. The GC struct can have an unstable layout without affecting any compiled binaries (users of Universal Service or collectors hidden behind the API). The collectors can be called directly if desired. The API now allows for different allocation flags. These will be used in future extensions (like weak pointers). For now none are used. Tests are compiled for each collector. I can't think of a good solution that will encompass everything I want to write, but for now this will work on POSIX systems.
* delete for hashtablesGravatar Peter McGoron 2024-06-211-1/+1
|
* fix root push and pop issue; make shared library for examplesGravatar Peter McGoron 2024-06-201-0/+3
|
* hashtable testGravatar Peter McGoron 2024-06-132-81/+1
|
* change uns_root_ptr to uns_ctrGravatar Peter McGoron 2024-06-125-23/+26
|
* strings: add more testsGravatar Peter McGoron 2024-06-124-24/+129
| | | | cheney_c89: fix memory leak errors
* cheney copying collectorGravatar Peter McGoron 2024-06-115-0/+381
f00b7&follow=1'>alist dict predicate check only first element; plist and alist size remove ↵Gravatar Arvydas Silanskas 2-17/+5 unique key check 2020-10-18remove old test fileGravatar Arvydas Silanskas 1-392/+0 2020-10-18add srfi69 implGravatar Arvydas Silanskas 9-55/+223 2020-10-18tests against externals; registration; alist and plist implementations:Gravatar Arvydas Silanskas 7-53/+669 2020-09-16internals impl; testsGravatar Arvydas Silanskas 3-74/+589