Skip to content
  • Günther Brammer's avatar
    Use apr-1 instead of apr-0 · 6027b631
    Günther Brammer authored
    2006-11-14  Günther Brammer <GBrammer@gmx.de>
    
    	* configure.in:
    	Use apr-1 instead of apr-0
    
    2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
    
    	* global-tags/create_global_tags.sh.in: Correct a bug when
    environment
    	variable $PKG_CONFIG_PATH point to an empty or non-existent
    directory,
    	and another bug occuring when parsing .pc file containing
    quotes.
    
    2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
    
    	* plugins/*/*.[ch]: Use class macro for type casting.
    
    	* plugins/*/*.[ch]: Corrected warnings occuring when compiling
    with
    	GCC 4.1.2 (there are only two warnings remaining now when
    compiling
    	plugins).
    
    	* plugins/debug-manager/debug_tree.c: corrected a invalid free
    and
    	a memory leak in debug_tree_find_expression; g_free was called
    on
    	the parameter instead of the memory allocated by
    gtk_tree_model_get.
    
    	* libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN
    macro
    	to declare and initialize the global type variable of the
    plugin
    6027b631