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