Commit Graph

30 Commits (b96e7f78fb84578c464498d1d175b9638f8df526)

Author SHA1 Message Date
Quipyowert2 acb3d10832 Codechange: Format unsigned integers with %u instead of %i or %d. 4 years ago
S. D. Cloudt 13cc8a0cee Cleanup: Removed SVN headers 5 years ago
Henry Wilson 7c8e7c6b6e Codechange: Use null pointer literal instead of the NULL macro 5 years ago
rubidium 0463dbdc9e (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
planetmaker c24374f99c (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
frosch 5ccd091fd1 (svn r22881) -Fix (r22875): GCC warnings on 64bit systems. 13 years ago
michi_cc f227e90c24 (svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid) 13 years ago
yexo 22d0ce0366 (svn r21372) -Cleanup: remove some broken npf debug code 14 years ago
alberth 0c08955f4d (svn r20888) -Codechange: Make Hash_FindNode a method. 14 years ago
alberth 6802527e02 (svn r20887) -Codechange: Make stat_Hash a method. 14 years ago
alberth 4af4d268d8 (svn r20886) -Codechange: Make init_Hash a method. 14 years ago
alberth 6f85b46eeb (svn r20885) -Codechange: Make delete_Hash a method. 14 years ago
alberth d86f781ca5 (svn r20884) -Codechange: Make clear_Hash a method. 14 years ago
alberth f185a35269 (svn r20883) -Codechange: Make Hash_Delete a method. 14 years ago
alberth 15b784471e (svn r20882) -Codechange: Make Hash_Set a method. 14 years ago
alberth 4ed94825b2 (svn r20881) -Codechange: Make Hash_Get a method. 14 years ago
alberth 6ea5643e40 (svn r20880) -Codechange: Make Hash_Size a method. 14 years ago
alberth 219ad6e003 (svn r20688) -Codechange: Rename Queue struct to BinaryHeap. 14 years ago
alberth ed72338513 (svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method. 14 years ago
alberth bc6a5a5e64 (svn r20686) -Codechange: Make init_BinaryHeap() a method. 14 years ago
alberth 2c962548e5 (svn r20685) -Codechange: Make BinaryHeap_Clear() a method. 14 years ago
alberth b06cedc905 (svn r20684) -Codechange: Make BinaryHeap_Free() a method. 14 years ago
alberth 3f0cd8c9f0 (svn r20683) -Codechange: Make BinaryHeap_Delete() a method. 14 years ago
alberth 10b182482e (svn r20682) -Codechange: Make BinaryHeap_Pop() a method. 14 years ago
alberth 92801ac718 (svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro. 14 years ago
alberth 68e2a07479 (svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data. 14 years ago
alberth ded2acf02e (svn r20679) -Codechange: Remove unused insertion sorter. 14 years ago
frosch ed4f806f1d (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
smatz 3f961ca671 (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
rubidium f52e27c688 (svn r18364) -Codechange: move the pathfinders and their related files into a separate directory 15 years ago