index
:
~krh/vte
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
matcher.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-01
#include <config.h> instead of "../config.h".
Behdad Esfahbod
1
-1
/
+1
2007-02-08
Some more callgrinding - kill a little bit of overhead.
Chris Wilson
1
-4
/
+4
2007-02-05
Some more small callgrind tweaks - well into the law of diminishing
Chris Wilson
1
-2
/
+1
2007-02-05
Beware the trivial change. Handle reuse of GValueArray correctly.
Chris Wilson
1
-1
/
+1
2007-02-05
The continual reallocation of GValueArray is the last trivially avoidable
Chris Wilson
1
-10
/
+22
2007-01-29
Bug 336105 – gnome-terminal crashes when termcap not found
Chris Wilson
1
-25
/
+28
2007-01-26
s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside the
Chris Wilson
1
-2
/
+2
2007-01-26
Janitorial work - near elimination of #ifdef VTE_DEBUG from within
Chris Wilson
1
-19
/
+5
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-57
/
+21
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-5
/
+1
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-6
/
+5
2006-12-27
Bug 354061 – Excessive use of strlen by _vte_termcap_create
Ryan Lortie
1
-9
/
+7
2006-11-16
Bug 356602 – const cast warning fixes for libvte Patch by Ryan Lortie
Mariano Suárez-Alvarez
1
-4
/
+5
2006-04-18
Remove the #ident strings.
Behdad Esfahbod
1
-1
/
+0
2006-04-18
Make some data structures const by changing char * to char [].
Behdad Esfahbod
1
-1
/
+1
2006-03-31
Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.
Behdad Esfahbod
1
-2
/
+2
2006-02-03
Add the debug flag TRIE for printing out the trie (previous was using
Behdad Esfahbod
1
-1
/
+1
2005-03-14
Add patch for excessive memory consumption when opening new tabs. This
Kjartan Maraas
1
-25
/
+162
2003-05-21
free the temporary array. add. use _vte_matcher_free_params_array instead
Nalin Dahyabhai
1
-0
/
+25
2003-05-07
add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.
Nalin Dahyabhai
1
-107
/
+0
2003-05-05
include <glib.h> for gboolean type definition. include "config.h" and
Nalin Dahyabhai
1
-0
/
+2
2003-04-30
remove the unused DEFAULT_ISO_8859_1 case. don't call
Nalin Dahyabhai
1
-24
/
+12
2002-12-10
- add
Nalin Dahyabhai
1
-0
/
+246