~ubuntu-branches/debian/squeeze/lftp/squeeze

« back to all changes in this revision

Viewing changes to lib/strtoull.c

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2010-04-09 23:45:53 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20100409234553-7ay83rk2aas3r7g3
Tags: 4.0.6-1
* new upstream release from 2010-03-25
  - fixes proftp problem. closes: Bug#570861
* switched to to dpkg-source 3.0 (quilt)
* pget help and lftp -h mentions -c since some time
  closes: Bug#377043
* lftp -c exists.:) closes: Bug#401572

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Function to parse an `unsigned long long int' from text.
2
 
   Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
 
2
   Copyright (C) 1995, 1996, 1997, 1999, 2009, 2010 Free Software Foundation,
 
3
   Inc.
3
4
   NOTE: The canonical source of this file is maintained with the GNU C
4
5
   Library.  Bugs can be reported to bug-glibc@gnu.org.
5
6