| Commit message (Expand) | Author | Age |
* | commit-slab.h: avoid -Wsign-compare warnings | Ramsay Jones | 2017-09-22 |
* | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 2017-06-16 |
* | Merge branch 'vs/typofix' | Junio C Hamano | 2016-08-12 |
|\ |
|
| * | Spelling fixes | Ville Skyttä | 2016-08-11 |
* | | Merge branch 'js/commit-slab-decl-fix' | Junio C Hamano | 2016-08-10 |
|\ \
| |/
|/| |
|
| * | commit-slab.h: avoid duplicated global static variables | Johannes Sixt | 2016-08-09 |
* | | Merge branch 'jc/commit-slab' | Junio C Hamano | 2015-08-03 |
|\ \
| |/
|/| |
|
| * | commit-slab: introduce slabname##_peek() function | Junio C Hamano | 2015-05-22 |
* | | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 |
|/ |
|
* | commit-slab: provide a static initializer | Jeff King | 2014-06-13 |
* | commit-slab: sizeof() the right type in xrealloc | Thomas Rast | 2013-12-02 |
* | commit-slab: declare functions "static inline" | Thomas Rast | 2013-11-27 |
* | commit-slab: document clear_$slabname() | Thomas Rast | 2013-11-27 |
* | commit-slab.h: Fix memory allocation and addressing | Ramsay Jones | 2013-07-29 |
* | commit-slab: introduce a macro to define a slab for new type | Junio C Hamano | 2013-06-07 |