jp9000 82320a9ca7 (API Change) Make os_get_config_path safer to use
Changed:
  char *os_get_config_path(const char *name);

To:
  int os_get_config_path(char *dst, size_t size, const char *name);

Also added:
  char *os_get_config_path_ptr(const char *name);

I don't like this function returning an allocation by default.
Similarly to what was done with the wide character conversion functions,
this function now operates on an array argument, and if you really want
to just get a pointer for convenience, you use the *_ptr version of the
function that clearly indicates that it's returning an allocation.
2015-01-15 23:44:38 -08:00
..
2014-07-13 02:59:14 -07:00
2014-04-07 01:25:38 -07:00
2014-08-09 11:57:37 -07:00
2014-08-09 11:57:37 -07:00
2014-08-09 11:57:37 -07:00
2014-11-17 06:47:48 -08:00
2014-10-22 20:32:50 -07:00
2015-01-03 02:37:16 -08:00
2015-01-03 02:37:16 -08:00
2014-06-25 17:00:02 +02:00
2014-08-08 10:50:37 -07:00
2014-08-08 10:50:37 -07:00
2014-11-27 00:07:48 -08:00
2013-09-30 19:37:13 -07:00
2013-10-14 13:21:15 +02:00