Dennis Guse
Dennis Guse
UVSELP segfaults using newer compilers (Debian 9, MacOS: gcc and clang) TravisCI with Ubuntu 14.04 works. To investigate the problem, I compiled UVSELP with debug flags (-g) and found that...
At the moment, some binaries provide hard-coded version information. `noname:~/STL/src/utl$ ../../bin/spdemo spdemo.c - version 3.2 of 02.Feb.2010 ` However, this information needs to updated manually, which is an error-prone and...
is54 provides tests, but no information for automatic verification.
The code of g728-vt is not complete and thus cannot be compiled.
Basically set file attributes of source files accordingly to file type: everything readable and writable while only executable files get the executable flag (do we still have scripts?).
In 2013, there was initial work started by Yusuke on the STL2009. These changes need to be incorporated. This diff contains all code and documentation changes except PDFs: [diff.txt](https://github.com/dennisguse/stl2009/files/892447/diff.txt).
While writing and maintaining text files, it usually easier to read (especially skimming), diffs are simplier, and long sentences are easy to spot etc. Moreover, it is easier to navigate...
assert in `is54/uvselp/interp.c` fails: https://github.com/dennisguse/stl2009/blob/master/src/is54/interp.c#L134 It feels like an overflow.
At the moment, the preprocessor is used to implement platform independency. However, it is done in various ways (i.e., every tool does it different). It would be great to unify...
Usage of docx/pdf has three drawbacks: 1. files are binary and thus `diff` does not work (only reports file has changed), 2. some people might not have the correct version...