|
From: HAYASHI K. <nul...@cl...> - 2014-05-28 08:21:28
|
HAYASHI Kentaro 2014-05-28 17:20:47 +0900 (Wed, 28 May 2014) New Revision: 3774d4e5be561e36ac97d039cd312be2bfebf618 https://github.com/clear-code/cutter/commit/3774d4e5be561e36ac97d039cd312be2bfebf618 Message: doc: fix a typo fexections -> fexceptions orz... Modified files: NEWS Modified: NEWS (+1 -1) =================================================================== --- NEWS 2014-05-28 17:14:54 +0900 (284d128) +++ NEWS 2014-05-28 17:20:47 +0900 (32d122c) @@ -10,7 +10,7 @@ In this release, there are some bugfixes since Cutter 1.2.3 released. ==== Fixes - * Added -fexections to use C code with C++ exceptions. [Reported by OBATA Akio] + * Added -fexceptions to use C code with C++ exceptions. [Reported by OBATA Akio] * Fixed a problem that bash isn't found when executing make check on FreeBSD. * Fixed a crash bug because of double free allocated memory. [GitHub #12] [Reported by Kazuhiro Yamato] |