summaryrefslogtreecommitdiff
path: root/src/matcher.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2007-02-08Some more callgrinding - kill a little bit of overhead.Chris Wilson1-4/+4
2007-02-05Some more small callgrind tweaks - well into the law of diminishingChris Wilson1-2/+1
2007-02-05Beware the trivial change. Handle reuse of GValueArray correctly.Chris Wilson1-1/+1
2007-02-05The continual reallocation of GValueArray is the last trivially avoidableChris Wilson1-10/+22
2007-01-29Bug 336105 – gnome-terminal crashes when termcap not foundChris Wilson1-25/+28
2007-01-26s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson1-2/+2
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-19/+5
2007-01-17As part of Bug 397439.Chris Wilson1-57/+21
2007-01-17As part of Bug 397439.Chris Wilson1-5/+1
2007-01-17As part of Bug 397439.Chris Wilson1-6/+5
2006-12-27Bug 354061 – Excessive use of strlen by _vte_termcap_createRyan Lortie1-9/+7
2006-11-16Bug 356602 – const cast warning fixes for libvte Patch by Ryan LortieMariano Suárez-Alvarez1-4/+5
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-04-18Make some data structures const by changing char * to char [].Behdad Esfahbod1-1/+1
2006-03-31Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod1-2/+2
2006-02-03Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod1-1/+1
2005-03-14Add patch for excessive memory consumption when opening new tabs. ThisKjartan Maraas1-25/+162
2003-05-21free the temporary array. add. use _vte_matcher_free_params_array insteadNalin Dahyabhai1-0/+25
2003-05-07add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.Nalin Dahyabhai1-107/+0
2003-05-05include <glib.h> for gboolean type definition. include "config.h" andNalin Dahyabhai1-0/+2
2003-04-30remove the unused DEFAULT_ISO_8859_1 case. don't callNalin Dahyabhai1-24/+12
2002-12-10- addNalin Dahyabhai1-0/+246