aboutsummaryrefslogtreecommitdiff
path: root/src/common/sysdefs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-09-24sysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO.Lasse Collin1-1/+9
2023-09-22MSVC: #define inline and restrict only when needed.Lasse Collin1-5/+8
2023-01-10sysdefs.h: Don't include strings.h anymore.Lasse Collin1-6/+0
2023-01-10sysdefs.h: Fix a comment.Lasse Collin1-1/+1
2023-01-10sysdefs.h: Don't include memory.h anymore even if it were available.Lasse Collin1-6/+2
2020-02-22Use defined(__GNUC__) before __GNUC__ in preprocessor lines.Lasse Collin1-1/+2
2020-02-16sysdefs.h: Omit the conditionals around string.h and limits.h.Lasse Collin1-6/+2
2014-01-12Windows: Add MSVC defines for inline and restrict keywords.Lasse Collin1-0/+10
2011-08-09Workaround unusual SIZE_MAX on SCO OpenServer.Lasse Collin1-3/+6
2011-01-18Add alloc_size and malloc attributes to a few functions.Lasse Collin1-0/+6
2010-12-12Add missing PRIx32 and PRIx64 compatibility definitions.Lasse Collin1-0/+9
2010-10-23Windows: Use MinGW's stdio functions.Lasse Collin1-0/+5
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-7/+5
2010-05-26Better #error message.Lasse Collin1-2/+2
2009-11-26Typo fix to sysdefs.h.Lasse Collin1-1/+1
2009-09-27Work around a bug in Interix header files.Lasse Collin1-0/+6
2009-09-19Various changes.Lasse Collin1-4/+0
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-13Improve support for DOS-like systems.Lasse Collin1-0/+4
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-2/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-11/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-4/+38
2008-05-11Remove support for pre-C89 libc versions that lack memcpy,Lasse Collin1-13/+2
2008-01-16Added ARRAY_SIZE(array) macro.Lasse Collin1-0/+4
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin1-1/+58
2007-12-09Imported to git.Lasse Collin1-0/+100