39
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag v7-3-1160 for changeset 60301d4d1682
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1160 Problem: Mixing long and pointer doesn't always work. Solution: Avoid cast to pointer.
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1159 Problem: The round() function is not always available. (Christ van Willegen) Solution: Use the solution from f_round().
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1159 for changeset 208a6c04e6b8
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1158 Problem: Crash when running test 86. (Jun Takimoto) Solution: Define PY_SSIZE_T_CLEAN early. (Elimar Riesebieter)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1158 for changeset 46077370bc60
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1157 Problem: New regexp engine fails on "\(\<command\)\@<=.*" Solution: Fix rule for postponing match. Further tune estimating whether postponing works better. Add test.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1157 for changeset 2f1ee97f5f23
tester_123
as Bram Moolenaar
More... about 12 years ago
Merge branch 'vim' More... about 12 years ago
Added tag v7-3-1156 for changeset 8c4324e6f477
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1156 Problem: Compiler warnings. (dv1445) Solution: Initialize variables, even when the value isn't really used.
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1155 Problem: MS-DOS: "make test" uses external rmdir command. Solution: Rename "rmdir" to "rd". (Taro Muraoka)
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1155 for changeset bf1e6326df11
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1154 Problem: New regexp_nfa engine: Uneccessary code. Solution: Remove uneccessary code.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1154 for changeset 6419ee8098c8
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1153 Problem: New regexp engine: Some look-behind matches are very expensive. Solution: Pospone invisible matches further, until a match is almost found.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1153 for changeset bc3f4804cf47
tester_123
as Bram Moolenaar
More... about 12 years ago
Fix hollow cursor drawing on Retina display More... about 12 years ago
Respond to backing properties changes More... about 12 years ago
Cache Core Text fonts More... about 12 years ago
updated for version 7.3.1152 Problem: In tiny build ireg_icombine is undefined. (Tony Mechelynck) Solution: Add #ifdef.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1152 for changeset 9909e44879b9
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1151 Problem: New regexp engine: Slow when a look-behind match is followed by a zero-width match. Solution: Postpone the look-behind match more often.
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1151 for changeset 4d7e3df04256
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1150 for changeset 3dbd251777de
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1150 Problem: New regexpengine: Slow when a look-behind match does not have a width specified. Solution: Try to compute the maximum width.
tester_123
as Bram Moolenaar
More... about 12 years ago
updated for version 7.3.1149 Problem: New regexp engine: Matching plain text could be faster. Solution: Detect a plain text match and handle it specifically. Add vim_regfree().
tester_123
as Bram Moolenaar
More... about 12 years ago
Added tag v7-3-1149 for changeset 66803af09906
tester_123
as Bram Moolenaar
More... about 12 years ago
Merge branch 'vim' More... about 12 years ago
Added tag v7-3-1148 for changeset 220bdea4f579
tester_123
as Bram Moolenaar
More... about 12 years ago