mfranz 23c7a1b5b7 - close loophole through which one could sneak in illegal property names
containing slashes, colons and all sorts of evil characters. In Nasal
  this could be done via props.globals.getChild("1!@#$//[]{}", 0, 1).setValue(0);
  The cause is that getChild() hands the given name directly over to an
  alternative SGPropertyNode ("convenience") constructor which sets the
  name without any checks.
- unify exception messages: first character is lower case
2007-07-17 14:52:51 +00:00
2007-06-16 16:14:23 +00:00
2004-04-04 14:24:06 +00:00
2005-02-15 18:13:15 +00:00
2006-02-17 08:58:56 +00:00
2000-02-09 19:27:02 +00:00
2006-10-30 19:56:09 +00:00
2006-03-20 19:22:20 +00:00
2003-06-11 18:55:36 +00:00
2006-04-05 18:42:45 +00:00
2001-12-17 16:52:20 +00:00
2002-09-02 22:18:31 +00:00
2007-01-06 14:45:21 +00:00
2006-03-20 19:22:20 +00:00
2000-03-29 00:00:46 +00:00
2007-05-15 22:28:08 +00:00
2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]
Description
No description provided
Readme 14 MiB
Languages
C++ 85.5%
C 13.1%
CMake 1.4%