Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libc/regex



Module Name:    src
Committed By:   christos
Date:           Sun Nov  6 18:34:48 UTC 2011

Modified Files:
        src/tests/lib/libc/regex: t_exhaust.c

Log Message:
- Print the symbolic error using regerror, as well as the pattern that caused
  it.
- Add the ability to set the number of repetitions in the pattern from
  cpp since TRE handles things poorly:
        - It runs the machine out of memory with rep=9 (we use rep=9999)
        - It truncates the pattern with rep=9999


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/regex/t_exhaust.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index