Commit graph

27 commits

Author SHA1 Message Date
Adrian Mariano
1925bad599 doc tweaks, cuboid bugfix 2021-11-10 22:47:28 -05:00
Garth Minette
86fc7dc143 Improved regressions error reporting. 2021-06-30 19:56:17 -07:00
Garth Minette
8bd3ef8a74 Removed range(), rangex(). Added count(). 2021-04-07 20:57:45 -07:00
Garth Minette
0b17bf5930 Brought slice() in line with select() indexing, without wrapping. Replaced a lot of select() and slice() calls with last(), list_head(), and list_tail() calls. 2021-03-30 00:46:59 -07:00
Martin Čížek
c59292a40d Fix function header typos interfering with docs generation. 2021-02-17 18:56:20 +01:00
Garth Minette
f9aa81e178 Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits. 2021-01-05 01:20:01 -08:00
Adrian Mariano
0f55fb512e eps bug fix 2021-01-01 01:35:34 -05:00
Adrian Mariano
ec915a7eaa Added echo_matrix, matrix_strings, str_pad and str_replace_char. 2021-01-01 01:30:13 -05:00
Garth Minette
1e193a090e Echo no longer works with non-breaking spaces. 2020-10-25 15:36:30 -07:00
Garth Minette
16ee49e8b2 Fixed a bunch of undef math warnings with dev snapshot OpenSCAD builds. 2020-10-03 19:50:29 -07:00
Adrian Mariano
c1782f1113 added no_children checks, and attachable to vnf_polyhedron 2020-08-27 19:25:41 -04:00
Garth Minette
b5d465cf1e docs_gen.py now shows more docs errors. 2020-07-27 15:15:34 -07:00
Revar Desmera
6ec3ce1556 Bugfix for suffix() when len is longer than the string length. 2020-06-15 01:24:57 -07:00
Revar Desmera
e2c0d6dc98 Bugfix for fmt_int() found by creating regressions. 2020-06-14 23:53:10 -07:00
Revar Desmera
53c1e25395 Standardize indention on spaces, not tabs. 2020-05-29 19:04:34 -07:00
Revar Desmera
608bde9077 Formatting fix for str_format() docs. 2020-03-14 04:26:38 -07:00
Revar Desmera
8879b7a4d9 Added str_format(), echofmt(), is_letter(), is_digit(), is_hexdigit(), is_upper(), is_lower(), fmt_fixed(). Renamed fmti() to fmt_int(), and fmtf() to fmt_float(). 2020-03-14 04:23:33 -07:00
Revar Desmera
6433ebaa82 Fix fmti() for very large numbers around 1e15 2020-03-05 03:28:41 -08:00
Revar Desmera
39fc4bffb5 fmtf() assert was in wrong place. 2020-03-05 02:11:43 -08:00
Revar Desmera
05405564b4 Typo fix. 2020-03-05 02:08:50 -08:00
Revar Desmera
9b87420c12 Fixed bug in fmtf() 2020-03-05 02:07:35 -08:00
Revar Desmera
7c3f913050 Fixed error in results of fmtf(0.01) 2019-11-11 11:26:18 -08:00
Revar Desmera
54246a154d Added str_strip*() functions. Added fmti() and fmtf() number formating functions. 2019-07-05 04:25:55 -07:00
Adrian Mariano
aa31fb9ddd Changed str_frac() to take mixed fractions with mixed, improper and signed flag options. 2019-06-23 12:51:43 -04:00
Adrian Mariano
e3be9a3b5b Combined str_matches and str_match and added start parameter. 2019-06-22 14:50:01 -04:00
Adrian Mariano
60be226e85 Added 3 examples to roundcorners.
Added doc text for list_increasing and list_decreasing.
Added str_match, str_matches, starts_width, ends_width.
Fixed substr to use tail recursion.
2019-06-22 13:33:49 -04:00
adrianVmariano
77f1855810
Add files via upload 2019-06-11 21:55:39 -04:00