Age | Commit message (Expand) | Author | Files | Lines |
2008-12-11 | Bug 564057 – src/pty.c does not compile with | Christian Persch | 1 | -1/+1 |
2008-12-01 | #include <config.h> instead of "../config.h". | Behdad Esfahbod | 1 | -1/+1 |
2008-11-29 | Bug 540951 – The gnome-pty-helper is spawn when its not needed | Christian Persch | 1 | -1/+1 |
2008-11-28 | Use g_parse_debug_string to parse the debug flags. | Christian Persch | 1 | -1/+1 |
2008-11-26 | Bug 488960 – gnome-terminal on Solaris 10 does not clean up utmpx on | Christian Persch | 1 | -1/+10 |
2008-11-22 | Bug 542561 – Doesn't build when disabling gnome-pty-helper | Christian Persch | 1 | -1/+1 |
2008-05-29 | Replace previous commit with the better patch by Christian Persch. | Chris Wilson | 1 | -6/+3 |
2008-05-29 | Fix bug in patch to use g_listenv() as it only returns the variable name | Chris Wilson | 1 | -5/+4 |
2008-05-21 | Silence compiler warning about using environ as a local variable name. | Chris Wilson | 1 | -6/+7 |
2008-05-21 | Bug 534148 – Use g_listenv() instead of environ | Richard Hult | 1 | -2/+4 |
2008-02-20 | Bug 517709 – VTE's pty.c makes 4096 getrlimit calls when it only needs | Behdad Esfahbod | 1 | -5/+4 |
2008-01-09 | Bug 449131 – Wrong gettext domain | Behdad Esfahbod | 1 | -6/+1 |
2007-02-16 | Bug 407945 – "GNOME" Terminal" regression after "vte" update when using | Chris Wilson | 1 | -12/+45 |
2007-02-14 | Bug 407839 – Use of environ breaks build on Solaris | Chris Wilson | 1 | -2/+4 |
2007-02-12 | Bug 407091 – vte_terminal_fork_command() env argument changed semantic | Chris Wilson | 1 | -14/+30 |
2007-01-31 | A mixed bag of cleanups. | Chris Wilson | 1 | -7/+7 |
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 | -98/+36 |
2007-01-24 | Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris | Chris Wilson | 1 | -5/+10 |
2007-01-23 | Regression on Bug 123591: mkdir /tmp/aa; cd /tmp/aa; bash; cd ..; rmdir aa | Chris Wilson | 1 | -0/+18 |
2007-01-23 | Add all g_spawn parameters to VTE_DEBUG_MISC output. | Chris Wilson | 1 | -13/+30 |
2007-01-22 | Print out the argument vector for VTE_DEBUG_MISC. | Chris Wilson | 1 | -0/+11 |
2007-01-22 | Protect against g_strv_length(NULL) | Chris Wilson | 1 | -1/+1 |
2007-01-22 | Bug 123591 – vte_terminal_fork_command succeeds even when it does not | Chris Wilson | 1 | -421/+286 |
2007-01-17 | As part of Bug 397439. | Chris Wilson | 1 | -26/+26 |
2006-08-31 | Minor doc syntax update. | Behdad Esfahbod | 1 | -4/+4 |
2006-05-22 | Bug 340363 – vte Cygwin build fixes Patch from Cygwin Ports maintainer | Behdad Esfahbod | 1 | -0/+3 |
2006-04-18 | Remove the #ident strings. | Behdad Esfahbod | 1 | -1/+0 |
2006-04-12 | Bug 142247 – use of uninitialized value | Behdad Esfahbod | 1 | -1/+1 |
2004-05-01 | add a parameter to control whether or not trailing whitespace is trimmed | Nalin Dahyabhai | 1 | -1/+1 |
2004-04-30 | assorted updates. check for <sys/termios.h> include <sys/termios.h> if | Nalin Dahyabhai | 1 | -0/+6 |
2004-04-20 | don't steal keys from the input method. toggle the IUTF8 flag, if it was | Nalin Dahyabhai | 1 | -3/+0 |
2004-04-20 | toggle the IUTF8 flag, if it was defined at compile-time (maybe for | Nalin Dahyabhai | 1 | -3/+36 |
2003-08-13 | exit on any error, to avoid leaving random unreaped children running. | Nalin Dahyabhai | 1 | -86/+136 |
2003-06-03 | add a missing break in the switch statement. | Jonathan Blandford | 1 | -0/+2 |
2003-05-19 | remove comma from end of enum declaration (#111925). don't use | Nalin Dahyabhai | 1 | -0/+3 |
2003-05-05 | if ERESTART is defined, treat it like EINTR and EAGAIN. if ERESTART is | Nalin Dahyabhai | 1 | -0/+6 |
2003-04-24 | formatting fixup. formatting fixups. Try using U+FFFF as the "invalid" | Nalin Dahyabhai | 1 | -1/+1 |
2003-04-22 | add missing check for recvmsg. formatting and spelling fixes. reorganize. | Nalin Dahyabhai | 1 | -5/+23 |
2003-04-22 | fix a couple of #errors. if the area we're invading is on the edge, | Nalin Dahyabhai | 1 | -18/+76 |
2003-04-21 | don't depend on PATH_MAX being available and correct (#109805). don't | Nalin Dahyabhai | 1 | -9/+22 |
2002-12-11 | define VTE_USE_GNOME_PTY_HELPER if use of the helper is enabled atvte_0_10_7 | Nalin Dahyabhai | 1 | -0/+14 |
2002-12-10 | centralize buffer length sanity checks, add some utility functions forvte_0_10_6 | Nalin Dahyabhai | 1 | -0/+4 |
2002-12-03 | if TIOCSCTTY is defined, use it, even if it's redundant. | Nalin Dahyabhai | 1 | -1/+9 |
2002-12-03 | add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h, | Nalin Dahyabhai | 1 | -17/+30 |
2002-10-25 | snip off final newlines when we're matching, they're usually not wanted. | Nalin Dahyabhai | 1 | -52/+42 |
2002-10-17 | close a possible race on systems where pty initialization requires more | Nalin Dahyabhai | 1 | -63/+193 |
2002-10-14 | more $pkglibdir -> $libexecdir fixing. add rules for generating ps and | Nalin Dahyabhai | 1 | -0/+84 |
2002-10-10 | fix the bits I missed when fixing #95085. | Nalin Dahyabhai | 1 | -1/+1 |
2002-09-13 | Fix typo which broke builds on systems where MSG_NOSIGNAL is defined. Bad | Nalin Dahyabhai | 1 | -1/+1 |