| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-02-13 | warn on unknown escapes after preprocessing | Luc Van Oostenryck | 1 | -1/+1 |
| 2013-05-17 | char.c: Fix parsing of escapes | Ramsay Jones | 1 | -0/+12 |
| 2013-02-12 | switch to delayed handling of escape sequences | Al Viro | 1 | -9/+8 |
| 2011-01-03 | Update the validation check for escape sequences | Namhyung Kim | 1 | -2/+17 |
| 2007-07-22 | Add test-suite metadata to escapes.c | Josh Triplett | 1 | -0/+3 |
| 2007-06-26 | validation/escapes.c: Make globals static to avoid extraneous warnings. | Josh Triplett | 1 | -3/+3 |
| 2007-06-09 | '\?' is a valid escape character defined by ANSI C. Its value is '?'. | Michael Stefaniuc | 1 | -0/+3 |