-
-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
This goes from #1203.
The libredwg own implementation of strcasecmp() is bad.
The proposal:
- Write tests.
- Fix the implementation.
When I wrote tests, I found question how to test it. My intention is possibility of test on every system. When I skip system strcasecmp via ./configure ac_cv_func_strcasecmp=no, problem goes to error with library, where is still strcasecmp.
From this I have another proposal:
Rename strcasecmp to something own_strcasecmp and redefine it to strcasecmp in case of #ifndef HAVE_STRCASECMP.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels