fish-shell/doc_src
Michael Steed d83ef07ca7 Merge new string builtin
This adds the new builtin 'string' which supports various string
manipulation and matching algorithms, including PCRE based regular
expressions.

Fixes #2296

Squashed commit of the following:

commit 4c3eaeb6e57d76463e9683c327142b0aeafb92b8
Author: ridiculousfish <corydoras@ridiculousfish.com>
Date:   Sat Sep 12 12:51:30 2015 -0700

    Remove testdata and doc dirs from pcre2 source

commit b2a8b4b50f2398b204fb72cfe4b5ba77ece2e1ab
Merge: 11c8a47 7974aab
Author: ridiculousfish <corydoras@ridiculousfish.com>
Date:   Sat Sep 12 12:32:40 2015 -0700

    Merge branch 'string' of git://github.com/msteed/fish-shell into string-test

commit 7974aab6d3
Author: Michael Steed <msteed@saltstack.com>
Date:   Fri Sep 11 13:00:02 2015 -0600

    build pcre2 lib only, no docs

commit eb20b43d2d
Merge: 1a09e70 5f519cb
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Sep 10 20:00:47 2015 -0600

    Merge branch 'string' of github.com:msteed/fish-shell into string

commit 1a09e709d0
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Sep 10 19:58:24 2015 -0600

    rebase on master & address the fallout

commit a0ec9772cd
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Sep 10 19:26:45 2015 -0600

    use fish's wildcard_match() for glob matching

commit 64c25a01e3
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Aug 27 08:19:23 2015 -0600

    some fixes from review

    - string_get_arg_stdin(): simplify and don't discard the argument when
      the trailing newline is absent
    - fix calls to pcre2 for e.g. string match -r -a 'a*' 'b'
    - correct test for args coming from stdin

commit ece7f35ec5
Author: Michael Steed <msteed68@gmail.com>
Date:   Sat Aug 22 19:35:56 2015 -0600

    fixes from review

    - Makefile.in: restore iwyu target
    - regex_replacer_t::replace_matches(): correct size passed to realloc()

commit 9ff7477a92
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Aug 20 13:08:33 2015 -0600

    Minor doc improvements

commit baf4e096b2
Author: Michael Steed <msteed68@gmail.com>
Date:   Wed Aug 19 18:29:02 2015 -0600

    another attempt to fix the ci build

commit 896a2c2b27
Author: Michael Steed <msteed68@gmail.com>
Date:   Wed Aug 19 18:03:49 2015 -0600

    Updates after review comments

    - make match/replace without -a operate on the first match on each
      argument
    - use different exit codes for "no operation performed" and errors, as
      grep does
    - refactor regex compile code
    - use human-friendly error messages from pcre2
    - improve error handling & reporting elsewhere
    - add a few tests
    - make some doc fixes
    - some simplification & cleanup
    - fix ci build failure (I hope)

commit efd47dcbda
Author: Michael Steed <msteed68@gmail.com>
Date:   Wed Aug 12 00:26:07 2015 -0600

    fix dependencies for parallel make

commit ed0850e2db
Author: Michael Steed <msteed68@gmail.com>
Date:   Tue Aug 11 23:37:22 2015 -0600

    Add missing pcre2 files + .gitignore

commit 9492e7a7e9
Author: Michael Steed <msteed68@gmail.com>
Date:   Tue Aug 11 22:44:05 2015 -0600

    add pcre2-10.20 and update license.hdr

commit 1a60b93371
Author: Michael Steed <msteed68@gmail.com>
Date:   Tue Aug 11 22:41:19 2015 -0600

    add string builtin files

    - string builtin source, tests, & docs
    - changes to configure.ac & Makefile.in

commit 5f519cb2a2
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Sep 10 19:26:45 2015 -0600

    use fish's wildcard_match() for glob matching

commit 2ecd24f795
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Aug 27 08:19:23 2015 -0600

    some fixes from review

    - string_get_arg_stdin(): simplify and don't discard the argument when
      the trailing newline is absent
    - fix calls to pcre2 for e.g. string match -r -a 'a*' 'b'
    - correct test for args coming from stdin

commit 45b777e4dc
Author: Michael Steed <msteed68@gmail.com>
Date:   Sat Aug 22 19:35:56 2015 -0600

    fixes from review

    - Makefile.in: restore iwyu target
    - regex_replacer_t::replace_matches(): correct size passed to realloc()

commit 981cbb6ddf
Author: Michael Steed <msteed68@gmail.com>
Date:   Thu Aug 20 13:08:33 2015 -0600

    Minor doc improvements

commit ddb6a2a8fd
Author: Michael Steed <msteed68@gmail.com>
Date:   Wed Aug 19 18:29:02 2015 -0600

    another attempt to fix the ci build

commit 1e34e3191b
Author: Michael Steed <msteed68@gmail.com>
Date:   Wed Aug 19 18:03:49 2015 -0600

    Updates after review comments

    - make match/replace without -a operate on the first match on each
      argument
    - use different exit codes for "no operation performed" and errors, as
      grep does
    - refactor regex compile code
    - use human-friendly error messages from pcre2
    - improve error handling & reporting elsewhere
    - add a few tests
    - make some doc fixes
    - some simplification & cleanup
    - fix ci build failure (I hope)

commit 34232e152d
Author: Michael Steed <msteed68@gmail.com>
Date:   Wed Aug 12 00:26:07 2015 -0600

    fix dependencies for parallel make

commit 00d7e78169
Author: Michael Steed <msteed68@gmail.com>
Date:   Tue Aug 11 23:37:22 2015 -0600

    Add missing pcre2 files + .gitignore

commit 4498aa5f57
Author: Michael Steed <msteed68@gmail.com>
Date:   Tue Aug 11 22:44:05 2015 -0600

    add pcre2-10.20 and update license.hdr

commit 290c58c72e
Author: Michael Steed <msteed68@gmail.com>
Date:   Tue Aug 11 22:41:19 2015 -0600

    add string builtin files

    - string builtin source, tests, & docs
    - changes to configure.ac & Makefile.in
2015-09-21 16:41:25 -07:00
..
abbr.txt abbr: rename --remove to --erase 2015-05-22 09:48:39 +08:00
alias.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
and.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
ascii_fish.png Addition of 'ascii fish' logo 2014-09-03 14:43:27 +01:00
begin.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
bg.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
bind.txt document new input functions 2015-06-04 12:09:02 -07:00
block.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
break.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
breakpoint.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
builtin.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
case.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
cd.txt Document cd - 2015-09-20 15:25:13 +02:00
command.txt Rebase documentation changes 2014-09-03 15:10:53 +01:00
commandline.txt commandline docs: Add examples for the filters 2015-09-11 21:05:55 +02:00
commands.hdr.in Update menus for consistency 2014-09-07 17:35:19 +01:00
complete.txt Fix a typo in documentation for 'complete' 2015-09-10 18:09:08 -07:00
contains.txt contains: add documentation regarding the use of -- 2014-10-26 19:02:03 +08:00
continue.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
count.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
design.hdr docs/design.hdr: inclusive lanugage 2015-08-17 20:27:13 +08:00
dirh.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
dirs.txt Document dirs -c 2015-09-11 11:33:04 +02:00
echo.txt Fix doc example for echo 2014-10-01 15:30:36 -07:00
else.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
emit.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
end.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
eval.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
exec.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
exit.txt Updated exit.txt reference to source 2015-03-18 16:22:29 -04:00
false.txt Make false/true into builtins 2014-09-29 13:39:35 -07:00
faq.hdr death of mimedb: remove mimedb from the tree 2015-07-23 14:35:35 +08:00
fg.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
fish.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
fish_config.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
fish_indent.txt Clarify some documentation regarding fish_indent 2014-12-24 13:05:31 -08:00
fish_prompt.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
fish_right_prompt.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
fish_update_completions.txt Documentation update 2014-09-03 14:43:24 +01:00
fish_vi_mode.txt Add some simple documentation for fish_vi_mode 2015-06-04 13:18:17 -07:00
for.txt Mention that for variables are local. 2015-02-06 07:48:47 +01:00
FORMATTING.md Fixed a couple of typos 2014-09-07 17:43:58 +01:00
funced.txt Use $VISUAL before $EDITOR in funced 2015-09-02 13:55:59 +02:00
funcsave.txt docs: Improve autoloading/event documentation 2015-09-11 11:33:04 +02:00
function.txt documents function options must follow name 2015-05-17 14:45:54 -04:00
functions.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
help.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
history.txt Rebase documentation changes 2014-09-03 15:10:53 +01:00
if.txt Add multi-condition example to if documentation 2015-09-11 11:33:04 +02:00
index.hdr.in Document that only variable expansion occurs in "" 2015-09-20 15:31:41 +02:00
isatty.txt isatty: revert to previous behaviour 2015-02-01 18:18:34 +08:00
jobs.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
license.hdr Merge new string builtin 2015-09-21 16:41:25 -07:00
math.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
nextd.txt Consistency fixes 2014-09-03 14:43:27 +01:00
not.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
open.txt open: drop mimedb dependency 2015-07-23 14:26:38 +08:00
or.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
popd.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
prevd.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
printf.txt printf docs: Improve wording 2015-09-11 11:33:04 +02:00
psub.txt Consistency fixes 2014-09-03 14:43:27 +01:00
pushd.txt Document pushd "+N" and "-N" 2015-09-11 11:33:04 +02:00
pwd.txt Simplify styling 2014-09-03 14:43:25 +01:00
random.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
read.txt Add --right-prompt flag to read 2014-09-21 21:10:07 -07:00
return.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
set.txt Consistency fixes 2014-09-03 14:43:27 +01:00
set_color.txt Document set_color resetting both for "normal" 2015-09-20 17:27:17 +02:00
source.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
status.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
string.txt Merge new string builtin 2015-09-21 16:41:25 -07:00
suspend.txt Suspend docs: Fix typo 2015-09-06 15:03:43 +02:00
switch.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
test.txt test: note that the square bracket form is available 2014-12-28 19:03:26 +08:00
trap.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
true.txt Make false/true into builtins 2014-09-29 13:39:35 -07:00
tutorial.hdr docs: Rename cross to cartesian product, clarify 2015-09-17 14:17:52 +02:00
type.txt Rebase documentation changes 2014-09-03 15:10:53 +01:00
ulimit.txt Various additions and fixes 2014-09-03 14:43:27 +01:00
umask.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
user_doc.css Clean up font declarations 2014-09-23 12:14:20 +01:00
user_doc.footer.html Documentation update 2014-09-03 14:43:24 +01:00
user_doc.header.html Documentation update 2014-09-03 14:43:24 +01:00
vared.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00
while.txt Make line length, wrapping and spacing consistent 2014-09-03 14:43:26 +01:00