Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BB8B717.2000100@ece.gatech.edu> Date: Mon, 01 Oct 2001 14:33:59 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010815 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: export strto[u]ll Content-Type: multipart/mixed; boundary="------------010903050303070308080107" --------------010903050303070308080107 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Since strto[u]ll[_r] implementations were recently accepted into newlib, export (the non-reentrant versions) from cygwin1.dll. --Chuck --------------010903050303070308080107 Content-Type: text/plain; name="cygwin_ll.changelog" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cygwin_ll.changelog" Mon Oct 1 14:25:00 2001 Charles Wilson * cygwin.din: export strtoll and strtoull --------------010903050303070308080107 Content-Type: text/plain; name="cygwin_ll.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cygwin_ll.patch" Index: cygwin.din =================================================================== RCS file: /cvs/src/src/winsup/cygwin/cygwin.din,v retrieving revision 1.37 diff -u -r1.37 cygwin.din --- cygwin.din 2001/09/19 01:07:10 1.37 +++ cygwin.din 2001/10/01 18:25:18 @@ -789,8 +789,12 @@ _strtok_r = strtok_r strtol _strtol = strtol +strtoll +_strtoll = strtoll strtoul _strtoul = strtoul +strtoull +_strtoull = strtoull strupr _strupr = strupr strxfrm --------------010903050303070308080107 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------010903050303070308080107--