rubidium
|
15c4a7ec1c
|
(svn r26651) -Fix: make sure an abs is used that supports int64 when using abs on those variables
|
2014-06-17 19:01:45 +00:00 |
|
rubidium
|
9edf5eba4e
|
(svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore
|
2014-04-25 21:29:54 +00:00 |
|
rubidium
|
034735a54c
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
0b159549d4
|
(svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid
|
2014-04-25 15:25:59 +00:00 |
|
rubidium
|
699779324e
|
(svn r26499) -Codechange: replace strndup with stredup
|
2014-04-24 18:37:39 +00:00 |
|
frosch
|
aa743dc837
|
(svn r26496) -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour.
|
2014-04-24 17:49:31 +00:00 |
|
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 |
|