Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f577e7

Browse files
committed
regex and regsub are obsolete and Evil, so don't include them in the club.
1 parent e9133f7 commit 7f577e7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/Makefile.deps

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
6666
../lib/libstring.tex \
6767
../lib/libcodecs.tex \
6868
../lib/libunicodedata.tex \
69-
../lib/libregex.tex \
70-
../lib/libregsub.tex \
7169
../lib/libstruct.tex \
7270
../lib/libmisc.tex \
7371
../lib/libmath.tex \

Doc/lib/lib.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ \chapter*{Front Matter\label{front}}
100100
\input{libstrings} % String Services
101101
\input{libstring}
102102
\input{libre}
103-
\input{libregex}
104-
\input{libregsub}
103+
%\input{libregex}
104+
%\input{libregsub}
105105
\input{libstruct}
106106
\input{libfpformat}
107107
\input{libstringio}

0 commit comments

Comments
 (0)