Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-21 | final stateHEADmaster | Alan Coopersmith | 7237 | -14801/+7585 | |
1995-09-13 | OSTeenyVersion 2 | kaleb | 1 | -3/+3 | |
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-09-12 | *** empty log message *** | kaleb | 1 | -3/+6 | |
1995-09-12 | no bug-report. It's Default, not "Defalut", and fix broken logic in | kaleb | 1 | -26/+44 | |
supplying a fontset. | |||||
1995-09-12 | no bug-report. It's Default, not "Defalut" | kaleb | 1 | -26/+26 | |
1995-08-24 | no bug report, make popup menus work even when Num_Lock is on. | kaleb | 1 | -21/+27 | |
1995-07-10 | add "distclean" target to create Makefile, since with ClearCase | gildea | 2 | -2/+8 | |
it will no longer be a versioned object. It will be in the distribution, though. | |||||
1995-07-10 | authorization security fixes. CERT VU#12212.dist | gildea | 13 | -45/+160 | |
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 | add dbedizzy | dpw | 1 | -2/+2 | |
1995-07-07 | XC mods | dpw | 1 | -4/+6 | |
1995-07-07 | rearrange modifier keys for better toolkit performance, Add CanadaFr | kaleb | 1 | -152/+658 | |
keymap, start adding hobo (Voyager) keymaps. | |||||
1995-07-07 | public-patch-12xstuff | kaleb | 1 | -1/+1 | |
1995-07-06 | Add XConsortium line | kaleb | 2 | -0/+4 | |
1995-07-06 | XBUG 7492, Unixware 2.0 wants SharedX11Reqs because its libc doesn't | kaleb | 2 | -4/+9 | |
have stubs for threads functions | |||||
1995-07-01 | no bug report. Fix typo | kaleb | 1 | -1/+1 | |
1995-06-30 | XBUG 7491 | kaleb | 2 | -4/+5 | |
1995-06-30 | XBUG 7490 | kaleb | 1 | -1/+4 | |
1995-06-30 | XBUG 7489 | kaleb | 1 | -1/+9 | |
1995-06-30 | XBUG 7489, generalize SVR4 threads from Sun (Solaris) specific. | kaleb | 1 | -2/+3 | |
1995-06-29 | XBUG 7488 | kaleb | 1 | -2/+2 | |
1995-06-29 | XtUnmanageChildren issues an error message if the parent is not a | converse | 1 | -3/+6 | |
Composite. XtChangeManagedSet will continue after issuing a warning when not all children have the the same parent, on the theory that consistency is good and that some useful recovery is possible. #7486 | |||||
1995-06-29 | XBUG 7485 | kaleb | 1 | -4/+2 | |
1995-06-28 | XtMenuPopup action is ignored if the event passed to the action is | converse | 1 | -2/+3 | |
not ButtonPress, KeyPress, or EnterNotify. #7484 | |||||
1995-06-26 | XBUG 7482, bad index on charsets in a codeset | kaleb | 2 | -9/+8 | |
1995-06-26 | XBUG 7478, do exception events in poll support | kaleb | 1 | -14/+28 | |
1995-06-26 | XBUG 7483 | kaleb | 1 | -4/+4 | |
1995-06-26 | XBUG 7024 | kaleb | 1 | -1/+3 | |
1995-06-26 | add DBE | dpw | 1 | -2/+12 | |
1995-06-23 | Reimplement XtGetSelectionParameters. Find the appropriate property | converse | 1 | -45/+58 | |
and the requestor's window through the Request record, either passed (if the owner is incremental) or discovered through the owner's Select context. Reuse code from XtGetSelectionRequest. Assume the owner is not dispatching from the conversion procedure in referencing the Request record through the owner context record. #7028 No need for the requestor to wrap calls to set a property on its own window with an error handler. | |||||
1995-06-22 | Change how the ApplicationShell treats argv. It is copied, and its | converse | 1 | -10/+46 | |
contents are copied, and it is not assumed to be ended by a NULL element. An ending NULL element is present in the copy. Allow -1 as argc to indicate ignorning argv. Assume caller treats argc and argv as a resource pair that do not contain conflicting values. #7157 | |||||
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-22 | XBUG 7479. Eliminate warning for bad cast | kaleb | 1 | -2/+2 | |
1995-06-22 | XBUG 7302 supplement. Even with the prior change, the chances of the | kaleb | 1 | -20/+20 | |
cache being rendered invalid were high due to the way the modmix table was seeded. When the modifier combinations have hight order bits set the hash results when subsequent combinations without the high order bits is the same and the cache entry will be overwritten. This results in the key-translator being called more times than is necessary. By seeding the modmix table differently it's possible to arrange for the hash to produce a different index for modifier combinations with the high bit set and we see a significant reduction in the number of times that the key-translator is called in most cases. | |||||
1995-06-22 | XBUG 7302. The loop in _XtMatchUsingDontCareMods was a lazy way to | kaleb | 1 | -17/+62 | |
try all the combinations of useful modifiers and it had the undesirable side effect of rendering the key-translator cache invalid. This happens because the hash for a combination with a high bit set results in the same value as when the high bit is not set. Given the size of the cache and other factors when you test extra bit combinations that are not valid combinations of the useful_mods the result is that the cache entry for a given key is routinely overwritten by useless modifier combinations. By only testing real combinations of the useful modifiers the chance of overwriting the cache and rendering it invalid is reduced somewhat. | |||||
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-19 | define HasLdRunPath. Close XBUG #7475. | gildea | 1 | -1/+4 | |
1995-06-16 | no bug-report, Solaris 2.4 on Intel | kaleb | 1 | -3/+3 | |
1995-06-16 | no bug-report, misc improvements for SGI, e.g. SVR4-style shared libs | kaleb | 2 | -4/+6 | |
on IRIX 5 and IRIX 6. | |||||
1995-06-16 | add information about make variables that can be set in an Imakefile | gildea | 1 | -1/+227 | |
and add lots of general advice about writing an Imakefile. |