| Age | Commit message (Collapse) | Author |
|
- add newline (\n) before string output
- remove quotes (')
|
|
* Fixing char* use in FLUID
* Fixing const cast
|
|
- remove static variable 'string_count'
- improve and document methods debug() and hexdump()
This commit does not resolve issue 601 but removes some development
leftovers.
Methods debug() and hexdump() left for debugging as requested.
|
|
Fix allocation bug in Fl_String
|
|
This is part 2 of the final fix for a previous name clash on case
insensitive file systems (fl_string.h vs. Fl_String.H).
|
|
Sorry for the noise, still fixing a name class on case-insensitive
file systems (macOS and Windows).
|
|
The previous name existed already with different case (fl_string.h)
in the FL folder which broke the build on macOS and Windows.
This may be a temporary fix - until I find a better way.
|
|
This class will be used in fl_input_str() and fl_password_str().
Todo: add missing documentation ...
|