Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-01 | Change functions to static where possible (Part 1 - common) | Haru | 1 | -35/+47 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-01 | When the memmgr is enabled, don't define the non-memmgr functions needlessly | Haru | 1 | -26/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 | |
2016-05-08 | Fixed various issues pointed out by cppcheck | Haru | 1 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-24 | Implemented aStrndup() | Haru | 1 | -0/+63 | |
- aStrndup() behaves similarly to the POSIX function strdup(). It allocates sufficient memory for a copy of the passed string, copies it, and returns a pointer to the copy. A maximum number of characters is copied (and a NUL terminator is always appended after the end). Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-20 | Fixed some warnings in GCC 5.2 | Haru | 1 | -5/+5 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -2/+2 | |
Add all missing -Wformat flags into configure. | |||||
2016-01-09 | Sanitized various macros | Haru | 1 | -11/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-11-28 | Fixed a compilation error when the memory manager is disabled | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-19 | Fix reallocating memory without memory manager. | Andrei Karas | 1 | -1/+49 | |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -0/+897 | |