# Automatically generated file --- DO NOT EDIT
2007-07-24 22:04  adb014

	* DESCRIPTION: Version numbering changes of all packages needed due
	  to inclusion of generic Makefile/configure in all packages

2007-03-28 20:54  adb014

	* DESCRIPTION: Update for the external dependencies

2007-03-20 23:13  adb014

	* src/autogen.sh: Ensure that configure script is executable

2007-03-18 06:22  gnumuthu

	* inst/: cstrcmp.m, editdistance.m, strjoin.m: FSF address

2007-03-18 06:18  gnumuthu

	* inst/base64encode.m: String type output & texinfo help

2007-03-18 06:09  gnumuthu

	* INDEX, inst/base64decode.m: Base64 decoder

2007-03-07 21:20  adb014

	* src/autogen.sh: Conditional build of configure file

2007-03-07 16:45  gnumuthu

	* INDEX, inst/strjoin.m: strjoin

2007-02-13 00:42  gnumuthu

	* INDEX, inst/editdistance.m: Update INDEX for cstrcmp(); added
	  texinfo doc for editdistance

2007-02-12 18:46  gnumuthu

	* inst/cstrcmp.m: C-like strcmp function, with Octave-strcmp
	  arguments/semantics

2007-01-30 23:23  adb014

	* DESCRIPTION: Add Autoload field to DESCRIPTION of main/ packages

2007-01-17 10:29  goffioul

	* src/pcregexp.cc: Reverse previous changes due to my
	  misunderstanding of OCTAVE_LOCAL_BUFFER

2007-01-16 06:35  goffioul

	* inst/strsort.m: reformat "dispatch" command for PKG_ADD

2007-01-16 06:34  goffioul

	* src/pcregexp.cc: replace variable size arrays with
	  OCTAVE_LOCAL_BUFFER

2006-12-07 09:10  gnumuthu

	* INDEX, inst/editdistance.m: Adding the levenshtein edit distance
	  algorithm to the strings tools, implemented as in the Wikipedia
	  article

2006-10-06 12:17  adb014

	* src/pcregexp.cc: Some INDEX fixes. Many more needed

2006-10-04 22:51  adb014

	* INDEX: Start fixing the main INDEX file and making a clearer
	  split with the octave core functions

2006-10-02 21:47  adb014

	* DESCRIPTION: Latest mega package manager update

2006-09-15 22:33  adb014

	* DESCRIPTION: Further automatic rpm build fixes

2006-08-28 22:06  adb014

	* .cvsignore: More package manager stuff

2006-08-25 21:49  adb014

	* src/: autogen.sh, configure.base, install-sh, octinst.sh.in:
	  Latest package manager mega patch, but not the last

2006-08-25 08:53  adb014

	* src/: .cvsignore, Makeconf.add, Makeconf.base, Makeconf.in,
	  Makefile, autogen.sh, configure.add, configure.base: Further
	  package manager updates. All but miscellaneous and audio should
	  build in main/. Some broken symlinks in image and octcdf still

2006-08-21 20:39  hauberg

	* inst/.cvsignore, src/.cvsignore: Added a lot of .cvsignore's in
	  main

2006-08-20 16:15  hauberg

	* COPYING, DESCRIPTION, Makeconf.add, Makefile, base64encode.m,
	  configure.add, pcregexp.cc, strsort.m, strtrim.m,
	  inst/base64encode.m, inst/strsort.m, inst/strtrim.m,
	  src/Makeconf.add, src/Makeconf.base, src/Makeconf.in,
	  src/Makefile, src/autogen.sh, src/configure.add,
	  src/configure.base, src/install-sh, src/octinst.sh.in,
	  src/pcregexp.cc: Changed the directory structure of strings to
	  match the package system

2006-06-02 08:36  adb014

	* mat2str.m: Remove files just added to octave 2.9.5+

2006-05-22 20:47  qspencer

	* strtok.m, strvcat.m: Removed m-files that were recently imported
	  into octave CVS.

2006-05-19 08:58  jwe

	* pcregexp.cc: [no log message]

2006-05-18 18:24  abarth93

	* strtrim.m: Initial import

2006-05-13 07:38  adb014

	* regexprep.m: Remove regexprep as faster version in octave

2006-04-23 18:57  pkienzle

	* regexprep.m: Fix substitution of different length replacement
	  string.

2006-04-23 18:45  pkienzle

	* regexprep.m: Add some docs; strip 'tokenize' option.

2006-04-23 18:32  pkienzle

	* regexprep.m: Quick hack of regexprep based on 2.9.5 regexp
	  function.

2006-03-29 16:04  qspencer

	* .cvsignore: clean up .cvsignore files.

2006-03-29 15:50  qspencer

	* Makefile, regexp.cc, str2double.m.in, strcmpi.m.in, strfind.m,
	  strmatch.m.in, strncmpi.m: Remove conditionally compiled files
	  and others present in octave 2.9.5.

2006-03-16 14:45  pkienzle

	* strncmp.m: Removed because it is now in Octave

2006-02-12 08:34  pkienzle

	* Makefile: regexp doesn't show up in Octave until after 2.9.4

2006-01-11 21:57  adb014

	* .cvsignore, Makefile, str2double.m, str2double.m.in, strcmpi.m,
	  strcmpi.m.in, strmatch.m, strmatch.m.in: Conditional build of
	  functions ported to 2.9.x

2006-01-07 06:11  adb014

	* .cvsignore: patch to allow 2.9.x autoload functionality to
	  replace symbolic links

2006-01-03 04:56  pkienzle

	* cellstr.m: Purge functions added to Octave

2006-01-02 12:13  schloegl

	* strfind.m: support of CELLSTR added; code and doce converted into
	  octave-style by WPYH

2005-12-17 22:32  adb014

	* INDEX: some index updates

2005-10-04 23:52  adb014

	* Makeconf.add, Makefile, configure.add, regexp.cc: Some mingw
	  fixes

2005-09-08 05:12  pkienzle

	* strsort.m, strvcat.m: [for Bill Denney] setstr -> char

2005-09-08 05:07  pkienzle

	* mat2str.m: [for Bill Denney] is_struct -> isstruct

2005-09-08 04:00  pkienzle

	* base64encode.m, cellstr.m, mat2str.m, strcmpi.m, strncmp.m,
	  strncmpi.m: [for Bill Denney] isstr -> ischar

2005-05-31 16:30  qspencer

	* str2double.m: Converted several files from DOS end-of-line to
	  UNIX-style (using the dos2unix utility). These files were
	  inconsistent with the line encoding used throughout the rest of
	  octave-forge.

2005-05-30 07:26  pkienzle

	* Makefile, configure.add: Try pcre-config if pcre.h is not
	  available.

2005-05-29 18:48  pkienzle

	* strtok.m: bug compatibility: make sure strtok works on column
	  strings as well.

2005-05-25 05:43  pkienzle

	* cellstr.m, strsort.m: Author/Copyright consistency

2005-04-13 13:27  pkienzle

	* configure.add: [for Dmitri Sergatoskov] typo in 'expressions'

2005-03-19 19:42  schloegl

	* strvcat.m: add support for cell-strings

2005-03-01 17:38  pkienzle

	* Makefile, pcregexp.cc: Make sure pcregexp compiles and passes the
	  tests

2005-03-01 17:33  pkienzle

	* configure.add: Don't append to LIBS when checking for a function
	  in a library

2005-03-01 13:39  pkienzle

	* Makefile: [For Heikki Junes] fix makefile conditional syntax

2005-03-01 05:30  pkienzle

	* Makeconf.add, Makefile, configure.add, pcregexp.cc: [for Stefan
	  van der Walt] added Perl compatible regular expressions

2004-11-16 10:18  pkienzle

	* INDEX: Add new functions

2004-11-01 19:37  schloegl

	* strfind.m: added

2004-09-01 15:49  schloegl

	* str2double.m: returns a cell array of strings as 3rd argout; use
	  of more specific EXIST improves performance

2004-07-08 06:56  pkienzle

	* mat2str.m, strmatch.m: Fix copyright strings.  Only one allowed
	  on top line so keep the most recent there and move the rest below
	  the license statement.  'And' copyrights still not handled
	  correctly.

2004-07-07 17:25  pkienzle

	* strtok.m: Correct tests; hide unimplemented features and known
	  bugs in sparse

2004-07-07 11:38  adb014

	* Makefile: Allow dist, distclean and clean targets to run without
	  Makeconf. Replace include with sinclude in Makefiles. Build fixed
	  and comm docs as part of dist target

2004-06-23 22:52  schloegl

	* str2double.m: improved performance using SSCANF

2004-06-23 16:21  schloegl

	* str2double.m: decimal delimiter included; works with xlsread;
	  minor fixes for 2.1.57

2004-06-19 22:18  pkienzle

	* INDEX: categorize new functions

2004-05-28 22:02  pkienzle

	* strmatch.m: Fix copyright statement so help works; clean up
	  formatting

2004-05-11 20:45  schloegl

	* str2double.m: bug fix for case that last number is a single digit

2004-04-23 16:14  schloegl

	* str2double.m: allow delimiters :/ these are useful for date&time
	  conversion; deal with empty input

2004-03-15 00:05  schloegl

	* strmatch.m: fix for CELL; strcmp must be used

2004-03-06 23:48  schloegl

	* str2double.m: dealing with char-array more straightforward

2004-03-05 20:16  schloegl

	* str2double.m: deblanking character array

2004-02-12 08:49  pkienzle

	* INDEX: Add some of the missing functions to the categorical index

2004-02-02 22:21  schloegl

	* str2double.m: support for user-defined delimiters

2004-02-01 19:40  schloegl

	* str2double.m: performance improvement - replace strtok by

2004-01-29 22:13  pkienzle

	* regexp.cc: Use std::vector rather than std::auto_ptr for
	  temporary memory

2004-01-25 15:56  schloegl

	* str2double.m: bug fix: empty remainder caused early return

2004-01-25 03:25  schloegl

	* str2double.m: support of char-arrays and cell-arrays of strings;
	  bugs fixes: space at the end, single sign

2004-01-23 09:22  schloegl

	* str2double.m: initial check-in

2003-12-12 23:05  pkienzle

	* regexp.cc: Distribute tests hardcoded in batch_test.m to their
	  respective function definition files

2003-11-11 22:40  pkienzle

	* INDEX: Transform "use <code>fn</code>" to "use <f>fn</f>", and
	  make it link to fn.  Fix links to octave-forge CVS Add links to
	  octave CVS We now walk the octave source tree instead of using
	  DOCSTRINGS, so some function descriptions are broken.  Perhaps we
	  could separate DOCSTRINGS from file locations somehow so everything
	  works nicely together.

2003-09-12 16:22  adb014

	* strmatch.m: Changes to allow use with latest CVS of octave
	  (do_fortran_indexing, etc)

2003-08-28 23:17  pkienzle

	* INDEX: Add some missing functions

2003-06-13 09:18  schloegl

	* strmatch.m: support for cell arrays included

2003-06-01 21:36  pkienzle

	* .cvsignore: Ignore build targets when doing cvs -q update -dP ---
	  makes it easier to notice that files have been added.

2003-05-15 23:25  pkienzle

	* regexp.cc: OCTAVE_LOCAL_BUFFER now requires #include <memory>

2003-03-05 16:31  pkienzle

	* regexp.cc: Backport to octave-2.1.36

2003-02-23 04:28  pkienzle

	* cellstr.m: convert a character matrix into a cell array

2003-02-21 00:03  pkienzle

	* regexp.cc: Use of "T x[n]" where n is not constant is a g++
	  extension so replace it with OCTAVE_LOCAL_BUFFER(T,x,n), and other
	  things to keep the picky MipsPRO CC compiler happy.

2003-02-14 17:36  pkienzle

	* strsort.m: Overload the sort function for use with strings.

2002-11-30 14:51  pkienzle

	* base64encode.m: Add author line

2002-11-27 09:40  pkienzle

	* mat2str.m: author/license updates

2002-11-04 11:28  etienne

	* strvcat.m: varargin changes

2002-06-07 16:02  pkienzle

	* mat2str.m: (Rolf Fabian) accept complex arguments (Paul Kienzle)
	  handle []

2002-04-23 23:36  pkienzle

	* INDEX, base64encode.m: Add base64 encoding routine

2002-04-11 06:28  pkienzle

	* INDEX: More categorization --- mostly complete now

2002-04-09 22:49  pkienzle

	* INDEX: Split main.idx into individual subdirectories to make it
	  more manageable

2002-04-05 16:49  pkienzle

	* regexp.cc: Fix returned indices so that they return the substring
	  only

2002-03-29 13:52  pkienzle

	* regexp.cc: Use 1-origin indices for the string offsets

2002-03-28 15:01  pkienzle

	* mat2str.m: (for Andreas Helms) convert with a specified precision

2002-03-18 08:43  pkienzle

	* Makefile: Makefiles more consistent; accept optional "install"
	  target in tertiary makes

2002-03-14 16:48  pkienzle

	* str_incr.m: ## * remove dependency on str_incr ## * return list
	  of strings for %s rather than character matrix ## * proper handling
	  of leading text ## * handle %* and %%

2002-03-13 23:05  pkienzle

	* Makefile, regexp.cc: POSIX regular expressions

2002-01-31 06:59  alnd

	* mat2str.m, strcmpi.m, strncmp.m, strncmpi.m, strvcat.m:

	  Cosmetic changes in the comment section for 'Copyright' and/or
	  'Author' lines to enable parsing by the admin/get_authors script and
	  automatic generation of the AUTHORS file.  No changes to executable
	  code!

2001-12-15 23:01  alnd

	* str_incr.m:

	  Put usage info in standard format.

2001-12-05 06:40  alnd

	* str_incr.m:

	  This function called by main/io/textread.m.

2001-10-10 21:54  pkienzle

	* mat2str.m, strcmpi.m, strmatch.m, strncmp.m, strncmpi.m,
	  strtok.m, strvcat.m: Initial revision

2001-10-10 21:54  pkienzle

	* mat2str.m, strcmpi.m, strmatch.m, strncmp.m, strncmpi.m,
	  strtok.m, strvcat.m: revised heirarchy

