comparison libinterp/corefcn/utils.cc @ 30587:5d379d2ad903

strcase-wrappers: Add wrappers for strcasecmp and strncasecmp. * liboctave/wrappers/strcase-wrappers.h, liboctave/wrappers/strcase-wrappers.cc: Add new wrapper files. * liboctave/wrappers/module.mk: Add new files to build system. * liboctave/util/lo-cutils.h, liboctave/util/lo-cutils.c: Remove functions that have been moved to dedicated header files. * bootstrap.conf: Explicitly add strcase module. * libinterp/corefcn/oct-stream.cc, libinterp/corefcn/utils.cc: Include new header. See: https://octave.discourse.group/t/1998
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 31 Dec 2021 18:44:26 +0100
parents 83f9f8bda883
children 0826c503f294
comparison
equal deleted inserted replaced
30586:cdb9b90b907f 30587:5d379d2ad903
46 #include "oct-locbuf.h" 46 #include "oct-locbuf.h"
47 #include "oct-string.h" 47 #include "oct-string.h"
48 #include "pathsearch.h" 48 #include "pathsearch.h"
49 #include "quit.h" 49 #include "quit.h"
50 #include "str-vec.h" 50 #include "str-vec.h"
51 #include "strcase-wrappers.h"
51 #include "vasprintf-wrapper.h" 52 #include "vasprintf-wrapper.h"
52 53
53 #include "Cell.h" 54 #include "Cell.h"
54 #include "defun.h" 55 #include "defun.h"
55 #include "error.h" 56 #include "error.h"