aboutsummaryrefslogtreecommitdiff
path: root/lib/dtree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer allow to free shallow copies of nodesKatharina Fey2019-06-041-1/+3
|
* Moving utility functions into new file with a new API namespaceKatharina Fey2019-06-041-51/+51
|
* Adding the ability to copy nodes in shallow or deep modeKatharina Fey2019-06-041-10/+74
|
* API refactor part 3: Recursive elements are now called "List" elements, ↵Katharina Fey2019-06-041-28/+28
| | | | Numeral elements are now called "Numeric" elements.
* Cleaning up the json decoder.Katharina Fey2019-06-041-18/+20
| | | | Fixing an error in the print function which would sometimes yield incorrect results
* More API changes deep_copy is now copy_deepKatharina Fey2019-06-041-1/+1
|
* API Changes.Katharina Fey2019-06-041-0/+581
- Renaming the recursive field to "list" functions - Renaming main file to dtree for less confusion - Allowing for long values to be stored - not just integers - Adjusting quick access functions to use new API