summaryrefslogtreecommitdiff
path: root/gnome-pty-helper
AgeCommit message (Expand)AuthorFilesLines
2006-02-14Use getpwnam to correctly log multiple users with the same UID. (bugBehdad Esfahbod1-1/+15
2006-02-13Fix race condition when shutdown_helper may be called again from theBehdad Esfahbod2-7/+12
2006-02-11Added MAINTAINERCLEANFILES.Behdad Esfahbod1-0/+9
2006-02-11Update the build infrastructure. make distcheck works now!Behdad Esfahbod1-0/+2
2005-08-13Make VTE work on NetBSD, OpenBSD (sparc and macppc). Reported by AdrianKjartan Maraas1-2/+3
2005-08-04Clean up utmp/wtmp under vncserver if things fall apart under theKjartan Maraas1-0/+11
2004-05-30add ignore filesThomas Vander Stichele1-0/+12
2004-05-01add a parameter to control whether or not trailing whitespace is trimmedNalin Dahyabhai3-68/+68
2004-04-20call GtkWidget's key_press_event callback for keys, in case GtkWidget hasNalin Dahyabhai1-1/+1
2003-08-13don't create an accessible peer at init() time in debug mode. add a fieldNalin Dahyabhai1-4/+5
2003-07-21define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ forNalin Dahyabhai1-0/+15
2003-07-16check for grantpt in libc and then in libpt. Check for openpty in libcNalin Dahyabhai1-10/+3
2003-05-19remove comma from end of enum declaration (#111925). don't useNalin Dahyabhai2-2/+9
2003-05-05if ERESTART is defined, treat it like EINTR and EAGAIN. if ERESTART isNalin Dahyabhai1-0/+6
2003-04-22add missing check for recvmsg. formatting and spelling fixes. reorganize.Nalin Dahyabhai4-60/+90
2003-04-21don't bail out if read() returns -1 and errno is either EINTR or EAGAIN,Nalin Dahyabhai1-3/+6
2003-04-21don't depend on PATH_MAX being available and correct (#109805). don'tNalin Dahyabhai1-14/+26
2003-04-15make row_data a structure containing an array instead of a simple array.Nalin Dahyabhai1-1/+1
2003-03-27- more automake-1.7 changes, should properly accept 1.7, 1.6 or 1.5 nowNalin Dahyabhai1-2/+2
2002-10-10fix the bits I missed when fixing #95085.Nalin Dahyabhai1-2/+2
2002-10-10allow specifying the scrollback buffer size. if we don't have <wchar.h>,Nalin Dahyabhai2-5/+3
2002-09-24Fix HAVE_UT_UT_TV for cases where the static initializer might not workNalin Dahyabhai1-1/+2
2002-09-24Doc fixups (mention gnome-terminal instead of profterm, note the properNalin Dahyabhai1-0/+6
2002-09-12only use MSG_NOSIGNAL if it's definedjacob berkman2-17/+9
2002-09-11Reorder definitions to avoid implicit declaration warnings. Check forNalin Dahyabhai1-0/+5
2002-09-11Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed.Nalin Dahyabhai1-14/+0
2002-09-11Added check for socket library and SendMsg check. Added this file with aBrian Cameron1-1/+23
2002-09-11Update from libzvt CVS. Fix some automake breakage.Nalin Dahyabhai5-50/+47
2002-09-11build fixesvte_0_9_0Nalin Dahyabhai2-71/+0
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai13-0/+2329