pcre2/doc
Philip.Hazel c722bf2399 Documentation update. 2018-08-03 16:56:54 +00:00
..
html Documentation update. 2018-08-03 16:56:54 +00:00
index.html.src Fix typo. 2018-07-11 09:48:32 +00:00
pcre2-config.1
pcre2-config.txt
pcre2.3 Documentation update. 2018-07-11 10:06:51 +00:00
pcre2.txt Documentation update. 2018-08-03 16:56:54 +00:00
pcre2_callout_enumerate.3
pcre2_code_copy.3
pcre2_code_copy_with_tables.3
pcre2_code_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_compile.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_compile_context_copy.3
pcre2_compile_context_create.3
pcre2_compile_context_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_config.3 Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C. 2017-09-16 11:39:38 +00:00
pcre2_convert_context_copy.3 Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2_convert_context_create.3 Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2_convert_context_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_converted_pattern_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_dfa_match.3 Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace 2018-04-27 16:48:35 +00:00
pcre2_general_context_copy.3
pcre2_general_context_create.3
pcre2_general_context_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_get_error_message.3
pcre2_get_mark.3 Source tidies and version etc. updates for 10.31-RC1. 2018-01-13 16:53:02 +00:00
pcre2_get_ovector_count.3
pcre2_get_ovector_pointer.3
pcre2_get_startchar.3
pcre2_jit_compile.3
pcre2_jit_free_unused_memory.3
pcre2_jit_match.3
pcre2_jit_stack_assign.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_jit_stack_create.3 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2_jit_stack_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_maketables.3 Code tidies for 10.30-RC1 release candidate. 2017-07-19 16:04:15 +00:00
pcre2_match.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_match_context_copy.3
pcre2_match_context_create.3
pcre2_match_context_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_match_data_create.3
pcre2_match_data_create_from_pattern.3
pcre2_match_data_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_pattern_convert.3 Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2_pattern_info.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_serialize_decode.3 Documentation update to clarify what PCRE2 serialization is. 2018-06-27 17:20:58 +00:00
pcre2_serialize_encode.3 Documentation update to clarify what PCRE2 serialization is. 2018-06-27 17:20:58 +00:00
pcre2_serialize_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_serialize_get_number_of_codes.3 Documentation update to clarify what PCRE2 serialization is. 2018-06-27 17:20:58 +00:00
pcre2_set_bsr.3
pcre2_set_callout.3
pcre2_set_character_tables.3
pcre2_set_compile_extra_options.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_set_compile_recursion_guard.3
pcre2_set_depth_limit.3
pcre2_set_glob_escape.3 Document experimental pattern conversion functions and remove unimplemented 2017-07-12 16:34:49 +00:00
pcre2_set_glob_separator.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_set_heap_limit.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2_set_match_limit.3
pcre2_set_max_pattern_length.3
pcre2_set_newline.3 Code tidies for 10.30-RC1 release candidate. 2017-07-19 16:04:15 +00:00
pcre2_set_offset_limit.3
pcre2_set_parens_nest_limit.3
pcre2_set_recursion_limit.3 Code tidies for 10.30-RC1 release candidate. 2017-07-19 16:04:15 +00:00
pcre2_set_recursion_memory_management.3
pcre2_substitute.3 Code tidies for 10.30-RC1 release candidate. 2017-07-19 16:04:15 +00:00
pcre2_substring_copy_byname.3
pcre2_substring_copy_bynumber.3
pcre2_substring_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_substring_get_byname.3
pcre2_substring_get_bynumber.3
pcre2_substring_length_byname.3
pcre2_substring_length_bynumber.3
pcre2_substring_list_free.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2_substring_list_get.3
pcre2_substring_nametable_scan.3
pcre2_substring_number_from_name.3
pcre2api.3 Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White 2018-08-03 09:38:36 +00:00
pcre2build.3 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2callout.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2compat.3 Documentation update regarding \Q handling. 2018-07-28 15:08:22 +00:00
pcre2convert.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2demo.3 Documentation update. 2017-12-24 10:27:13 +00:00
pcre2grep.1 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2grep.txt More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2jit.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2limits.3 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2matching.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2partial.3
pcre2pattern.3 Documentation update. 2018-08-03 16:56:54 +00:00
pcre2perform.3 More typos and changes to "Kibibytes" for "Kilobytes". 2018-06-18 14:03:33 +00:00
pcre2posix.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00
pcre2sample.3
pcre2serialize.3 Documentation update for NULL arguments. 2018-06-28 16:26:03 +00:00
pcre2syntax.3 Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White 2018-08-03 09:38:36 +00:00
pcre2test.1 Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) 2018-07-21 14:34:51 +00:00
pcre2test.txt Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) 2018-07-21 14:34:51 +00:00
pcre2unicode.3 Typos in documentation and comments noted by Jason Hood. 2018-06-17 14:13:28 +00:00