FLTK logo

[Library] r9923 - /branches/branch-1.3

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r9923 - /branches/branch-1.3 [AlbrechtS] May 22, 2013  
 
 ------------------------------------------------------------------------
 r9923 | AlbrechtS | 2013-05-22 06:40:58 -0400 (Wed, 22 May 2013) | 3 lines
 Changed paths:
    M /branches/branch-1.3/CHANGES
    M /branches/branch-1.3/CMakeLists.txt
    M /branches/branch-1.3/configh.cmake.in
    M /branches/branch-1.3/configh.in
    M /branches/branch-1.3/configure.in
 
 Removed autoconf/configure and CMake tests and defines for
 unused function strtoll() [resolves one part of STR #2965].
 
 ------------------------------------------------------------------------
Index: branches/branch-1.3/configh.in
===================================================================
--- branches/branch-1.3/configh.in	(revision 9922)
+++ branches/branch-1.3/configh.in	(revision 9923)
@@ -298,16 +298,6 @@
 #endif /* HAVE_LONG_LONG */
 
 /*
- * Do we have the strtoll() function?
- */
-
-#undef HAVE_STRTOLL
-
-#ifndef HAVE_STRTOLL
-#  define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
-#endif /* !HAVE_STRTOLL */
-
-/*
  * Do we have the dlsym() function and header?
  */
 
Index: branches/branch-1.3/configh.cmake.in
===================================================================
--- branches/branch-1.3/configh.cmake.in	(revision 9922)
+++ branches/branch-1.3/configh.cmake.in	(revision 9923)
@@ -293,16 +293,6 @@
 #endif /* HAVE_LONG_LONG */
 
 /*
- * Do we have the strtoll() function?
- */
-
-#cmakedefine HAVE_STRTOLL @HAVE_STRTOLL@
-
-#ifndef HAVE_STRTOLL
-#  define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
-#endif /* !HAVE_STRTOLL */
-
-/*
  * Do we have the dlsym() function and header?
  */
 
Index: branches/branch-1.3/CHANGES
===================================================================
--- branches/branch-1.3/CHANGES	(revision 9922)
+++ branches/branch-1.3/CHANGES	(revision 9923)
@@ -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
Index: branches/branch-1.3/CMakeLists.txt
===================================================================
--- branches/branch-1.3/CMakeLists.txt	(revision 9922)
+++ branches/branch-1.3/CMakeLists.txt	(revision 9923)
@@ -179,7 +179,6 @@
 
 CHECK_FUNCTION_EXISTS(strlcat                HAVE_STRLCAT)
 CHECK_FUNCTION_EXISTS(strlcpy                HAVE_STRLCPY)
-CHECK_FUNCTION_EXISTS(strtoll                HAVE_STRTOLL)
 CHECK_FUNCTION_EXISTS(vsnprintf              HAVE_VSNPRINTF)
 
 set(CMAKE_REQUIRED_LIBRARIES)
Index: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in	(revision 9922)
+++ branches/branch-1.3/configure.in	(revision 9923)
@@ -587,8 +587,6 @@
 	AC_DEFINE(HAVE_LONG_LONG)
 fi
 
-AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL))
-
 dnl Check for dlopen/dlsym...
 AC_SEARCH_LIBS(dlsym, dl, AC_DEFINE(HAVE_DLSYM))
 AC_CHECK_HEADER(dlfcn.h, AC_DEFINE(HAVE_DLFCN_H))

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.