CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/02/06 21:46:53

Log message:
   853. Use strtol instead of atoi in xf86cfg 'expert' mode. Make pauses
        when printing keyboard models in xf86config (#5609, Chisato Yamauchi).
  
    All calls to atoi in expert.c were replaced by strtol and strtoul, the
  existing ones, especifying the base weren't changed.
    Soon it may be required "pauses" in more xf86config options, mouse
  protocol selection requires exactly 25 lines.

Modified files:
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/xf86config/:
        xf86config.c 
      xc/programs/Xserver/hw/xfree86/xf86cfg/:
        expert.c 
  
  Revision      Changes    Path
  3.2533        +3 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.65          +21 -13    xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c
  1.14          +18 -18    xc/programs/Xserver/hw/xfree86/xf86cfg/expert.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to