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 |
|
frosch
|
efd1c31864
|
(svn r26504) -Fix (r26499): Obiwan and his gang.
|
2014-04-24 18:58:47 +00:00 |
|
rubidium
|
699779324e
|
(svn r26499) -Codechange: replace strndup with stredup
|
2014-04-24 18:37:39 +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 |
|
rubidium
|
aa7456e397
|
(svn r26476) -Fix: prevent comparing to NULL when strndup could not allocate memory
|
2014-04-20 16:43:22 +00:00 |
|
frosch
|
e6f83028f6
|
(svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... files through str_validate.
|
2014-01-02 17:55:57 +00:00 |
|
rubidium
|
3481ca0f57
|
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
|
2012-01-03 21:47:01 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
9838ceb880
|
(svn r22824) -Codechange: pass sub directory to ini loading
|
2011-08-24 13:38:26 +00:00 |
|
alberth
|
ebb3255338
|
(svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation.
|
2011-03-03 20:56:33 +00:00 |
|
alberth
|
53032f4080
|
(svn r22169) -Add: Add parameter to disable automatic group creation in IniLoadFile::GetGroup().
|
2011-03-03 20:55:06 +00:00 |
|
alberth
|
b9a9022b8a
|
(svn r22168) -Codechange: Move ini file IO and file error reporting to virtual functions.
|
2011-03-03 20:53:09 +00:00 |
|
alberth
|
090638b0c3
|
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile.
|
2011-03-03 20:50:24 +00:00 |
|