Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-21 | final stateHEADmaster | Alan Coopersmith | 2027 | -6643/+2020 | |
1995-09-13 | xbugs 7518, 7438, 7162. SVR4 (or any system with TIOCSWINSZ) should not set | kaleb | 1 | -2/+3 | |
ROWS and COLUMNS in the environment. Not only that but extant code did not allocate memory for ROWS and COLUMNS in the environment, and by adding them in spite of that caused an apparently benign illegal memory reference error. | |||||
1995-08-24 | no bug report, make popup menus work even when Num_Lock is on. | kaleb | 1 | -21/+27 | |
1995-07-10 | authorization security fixes. CERT VU#12212.dist | gildea | 9 | -38/+145 | |
1995-07-10 | Initial revision | ray | 1 | -0/+95 | |
1995-07-10 | Changes for 64 bit servers | ray | 16 | -87/+102 | |
1995-07-07 | fall back to passwd file if shadow file doesn't have entry. | gildea | 1 | -10/+17 | |
For Unixware 2.0, where passwd works with NIS but shadow doesn't. Should really be using ia_* functions of libiaf (see ia_uinfo(3I)). | |||||
1995-07-07 | rearrange modifier keys for better toolkit performance, Add CanadaFr | kaleb | 1 | -152/+658 | |
keymap, start adding hobo (Voyager) keymaps. | |||||
1995-06-29 | XBUG 7488 | kaleb | 1 | -2/+2 | |
1995-06-22 | no bug-report, for R7. JapanTaiUKUS4Modmap was the same as the Generic5Modmap | kaleb | 1 | -22/+5 | |
so use it instead of carrying a duplicate redundant modmap in the source. | |||||
1995-06-19 | del dup XConsortium line | kaleb | 2 | -4/+2 | |
1995-06-19 | add XConsortium line | kaleb | 1 | -0/+1 | |
1995-06-19 | add XConsortium line | kaleb | 2 | -0/+2 | |
1995-06-19 | add XConsortium line | kaleb | 2 | -0/+2 | |
1995-06-19 | Add XConsortium line | kaleb | 1 | -0/+1 | |
1995-06-19 | Add XConsortium line | kaleb | 1 | -0/+1 | |
1995-06-19 | eliminate dup XConsortium line | kaleb | 1 | -2/+1 | |
1995-06-19 | delete extraneous XConsortium line | kaleb | 4 | -8/+4 | |
1995-06-15 | fix XBUG 7468: missing parens in macro definitions | dpw | 1 | -3/+3 | |
1995-06-15 | fix XBUG 7007: lines sometimes drawn as triangles | dpw | 1 | -2/+2 | |
1995-06-15 | close XBUG 5782: miPolyArc can be *very* inefficient at drawing small ↵ | dpw | 1 | -29/+45 | |
sections of arcs for circles of very large radius. | |||||
1995-06-15 | add DBE | dpw | 1 | -3/+7 | |
1995-06-15 | fix XBUG 6940: missing .EXIT before .PROCEND | dpw | 1 | -1/+2 | |
1995-06-14 | XBUG 7467, do the right thing for functions that need an ANSI-style | kaleb | 1 | -1/+5 | |
declaration when there's a prototype in scope (there is) | |||||
1995-06-14 | XBUG 7467, do the right thing for functions that need an ANSI-style declaration | kaleb | 5 | -5/+25 | |
when there's a prototype in scope (there is) | |||||
1995-06-10 | add DBE | dpw | 1 | -1/+7 | |
1995-06-09 | change #if __STDC__ to #ifdef __STDC__ | gildea | 2 | -4/+4 | |
so can pass -Xa instead of -Xc to SVR4 compilers. See advisory message of 21 April 1995. | |||||
1995-06-09 | change #if __STDC__ to #ifdef __STDC__ | gildea | 7 | -26/+10 | |
so can pass -Xa instead of -Xc to SVR4 compilers. See advisory message of 21 April 1995. | |||||
1995-06-08 | change #if __STDC__ to #ifdef __STDC__ | gildea | 14 | -36/+41 | |
so can pass -Xa instead of -Xc to SVR4 compilers. See advisory message of 21 April 1995. | |||||
1995-06-08 | Do tty setting correctly on SVR4-like machines. XBUGs #7051, #7085. | gildea | 1 | -76/+216 | |
1995-06-08 | add DBE smarts | dpw | 1 | -127/+164 | |
1995-06-07 | new code from HP | dpw | 5 | -241/+611 | |
1995-05-31 | Initial revision | dpw | 1 | -0/+15 | |
1995-05-30 | BUG #7357: should use mfuncs, not bfuncs | mor | 1 | -4/+4 | |
1995-05-25 | Initial revision | dpw | 5 | -0/+3370 | |
1995-05-24 | Renamed timeout() to resize_timeout() because Irix 6 beta | gildea | 1 | -5/+5 | |
complains definition of timeout preempts definition in libtermcap.so. | |||||
1995-05-24 | Solaris 2.3 sets errno to EINVAL on /dev/tty open. Close XBUG #6876. | gildea | 1 | -3/+3 | |
1995-05-19 | oops, Ray's tentative fix creeped into last revision; remove it. | dpw | 1 | -3/+4 | |
1995-05-19 | XBUG 6913: freed memory access when doing ListFonts | dpw | 1 | -2/+13 | |
see also: xfs/difs/fonts.c, xfs/include/closestr.h, ../dix/dixfonts.c | |||||
1995-05-19 | XBUG 6913: freed memory access when doing ListFonts | dpw | 1 | -22/+7 | |
see also: xfs/difs/fonts.c, xfs/include/closestr.h, ../include/closestr.h | |||||
1995-05-19 | XBUG 6913: freed memory access when doing ListFonts | dpw | 1 | -2/+11 | |
see also: ../difs/fonts.c, Xserver/dix/dixfonts.c, Xserver/include/closestr.h | |||||
1995-05-19 | XBUG 6913: freed memory access when doing ListFonts | dpw | 1 | -20/+11 | |
see also: ../include/closestr.h, Xserver/dix/dixfonts.c, Xserver/include/closestr.h | |||||
1995-05-18 | XBUG 6724: Imakefile has trailing tabs that confuse imake/nmake | dpw | 1 | -5/+5 | |
on WinNT. | |||||
1995-05-18 | remove nested comment; some compilers complain | dpw | 2 | -6/+12 | |
1995-05-18 | change occurences of */* in function protos to * /* for NT. | dpw | 1 | -18/+18 | |
I thought we had a bug open on this, but I can't find it now. | |||||
1995-05-18 | fix XBUG 7170: allow overriding of vendor string and vendor releasee | dpw | 1 | -1/+14 | |
1995-05-18 | fix XBUG 6328: memory leak with XListFontsWithInfo | dpw | 2 | -4/+4 | |
1995-05-12 | BUG #7415: Improper use of errno | mor | 1 | -2/+2 | |
1995-05-12 | extra rcs header line | mor | 1 | -3/+1 | |
1995-05-12 | BUG #7401: xset: returns success status even when it fails | mor | 1 | -3/+8 | |