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