summaryrefslogtreecommitdiff
path: root/scope.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-30Fix breakpoint disablingAlan Coopersmith1-6/+9
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Add support for setting breakpoints on extension requestsAlan Coopersmith1-4/+35
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Fix typo in "Enabling all breakpoints" messageAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-29Show request name, not just number, in breakpoint listAlan Coopersmith1-2/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-28Replace platform #ifdefs with autoconf testsAlan Coopersmith1-6/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-27Enable raw mode option codeAlan Coopersmith1-6/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-06-15Include sys/param.h earlierYanko Kaneti1-1/+0
MAXHOSTNAMELEN is also needed for some scope.h declarations
2009-05-06Clear many compiler & sparse warningsAlan Coopersmith1-36/+35
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Constify many char pointersAlan Coopersmith1-4/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Convert select() arguments back to fd_set structuresAlan Coopersmith1-10/+13
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Ansify prototypes and move extern declarations to header filesAlan Coopersmith1-127/+128
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Delete DECnet supportAlan Coopersmith1-238/+2
2009-05-06Delete PEX codeAlan Coopersmith1-4/+0
2009-05-06Merge branch 'keithp'Alan Coopersmith1-217/+761
Conflicts: common.c decode11.c fd.c fd.h print11.c prtype.c scope.c scope.h server.c table11.c x11.h xscope.man
2009-05-04Import xscope bits into keithp.com CVSKeith Packard1-233/+736
2008-11-05X.Org bug #18392: #include <sys/param.h> for MAXHOSTNAMELEN on CygwinAlan Coopersmith1-0/+1
<http://bugs.freedesktop.org/show_bug.cgi?id=18392>
2008-09-11Merge Sun's version of xscope inStuart Kreitman1-161/+464
Conversion to ANSI C SysVR4 support Conversion of networking code to use xtrans
2008-09-11Import initial version from James PetersonAlan Coopersmith1-0/+692