summaryrefslogtreecommitdiff
path: root/src/matcher.c
Commit message (Expand)AuthorAgeFilesLines
* #include <config.h> instead of "../config.h".Behdad Esfahbod2008-12-011-1/+1
* Some more callgrinding - kill a little bit of overhead.Chris Wilson2007-02-081-4/+4
* Some more small callgrind tweaks - well into the law of diminishingChris Wilson2007-02-051-2/+1
* Beware the trivial change. Handle reuse of GValueArray correctly.Chris Wilson2007-02-051-1/+1
* The continual reallocation of GValueArray is the last trivially avoidableChris Wilson2007-02-051-10/+22
* Bug 336105 – gnome-terminal crashes when termcap not foundChris Wilson2007-01-291-25/+28
* s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson2007-01-261-2/+2
* Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson2007-01-261-19/+5
* As part of Bug 397439.Chris Wilson2007-01-171-57/+21
* As part of Bug 397439.Chris Wilson2007-01-171-5/+1
* As part of Bug 397439.Chris Wilson2007-01-171-6/+5
* Bug 354061 – Excessive use of strlen by _vte_termcap_createRyan Lortie2006-12-271-9/+7
* Bug 356602 – const cast warning fixes for libvte Patch by Ryan LortieMariano Suárez-Alvarez2006-11-161-4/+5
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Make some data structures const by changing char * to char [].Behdad Esfahbod2006-04-181-1/+1
* Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod2006-03-311-2/+2
* Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod2006-02-031-1/+1
* Add patch for excessive memory consumption when opening new tabs. ThisKjartan Maraas2005-03-141-25/+162
* free the temporary array. add. use _vte_matcher_free_params_array insteadNalin Dahyabhai2003-05-211-0/+25
* add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.Nalin Dahyabhai2003-05-071-107/+0
* include <glib.h> for gboolean type definition. include "config.h" andNalin Dahyabhai2003-05-051-0/+2
* remove the unused DEFAULT_ISO_8859_1 case. don't callNalin Dahyabhai2003-04-301-24/+12
* - addNalin Dahyabhai2002-12-101-0/+246