Differences From Artifact [53b8ee25fe]:
- File src/robot.c — part of check-in [b12e52aaf7] at 2025-09-25 08:30:00 on branch trunk — Simplify the previous commit. (user: florian size: 17900) [more...]
To Artifact [8cc72e4e4d]:
- File src/robot.c — part of check-in [82888a0d35] at 2025-09-26 20:07:06 on branch trunk — Add a new setting "regexp-limit" that determines the maximum size of a REGEXP virtual machine. Default value 1000. (user: drh size: 17907)
| ︙ | |||
365 366 367 368 369 370 371 | 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 | - + |
continue;
}
}else{
n = strlen(zRE);
}
z = mprintf("%.*s", (int)(zNL - zRE)+1, zRE);
zRE += n;
|
| ︙ |