mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Forgot about this one
This commit is contained in:
parent
e7dab06f82
commit
dd512ec36a
1 changed files with 4 additions and 1 deletions
5
CHANGES
5
CHANGES
|
@ -39,13 +39,16 @@ Release v0.3.0
|
||||||
are attempted.
|
are attempted.
|
||||||
- Fixed some bugs with error handling resulting in false-positives.
|
- Fixed some bugs with error handling resulting in false-positives.
|
||||||
* Build:
|
* Build:
|
||||||
- Can now be compile with TCC (Tiny C compiler) and function as
|
- Can now be compiled with TCC (Tiny C compiler) and function as
|
||||||
intended (previously couldn't due to bug in TCC codegen).
|
intended (previously couldn't due to bug in TCC codegen).
|
||||||
- Added Gentoo ebuilds.
|
- Added Gentoo ebuilds.
|
||||||
- Added Win32 Makefile for building Win32 packages.
|
- Added Win32 Makefile for building Win32 packages.
|
||||||
- Added Slackware pkg build files.
|
- Added Slackware pkg build files.
|
||||||
- Added Fedora spec files.
|
- Added Fedora spec files.
|
||||||
- Added Makefile for the BSD make variant.
|
- Added Makefile for the BSD make variant.
|
||||||
|
* Misc:
|
||||||
|
- Added valgrind memcheck hook to in-house allocator to help aid
|
||||||
|
in finding invalid reads/writes, and more accurate leaks.
|
||||||
|
|
||||||
2012-04-27 v0.2.9
|
2012-04-27 v0.2.9
|
||||||
* Preprocessor:
|
* Preprocessor:
|
||||||
|
|
Loading…
Reference in a new issue