summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGraphOp.C
Commit message (Collapse)AuthorAgeFilesLines
* Make sure enough arguments are passed before accessing themAdrián Medraño Calvo2017-07-271-0/+6
| | | | | | Would eventually segfault when invoking: .g inside 0;
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-211-2/+2
| | | | | | | As part of the change, upgrade tkblt internal structures from short/float to int/double, as those are artifacts of the legacy code relying on X. Downcast to short at the latest stage: when interfacing with X.
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-181-0/+456
TEA is quite picky about packages placing their sources in the generic/, unix/, etc. directories. An immediate benefit of this change is support for building in a separate directory.