165
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 19 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sanity check for legal column number in new "depends on missing value" test More... over 8 years ago
prevent "unused variable" warning if no image support for svg.trm More... over 8 years ago
insure against overflow by using snprintf rather than printf More... over 8 years ago
skip evaluation of using spec expression that depends on a missing value More... over 8 years ago
Clarify limitations in recognizing the "missing data" flag during input More... over 8 years ago
code previously moved from set.c to encoding.c needs accompanying #include statements More... over 8 years ago
Let lua terminal help pager accept CR/LF on MSDOS, too More... over 8 years ago
Missing includes for OpenWatcom More... over 8 years ago
Avoid using round() More... over 8 years ago
Enable cross-platform compilation with OpenWatcom for MSDOS More... over 8 years ago
Rework the "refresh" command to use autoscaled axis writeback/restore More... over 8 years ago
updating plot bounds during "refresh" must allow for nonlinear x-axis More... over 8 years ago
Use our own not_a_number() instead of nan("") More... over 8 years ago
Initialize svg font before parsing terminal options More... over 8 years ago
Move functions for special chars (micro, minus, degree) to encoding.c More... over 8 years ago
./configure --without-tektronix to disable support for 1970s/80s era terminal emulators More... over 8 years ago
vestigial comments, useless goto More... over 8 years ago
Revised pstricks LaTeX terminal More... over 8 years ago
Declare variables at the beginning of a block only More... over 8 years ago
Move code to map encoding to LaTeX input encoding to its own routine More... over 8 years ago
Add missing "void" parameter... More... over 8 years ago
Declare variables at beginning of code blocks only More... over 8 years ago
USE_SYSTEM_TIME conditional compilation of time code is no longer supported More... over 8 years ago
Consolidate processing of the last point into the cp_implode() main loop More... over 8 years ago
MSVC 2017 compiler tools command shell defines x64 instead of X64. More... over 8 years ago
documentation typos More... over 8 years ago
parse_array_assignment_expression was being fooled by Var[:N] More... over 8 years ago
Do not "snap" sampled point of function domain to 0 for non-linear x axis. More... over 8 years ago
rearrange error exit path so that f_sprintf() does not leak memory on error More... over 8 years ago
Trap attempts to sprintf 64-bit ints with %d (3rd try) More... over 8 years ago