• James Cloos's avatar
    Increase size of working arrays in the makekeys utility program. · f5736540
    James Cloos authored
    Makekeys is used to create an optimal hash of the keysyms defined
    in x11proto’s keysymdef.h.
    
    The recent addition of new keysyms there has triggered a bug in
    makekeys where it tries to use a zero on the rhs of the % (mod)
    operator (resulting in a divide by zero error) whenever it fails
    to find a solution within its constraints.
    
    Increasing the size of the arrays allows it to find a solution for
    the current set of keysyms.
    
    Makekeys is only run durring the build process, so this has no impact
    on users of libX11, only on the amount of VM needed to build it.
    
    It still needs a more complete fix, but this allows compiles to
    progress until that is completed.
    f5736540
Name
Last commit
Last update
bin Loading commit data...
debian Loading commit data...
doc Loading commit data...
etc Loading commit data...
nx-X11 Loading commit data...
nxcomp Loading commit data...
nxcompext Loading commit data...
nxcompshad Loading commit data...
nxproxy Loading commit data...
testscripts Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.nxcomp Loading commit data...
Makefile Loading commit data...
README.NX-development Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
fix-patch-whitespace Loading commit data...
make-changelog.sh Loading commit data...
nx-libs.spec Loading commit data...
replace.sh Loading commit data...
roll-tarballs.sh Loading commit data...
version.sh Loading commit data...