Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | loop: records: don't loop if file can't be oopened. | Kaz Kylheku | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Add missing file. | Kaz Kylheku | 2022-07-02 | 1 | -0/+2 |
| | |||||
* | New header: <array.h> | Kaz Kylheku | 2022-04-25 | 3 | -0/+211 |
| | |||||
* | man page: add origin-comment example. | Kaz Kylheku | 2022-04-24 | 1 | -0/+18 |
| | |||||
* | man page: use fonts in examples. | Kaz Kylheku | 2022-04-24 | 1 | -5/+11 |
| | |||||
* | loop: new records clause. | Kaz Kylheku | 2022-04-23 | 3 | -0/+57 |
| | |||||
* | loop: new counting clause. | Kaz Kylheku | 2022-04-23 | 3 | -0/+49 |
| | |||||
* | iter: argmax, argmin: argument need not be variable! | Kaz Kylheku | 2022-04-23 | 3 | -60/+91 |
| | |||||
* | set_fields: document/test the start index param. | Kaz Kylheku | 2022-04-23 | 2 | -4/+38 |
| | |||||
* | fields: new parameters to select subrange. | Kaz Kylheku | 2022-04-22 | 3 | -9/+123 |
| | |||||
* | cons man page: tweak optional arg syntax. | Kaz Kylheku | 2022-04-22 | 1 | -4/+4 |
| | |||||
* | narg man page: fix wrong ref to Case Macro. | Kaz Kylheku | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | Add copyright block to a few man pages. | Kaz Kylheku | 2022-04-22 | 3 | -0/+78 |
| | |||||
* | New <field.h> header: positional parameter utils. | Kaz Kylheku | 2022-04-22 | 5 | -2/+460 |
| | |||||
* | Testcases for <varg.h>. | Kaz Kylheku | 2022-04-22 | 2 | -0/+285 |
| | |||||
* | varg-priv: whitespace fix. | Kaz Kylheku | 2022-04-22 | 1 | -2/+2 |
| | |||||
* | man page: note issue with backslash continuation. | Kaz Kylheku | 2022-04-22 | 1 | -0/+23 |
| | |||||
* | cppawk-fun man page: ITER in header, missing example. | Kaz Kylheku | 2022-04-21 | 1 | -3/+25 |
| | |||||
* | New man page: cppawk-varg. | Kaz Kylheku | 2022-04-20 | 3 | -5/+330 |
| | |||||
* | README: turn header names into links. | Kaz Kylheku | 2022-04-20 | 1 | -12/+10 |
| | |||||
* | New man page: cppawk-fun. | Kaz Kylheku | 2022-04-20 | 2 | -0/+134 |
| | |||||
* | README: <iter.h> is documented. | Kaz Kylheku | 2022-04-19 | 1 | -3/+3 |
| | |||||
* | Bump version to 20220419. | Kaz Kylheku | 2022-04-19 | 6 | -6/+6 |
| | |||||
* | New man page: cppawk-iter. | Kaz Kylheku | 2022-04-19 | 1 | -0/+1554 |
| | |||||
* | man page: mention non-recursion of macros in BUGS. | Kaz Kylheku | 2022-04-19 | 1 | -0/+22 |
| | |||||
* | loop: argmax: single iter must produce arg. | Kaz Kylheku | 2022-04-19 | 2 | -2/+19 |
| | |||||
* | loop: argmax: no iters must produce nil. | Kaz Kylheku | 2022-04-19 | 2 | -2/+19 |
| | |||||
* | iter: rename loop_cross and lockstep. | Kaz Kylheku | 2022-04-18 | 2 | -15/+15 |
| | | | | | loop_cross -> loop_nest lockstep -> parallel | ||||
* | README: completion of cons.h, mention unpublished headers. | Kaz Kylheku | 2022-04-18 | 1 | -2/+17 |
| | |||||
* | Bump version to 20220418.20220418 | Kaz Kylheku | 2022-04-18 | 5 | -5/+5 |
| | |||||
* | cons: bags macro: document, test. | Kaz Kylheku | 2022-04-18 | 2 | -0/+67 |
| | |||||
* | cons: list_begin, list_add, list_end: document, test. | Kaz Kylheku | 2022-04-18 | 3 | -1/+109 |
| | |||||
* | cons: push, pop: document, test. | Kaz Kylheku | 2022-04-16 | 2 | -0/+120 |
| | |||||
* | Add missing Copyright 2022 into license headers. | Kaz Kylheku | 2022-04-16 | 15 | -15/+15 |
| | |||||
* | cons: dolist, dolisti, doconses: doc, test. | Kaz Kylheku | 2022-04-16 | 3 | -0/+137 |
| | |||||
* | cons man page: add missing Description headings. | Kaz Kylheku | 2022-04-16 | 1 | -0/+16 |
| | |||||
* | cons: fields and set_fields: document, test. | Kaz Kylheku | 2022-04-16 | 2 | -2/+79 |
| | |||||
* | cons man page: add breaks after some .SH sections. | Kaz Kylheku | 2022-04-16 | 1 | -6/+7 |
| | | | | | | Certain SH headings look bad without line breaks. Others look funny ("un-man-page-like") if we add them, so we don't do this everywhere. | ||||
* | cons: keys and values functions: document and test. | Kaz Kylheku | 2022-04-16 | 2 | -3/+71 |
| | |||||
* | cons man page: add FUNCTION APPLICATION section. | Kaz Kylheku | 2022-04-16 | 1 | -0/+4 |
| | |||||
* | Rename some array and field conversion functions. | Kaz Kylheku | 2022-04-16 | 4 | -23/+30 |
| | | | | | | | | atol -> values ftol -> fields ltof -> set_fields values() goes with existing keys() nicely. | ||||
* | cons: mapcar, mappend: doc, tests. | Kaz Kylheku | 2022-04-16 | 4 | -4/+116 |
| | |||||
* | testsuite: add mechanism for skipping specific tests. | Kaz Kylheku | 2022-04-16 | 1 | -0/+6 |
| | |||||
* | cons: document and test uniq, new uniqual function. | Kaz Kylheku | 2022-04-15 | 4 | -1/+98 |
| | |||||
* | cons: iota: document, test, improve. | Kaz Kylheku | 2022-04-15 | 3 | -12/+222 |
| | |||||
* | cons: ldiff, last, butlast: doc, tests, fixes. | Kaz Kylheku | 2022-04-15 | 3 | -3/+196 |
| | |||||
* | cons: document nth and nthcdr; add tests | Kaz Kylheku | 2022-04-14 | 3 | -1/+91 |
| | | | | Fixing semantics of nth for negative values. | ||||
* | cons: document position function and add tests | Kaz Kylheku | 2022-04-14 | 2 | -0/+58 |
| | |||||
* | cons man page: li, listar, member: formatting typo. | Kaz Kylheku | 2022-04-14 | 1 | -2/+2 |
| | |||||
* | cons man page: add font changes throughout. | Kaz Kylheku | 2022-04-14 | 1 | -115/+114 |
| |