-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: LexouDuck/libccc
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Ensure String functions are utf8 compliant
bug
Something isn't working
#51
opened Apr 22, 2022 by
yanis-fourel
refacto: string: This doesn't seem right
malloc(length + sizeof(""))
to malloc(length + sizeof(<type>))
invalid
#50
opened Apr 21, 2022 by
yanis-fourel
Add const version of some array operation
++c
Will be eventually fixed, using ++C
#37
opened Jan 21, 2022 by
yanis-fourel
Add New feature or request
StringArray_Find
family of functions
enhancement
#36
opened Jan 21, 2022 by
yanis-fourel
Implement a
KVT_Validate()
function to check if s_kvt*
item is valid
#22
opened Oct 15, 2021 by
LexouDuck
JSON parse runs forever when nan values are present in big file
#19
opened Jul 29, 2021 by
Fulguritude
ProTip!
Exclude everything labeled
bug
with -label:bug.