~ubuntu-branches/ubuntu/intrepid/gnupg2/intrepid

« back to all changes in this revision

Viewing changes to common/xreadline.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2008-04-28 03:22:20 UTC
  • mfrom: (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080428032220-a8rl6klzavd4nvr4
Tags: 2.0.9-2
* The "I've neglected you too long" release.

* debian/control: 
  - Add recommends on gnupg-agent for gpgsm and gnupg2, since they need 
    it under most circumstances. (Closes: #459462, #477691)
  - Depend on pinentry instead of recommend, and move pinentry-gtk2 to the 
    front of the alternatives list. (Closes: #462951)
* keyserver/gpgkeys_curl.c, keyserver/gpgkeys_hkp.c: Fix FTBFS with gcc
  4.3 strictness on bitfields combined with curl. (Closes: #476999)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
   maximum allowed allocation.  
34
34
 
35
35
   Returns the length of the line. EOF is indicated by a line of
36
 
   length zero. A truncated line is indicated my setting the value at
 
36
   length zero. A truncated line is indicated by setting the value at
37
37
   MAX_LENGTH to 0.  If the returned value is less then 0 not enough
38
38
   memory was enable and ERRNO is set accordingly.
39
39