# HG changeset patch # User jwe # Date 1196874462 0 # Node ID ab394b6ed06d62a47eb5431a9a3144384d3fffda # Parent e8a3e3e33490b570754122e7a4fe3f70d2d06825 [project @ 2007-12-05 17:07:42 by jwe] diff -r e8a3e3e33490 -r ab394b6ed06d src/ChangeLog --- a/src/ChangeLog Wed Dec 05 01:18:42 2007 +0000 +++ b/src/ChangeLog Wed Dec 05 17:07:42 2007 +0000 @@ -1,5 +1,7 @@ 2007-12-04 John W. Eaton + * Makefile.in (INCLUDES): Add builtins.h to the list. + * src/oct-hist.cc (default_history_file): Use += instead of push_back to append character to std::string object. diff -r e8a3e3e33490 -r ab394b6ed06d src/Makefile.in --- a/src/Makefile.in Wed Dec 05 01:18:42 2007 +0000 +++ b/src/Makefile.in Wed Dec 05 17:07:42 2007 +0000 @@ -112,19 +112,19 @@ pt-jump.h pt-loop.h pt-mat.h pt-misc.h \ pt-pr-code.h pt-select.h pt-stmt.h pt-unop.h pt-walk.h \ -INCLUDES := Cell.h base-list.h c-file-ptr-stream.h comment-list.h \ - debug.h defun-dld.h defun-int.h defun.h dirfns.h dynamic-ld.h \ - error.h file-io.h gripes.h help.h input.h \ - lex.h load-path.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \ - ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ - mex.h mexproto.h \ - oct-errno.h oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ - oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h zfstream.h \ - oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ - parse.h pr-output.h procstream.h sighandlers.h siglist.h \ - sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \ - token.h toplev.h unwind-prot.h utils.h variables.h version.h \ - xdiv.h xpow.h \ +INCLUDES := Cell.h base-list.h builtins.h c-file-ptr-stream.h \ + comment-list.h debug.h defun-dld.h defun-int.h defun.h \ + dirfns.h dynamic-ld.h error.h file-io.h gripes.h help.h \ + input.h lex.h load-path.h load-save.h ls-hdf5.h \ + ls-mat-ascii.h ls-mat4.h ls-mat5.h ls-oct-ascii.h \ + ls-oct-binary.h ls-utils.h mex.h mexproto.h oct-errno.h \ + oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ + oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ + zfstream.h oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h \ + pager.h parse.h pr-output.h procstream.h sighandlers.h \ + siglist.h sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \ + token.h toplev.h unwind-prot.h utils.h variables.h \ + version.h xdiv.h xpow.h \ $(OV_INCLUDES) \ $(PT_INCLUDES) \ $(OV_SPARSE_INCLUDES)