Commit Graph

13 Commits (ee00a28717d84226b77662e9765a23509a5b9fd5)

Author SHA1 Message Date
rubidium 034735a54c (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
frosch efd1c31864 (svn r26504) -Fix (r26499): Obiwan and his gang. 10 years ago
rubidium 699779324e (svn r26499) -Codechange: replace strndup with stredup 10 years ago
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 10 years ago
rubidium aa7456e397 (svn r26476) -Fix: prevent comparing to NULL when strndup could not allocate memory 10 years ago
frosch e6f83028f6 (svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... files through str_validate. 11 years ago
rubidium 3481ca0f57 (svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on 13 years ago
rubidium d5eeab43b7 (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files 13 years ago
rubidium 9838ceb880 (svn r22824) -Codechange: pass sub directory to ini loading 13 years ago
alberth ebb3255338 (svn r22170) -Add: Add IGT_SEQUENCE type for loading ini group lines without further interpretation. 14 years ago
alberth 53032f4080 (svn r22169) -Add: Add parameter to disable automatic group creation in IniLoadFile::GetGroup(). 14 years ago
alberth b9a9022b8a (svn r22168) -Codechange: Move ini file IO and file error reporting to virtual functions. 14 years ago
alberth 090638b0c3 (svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile. 14 years ago