summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2023-07-14debug/1 (#2710)pkoppstein
* debug/1 This def ensures the output of debug(m1,m2) is kept together. Closes #2709 #2111 #2112
2023-07-14Update jinja2 to fix deprecation warnings on building website (#2711)itchyny
2023-07-11Update "tests/man.test" and remove superflous whitespace in manual.ymlEmanuele Torre
tests/man.test was generated incorrectly and had some duplicate tests, the new CI workflow didn't like that.
2023-07-11Fix build_manpage.py with newer markdown versionsEmanuele Torre
The markdown python changed its API for markdown extensions. Bumping the markdown package version in previous commits broke docs/build_manpage.py since it was using registering an extension with the old API.
2023-07-10Use jinja2 ==3.0.2 for nowEmanuele Torre
We are using some deprecated jinja2 features that have been removed in newer versions.
2023-07-10Revert "Update docs/Pipfile.lock"Nicolas Williams
This reverts commit 7fba85095b83659e121819b8f55c0a1b90befd13.
2023-07-10Update docs/Pipfile.lockEmanuele Torre
2023-07-10Update docs/README.mdNicolas Williams
2023-07-10manual.yml: further tweaks re map and map_valuespkoppstein
Further tweaks, e.g. i.f.o. explicitness: `map_values(f)` outputs an array if given an array, or an object if given an object.
2023-07-10manual.yml: further tweaks re map and map_valuespkoppstein
A more systematic exposition
2023-07-10manual.yml: clarify explanation of map_values, including description of new ↵pkoppstein
behavior #2466
2023-07-09Fix manual on paths/1 to use boolean filter for its argumentitchyny
2023-07-08Fix nth/2 to emit empty on index out of rangeitchyny
2023-07-08Fix the latest manual on string multiplication by zeroitchyny
2023-07-07Remove deprecated filters: leaf_paths, recurse_downitchyny
2023-07-05manual.yml: pick(pathexps)pkoppstein
Change formal parameter name
2023-07-05builtin: add pick(stream)pkoppstein
pick(stream) works on both arrays and objects Restrictions on the dot-paths are specified in manual.yml See #2578
2023-07-04Support optional else-branch for if-then-elif-end (#2598)Mattias Wadman
2023-07-04Revamp sub/3 to resolve most issues with gsub (and sub with "g") (#2641)pkoppstein
The primary purpose of this commit is to rectify most problems with `gsub` (and also `sub` with the `g` option), in particular fix #1425 ('\b'), fix #2354 (lookahead), and fix #2532 (regex == `"^(?!cd ).*$|^cd "`). This commit also partly resolves #2148 and resolves #1206 in that `gsub` no longer loops infinitely; however, because the new `gsub` depends critically on `match/2`, the behavior when regex == `""` is sometimes non-standard. The documentation has been updated to reflect the fact that `sub` and `gsub` are intended to be regular in the second argument. Also, `_nwise/1` has been tweaked to take advantage of TCO.
2023-07-03manual.yml: fix references to javascript, and clarify semantics of == (#2645)pkoppstein
remove inaccurate and confusing references to javascript; clarify semantics of ==
2023-07-03Fix the default search paths and documentation (#2093)itchyny
2023-06-30Move an example to the manual and regenerate man.test (#2639)itchyny
2023-06-22Fix manual section titles, minor typos, and improve inline codes (#2626)itchyny
2023-06-21Document `length` for numbers and bools (#2625)Alex Jurkiewicz
This was added in ae7a042876130c471dce28a4396abc215192eaa9 but not explicitly documented.
2023-06-20Improve Download page: drop versions for each package manager (#2619)itchyny
2023-06-16Added usage under Powershell to the manual (#2306)Dawid Ferenczy Rogožan
2023-06-16Fedora link returns 404 (#2067)calpeconsulting
2023-06-16Add Windows installation via scoop (#2188)Marcin Kłopotek
2023-06-16manual.yml - Perl NG (#2614)pkoppstein
2023-06-14Add a note about how to provide positional arguments without confusing the ↵Rob Wills
arg parser (#1989)
2023-06-14Fix regular expression section on PCRE (fix #2439), also improve example ↵itchyny
format (#2613)
2023-06-13Fix misspellings (#2609)Josh Soref
2023-06-13Link to the Onigurama docs (#2355)AJ Jordan
2023-06-08docs: Fix coding style of Python scripts using YAPF (#2606)itchyny
2023-06-07docs: Fix example outputs added in #2391itchyny
2023-06-07Add fixes for manual (#2391)Benjamin Wuethrich
2023-06-07fix typos in manual.yml (#2102)Timothy John Perisho Eccleston
2023-06-06docs: Fix a try-catch example (fix #1558, #1777) (#2605)itchyny
2023-06-06docs: fix typo in halt_error example (#2336)Henré Botha
2023-06-06docs: clarify split behavior (#2462)Lucas Trzesniewski
2023-06-06[docs] Use yaml.safe_load() in build_*.py scripts (#2432)nmulcahey
Co-authored-by: itchyny <itchyny@cybozu.co.jp>
2023-06-06Key should be "foo" without spaces (#2212)Matti Åstrand
2023-06-06Replace find with select function as the example of jq-coded functions (#1962)itchyny
2023-06-06Show missing backslash in manual (#2492)itchyny
2023-06-06Show missing backslash in manual (#2492)zstadler
2023-06-06docs: install via winget (#2600)eitsupi
2023-06-06Add a GitHub Actions workflow to build and update website (#2603)itchyny
2023-06-06Improve docs of optional indexing syntax to make it clear (ref #2588) (#2604)itchyny
* Revert "Typo in basic filters manual (#2588)" This reverts commit 908f5d54a7897bc31c85ddcb9737463c1df30faf. * Improve docs of optional indexing syntax to make it clear
2023-06-04Typo in basic filters manual (#2588)Benoit de Chezelles
Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>
2023-06-04docs: Update Flex URL (#2582)Tom Wolf
Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>