| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
- fix log_printf to not automatically insert newline
|
| |
|
|
| |
This patch removes the dependency on raylib when allocating memory.
|
| |
|
|
|
|
|
|
|
| |
quite a nested function. to implement lazy allocation for line
buffer. is there a proper way to do it???
[minor]
fix warning msg on eb_insert which was incomplecation type on printf
add <stdio.h> on config.h DEBUG section
|
| |
|
|
|
|
|
| |
makefile now handle each object and sources seperately to handle
header change gracefully.
and from now on, #DEBUG should declared inside of config.h
|
|
|
fix eb_backspace to actually backspace char, not delete it
[minor]
fix line_insert to handle li->last correctly
|