~ubuntu-branches/debian/wheezy/curl/wheezy

« back to all changes in this revision

Viewing changes to src/tool_bname.h

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-05-25 15:19:51 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20120525151951-lhs7ze4vj9orv6vr
Tags: 7.26.0-1
* New upstream release
  - Reject numerical IPv6 addresses outside brackets (Closes: #670126)
* Email change: Alessandro Ghedini -> ghedo@debian.org
* Stricter Depends on libcurl3 (Closes: #666089)
* Remove Ramakrishnan (as per his request), move myself to Maintainer
  Thank you for all your work so far
* Disable memory tracking, but keep debug enabled
  - Remove memdebug symbols (used by curl only)
* Refresh 01_runtests_gdb.patch, 90_gnutls.patch and 99_nss.patch
* Disable not-quite-working symbols hiding

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
21
21
 * KIND, either express or implied.
22
22
 *
23
23
 ***************************************************************************/
24
 
#include "setup.h"
 
24
#include "tool_setup.h"
25
25
 
26
26
#ifndef HAVE_BASENAME
27
27