Skip to content

Releases: IAmMoltony/libmtnlog

2.7.2

14 Apr 12:18
Compare
Choose a tag to compare

Created a memory leak check script: check-memleaks.sh
Converted tabs to spaces in mtnlog.c
Minor documentation changes
Added documentation to MTNLOG_BOOL macro
Removed space between file name and file line in _mtnlogCreateLogContext

2.7.1

25 Mar 05:43
Compare
Choose a tag to compare

Fixed memory leaks in these functions:

  • mtnlogVMessageTag
  • mtnlogMessageCInternal
  • mtnlogMessageTagCInternal

2.7

22 Feb 08:11
Compare
Choose a tag to compare
2.7

Added support for Visual Studio 2010 (and maybe for other old compilers as a side effect)
Fixed asprintf warning when compiling with MinGW

2.6

02 Feb 14:54
Compare
Choose a tag to compare
2.6

Added MSVC support

2.5.2

28 Jan 09:57
Compare
Choose a tag to compare

Use __FILE_NAME__ instead of __FILE__ in context logging functions (mtnlogMessageC and mtnlogMessageTagC) if available.

2.5.1

28 Jan 09:35
Compare
Choose a tag to compare

Fixed memory leak in mtnlogVMessage
Removed redundant check in mtnlogInit

2.5

27 Jan 14:07
Compare
Choose a tag to compare
2.5

Added log callback - now you can set a function that runs after a message has been logged

2.4.1

21 Jan 06:28
Compare
Choose a tag to compare

Fixed mtnlogCheckColor reporting that xterm and wsvt25 don't support color

2.4

21 Jan 06:15
Compare
Choose a tag to compare
2.4

Added function for toggling timestamps in console: mtnlogConsoleTimestamps
Fixed mtnlogInit opening log file if file output is disabled

2.3.1

20 Jan 16:18
Compare
Choose a tag to compare

Added return 0; at the end of test code