summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2013-05-22 10:40:58 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2013-05-22 10:40:58 +0000
commite9767cce34a31eb3ad785936bba5b2971af1f79c (patch)
tree66dcb49a3590bc29a83b5af3ca9e1507b8a13799 /CHANGES
parent502280c09712eb22245ee2ad0bc3bec43457f59b (diff)
Removed autoconf/configure and CMake tests and defines for
unused function strtoll() [resolves one part of STR #2965]. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9923 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a89bd82d3..e6b1de5c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.3.3
+ - Removed autoconf/configure and CMake tests and defines for
+ unused function strtoll().
- Fixed access of protected member (STR #2903)
- Implemented support for the Mac OS text input system that deals with character composition
and input of languages with large character sets (e.g., Chinese and Japanese). This