1022 Commits

Author SHA1 Message Date
twinaphex
bf5be0a8be Resync 2020-08-26 17:09:36 +02:00
twinaphex
fb5de9e993 Resync 2020-08-26 15:16:36 +02:00
twinaphex
7a66e25751 Resync 2020-08-26 15:07:04 +02:00
twinaphex
9d6386913f Resync 2020-08-26 02:28:59 +02:00
twinaphex
7456ce1765 Resync 2020-08-26 02:18:10 +02:00
twinaphex
a072e219b2 Resync 2020-08-25 21:14:05 +02:00
twinaphex
98df631515 Resync 2020-08-25 17:38:29 +02:00
twinaphex
72d233a9d9 Resync 2020-08-24 23:42:13 +02:00
twinaphex
3d86e1c699 Resync 2020-08-24 18:18:18 +02:00
twinaphex
b91c0d672a Resync 2020-08-24 15:12:06 +02:00
twinaphex
5e28f36724 resync 2020-08-24 14:21:31 +02:00
twinaphex
94cb776b45 Resync 2020-08-22 18:06:02 +02:00
twinaphex
5afdc2ee9c Resync 2020-08-22 17:38:02 +02:00
twinaphex
407d80c75c Resync 2020-08-22 16:30:30 +02:00
twinaphex
40c1ec55de Resync 2020-08-22 14:30:53 +02:00
twinaphex
e3d473d64e Resync 2020-08-21 09:57:54 +02:00
twinaphex
bc44313381 Resync 2020-08-20 05:31:29 +02:00
twinaphex
6f65a0076c Resync 2020-08-19 12:12:12 +02:00
twinaphex
e3abd5d124 Resync 2020-08-18 15:23:29 +02:00
twinaphex
7a77d58f96 Resync 2020-08-18 14:48:30 +02:00
twinaphex
ed94465503 Resync 2020-08-16 02:59:47 +02:00
twinaphex
cfd8f37a00 Resync 2020-08-16 01:08:32 +02:00
twinaphex
1c340dd1e6 Resync 2020-08-15 23:03:28 +02:00
twinaphex
c38e69d75b Resync 2020-08-14 16:10:16 +02:00
twinaphex
564f364459 Resync 2020-08-13 20:26:32 +02:00
twinaphex
60d1b5b9f3 Resync 2020-08-11 06:40:17 +02:00
twinaphex
669870cf19 Resync 2020-08-07 17:46:49 +02:00
twinaphex
bea5621fd7 Resync 2020-08-04 03:06:40 +02:00
twinaphex
8d23dd7d88 Resync 2020-08-03 20:11:27 +02:00
twinaphex
6a24419b6a Resync 2020-08-02 10:28:50 +02:00
twinaphex
0d25234a8a Resync 2020-08-01 22:54:41 +02:00
twinaphex
adb50e0059 Resync 2020-08-01 22:53:25 +02:00
Autechre
5020cd1ac9
Merge pull request #166 from schellingb/fix_msvc_vsnprintf
Fix vsnprintf between MSVC 2008 and 2013
2020-08-01 22:52:33 +02:00
Bernhard Schelling
654caf40ee Merged the two #if blocks for snprintf and vsnprintf 2020-08-02 05:25:03 +09:00
Bernhard Schelling
1b6d6884cf Fix vsnprintf between MSVC 2008 and 2013
According to https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/vsnprintf-vsnprintf-vsnprintf-l-vsnwprintf-vsnwprintf-l only starting in MSVC 2015 vsnprintf complies with the C99 standard. Before that vsnprintf was available but did not NULL terminate a string that got filled up. This would lead to program crashes with overflowing strings. Tested on MSVC 2013.
2020-08-02 04:18:36 +09:00
twinaphex
3b41e78274 Resync 2020-08-01 18:26:46 +02:00
twinaphex
6ee565f17f Resync 2020-08-01 18:19:17 +02:00
twinaphex
817834577d Resync 2020-07-29 04:48:48 +02:00
twinaphex
d804eadf7c Resync 2020-07-23 07:39:40 +02:00
twinaphex
88867bcb36 Resync 2020-07-23 07:01:55 +02:00
twinaphex
d6d8233d52 Resync 2020-07-17 04:04:43 +02:00
twinaphex
6a8f6fc1e7 Update 2020-07-13 16:19:35 +02:00
Autechre
5d3872a01e
Merge pull request #164 from schellingb/fix_mingw_seek_tell
Use fseeko/ftello not _fseeki64/_ftelli64 in MinGW builds
2020-07-13 16:16:40 +02:00
Bernhard Schelling
6c469ca253 Use fseeko/ftello not _fseeki64/_ftelli64 in MinGW builds
On MinGW, _fseeki64/_ftelli64 can have broken behavior depending on the number of opened file handles.
2020-07-13 23:10:26 +09:00
twinaphex
fc321088a0 Resync 2020-07-09 07:47:31 +02:00
twinaphex
2dc93b0065 Resync 2020-07-07 08:14:09 +02:00
twinaphex
da214647fe Resync 2020-07-07 05:58:32 +02:00
twinaphex
a4841d4d50 Resync 2020-07-05 02:57:38 +02:00
twinaphex
fd00180fc6 Resync 2020-07-01 19:51:42 +02:00
twinaphex
9e473f7af7 Resync 2020-07-01 19:41:57 +02:00