blob: cb8d82074a55122d67a88b00fc1a7654e0c51657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2010-03-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-05-copy-constr (new): Declare copy constructor's source
as const. Required by g++-4.3.2 for OpenSolaris x86_64.
Reported by Apostolos Syropoulos <asyropoulos@gmail.com>.
Patch proposed by Jonathan Kew <jfkthame@googlemail.com>.
2010-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-03-SIZEOF_WCHAR_T (new): MinGW32 fix.
* patch-04-math_h-WIN32 (new): #include <math.h> also for WIN32.
2009-10-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-virtual (new): Declare destructors as virtual to
avoid compiler warnings.
2009-10-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* TL-changes (new): Modifications applied to the distribution.
* patch-[0-9][0-9]-*: Patches applied to the distribution.
2009-10-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-01-warnings (new): Avoid maximal compiler warnings.
* src/segment/GrEngine.{cpp,h}, src/segment/FileInput.{cpp,h},
src/segment/FontFace.cpp, src/font/TtfUtil.cpp: Constify.
|