Age | Commit message (Expand) | Author | Files | Lines |
2010-09-10 | xz: Multiple fixes. | Lasse Collin | 3 | -0/+161 |
2010-09-07 | Fix use of N_() and ngettext(). | Lasse Collin | 1 | -2/+2 |
2010-05-26 | Rename MIN() and MAX() to my_min() and my_max(). | Lasse Collin | 1 | -7/+5 |
2010-05-26 | Better #error message. | Lasse Collin | 1 | -2/+2 |
2010-05-10 | Updates to tuklib_physmem and tuklib_cpucores. | Lasse Collin | 2 | -3/+44 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 2 | -2/+2 |
2010-01-27 | Silence two compiler warnings on DOS-like systems. | Lasse Collin | 1 | -1/+5 |
2010-01-12 | Add IRIX-specific code to tuklib_physmem and tuklib_cpucores. | Lasse Collin | 2 | -0/+25 |
2009-11-26 | Typo fix to sysdefs.h. | Lasse Collin | 1 | -1/+1 |
2009-11-22 | Update tuklib_integer.h with bit scan functions. | Lasse Collin | 1 | -8/+181 |
2009-10-04 | Use a tuklib module for integer handling. | Lasse Collin | 4 | -223/+357 |
2009-09-27 | Work around a bug in Interix header files. | Lasse Collin | 1 | -0/+6 |
2009-09-22 | Avoid non-standard preprocessor construct. | Lasse Collin | 1 | -4/+7 |
2009-09-21 | Make sure that TUKLIB_DOSLIKE doesn't get defined on Cygwin. | Lasse Collin | 1 | -1/+2 |
2009-09-19 | Various changes. | Lasse Collin | 14 | -65/+410 |
2009-09-05 | Add OS/2-specific code to physmem.h. | Lasse Collin | 1 | -11/+21 |
2009-09-05 | Use sysctl() != -1 instead of !sysctl() to check if | Lasse Collin | 2 | -2/+2 |
2009-08-29 | Fix sysctl() usage. | Lasse Collin | 2 | -2/+2 |
2009-07-18 | Added public domain notice into a few files. | Lasse Collin | 1 | -1/+8 |
2009-06-27 | Make physmem() work on Cygwin 1.5 and older. | Lasse Collin | 1 | -37/+40 |
2009-06-27 | Moved the Windows resource files outside the windows directory | Lasse Collin | 1 | -0/+46 |
2009-06-24 | Support HW_PHYSMEM64 | Lasse Collin | 1 | -11/+19 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 7 | -31/+21 |
2009-03-18 | Fix wrong macro names in lc_cpucores.m4 and cpucores.h. | Lasse Collin | 1 | -2/+2 |
2009-02-15 | Make physmem.h work on old Windows versions. | Lasse Collin | 1 | -4/+27 |
2009-02-14 | Cleanups to the code that detects the amount of RAM and | Lasse Collin | 2 | -8/+65 |
2009-02-13 | Improve support for DOS-like systems. | Lasse Collin | 2 | -0/+16 |
2009-02-08 | Fix aliasing issue in physmem.h. | Lasse Collin | 1 | -9/+10 |
2009-02-05 | Various code cleanups the the xz command line tool. | Lasse Collin | 1 | -0/+13 |
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -2/+0 |
2009-01-07 | Use pthread_sigmask() instead of sigprocmask() when pthreads | Lasse Collin | 1 | -0/+6 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 1 | -0/+34 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 3 | -14/+17 |
2008-09-11 | Fix a compiler error on big endian systems that don't | Lasse Collin | 1 | -14/+18 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 2 | -17/+51 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 2 | -0/+211 |
2008-05-11 | Remove support for pre-C89 libc versions that lack memcpy, | Lasse Collin | 1 | -13/+2 |
2008-01-16 | Added ARRAY_SIZE(array) macro. | Lasse Collin | 1 | -0/+4 |
2008-01-08 | More pre-C99 inttypes.h compatibility fixes. Now the code | Lasse Collin | 1 | -11/+0 |
2008-01-06 | Introduced compatibility with systems that have pre-C99 | Lasse Collin | 1 | -1/+58 |
2007-12-09 | Imported to git. | Lasse Collin | 3 | -0/+227 |