mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
97be837ff5
This performs *most* of the pcreectomy ofb418e36f22
. It removes the tests and docs and all the large files, but it does *not* touch any of the files except for making Find_Package quiet (783a895b11
) or remove the AUTHORS and similar files as they are very small. This seems much easier, cleaner, nicer and has 90% of the effect of the old - the size now is 2.7MB instead of 2.1MB, down from 10MB. Fixes #7599
36 lines
736 B
Text
Vendored
36 lines
736 B
Text
Vendored
THE MAIN PCRE2 LIBRARY CODE
|
|
---------------------------
|
|
|
|
Written by: Philip Hazel
|
|
Email local part: Philip.Hazel
|
|
Email domain: gmail.com
|
|
|
|
University of Cambridge Computing Service,
|
|
Cambridge, England.
|
|
|
|
Copyright (c) 1997-2020 University of Cambridge
|
|
All rights reserved
|
|
|
|
|
|
PCRE2 JUST-IN-TIME COMPILATION SUPPORT
|
|
--------------------------------------
|
|
|
|
Written by: Zoltan Herczeg
|
|
Email local part: hzmester
|
|
Emain domain: freemail.hu
|
|
|
|
Copyright(c) 2010-2020 Zoltan Herczeg
|
|
All rights reserved.
|
|
|
|
|
|
STACK-LESS JUST-IN-TIME COMPILER
|
|
--------------------------------
|
|
|
|
Written by: Zoltan Herczeg
|
|
Email local part: hzmester
|
|
Emain domain: freemail.hu
|
|
|
|
Copyright(c) 2009-2020 Zoltan Herczeg
|
|
All rights reserved.
|
|
|
|
####
|