CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       02/09/22 18:25:42

Log message:
  o Minor changes to Xedit-color.ad to use lighter colors.
  o Fixed bug in hook.c, was not recompiling the regex pattern when the
    pattern length was reduced, but the remaining pattern was identical
   to the start of the old pattern.
  o Fixed also another bug, was not setting RE_NOTBOL when starting the
    search in the middle of a line.
  o Fixed infinite loop in the regex library, it should be rejecting some
    patterns, but it was easier to make the pattern work... Was entering
    an infinite loop with this pattern: "([A-Za-z_]*\d?)*\d" and probably
    was also failing with similar patterns.

Modified files:
      xc/programs/xedit/:
        Xedit-color.ad hook.c 
      xc/programs/xedit/lisp/:
        bytecode.c 
      xc/programs/xedit/lisp/re/:
        README re.c re.h reo.c 
  
  Revision      Changes    Path
  1.11          +43 -15    xc/programs/xedit/Xedit-color.ad
  1.8           +11 -4     xc/programs/xedit/hook.c
  1.4           +4 -5      xc/programs/xedit/lisp/bytecode.c
  1.3           +12 -5     xc/programs/xedit/lisp/re/README
  1.5           +14 -8     xc/programs/xedit/lisp/re/re.c
  1.2           +6 -6      xc/programs/xedit/lisp/re/re.h
  1.7           +10 -7     xc/programs/xedit/lisp/re/reo.c

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

Reply via email to