[vlc-commits] commit: tsearch functions: check for the presence of	search. h and replace tdestroy.	(=?UTF-8?Q?R=C3=A9mi=20Duraffort=20?=)
    git at videolan.org 
    git at videolan.org
       
    Tue Dec  7 14:39:33 CET 2010
    
    
  
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Dec  7 14:04:47 2010 +0100| [c40c90cf6fcb4df8984812af9eabedbd46be13a7] | committer: Rémi Duraffort 
tsearch functions: check for the presence of search.h and replace tdestroy.
If search.h is present but not tdestroy: implement it based on others t* functions
If search.h and tdestroy are not present: implement every t* functions.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c40c90cf6fcb4df8984812af9eabedbd46be13a7
---
 compat/tdelete.c      |   67 ----------
 compat/tdestroy.c     |  336 ++++++++++++++++++++++++++++++++++++++++++++++--
 compat/tfind.c        |   48 -------
 compat/tsearch.c      |   57 ---------
 compat/twalk.c        |   57 ---------
 configure.ac          |    2 +-
 src/Makefile.am       |    1 -
 src/extras/tdestroy.c |  117 -----------------
 8 files changed, 323 insertions(+), 362 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c40c90cf6fcb4df8984812af9eabedbd46be13a7
    
    
More information about the vlc-commits
mailing list