| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(includes regen/opcode.pl)
|
|
|
|
|
|
| |
Now, 2018 is included.
(cherry picked from commit e84cc8c8c341ace6a1e2f671190dd7be93c1a380)
|
|
|
|
| |
(manually cherry picked from commit 3f4fae50f32e50b0765e1c3cdad0177f585083d5)
|
|
|
|
| |
(cherry picked from commit 48d2ed925f836776d71bf601b08979f75598779d)
|
|
|
|
| |
(manually cherry picked from commit 946b6ed4ec08dfa012129f650bc1259f5ea1dd48)
|
|
|
|
| |
(cherry picked from commit e4b1fb853daf025ccf38412ddd1de212d59ed4da)
|
|
|
|
| |
(manually cherry picked from commit a67b31e34ebefb1016300f9f31538d443eaa2fc6)
|
|
|
|
| |
(manually cherry picked from commit feee2c5b7491677bad66b338eabf2a37c74fdbf5)
|
|
|
|
| |
(manually cherry picked from commit 78425520cae902929c02d73f35289c87c3e33e4c)
|
|
|
|
| |
(manually cherry picked from commit 0b2e8509fb24fb483d20fee843cdf58afae9368e)
|
|
|
|
| |
(manually cherry picked from commit 0ba9031a35e032d8c2c46497a0c7cd1052a5dd97)
|
|
|
|
| |
(manually cherry picked from commit 1967e4078fc58b815297507a9bd9fc1f9bb34f9e)
|
|
|
|
| |
(cherry picked from commit 791e35a526045e7a38c4de447a14509789ed24ac)
|
|
|
|
| |
(cherry picked from commit 2be676a02a4872b3dd21b3ee2303feec66598c3e)
|
|
|
|
| |
(cherry picked from commit b32be96ecb4a22bfe0aec4388a7ca1498b9fb06d)
|
|
|
|
| |
(cherry picked from commit a474ee7c01e23ead818a9a75a96463c93d6a6c88)
|
|
|
|
| |
(cherry picked from commit b508aa38aa3cce188df271c3110e397eecb79b7b)
|
|
|
|
| |
(cherry picked from commit 5f64ee11646d98cc5948540843b3fb6d9dada19d)
|
|
|
|
| |
(cherry picked from commit 7a783ba0ae3ac3446959f63b00e9b300d8dda86c)
|
|
|
|
| |
(cherry picked from commit 56f71ad238773a247d35eba21ba1df742ce8d5d7)
|
|
|
|
| |
(cherry picked from commit a3072a5a89c335e0c594906b9be767ce80e3121b)
|
|
|
|
| |
(cherry picked from commit 3c675937046386c0f536bcf1409bcbb3af65588c)
|
|
|
|
| |
(cherry picked from commit cdfc1d1d8bca529864f9a40b3708ee1ba1b032d0)
|
| |
|
|
|
|
| |
(cherry picked from commit a27f6b0473b3c41bb2d09189be73899dab1e2cb9)
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 49a19b71ebc3a1f0fa388cc8bbce4467e373a4ae)
|
|
|
|
| |
(cherry picked from commit 133e1f55118a8892ad5b9433ec99dd7a95c61dbc)
|
|
|
|
|
|
| |
and really correct release date for 5.27.3
(cherry picked from commit 4f3320315b8d7b68c0f1c24a0a5ce82008edb84e)
|
|
|
|
| |
(cherry picked from commit 276c0ed1af8aa899da909916cb60e77671e90028)
|
|
|
|
| |
(cherry picked from commit dcbda5b6022c298e099af3cc220449a36cd719d7)
|
|
|
|
| |
(cherry picked from commit 3fcc211da02f9e49ae24dde3fc1c984083e56691)
|
|
|
|
| |
(cherry picked from commit 1a50feaa0587a35cb1192269f86fc11183a4b73e)
|
|
|
|
| |
(cherry picked from commit 0c32d89049a7773d777a300c7c165302a7f3c415)
|
|
|
|
| |
(manually cherry picked from commit 9f9332db9d7efbba5be5556810f700da32ad6dee)
|
|
|
|
| |
(cherry picked from commit b9486474d36974b83d0b00fdcbfd1530299a0f7c)
|
|
|
|
| |
(cherry picked from commit 8d1c7d0a38e3ac54307661eb111c22edcc597606)
|
|
|
|
| |
(cherry picked from commit 3ff4feb5bd226622062600b4127bb8c276c9d5ec)
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit e7e2882183de6169a99f52dec6fe0fb7fd003b3a)
|
| |
|
|
|
|
| |
(cherry picked from commit d1107db027ad52d2f50e348218625a8e122ca9eb)
|
|
|
|
|
|
|
|
|
| |
since Lookup() treats its argument as NUL or '=' terminated.
Previously environment variable names longer than the size of the
buffer would result in a buffer overflow.
(cherry picked from commit 8586647e338e8eb42c00fe6f687105c9b8a36d44)
|
|
|
|
|
|
|
|
|
|
| |
The cause of this is that the vFAIL macro uses RExC_parse, and that
variable has just been changed in preparation for code after the vFAIL.
The solution is to not change RExC_parse until after the vFAIL.
This is a case where the macro hides stuff that can bite you.
(cherry picked from commit 2be4edede4ae226e2eebd4eff28cedd2041f300f)
|
|
|
|
| |
(cherry picked from commit 96c83ed78aeea1a0496dd2b2d935869a822dc8a5)
|
|
|
|
| |
(manually cherry picked from commit 9de35bb263b4599827a76615d5e6ef08fb7e32c6)
|
| |
|
| |
|