glx
|
29b2455761
|
(svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error.
|
2007-03-28 14:31:52 +00:00 |
|
rubidium
|
5d3c610ab5
|
(svn r9518) -Fix [Windows]: do not free an uninitialized pointer.
|
2007-03-28 09:27:38 +00:00 |
|
rubidium
|
24c4d5b06d
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
belugas
|
978d7da818
|
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-03-01 01:24:44 +00:00 |
|
KUDr
|
ccffde6d7e
|
(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)
|
2007-02-04 11:33:02 +00:00 |
|
tron
|
abb644771a
|
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
|
2007-01-13 15:00:16 +00:00 |
|
KUDr
|
33be1ecfb1
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
rubidium
|
f35ed4bbc2
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
e373ea7096
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|