165
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
consolidate axis initialization for 2D and 3D prevent possible spurious warning for range of an unused axis More... over 8 years ago
demonstrate edge-case uses of "%d" and "%x" to print 64-bit ints More... over 8 years ago
Trap attempts to sprintf 64-bit ints with %d (part 2) More... over 8 years ago
Trap attempts to sprintf 64-bit ints with %d or %x or %i or %u More... over 8 years ago
rename the sixel terminal driver in tek.trm to be "sixeltek" More... over 8 years ago
sign component of gamma was missing from in the fallback definition of TGAMMA This fixes an oversight in 0aba4c6a04f235d633be1b737504b8e019a5e625 More... over 8 years ago
Avoid overflow during complex division (actually all floating point division) More... over 8 years ago
Add function besin(n,x), modified Bessel function of order n for integer n. More... over 8 years ago
use tgamma() if available rather than exp(lgamma()) More... over 8 years ago
Fix trailing dot in help text More... over 8 years ago
Conform to C prototype standard as evaluated by gcc -Wstrict-prototypes More... over 8 years ago
initializations to make gcc 7.3 happy More... over 8 years ago
track terminal coordinates as (int) rather than (unsigned) in core code. More... over 8 years ago
use signed rather than unsigned coordinates in do_arc() More... over 8 years ago
Say good-bye to the MSC and Turbo C variants of the dospc terminal More... over 8 years ago
update documentation on trange, urange, vrange More... over 8 years ago
Take sampling range of '+' from trange More... over 8 years ago
document addition of Bessel functions besyn besjn besi0 besi1 More... over 8 years ago
Dummy up a value MOUSE_COORDINATES_FUNCTION for svg, canvas even if no USE_MOUSE Bug #2034 More... over 8 years ago
clarify documentation using string concatenation operator More... over 8 years ago
simplify and de-macroify "show log" More... over 8 years ago
Update config file for DJGPP to version 5.3 More... over 8 years ago
Out of tree version of DJGPP Makefile for cross platform builds More... over 8 years ago
Add functions besi0(x) besi1(x), modified Bessel functions of order 0 and 1 More... over 8 years ago
de-macroify "set grid" More... over 8 years ago