2001-10-08 14:09:06 +00:00
|
|
|
|
2001-10-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
|
|
|
|
|
several methods)
|
|
|
|
|
(findtexfile): oops! the change from last friday was wrong...
|
|
|
|
|
|
|
|
|
|
* os_win32.C (is_absolute_path):
|
|
|
|
|
* os_unix.C (is_absolute_path):
|
|
|
|
|
* os_os2.C (is_absolute_path): new method
|
|
|
|
|
|
2001-10-08 12:37:39 +00:00
|
|
|
|
2001-10-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* filetools.C (findtexfile): apply os::internal_path to the result.
|
|
|
|
|
|
2001-10-04 09:57:02 +00:00
|
|
|
|
2001-07-02 Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
|
|
|
|
|
|
|
|
|
|
* os_win32.C:
|
|
|
|
|
* os_unix.C:
|
|
|
|
|
* os_os2.C:
|
|
|
|
|
* os.h: add internal_path method, which converts a unix-type file
|
|
|
|
|
name to the type known to the underlying file system (currently
|
|
|
|
|
only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
|
|
|
|
|
|
2001-08-18 11:41:10 +00:00
|
|
|
|
2001-08-18 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* smart_ptr.h: new file
|
|
|
|
|
|
|
|
|
|
* utility.h: new file
|
|
|
|
|
|
2001-08-01 10:08:53 +00:00
|
|
|
|
2001-08-01 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* filetools.h:
|
|
|
|
|
* filetools.C (IsDirWriteable): fix this
|
|
|
|
|
|
2001-07-28 12:24:16 +00:00
|
|
|
|
2001-07-26 Baruch Even <baruch@lyx.org>
|
|
|
|
|
|
|
|
|
|
* lyxlib.h (float_equal): Added function to compare floats almost equal
|
|
|
|
|
(see function comment).
|
|
|
|
|
|
2001-07-13 14:03:48 +00:00
|
|
|
|
2001-07-13 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
Consistent use of Lsstream.h:
|
|
|
|
|
* filetools.C (GetFileContents): std::ostringstream -> ostringstream.
|
|
|
|
|
|
2001-07-12 11:11:10 +00:00
|
|
|
|
2001-07-12 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* translator.h: (*it). -> it->
|
|
|
|
|
|
2001-06-27 14:10:35 +00:00
|
|
|
|
2001-06-26 The LyX Project <lyx@violet.home.sad.it>
|
|
|
|
|
|
|
|
|
|
* filetools.C (DeleteAllFilesInDir): send debug output to
|
|
|
|
|
Debug::FILES instewad of Debug::ANY.
|
|
|
|
|
|
|
|
|
|
* DebugStream.h: remove gcc 2.8.x hack.
|
|
|
|
|
|
|
|
|
|
2001-06-26 The LyX Project <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* lstrings.h:
|
|
|
|
|
* lstrings.C (escape): move method to escape non ascii characters
|
|
|
|
|
from insets label and ref to here.
|
|
|
|
|
|
|
|
|
|
2001-06-25 The LyX Project <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* filetools.C (IsLyXFilename):
|
|
|
|
|
(IsSGMLFilename): do case insensitive name matching
|
|
|
|
|
|
2001-06-25 00:06:33 +00:00
|
|
|
|
2001-06-24 The LyX Project <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* lstrings.C (compare_ascii_no_case): version of compare_no_case
|
|
|
|
|
which only considers case of ascii characters
|
|
|
|
|
|
|
|
|
|
* lyxstring.C (replace): added for compatibility with gcc 2.95.3+
|
|
|
|
|
sstream header.
|
|
|
|
|
|
|
|
|
|
2001-06-23 The LyX Project <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* textutils.h (IsPrintable): take into account unprintable spaces
|
|
|
|
|
above 127.
|
|
|
|
|
(IsDigit): new function
|
|
|
|
|
(IsLetterCharOrDigit): use IsDigit
|
|
|
|
|
|
2001-06-21 10:55:48 +00:00
|
|
|
|
2001-06-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* filetools.C (findtexfile): strip final \r if necessary (for
|
|
|
|
|
cygwin)
|
|
|
|
|
|
2001-06-14 08:20:41 +00:00
|
|
|
|
2001-06-19 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* FileInfo.C:
|
|
|
|
|
* StrPool.C: removed // -*- C++ -*- as first line.
|
|
|
|
|
|
2001-06-01 12:10:06 +00:00
|
|
|
|
2001-06-01 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* lyxsum.C (do_crc): switch to use boost::crc for generating the
|
|
|
|
|
checksum.
|
|
|
|
|
|
2001-06-01 10:53:24 +00:00
|
|
|
|
2001-06-01 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* lstrings.C:
|
|
|
|
|
* syscall.C:
|
|
|
|
|
* syscontr.C:
|
|
|
|
|
* LSubstring.C: bring C functions in global namespace if
|
|
|
|
|
necessary.
|
|
|
|
|
|
|
|
|
|
* lstrings.h (compare): use the std:: version of str[n]cmp only
|
|
|
|
|
when it exists.
|
|
|
|
|
|
2001-05-31 02:23:46 +00:00
|
|
|
|
2001-05-31 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* syscontr.C: add std::
|
|
|
|
|
|
|
|
|
|
* syscall.C: add std::
|
|
|
|
|
|
|
|
|
|
* lstrings.h (compare): add std::
|
|
|
|
|
|
|
|
|
|
* lstrings.C (prefixIs): add std::
|
|
|
|
|
(suffixIs): ditto
|
|
|
|
|
(subst): ditto
|
|
|
|
|
|
|
|
|
|
* LSubstring.C (LSubstring): add std::
|
|
|
|
|
|
2001-05-30 13:17:50 +00:00
|
|
|
|
2001-05-30 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* lyxsum.C (sum): use istreambuf_iterator when available.
|
|
|
|
|
|
2001-05-29 09:50:02 +00:00
|
|
|
|
2001-05-29 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* lyxsum.C (sum): don't use sstream anymore, use istream_iterator
|
|
|
|
|
directly instead.
|
|
|
|
|
|
|
|
|
|
* lyxstring.C (operator): make const operator[] behave as
|
|
|
|
|
non-const and at.
|
|
|
|
|
|
2001-05-22 12:38:23 +00:00
|
|
|
|
2001-05-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (EXTRA_DIST): add the os_*.C files.
|
|
|
|
|
|
2001-05-21 13:07:45 +00:00
|
|
|
|
2001-05-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* filetools.C (MakeAbsPath): remove debugging statement
|
|
|
|
|
|
2001-05-17 15:11:01 +00:00
|
|
|
|
2001-05-16 Ruurd Reitsma <r.a.reitsma@wbmt.tudelft.nl>
|
|
|
|
|
|
|
|
|
|
* FileInfo.h: X_OK workaround for cygwin
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* os.C:
|
|
|
|
|
* os.h:
|
|
|
|
|
* os_os2.C:
|
|
|
|
|
* os_unix.C:
|
|
|
|
|
* os_win32.C:
|
|
|
|
|
* filetools.C:
|
|
|
|
|
* filetools.h: Added os:: class.
|
|
|
|
|
|
|
|
|
|
* rename.C:
|
|
|
|
|
* syscall.C:
|
|
|
|
|
* tempname.C: OS/2 fixes
|
|
|
|
|
|
2001-05-03 14:31:33 +00:00
|
|
|
|
2001-05-03 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* textutils.h: remvoe !NEW_INSETS cruft
|
|
|
|
|
|
2001-05-02 10:47:07 +00:00
|
|
|
|
2001-05-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* fmt.C:
|
|
|
|
|
* atoi.C: add using directives when needed for C functions
|
|
|
|
|
declared in std:: namespace.
|
|
|
|
|
|
2001-04-25 19:33:52 +00:00
|
|
|
|
2001-04-25 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* lstrings.C : add two helper structs, local_lowercase and
|
|
|
|
|
local_uppercase.
|
|
|
|
|
(lowercase): change to use std::transform
|
|
|
|
|
(uppercase): change to use std::transform
|
|
|
|
|
|
2001-04-25 01:39:27 +00:00
|
|
|
|
2001-04-25 Allan Rae <rae@lyx.org>
|
|
|
|
|
|
|
|
|
|
* lyxstring.C : Assert got moved and Lars missed a few.
|
|
|
|
|
|
2001-04-24 15:25:26 +00:00
|
|
|
|
2001-04-24 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* LAssert.h (Assert): put into namespace lyx
|
|
|
|
|
|
|
|
|
|
* lyxfunctional.h: put into namespace lyx
|
|
|
|
|
* translator.h: adjust
|
|
|
|
|
|
2001-04-17 14:22:53 +00:00
|
|
|
|
2001-04-17 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* lyxalgo.h: put into namespace lyx, add firster and copy_if
|
|
|
|
|
|
|
|
|
|
* FileInfo.h: inherit privately from noncopyable
|
|
|
|
|
* path.h: ditto
|
|
|
|
|
|
2001-04-17 00:19:49 +00:00
|
|
|
|
2001-04-16 Allan Rae <rae@lyx.org>
|
|
|
|
|
|
|
|
|
|
* tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
|
|
|
|
|
as an unrecognised preprocessor directive. So ensure they're wrapped.
|
|
|
|
|
|
2001-03-15 16:04:46 +00:00
|
|
|
|
2001-03-15 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
2001-03-15 18:21:56 +00:00
|
|
|
|
* several files: remove CXX_WORKING_NAMESPACES
|
|
|
|
|
|
2001-03-15 16:04:46 +00:00
|
|
|
|
* FileInfo.h: noncopyable is in namespace boost
|
|
|
|
|
* path.h: ditto
|
|
|
|
|
|
2001-03-01 15:03:52 +00:00
|
|
|
|
2001-02-16 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* syscontr.h: fix header include
|
|
|
|
|
|
2001-03-01 14:26:01 +00:00
|
|
|
|
2001-02-28 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* filetools.C: Removed dependency on syscall.h
|
|
|
|
|
|
|
|
|
|
* syscall.h:
|
|
|
|
|
* syscall.C: Minor cleanings before I start to touch this code.
|
|
|
|
|
|
2001-02-28 11:56:36 +00:00
|
|
|
|
2001-02-27 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
|
|
|
|
* filetools.C (CreateTmpDir): change umask to 0700.
|
|
|
|
|
|
2001-02-27 08:05:40 +00:00
|
|
|
|
2001-02-27 Jos<6F> Matos <jamatos@fep.up.pt>
|
|
|
|
|
|
|
|
|
|
* filetools.h (BasePath):
|
|
|
|
|
* filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
|
|
|
|
|
|
|
|
|
|
* filetools.C (IsLyXFilename):
|
|
|
|
|
* filetools.C (IsSGMLFilename): test if extension is suffix and not
|
2001-03-01 15:03:52 +00:00
|
|
|
|
only contained.
|
2001-02-27 08:05:40 +00:00
|
|
|
|
|
2001-02-14 19:22:41 +00:00
|
|
|
|
2001-02-14 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* fmt.C:
|
|
|
|
|
* filetools.C:
|
|
|
|
|
* atoi.C: remove cruft
|
|
|
|
|
|
2001-02-06 15:17:11 +00:00
|
|
|
|
2001-02-06 albert chin <china@thewrittenword.com>
|
|
|
|
|
|
|
|
|
|
* snprintf.h:
|
|
|
|
|
* fmt.C: use HAVE_DECL_SNPRINTF
|
|
|
|
|
|
2001-01-26 17:24:09 +00:00
|
|
|
|
2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* lyxstring.C: Fix some assertions.
|
|
|
|
|
|
2001-01-23 12:53:05 +00:00
|
|
|
|
2001-01-23 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* lstrings.C (strip): Add a fix for compilers with broken
|
|
|
|
|
string::find_last_not_of.
|
|
|
|
|
|
|
|
|
|
* filetools.C (AddPath): Simplify by using strip and frontStrip.
|
|
|
|
|
|
2001-01-20 15:37:54 +00:00
|
|
|
|
2001-01-20 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* lyxstring.C (rfind): Fix broken functions.
|
|
|
|
|
(find): Few optimizations.
|