rubidium
|
2be4215f43
|
(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
|
2014-04-23 20:13:33 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
398ed7ebb8
|
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
|
2011-09-03 12:45:45 +00:00 |
|
michi_cc
|
dcef62040f
|
(svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid)
|
2011-09-02 20:54:51 +00:00 |
|
yexo
|
aa744c5308
|
(svn r21372) -Cleanup: remove some broken npf debug code
|
2010-12-02 23:05:48 +00:00 |
|
alberth
|
a112f10386
|
(svn r20888) -Codechange: Make Hash_FindNode a method.
|
2010-10-02 19:48:45 +00:00 |
|
alberth
|
6be18d6b37
|
(svn r20887) -Codechange: Make stat_Hash a method.
|
2010-10-02 19:47:21 +00:00 |
|
alberth
|
6c31c357d6
|
(svn r20886) -Codechange: Make init_Hash a method.
|
2010-10-02 19:46:24 +00:00 |
|
alberth
|
67f4b8ab83
|
(svn r20885) -Codechange: Make delete_Hash a method.
|
2010-10-02 19:44:54 +00:00 |
|
alberth
|
0612dc2e86
|
(svn r20884) -Codechange: Make clear_Hash a method.
|
2010-10-02 19:43:29 +00:00 |
|
alberth
|
5cd812aafc
|
(svn r20883) -Codechange: Make Hash_Delete a method.
|
2010-10-02 19:42:42 +00:00 |
|
alberth
|
8da98a516f
|
(svn r20882) -Codechange: Make Hash_Set a method.
|
2010-10-02 19:41:25 +00:00 |
|
alberth
|
7b2f563727
|
(svn r20881) -Codechange: Make Hash_Get a method.
|
2010-10-02 19:39:34 +00:00 |
|
alberth
|
e4a5940251
|
(svn r20880) -Codechange: Make Hash_Size a method.
|
2010-10-02 19:38:22 +00:00 |
|
alberth
|
a48c4ff840
|
(svn r20688) -Codechange: Rename Queue struct to BinaryHeap.
|
2010-08-29 13:47:15 +00:00 |
|
alberth
|
2711482534
|
(svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method.
|
2010-08-29 13:46:34 +00:00 |
|
alberth
|
5d56c9eaea
|
(svn r20686) -Codechange: Make init_BinaryHeap() a method.
|
2010-08-29 13:42:38 +00:00 |
|
alberth
|
78bc37c9ec
|
(svn r20685) -Codechange: Make BinaryHeap_Clear() a method.
|
2010-08-29 13:38:43 +00:00 |
|
alberth
|
a64a9a4260
|
(svn r20684) -Codechange: Make BinaryHeap_Free() a method.
|
2010-08-29 13:38:27 +00:00 |
|
alberth
|
e03d069f3f
|
(svn r20683) -Codechange: Make BinaryHeap_Delete() a method.
|
2010-08-29 13:38:06 +00:00 |
|
alberth
|
4e9c7f489a
|
(svn r20682) -Codechange: Make BinaryHeap_Pop() a method.
|
2010-08-29 13:36:50 +00:00 |
|
alberth
|
b03f0b198d
|
(svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro.
|
2010-08-29 13:35:51 +00:00 |
|
alberth
|
86723c54cb
|
(svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data.
|
2010-08-29 13:34:08 +00:00 |
|
alberth
|
17c4783571
|
(svn r20679) -Codechange: Remove unused insertion sorter.
|
2010-08-29 13:32:39 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
smatz
|
114c2af6f2
|
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
|
2010-05-09 18:13:36 +00:00 |
|
rubidium
|
2f3053508d
|
(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory
|
2009-12-01 22:45:39 +00:00 |
|