Files
android_bootable_recovery/libtar/TODO
bigbiff bigbiff 9c754053b0 Add libtar to TWRP instead of using busybox tar
Add proper mkdosfs tool
Add fuse to TWRP
Add experimental exfat-fuse to TWRP
Convert all system() functions to use new Exec_Cmd function
2013-01-09 09:09:08 -05:00

22 lines
597 B
Plaintext

Functionality:
--------------
* add list mode to allow nodes to be inserted in any arbitrary location
* add "*_hash_iterate()" function
* add flags argument to *_list_del() that allows the listptr to be set
to the previous or next element
* add a generic pointer type to replace *_listptr_t and *_hashptr_t ???
Code Cleanup:
-------------
* rename functions:
*_list_next => *_listptr_next()
*_list_prev => *_listptr_prev()
*_hash_next => *_hashptr_next()
* start using "*_list_t" and "*_hash_t" instead of "*_list_t *" and
"*_hash_t *" ?
* add prefixes to structure member field names