~ubuntu-branches/debian/sid/tclcurl/sid

« back to all changes in this revision

Viewing changes to generic/multi.c

  • Committer: Bazaar Package Importer
  • Author(s): Sven Hoexter
  • Date: 2009-08-05 21:30:47 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805213047-jfz9ljcp5fzrxa5o
Tags: 7.19.0-1
* New upstream release.
  + Refresh all patches.
  + Build-Depend at least on libcurl4 (>= 7.19.0).
* Update mail address of the upstream maintainer in debian/copyright.
* Bump Standards-Version to 3.8.2.
  + Add a debian/README.source file.
* Update debian/copyright with copyright information for Makefile.in
  and tclconfig/tcl.m4. Thanks to Ondrej Certik for the pointer in
  mysqltcl which has to applied here aswell.
* Add description header to all patches.
* Add patches/example-shebang. This patch adds a working shebang line
  to those example files that carry one (Thanks to Sergei).
* Set the permissions for the example files to 644, except for those
  with a working shebang line (Thanks to Sergei).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Implementation of the part of the TclCurl extension that deals with libcurl's
5
5
 * 'multi' interface.
6
6
 *
7
 
 * Copyright (c)2002-2007 Andres Garcia Garcia.
 
7
 * Copyright (c)2002-2008 Andres Garcia Garcia.
8
8
 *
9
9
 * See the file "license.terms" for information on usage and redistribution
10
10
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
120
120
        Tcl_SetObjResult(interp,result); 
121
121
        return TCL_ERROR;
122
122
    }
123
 
    
 
123
 
124
124
    multiHandleName=curlCreateMultiObjCmd(interp,curlMultiData);
125
125
 
126
126
    result=Tcl_NewStringObj(multiHandleName,-1);