summaryrefslogtreecommitdiff
path: root/src/tsort.c
Commit message (Expand)AuthorAgeFilesLines
* git__*allocarray: safer realloc and mallocEdward Thomson2015-02-121-2/+1
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+4
* Sorting function cleanup and MinGW fixRussell Belfer2013-03-111-4/+4
* Add payload "_r" versions of bsearch and tsortRussell Belfer2013-01-151-22/+38
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-13/+15
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-2/+2
* Tabify everythingVicent Marti2011-09-191-2/+2
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* tsort.c: fix include of common.hschu2011-08-171-1/+2
* tsort: Remove unused CLZ methodsVicent Marti2011-07-091-19/+0
* win32: replace usage of _MSV_VER with _MSC_VERnulltoken2011-07-091-1/+1
* tsort: remove unused but set variableschu2011-07-071-3/+1
* tsort: fix wrong header inclusionnulltoken2011-07-071-7/+1
* Fix MSVC compilation warningsnulltoken2011-07-071-4/+9
* vector: Timsort all of the thingsVicent Marti2011-07-071-0/+380