coriolis/hurricane
Jean-Paul Chaput dc01b60d5c Force the locale LC_ALL to be POSIX (in Hurricane::DataBase).
* Problem: In LEF/DEF, the parsers makes use of the libc "strtod()" which
    is now localized. So, if your environment is set up for French, the
    decimal separator is not '.' (dot) but ',' (comma). So floating
    numbers in LEF/DEF file are not longer recognized as such, causing
    the parsers to fail with a LEFPARS-1 error.
      To avoid that, we force the LC_ALL environment variable to POSIX
    in Hurricane::DataBase::create(). So first things that happens when
    Hurricane starts, is the environment to be reset.
      Strangely, when I try to setup only LC_NUMERIC with setlocale()
    it doesn't work. There is something I'm missing there...
2018-09-28 12:12:18 +02:00
..
cmake_modules * All Tools: 2010-07-14 19:39:36 +00:00
doc Merge branch 'devel_stratus' of ssh://bop-t/users/largo2/git/coriolis into devel_anabatic 2018-08-19 13:27:09 +02:00
src Force the locale LC_ALL to be POSIX (in Hurricane::DataBase). 2018-09-28 12:12:18 +02:00
tests * All Tools: 2012-12-03 08:26:28 +00:00
CMakeLists.txt Add a fully generated documentation in the git repository. 2018-06-06 18:42:26 +02:00