| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 85575 |
978 d 21 h |
ripley |
/branches/R-4-3-branch/ |
port non-musl parts of r85567,68,70,72 |
|
| 84663 |
1113 d 23 h |
ripley |
/branches/R-4-3-branch/ |
port 84660,1,2 from trunk |
|
| 84031 |
1221 d 11 h |
pd |
/branches/R-4-3-branch/ |
Create R-4-3-branch |
|
| 83954 |
1236 d 20 h |
kalibera |
/trunk/src/ |
On Windows, use Vista features unconditionally. |
|
| 83883 |
1251 d 19 h |
kalibera |
/trunk/src/ |
Introduce R_PATH_MAX to raise path-length limit on Windows in code
that uses statically allocated buffers. |
|
| 83850 |
1256 d 22 h |
kalibera |
/trunk/src/main/ |
Tweak, avoid compiler warning. |
|
| 83849 |
1256 d 22 h |
kalibera |
/trunk/src/main/ |
Remove path length limitations on Windows, simplify allocation. |
|
| 83847 |
1257 d 17 h |
kalibera |
/trunk/src/main/ |
Detect space in tempdir even on Unix. Tweak. |
|
| 83845 |
1257 d 19 h |
kalibera |
/trunk/src/main/ |
Windows fix. |
|
| 83836 |
1258 d 1 h |
ripley |
/trunk/src/main/ |
clean up |
|
| 83821 |
1259 d 15 h |
kalibera |
/trunk/src/main/ |
Remove path length limitations. |
|
| 83503 |
1308 d 1 h |
ripley |
/trunk/src/main/ |
precautionary inclusion of <sys/types.h> |
|
| 83456 |
1320 d 20 h |
ripley |
/trunk/src/main/ |
some replacing sprintf by snprintf |
|
| 83446 |
1321 d 2 h |
ripley |
/trunk/src/ |
C23 requires attributes before return values |
|
| 83126 |
1376 d 17 h |
kalibera |
/trunk/src/main/ |
Fix conversion of escaped invalid string to native encoding in error/warning
message displayed when conversion to a wide string fails (for TRE, could
cause a crash). |
|
| 82931 |
1397 d 23 h |
ripley |
/trunk/src/ |
use (void) to avoid clang 15 warnings |
|
| 82803 |
1421 d 19 h |
ripley |
/trunk/src/ |
avoid some compiler warnings |
|
| 82791 |
1424 d 1 h |
kalibera |
/trunk/src/ |
Respect declared encoding of inputs in iconv() with from="". |
|
| 82582 |
1475 d 17 h |
kalibera |
/trunk/src/main/ |
Improve performance of grep/gsub (avoid duplicate PCRE2 validity checks,
specialize conversions of ASCII to wide strings and back for TRE, optimize
fixed searches in UTF-8 and bytes). |
|
| 82528 |
1490 d 19 h |
kalibera |
/trunk/ |
Do not escape invalid characters in strings used for TRE regular expression
operations. This fixes validity checks in regex code and reduces the risk
that regexes run on characters resulting from escaped invalid bytes (with
Brodie Gaslam). The new checks may uncover previously undetected use of
invalid strings in regular expression operations. |
|