summaryrefslogtreecommitdiff
path: root/src/pty.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-12only use MSG_NOSIGNAL if it's definedjacob berkman1-2/+9
2002-09-11Reorder definitions to avoid implicit declaration warnings. Check forNalin Dahyabhai1-86/+86
2002-09-11Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed.Nalin Dahyabhai1-5/+5
2002-09-11Added check for socket library and SendMsg check. Added this file with aBrian Cameron1-22/+48
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai1-65/+444
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-13/+13
2002-09-052002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai1-0/+36
2002-09-04Added stropts.h check for Solaris. Do not send data to the slave if theBrian Cameron1-0/+21
2002-08-30Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai1-5/+63
2002-08-01Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.vte_0_7_0Nalin Dahyabhai1-4/+21
2002-08-01Include <termios.h> if available, per patch from Hidetoshi Tajima. IncludeNalin Dahyabhai1-0/+3
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-1/+1
2002-07-25Note that bold isn't broken any more. Note that k; was added. Set theNalin Dahyabhai1-1/+1
2002-07-24Add private vte_pty_set_size() function. vte_pty_open() takes sizevte_0_5_3Nalin Dahyabhai1-5/+26
2002-07-22Fix an incorrect logic check.Nalin Dahyabhai1-1/+1
2002-07-18Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai1-0/+1
2002-06-14Add a parameter for passing in environment variables to add. PreprocessNalin Dahyabhai1-8/+8
2002-06-10Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai1-2/+9
2002-05-14Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai1-13/+14
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai1-1/+4
2002-04-30Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3Nalin Dahyabhai1-0/+1
2002-04-26use execlp/execvpBill Nottingham1-7/+3
2002-04-25update to-do list. remove --disable-shared. remove a memory leak. fix aNalin Dahyabhai1-0/+1
2002-04-23src/pty.c: Print debug messages before redirecting stdio.Nalin Dahyabhai1-11/+14
2002-04-23src/pty.c: Fix a compile warning.Nalin Dahyabhai1-1/+1