]> git.lyx.org Git - lyx.git/blob - src/support/ChangeLog
fix compilation with boost 1.33.0
[lyx.git] / src / support / ChangeLog
1 2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * debugstream.h: fix nullstream.hpp location for boost 1.33.0
4
5 2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6
7         * filetools.C (NormalizePath): Change to use boost::filesystem and
8         alter regex usage in preparation for boost 1.33.1.
9
10 2006-02-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11
12         * package.C.in (relative_system_support_dir): fix for win32 and
13         OSX packaging.
14
15 2005-11-02  Angus Leeming  <leeming@lyx.org>
16
17         * path.C: trivial fix to a MSVS warning.
18
19 2005-10-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
20
21         * package.C.in (get_default_user_support_dir): do not play tricks
22         with PACKAGE value.
23
24 2005-09-30  Angus Leeming  <leeming@lyx.org>
25
26         * os_win32.h: new file, providing a public and portable interface
27         to the SHGetFolderPath function for older flavours of Windows.
28         * os_win32.C: tighten up code. Define the ShGetFolder class. Make
29         use of Microsoft's NewAPIs.h if available to provide us with
30         runtime support for Windows 95.
31         (internal_path): always pass the path through GetLongPathName.
32
33         * package.C.in: move lots of stuff out and into os_win32.C.
34
35 2005-09-29  Angus Leeming  <leeming@lyx.org>
36
37         * Makefile.am: use the Windows-friendly LYX_ABS_INSTALLED_LOCALEDIR
38         et al rather than the unix-centric $(localedir) when compiling
39         package.C.in.
40
41 2005-09-10  Angus Leeming  <leeming@lyx.org>
42
43         * Makefile.am (EXTRA_DIST): add os_cygwin.C to the distribution.
44
45 2005-08-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
46
47         * filetools.C (MakeDisplayPath): fix bug when HOME is empty.
48
49         * lstrings.C (subst): the string to be replaced should not be empty.
50
51 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
52
53         * package.C.in:
54         * package.h: change environment variable to LYX_USERDIR_14x
55         
56 2005-07-14  Angus Leeming  <leeming@lyx.org>
57
58         * filename.[Ch] (mangledFilename): add an optional "dir" parameter
59         that is used to help determine the length of the mangled file
60         name. Do this because MiKTeX's YAP (version 2.4.1803) will crash
61         if the string referencing the file name in the .dvi file is "too
62         long". MikTeX bug:
63         http://sourceforge.net/tracker/index.php?func=detail&aid=1238065&group_id=10783&atid=110783
64
65 2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
66
67         * filetools.[Ch] (latex_path): convert boolean exclude_extension
68         argument to an enum and add argument to replace dots
69
70 2005-07-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
71
72         * filetools.[Ch] (latex_path): add exclude_extension argument
73
74 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
75
76         * lyxtime.[Ch]: two new functions formatted_time, which return
77         the strftime-formatted localized date/time.
78
79 2005-06-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
80
81         * FileName.C (mangledFilename): replace spaces with _
82
83 2005-06-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
84
85         * filetools.C (latex_path): protect " with \string since it may be
86         active
87
88 2005-05-07  Rob Bearman  <robbear@hyperfine.com>
89
90         * fs_extras.C (copy_file): noclobber and CopyFile's bFailIfExists
91         are the same as each other.
92
93 2005-05-03  Angus Leeming  <leeming@lyx.org>
94
95         * filetools.C (RunCommand): protect calls to popen() and pclose()
96         with preprocessor guards.
97
98         * tempname.C: protect calls to close(), getpid() and open()
99         with preprocessor guards.
100
101 2005-05-02  Angus Leeming  <leeming@lyx.org>
102
103         * socktools.C: make compilation dependent on HAVE_FCNTL rather
104         than HAVE_SOCKET.
105
106 2005-05-02  Angus Leeming  <leeming@lyx.org>
107
108         * socktool.C (listen, accept): provide stub versions for Windows.
109
110         * os_win32.h: removed.
111
112 2005-04-29  Angus Leeming  <leeming@lyx.org>
113
114         * os_win32.C (init): Merge changes from Asger's win32_kludge.diff
115         file, primarily checking that GetConsoleTitle succeeded.
116
117 2005-04-25  Angus Leeming  <leeming@lyx.org>
118
119         * abort.C:
120         * atexit.c:
121         * forkedcall.[Ch]:
122         * forkedcontr.[Ch]:
123         * fs_extras.[Ch]:
124         * gzstream.[Ch]:
125         * kill.C:
126         * lyxsum.C:
127         * os2_defines.h:
128         * pch.h:
129         * tempname.C:
130         * userinfo.C:
131         include <config.h> in .C files, not .h ones.
132         add licence blurb.
133         protect headers inside preprocessor guards.
134
135 2005-04-25  Angus Leeming  <leeming@lyx.org>
136
137         * globbing.[Ch]: removed to frontends/xforms.
138
139         * Makefile.am: associated change.
140
141 2005-04-24  Angus Leeming  <leeming@lyx.org>
142
143         * userinfo.C (user_name): add Windows-specific code.
144
145 2005-04-22  Angus Leeming  <leeming@lyx.org>
146
147         * package.C.in (get_binary_path): on prompting from Rob Bearman,
148         ensure that the name of the executable, as input at the command
149         line has a ".exe" suffix so that various file interogations
150         work on Windows.
151
152 2005-04-22  Angus Leeming  <leeming@lyx.org>
153
154         * forkedcontr.h:
155         * forkedcall.h: remove pid_t definition to config.h.
156
157 2005-04-21  Angus Leeming  <leeming@lyx.org>
158
159         * forkedcontr.h:
160         * forkedcall.h: define pid_t for MSVC.
161
162         * forkedcall.C (kill): work around evil MSVC max macro.
163
164 2005-04-21  Angus Leeming  <leeming@lyx.org>
165
166         * forkedcontr.C: add #include <csignal>.
167
168         * filetools.C (RunCommand): remove the signal blocking stuff
169         now that we no longer use a signal handler on unix.
170
171 2005-04-19  Angus Leeming  <leeming@lyx.org>
172
173         * filetools.C: remove unnecessary #include of forkedcontr.h.
174
175         * forkedcall.C: protect system-specific headers with preprocessor
176         guards.
177         (running): don't call waitpid() on Windows.
178         (waitForChild): add Windows-specific code to wait for a child process
179         to finish.
180         (generateChild): add Windows-specific code to spawn the child in the
181         first place.
182
183         * forkedcontr.[Ch]:Revert back to the LyX 1.3.x version of the code
184         to spawn a child process asynchronously. Do this because 'issues'
185         remain with the SIGCHLD handling code on *nix and because there's no
186         easy way to implement such a monitor on Windows. Explicit polling,
187         as in Lyx 1.3.x, is safe, robust and works on both platforms.
188
189 2005-04-19  Angus Leeming  <leeming@lyx.org>
190
191         * package.C.in (get_temp_dir): call GetLongPathName on Windows.
192
193 2005-04-19  Angus Leeming  <leeming@lyx.org>
194
195         * pch.h: protect unix-specific headers from breaking compilation
196         on Windows.
197
198 2005-04-17  Angus Leeming  <leeming@lyx.org>
199
200         * filetools.C (MakeDisplayPath): invoke os::external_path before
201         returning path.
202
203         * os_win32.C (external_path): convert '/' chars to '\'.
204
205         * filetools.[Ch] (latex_path): new function which modifies
206         an input path containing space and '~' characters into something that
207         LaTeX can understand.
208
209 2005-04-17  Angus Leeming  <leeming@lyx.org>
210
211         * forkedcall.C (generateChild): do not strip quotes from args on
212         Windows.
213         Wrap lyxerr output inside an if (lyxerr.debugging(Debug::FILES))
214         block.
215
216 2005-03-23  Angus Leeming  <leeming@lyx.org>
217
218         * Makefile.am (build_package): Solaris sed does not like
219         spaces bewteen the ;-delimited commands.
220
221 2005-02-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
222
223         * Makefile.am (CLEANFILES): clean generated files
224
225 2005-02-17  Angus Leeming  <leeming@lyx.org>
226
227         * copy.C (copy): Pass the ios::in flag to the ifstream constructor.
228         Enables copying to work when the code is compiled with the gcc 2.95
229         compiler and stdlib.
230
231 2005-02-15  Angus Leeming  <leeming@lyx.org>
232
233         * environment.C: add missing #include.
234         (setEnvPath): compare iterators rather than use tellp().
235
236 2005-02-15  Angus Leeming  <leeming@lyx.org>
237
238         * environment.[Ch]: new files. Move the environment setter/getter
239         functions here from filetools.[Ch]. In the process:
240         rename GetEnv as getEnv.
241         rename putEnv as setEnv. Change the signature of the function
242         to take a pair of arguments (a name and a value) rather than the
243         existing coded "name=value" single argument. Merge the putenv.C
244         code into setEnv.
245
246         * lyxlib.h (putenv): remove declaration.
247         * putenv.C: removed.
248
249         * Makefile.am: add environment.[Ch]. Remove putenv.C.
250
251         * filetools.[Ch]: remove environment setter/getter functions.
252
253         * os_os2.C (init): s/GetEnvPath/getEnvPath/. Left over from an
254         earlier change.
255
256         * package.C.in (get_home_dir, extract_env_var_dir):
257         * userinfo.C (user_email): s/GetEnv/getEnv/.
258
259 2005-02-03  Angus Leeming  <leeming@lyx.org>
260
261         * forkedcall.C (running): call the lyx::kill wrapper function
262         rather than the system kill.
263
264 2005-02-02  Angus Leeming  <leeming@lyx.org>
265
266         * forkedcall.C (generateChild): overhaul the code to split a string
267         into an argv array of words. Now respects simple quoting reasonably
268         well.
269
270 2005-02-01  Angus Leeming  <leeming@lyx.org>
271
272         * fs_extras.C: #include <windows.h>
273
274 2005-01-31  Angus Leeming  <leeming@lyx.org>
275
276         * package.[Ch] (init_package, c-tor): define and use an enum to
277         specify explicitly the location of the top level build directory
278         when the executable is run in-place.
279
280 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
281
282         * fs_extras.C: add changes from Asger's Win32 patch.
283
284 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
285
286         * chdir.C (chdir):
287         * getcwd.C (l_getcwd):
288         * kill.C (kill):
289         * mkdir.C (mkdir): add Win32 specializations.
290
291         * os_win32.h: remove cruft.
292
293 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
294
295         * Makefile.am (libsupport_la_SOURCES): remove rmdir.C
296
297         * rmdir.C: delete file
298
299         * lyxlib.h: remove rmdir decl
300
301 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
302
303         * .cvsignore: add package.C
304
305         * FileInfo.C, FileInfo.h: delete files
306
307         * fs_extras.C, fs_extras.h: new files
308
309         * FileMonitor.C, filetools.C: rewrite to use boost.filesystem
310
311         * Makefile.am (libsupport_la_SOURCES: delete FileInfo.[Ch], add
312         fs_extras.[Ch]
313
314         * filetools.C: make destroydir return true if something was
315         deleted. adjust callers.
316         (IsFileWritable): replace with is_readonly in fs_extras, adjust
317         callers
318
319         * package.C.in: rewrite to use boost.filesystem
320
321 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
322
323         * tests: add some code for automatic regression testing, can be
324         improved or removed as we see fit
325
326         * lyxlib.h (atoi): delete func
327
328         * lstrings.[Ch] (strToInt): delete func
329         (strToUnsignedInt): delete func
330         (strToDbl): delete func
331
332         * Makefile.am: add subdir tests, delete atoi.C
333
334         * atoi.C: delete file
335
336         * convert.C: add specializations for converting to int, unsigned
337         int, double from string, and for converting to int and double from
338         char const *
339
340         * convert.h: remove commented code
341
342 2005-01-22  Angus Leeming   <leeming@lyx.org>
343
344         * path.C (Path): revert the patch since the if statement has side
345         effects that are needed for the code to work :-(
346
347 2005-01-21  Angus Leeming   <leeming@lyx.org>
348
349         * os_cygwin.C, os_win32.C: strip the Cygwin-specific stuff out of
350         os_win32.C and give it its own file.
351
352         * os.C: #include "os_cygwin.C" if building on Cygwin.
353
354 2005-01-20  Angus Leeming  <leeming@lyx.org>
355
356         * lyxlib.h (float_equal): promote parameters to double.
357
358         * path.C (Path): silence MSVC warning about block of code that
359         does nothing.
360
361 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
362
363         * FileInfo.h, chdir.C, forkedcall.C, forkedcontr.C, getcwd.C,
364         mkdir.C, os_defines.h, pch.h, rmdir.C, unlink.C:
365         use the HAVE_UNISTD_H preprocessor guard.
366
367 2005-01-20  Angus Leeming  <leeming@lyx.org>
368
369         * filetools.[Ch] (LibScriptSearch): modify the code that replaces
370         the $$s placeholder with a path, so that it now inserts the path
371         of the lyx support directory, not the scripts subdirectory.
372
373 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
374
375         * lyxsum.C, socktools.C, tempname.C, userinfo.C: use the
376         HAVE_UNISTD_H preprocessor guard.
377
378 2005-01-17  Angus Leeming  <leeming@lyx.org>
379
380         * os_win32.C (init): Add Ruurd's original code to close the
381         console window that Windows opens for us, together with a note
382         explaining the alternative approach.
383
384 2005-01-17  Angus Leeming  <leeming@lyx.org>
385
386         * package.C.in (get_binary_path): convert relative paths stored
387         in the PATH environment variable to absolute ones.
388
389 2005-01-16  Angus Leeming  <leeming@lyx.org>
390
391         * filetools.[Ch] (prependEnvPath): prepend a list of paths to
392         that returned by the environment variable. Identical paths occurring
393         later in the list are removed.
394
395 2005-01-16  Angus Leeming  <leeming@lyx.org>
396
397         * filetools.C (createLyXTmpDir): add some missing brackets to the
398         if-block. OS/2 users will be happier.
399
400 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
401
402         * os_win32.C (external_path): Check the new cygwin_path_fix_ bool
403         before translating external paths to Win32 paths.
404
405 2005-01-13  Angus Leeming  <leeming@lyx.org>
406
407         * os.h, os_os2.C, os_unix.C, os_win32.C (cygwin_path_fix): new
408         function flagging whether LyX should output native Win32 paths
409         or cygwin paths. Obviously operative only under Cygwin.
410
411 2005-01-13  Angus Leeming  <leeming@lyx.org>
412
413         * package.C.in: use "%n$s" rather than "%n%" for n=1,2,3... when
414         calling bformat so that the substitutions work for the non
415         boost::format users too.
416
417 2005-01-12  Angus Leeming  <leeming@lyx.org>
418
419         * filetools.[Ch] (setEnvPath): new function to create a PATH-style
420         string from a vector of paths and to use it to set an environment
421         variable.
422         (putEnv): resurrect this from the grave.
423
424         * os.h, os_os2.C, os_unix.C, os_win32.C (path_separator): new
425         function returning the character used to separate paths returned
426         by the PATH environment variable.
427
428         * os_win32.C: add #include "lstring.h" back in.
429
430         * package.C.in (package): comment out the ASSERT for now.
431         (check_env_var_dir): write one of the strings to be translated
432         (any one, doesn't matter) on a single line so that the
433         gettext search mechanism in po/Makefile.in.in will register
434         package.C.in as a file containing strings that need translation.
435
436 2005-01-10  Angus Leeming  <leeming@lyx.org>
437
438         * os.h:
439         * os_os2.C:
440         * os_unix.C:
441         * os_win32.C (binpath, binname, homepath, setTmpDir, getTmpDir, warn):
442         removed. Remove also all code to set the associated data variables.
443
444         * package.{C.in,h}: new files to ascertain the paths to the
445         various directories used by LyX. Does nothing with these paths,
446         just determines the strings themselves.
447
448         * path_defines.{C.in,h}: removed.
449
450         * Makefile.am: remove path_defines.{C.in,h}. Add package.{C.in,h}.
451
452         * filetools.[Ch] (GetEnvPath): remove.
453         (getEnvPath): replacement. Returns a vector<string> of paths.
454
455         * filetools.C:
456         * tempname.C: use support/package.h to provide the paths to the
457         various directories used by LyX.
458
459 2005-01-07  Angus Leeming  <leeming@lyx.org>
460
461         * convert.C (string>): add specialization for long.
462
463 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
464
465         * convert.h: remove the specializations, don't included unneeded
466         headers
467         * convert.C: add specialization for unsigned long
468
469 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
470
471         * tostr.[Ch]: renamed to convert[ch]
472
473 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
474
475         * lstrings.[Ch]: change bformat to be a template
476
477         * tostr.[Ch]: tostr -> convert, convert is a template
478
479         * tempname.C:
480         * filetools.C (createBufferTmpDir): tostr -> convert
481
482 2005-01-05  Angus Leeming  <leeming@lyx.org>
483
484         * os_win32.C (external_path, internal_path): s/MAX_PATH/PATH_MAX/.
485
486 2005-01-04  Angus Leeming  <leeming@lyx.org>
487
488         * os_win32.C (current_root): use _getdrive on Win32.
489
490         * FileInfo.C (FileInfo, newFile): strip the trailing '/' from
491         the stored file name as it breaks Window's version of stat().
492         (isLink): protect the code with #ifdef S_ISLNK.
493         (dostat): protect the code with #ifdef HAVE_LSTAT.
494         (typeIndicator): remove code testing the file's executable status.
495
496         * filetools.C (LyXReadLink): protect the code with
497         #ifdef HAVE_READLINK.
498
499 2005-01-01  Kayvan Sylvan  <kayvan@sylvan.com>
500
501         * os_win32.C (internal_path): remove the call to MakeLatexName as
502         it is (1) unnecessary and (2) leads to an infinite loop as
503         MakeLatexName calls AddName which calls internal_path...
504
505 2004-12-19  Angus Leeming  <leeming@lyx.org>
506
507         * path_defines.C.in (setLyxPaths): on a Windows build,
508         remove the ".exe" extension from the name of the LyX binary when
509         trying to ascertain the name of the LyX system directory.
510         (Usually, <path to binary>/../share/<name of binary>/).
511
512         * os.h, os_os2.C, os_unix.C, os_win32.C (slashify_path): remove.
513
514         * os_win32.C (init): ensure that the name of the lyx executable is
515         stored internally with a unix-style path.
516
517         * os_win32.C (internal_path, external_path): differentiate between
518         cygwin and windows builds.
519
520         * filetools.C (FileOpenSearch, GetEnvPath, createDirectory,
521         MakeAbsPath, AddName, MakeRelPath, ChangeExtension):
522         * filename.C (mangledFilename):
523         s/slashify_path/internal_path/.
524
525 2004-12-16  Angus Leeming  <leeming@lyx.org>
526
527         * filename.C (mangledFilename): Given a Windows-style path, don't
528         forget to mangle the drive letter too when generating a unique
529         temporary file name.
530
531 2004-12-16  Angus Leeming  <leeming@lyx.org>
532
533         * mkdir.C: move the HAVE_MKDIR conditional code out of config.h
534         and into here.
535
536 2004-12-15  Angus Leeming  <leeming@lyx.org>
537
538         * FileInfo.[Ch] (getNumberOfLinks): removed.
539
540 2004-12-15  Angus Leeming  <leeming@lyx.org>
541
542         * tempname.C: #include fcntl.h and sys/stat.h if creating a temp
543         file using mktemp and open.
544
545 2004-12-14  Angus Leeming  <leeming@lyx.org>
546
547         * os.h, os_os2.C, os_unix.C, os_win32.C:
548         (binpath, binname, getTmpDir): return a const reference rather than
549         a copy of the data.
550         (homepath, nulldev): new functions returning the name of "HOME" and
551         the null device, respectively.
552
553         * filetools.C: (ExpandPath, MakeDisplayPath):
554         * path_defines.C.in (setLyxPaths): use os::homepath(), not
555         GetEnvPath("HOME").
556
557 2004-12-14  Angus Leeming  <leeming@lyx.org>
558
559         * os.h, os_{os2,unix,win32}.C (init): change interface to no longer
560         pass the addresses of the parameters received by main.
561
562 2004-12-14  Angus Leeming  <leeming@lyx.org>
563
564         * copy.C (copy): open the ifstream with ios::binary.
565
566 2004-12-14  Angus Leeming  <leeming@lyx.org>
567
568         * os.C: Add _WIN32 to the #define.
569
570         * systemcall.C (startscript): remove trailing '/n' from request to
571         start the command in a minimized window under DOS.
572
573 2004-12-14  Angus Leeming  <leeming@lyx.org>
574
575         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
576         to overcome bug in the MinGW port of g++ 3.4.2.
577
578 2004-11-26  Angus Leeming  <leeming@lyx.org>
579
580         * globbing.[Ch] (glob): change API to:
581         1. Append matches to the input container.
582         2. Require a working_dir parameter. The function invokes chdir
583         internally (through use of Path).
584
585 2004-11-26  Angus Leeming  <leeming@lyx.org>
586
587         * filefilterlist.C (convert_brace_glob): moved here from
588         globbing.[Ch].
589
590         * filefilterlist.[Ch]: clean-up FileFilterList API.
591
592         * globbing.[Ch] (convert_brace_glob): moved to filefilterlist.C.
593         (expand_globs): moved to xforms/FormFiledialog.C.
594
595 2004-11-25  Angus Leeming  <leeming@lyx.org>
596
597         * filefilterlist.[Ch]:
598         * globbing.[Ch]: split FileFilterList into its own .[Ch] files.
599
600         * Makefile.am: add filefilterlist.[Ch].
601
602 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
603
604         * textutils.h (isKommaChar): remove
605
606 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
607
608         * forkedcontr.C (find_pid): simplify and also make pass concept
609         checks.
610         (handleCompletedProcesses): make sure that we do not slice the
611         object and satisfy concept checks.
612
613 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
614
615         * filetools.[Ch] (getFormatFromContents): don't guess format from
616         extension, return string() instead of "user" if the format could
617         not be determined
618
619 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
620
621         * Make it clearer where include files are coming from.
622
623 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
624
625         * translator.h: use bind, equal_to instead of equal_1st_in_pair
626         and equal_2nd_in_pair
627
628         * Makefile.am (libsupport_la_SOURCES): remove lyxfunctional.h
629         * lyxfunctional.h: delete file
630
631         * lyxfunctional.h: delete compare_memfun and helper classes
632
633         * forkedcontr.C (find_pid): use bind, equal_to instead of
634         compare_memfun
635
636         * lyxfunctional.h: delete back_inserter_fun functions and helper
637         classes.
638
639 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
640
641         * snprintf.[ch]: removed
642
643         * Makefile.am (libsupport_la_SOURCES): remove snprintf
644
645 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
646
647         * filetools.[Ch] (getExtFromContents): rename to
648         getFormatFromContents and return always a format
649
650 2004-10-25  Angus Leeming  <leeming@lyx.org>
651
652         * forkedcall.C (generateChild): strip quotes from each argument
653         of argv.
654
655 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
656
657         * pch.h: use proper signal include
658
659         * forkedcallqueue.C: remove unused include
660
661         * FileMonitor.h: Use the preferred calling for Boost.Signal
662         * forkedcall.h: ditto
663
664         * FileMonitor.C: use the new signal typedef
665
666 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
667
668         * forkedcall.h: remove include of <boost/function/funtion0.hpp>
669         * pch.h: ditto
670
671 2004-09-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
672
673         * textutils.h (IsLetterCharOrDigit): remove
674
675 2004-09-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
676
677         * filetools.C (LibScriptSearch): quote the path of the script, in
678         case it contains spaces
679
680 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
681
682         * tostr.C: reimplement using lexical_cast
683
684 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
685
686         * pch.h: do not use include boost/format.hpp, multiple symbols
687         will result (gcc bug)
688
689 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
690
691         * pch.h: new file
692
693         * Makefile.am: support pch
694
695 2004-08-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
696
697         * globbing.C (FileFilterList): make sure that "All files (*)" is
698         always part of the filters list
699
700 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
701
702         * tostr.C, lstrings.C, globbing.C, filetools.C: change
703         "support/std_sstream.h" to <sstream>
704
705         * Makefile.am (libsupport_la_SOURCES): delete std_sstream.h and
706         sstream.h
707         (std_sstream.h): delete file
708         (sstream.h): delete file
709
710 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
711
712         * filetools.C (i18nLibFileSearch): honor case where LANGUAGE
713         specifies a list of locales (thanks to Pablo Saraxtaga for the
714         initial patch).
715
716 2004-05-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
717
718         * path_defines.C.in (setLyxPaths): make sure that LyX/Mac can find
719         its po files when moved around; set default user directory to
720         ~/Library/Preferences/LyX/ for LyX/Mac.
721         (lyx_localedir): return the value that may have been computed in
722         setLyXPaths
723
724 2004-05-27  Kayvan Sylvan <kayvan@sylvan.com>
725
726         * Makefile.am (libsupport_la_SOURCES): remove reference to
727         nt_defines.h
728
729 2004-05-20  Angus Leeming  <leeming@lyx.org>
730
731         * debugstream.h: wrap the definition of debug_trait::DEBUG with
732         preprocessor guards that protect against a name clash with a
733         macro DEBUG. Such a macro is defined by the Qt library...
734
735 2004-04-27  Angus Leeming  <leeming@lyx.org>
736
737         * path_defines.{h,C.in}: expose top_srcdir, renamed from
738         lyx_top_srcdir.
739
740 2004-04-05  Angus Leeming  <leeming@lyx.org>
741
742         * filetools.C:
743         wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
744
745 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
746
747         * filetools.C (RunCommand): block SIGCHLD during popen/pclose
748         (actually Angus' fix).
749
750 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
751
752         * filetools.C (DeleteAllFilesInDir): delete directories with
753         rmdir(), unlink() does not work
754
755 2004-03-27  Angus Leeming  <leeming@lyx.org>
756
757         * forkedcontr.C (child_handler): squash warning about a
758         signed/unsigned comparison.
759         (handleCompletedProcesses): only output a warning about an error
760         waiting for the child if it is indeed an error ;-)
761
762 2004-03-26  Angus Leeming  <leeming@lyx.org>
763
764         * forkedcall.[Ch] (run): new function, replacing runBlocking,
765         runNonBlocking.
766
767         * forkedcall.C (generateChild): ensure that the code that splits
768         the command up into an array of words won't leak in the event of an
769         exception.
770
771         * forkedcontr.C: make it a little more robust.
772
773 2004-03-24  Angus Leeming  <leeming@lyx.org>
774
775         * forkedcontr.[Ch]: get rid of the timer that we use to poll the list
776         of child proccesses and ascertain whether any have died. Instead use
777         the SIGCHLD signal emitted by the system to reap these zombies in the
778         maximally efficient manner. The subsequent emitting of the signal
779         associated with each child process *is* performed within the main
780         lyx event loop, thus ensuring that the code remains safe.
781
782         A detailed description of the design is to be found in forkedcontr.C.
783
784 2004-03-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
785
786         * filetools.C (i18nLibFileSearch): simplify the logic a bit
787
788 2004-03-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
789
790         * filetools.C (i18nLibFileSearch): fix the logic to match closely
791         what gettext does
792
793 2004-03-23  Angus Leeming  <leeming@lyx.org>
794
795         * forkedcall.h (ForkedProcess, Forkedcall): change the signature of
796         clone to return a boost::shred_ptr rather than a std::auto_ptr.
797
798         * forkedcontr.[Ch]: store the forked calls as boost::shared_ptrs rather
799         than raw pointers.
800
801 2004-03-22  Angus Leeming  <leeming@lyx.org>
802
803         * forkedcontr.[Ch] (childrenChanged, getPIDs, getCommand): remove
804         cruft left over from the removal of the Forks dialog.
805
806 2004-03-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
807
808         * filename.[Ch] (mangledFilename): make sure that mangled names are
809         unique
810
811 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
812
813         * filetools.[Ch] (CreateBufferTmpDir): rename to createBufferTmpDir,
814         remove pathfor argument
815         * filetools.[Ch] (CreateLyXTmpDir): rename to createLyXTmpDir, try
816         harder to create a usable temp dir
817         * filetools.C (CreateTmpDir): rename to createTmpDir
818         filetools.[Ch] (unzipFile): add argument for output filename
819         * filename.h: fix doxygen warning
820
821 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
822
823         * lstrings.h (contains_functor): delete
824         (contains): change into template, simplify
825
826         * lstrings.C (contains): remove both functions
827
828 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
829
830         * lyxalgo.h (eliminate_duplicates): reimplement with sort and the
831         unique-erase idom.
832
833         * lstrings.h (contains_functor): inherit from
834         std::binary_function, remove typedefs.
835
836 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
837
838         * globbing.C: add using statement for std::distance, remove std::
839         from string.
840
841 2004-01-08  Angus Leeming  <leeming@lyx.org>
842
843         * globbing.[Ch]: add a new class FileFilterList to parse a Qt-style
844         list of available file filters and generate the corresponding vector.
845
846 2003-12-14  Ronald Florence <ron@18james.com>
847
848         * tostr.[hC]: added tostr(long unsigned int i).
849
850         * path_defines.C.in: determine system directory and set PATH for
851         relocatable LyX/Mac bundle.
852
853 2004-01-06  Angus Leeming  <leeming@lyx.org>
854
855         * globbing.C (glob): compilation fix for cygwin.
856
857 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
858
859         * Makefile.am (libsupport_la_SOURCES): remove BoostFormat.h and
860         boost-inst.C
861         * BoostFormat.h: delete file
862         * boost-inst.C: delete fil
863
864         * lstrings.C: include boost/format.hpp
865
866 2004-01-05  Angus Leeming  <leeming@lyx.org>
867
868         * globbing.[Ch]: new files containing some globbing utilities.
869
870 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
871
872         * putenv.C: allocate the string before putting it into the
873         environment.
874
875         * lyxlib.h: adjust.
876
877 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
878
879         * tempname.C (tempName): use scoped_array for exception safety
880
881         * os_os2.C (init): use scoped_array for exception safety
882
883         * getcwd.C (getcwd): use scoped_array for exception safety
884
885         * forkedcontr.C (addCall): adjust
886
887         * forkedcall.h: make clone return a auto_ptr
888
889 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
890
891         * debugstream.h: add a default constructor that does not setup a
892         streambuf here.
893
894 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
895
896         * socktools.C: honor CXX_GLOBAL_CSTD
897
898 2003-10-16  André Pönitz  <poenitz@gmx.net>
899
900         * filetools.C (ReplaceEnvironmentPath): set up patterns just once
901         using static variables.
902
903 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
904
905         * socktools.[Ch]: New files. Wrapper around socket system calls.
906
907 2003-10-13  Kayvan A. Sylvan  <kayvan@sylvan.com>
908
909         * socktools.C (SUN_LEN): add this MACRO definition for platforms
910         that do not define it themselves.
911
912 2003-10-08  Angus Leeming  <leeming@lyx.org>
913
914         * copied_ptr.h: get rid of the swap member function.
915
916 2003-10-08  Angus Leeming  <leeming@lyx.org>
917
918         Fix doxygen warnings.
919
920         * debugstream.h: \file debugStream.h -> \file debugstream.h
921
922         * os.h: move comment so that doxygen is not confused.
923
924 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
925
926         * Makefile.am: fix typo.
927
928 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
929
930         * std_string.h: delete file
931
932 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
933
934         * lstrings.C: Small fixes to build using STLport
935
936 2003-09-29  Angus Leeming  <leeming@lyx.org>
937
938         * filetools.C (ReplaceEnvironmentPath): make it work for both
939         ${HOME}/foo and $HOME/foo.
940
941 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
942
943         * debugstream.h: add file, updated version of the DebugStream
944
945         * DebugStream.C,DebugStream.h: delete files
946
947 2003-09-25  Angus Leeming  <leeming@lyx.org>
948
949         * filetools.C (ReplaceEnvironmentPath): rewrite to use boost::regex.
950         * lstrings.[Ch]: (regexMatch): removed.
951
952 2003-09-25  Angus Leeming  <leeming@lyx.org>
953
954         * translator.h (add): new member function.
955
956 2003-09-16  Angus Leeming  <leeming@lyx.org>
957
958         * textutils.h: remove #include "paragraph.h". Remove functions
959         IsInsetChar and IsWordChar.
960
961 2003-09-15  Angus Leeming  <leeming@lyx.org>
962
963         * copied_ptr.h: re-jig to something that resembles Herb Sutter's
964         HolderPtr --- see http://www.gotw.ca/gotw/062.htm. Also known in
965         his book as ValuePtr.
966         Use a memory_traits template parameter to create/destroy memory in a
967         flexible manner.
968
969 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
970
971         * tostr.C:
972         * lstrings.C:
973         * filetools.C: Remove usage of STRCONV
974
975         * Makefile.am (libsupport_la_SOURCES): remove lyxstring.C and
976         lyxstring.h
977
978         * std_string.h: modify to always work with std::string, but if
979         with-included-string then use it through namespace lyx. Remove
980         STRCONV.
981
982         * lyxstring.[Ch]: remove files
983
984 2003-09-15  Angus Leeming  <leeming@lyx.org>
985
986         * translator.h: add #include <boost/assert.hpp>, so that the
987         template is self-contained.
988
989 2003-09-11  Angus Leeming  <leeming@lyx.org>
990
991         * cow_ptr.h:
992         * copied_ptr.h: added to the repository. Maybe temporarily.
993
994 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
995
996         * Makefile.am (libsupport_la_SOURCES): remove LAssert.C and LAssert.h
997
998         * several files: change Assert to BOOST_ASSERT
999
1000         * LAssert.C:
1001         * LAssert.h: remove files
1002
1003 2003-09-08  Angus Leeming  <leeming@lyx.org>
1004
1005         * filename.C:
1006         * filetools.C: tell the world where to find author contact details.
1007
1008 2003-09-08  Angus Leeming  <leeming@lyx.org>
1009
1010         * boost-inst.C:
1011         * filetools.C:
1012         * forkedcallqueue.C:
1013         * lstrings.C:
1014         * lyxsum.C: remove redundant using directives.
1015
1016 2003-09-05  Angus Leeming  <leeming@lyx.org>
1017
1018         * lstrings.C: small bformat fix
1019
1020 2003-09-05  Angus Leeming  <leeming@lyx.org>
1021
1022         * std_istream.h: new file Just renaming of LIstream.h
1023         * std_ostream.h: new file Just renaming of LIstream.h
1024         * std_sstream.h: new file Just renaming of Lsstream.h
1025         * std_string.h:  new file Just renaming of LString.h
1026
1027 2003-09-05  Angus Leeming  <leeming@lyx.org>
1028
1029         * lyxmanip.h:
1030         * textutils.h:
1031         ensure that the header file can be compiled stand-alone.
1032
1033 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1034
1035         * lstrings.[Ch] (bformat): add a variant taking two ints.
1036
1037 2003-09-04  Angus Leeming  <leeming@lyx.org>
1038
1039         * filetools.h:
1040         * filename.C:  move #include "os.h" out of the header file.
1041
1042 2003-09-04  Angus Leeming  <leeming@lyx.org>
1043
1044         * path.C (ctor, dtor): move out of line.
1045
1046 2003-09-03  Angus Leeming  <leeming@lyx.org>
1047
1048         * filename.[Ch] (FileName): new c-tor takes abs_filename arg.
1049         (mangledFilename): new function, returning a mangled version of the
1050         absolute file name, suitable for use in the temp dir when, for example,
1051         converting an image file to another format.
1052         (isZipped, unzippedFilename): wrappers to global functions.
1053
1054         * filetools.[Ch] (copyFileToDir): removed.
1055         (compare_timestamps): new function.
1056
1057 2003-09-03  Angus Leeming  <leeming@lyx.org>
1058
1059         * translator.h: Assert is in namespace lyx::support...
1060
1061 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1062
1063         * Makefile.am: do not install path_defines.C in includes
1064         (COMPRESSION): mention gzstream.h here
1065
1066 2003-08-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1067
1068         * path_defines.C.in (setLyxPaths): re-introduce the code to check
1069         whether lyx is run in place
1070         (build_dir): renamed from build_lyxdir
1071         (build_lyxdir): give this better semantics compatible with what
1072         LibFileSearch expects.
1073
1074 2003-07-29  Angus Leeming  <leeming@lyx.org>
1075
1076         * filename.[Ch] (relFilename, outputFilename): the 'path' arg
1077         defaults to string() because MakeRelPath can accept that.
1078
1079 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1080
1081         * Makefile.am: conditionalize USE_COMPRESSION.
1082
1083 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1084
1085         * filetools.C (getExtFromContents): correct magic for gzip and
1086         compress.
1087
1088         * path_defines.[Ch]: move lyx_localedir out of anon namespace
1089
1090         * gzstream.h: new fileq
1091
1092         * gzstream.C: new file
1093
1094 2003-07-27  Angus Leeming  <leeming@lyx.org>
1095
1096         * path_defines.{h,C.in} (build_lyxdir, system_lyxdir,
1097         user_lyxdir): are now functions, not global vars.
1098
1099         * Makefile.am: set build_lyxdir at make time.
1100
1101 2003-07-27  Angus Leeming  <leeming@lyx.org>
1102
1103         * path_defines.{h,C.in}: new files. Store/set the various lyx
1104         paths, lyx_dir, top_srcdir, localedir, system_lyxdir, build_lyxdir
1105         user_lyxdir.
1106
1107         * Makefile.am: add some magic to enable the user to set the path to
1108         the system-level lyx support files, the top of the lyx build tree
1109         and the system-level lyx locale directory at _make_ time rather
1110         than configure time.
1111
1112         * .cvsignore: add path_defines.C.
1113
1114 2003-07-26  Angus Leeming  <leeming@lyx.org>
1115
1116         * os.h: remove irrelevant discussion of system_tempdir.
1117
1118 2003-07-21  Angus Leeming  <leeming@lyx.org>
1119
1120         * filename.[Ch]: new files implementing class FileName.
1121         * Makefile.am: add filename.[Ch].
1122
1123 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1124
1125         * BoostFormat.h (boost): remove one extern template. Gcc 3.4. does
1126         not allow it (at least not in this form.)
1127
1128 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1129
1130         * os_win32.C: put namespace os in lyx::support.
1131
1132         * lstrings.C (bformat): call Assert from correct namespace.
1133
1134         * introduce namespace lyx::support
1135
1136 2003-06-30  André Pönitz  <poenitz@gmx.net>
1137
1138         * filetools.C:
1139         * lstrings.C: re-enable --with-included-string
1140
1141 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1142
1143         * filetools.h: fix some \param issue
1144
1145         * boost-inst.C: fix \file
1146
1147         * LAssert.h: fix \file
1148
1149 2003-06-20  Angus Leeming  <leeming@lyx.org>
1150
1151         * filetools.[Ch] (NormalizePath): also change /foo//bar ==> /foo/bar.
1152
1153 2003-06-18  Angus Leeming  <leeming@lyx.org>
1154
1155         * many files: add the standard blurb, "This file is part of LyX" etc
1156
1157 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1158
1159         * limited_stack.h: make it have a const_iterator, add begin, and
1160         end as interface.
1161
1162 2003-06-10  Angus Leeming  <leeming@lyx.org>
1163
1164         * filetools.C (copyFileToDir): ensure that temp files have unique names.
1165
1166 2003-06-04  André Pönitz  <poenitz@gmx.net>
1167
1168         * limited_stack.h (top): return reference instead of value
1169
1170 2003-06-02  Angus Leeming  <leeming@lyx.org>
1171
1172         * filetools.[Ch] (copyFileToDir): new helper function.
1173
1174         * os.h: remove trailing semi-colon from end of namespace os block.
1175
1176 2003-06-01  Angus Leeming  <leeming@lyx.org>
1177
1178         * filetools.h (LibScriptSearch): give the function a meaningful
1179         description of what it now does.
1180
1181 2003-05-30  Angus Leeming  <leeming@lyx.org>
1182
1183         * filetools.C (LibScriptSearch): make it search for "$$s/" and replace
1184         this with the path to the script. If the script is not found, the "$$s/"
1185         string is removed.
1186
1187 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
1188
1189         * lstrings.[Ch] (prefixIs,suffixIs,subst): remove variants taking
1190         char const *.
1191
1192 2003-05-19  André Pönitz  <poenitz@gmx.net>
1193
1194         * lstrings.C: add missing implementation of three-arg bformat
1195
1196         * lstrings.C: change rest of char * fmt -> string const & fmt
1197
1198
1199 2003-05-15  André Pönitz  <poenitz@gmx.net>
1200
1201         * lstrings.[Ch]: use string const & instead of char const * for format
1202
1203 2003-05-12  André Pönitz  <poenitz@gmx.net>
1204
1205         * tostr.[Ch]: add long int overload
1206
1207 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
1208
1209         * lstrings.[Ch]: compile fix
1210
1211 2003-05-12  André Pönitz  <poenitz@gmx.net>
1212
1213         * lstrings.[Ch]: bformat() as wrapper around boost::format
1214
1215         * lyxstring.h: enable templatized constructor
1216
1217 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1218
1219         * limited_stack.h: Change some comments, simplify a couple of
1220         class functions.
1221
1222 2003-02-21  André Pönitz <poenitz@gmx.net>
1223
1224         * limited_stack.h: change underlying container to deque to
1225           make this re-usable in mathed
1226
1227 2003-04-08  John Levon  <levon@movementarian.org>
1228
1229         * filetools.C: fix MakeDisplayPath() to not
1230         lie (bug 993)
1231
1232 2003-03-30  John Levon  <levon@movementarian.org>
1233
1234         * Makefile.am:
1235         * BoostFormat.h:
1236         * boost-inst.C: moved from src/
1237
1238 2003-03-29  John Levon  <levon@movementarian.org>
1239
1240         * filetools.h:
1241         * filetools.C: never call Alert directly from here
1242
1243 2003-03-12  John Levon  <levon@movementarian.org>
1244
1245         * textutils.h: remove META_NEWLINE
1246
1247 2003-02-27  Ling Li  <ling@caltech.edu>
1248
1249         * lyxalgo.h (eliminate_duplicates): re-written to avoid the initial
1250         sort.
1251
1252 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1253
1254         * forkedcontr.C (timer): remove bogus continue
1255
1256 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1257
1258         * forkedcallqueue.[Ch]: added
1259
1260 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1261
1262         * forkedcontr.C (timer): Start the loop afresh if an item is deleted.
1263         Emiting the signal can result in an arbitrary change to the list.
1264
1265 2003-02-25  Angus Leeming  <leeming@lyx.org>
1266
1267         * forkedcontr.C (timer): Use a while loop rather than for; makes it
1268         easier to erase an element.
1269
1270 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1271
1272         * forkedcontr.C (timer): don't start a running timer.
1273
1274 2003-02-21  André Pönitz <poenitz@gmx.net>
1275
1276         * filetools.C (PutEnv): removed (unused)
1277
1278 2003-02-17  John Levon  <levon@movementarian.org>
1279
1280         * forkedcall.h:
1281         * forkedcall.C: add running()
1282
1283 2003-02-08  John Levon  <levon@movementarian.org>
1284
1285         * Makefile.am:
1286         * lyxtime.h:
1287         * lyxtime.C: add typedef for time_t, add current_time
1288
1289         * Makefile.am:
1290         * userinfo.h:
1291         * userinfo.C: add
1292
1293 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1294
1295         * filetools.C (getExtFromContents): remove detection of epsi
1296
1297 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1298
1299         * several files: ws changes
1300
1301 2002-11-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1302
1303         * filetools.C (DirList): remove all ugly hacks and do it nice
1304
1305 2002-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1306
1307         * lyxsum.C: an ugly hack to compile with non-gnu linkers
1308
1309 2002-11-12  Angus Leeming  <aleem@pneumon.bg.ic.ac.uk>
1310
1311         * lstrings.C (getVectorFromString): #if 0 -> #if 1 until Lars devises
1312         a solution that he likes and which actually works.
1313
1314 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1315
1316         * lstrings.h (tostr): STRCONV
1317
1318         * lstrings.C (regexMatch): STRCONV
1319         (getVectorFromString): STRCONV, manual copy into vector
1320
1321         * filetools.C (GetFileContents): STRCONV
1322
1323         * os.C: include config.h
1324
1325         * lstrings.C (getVectorFromString): rewrite to use
1326         boost::tokenizer
1327
1328 2002-10-31  Angus Leeming  <leeming@lyx.org>
1329
1330         * forkedcall.C (generateChild): clean it up further.
1331
1332 2002-10-25  Angus Leeming  <leeming@lyx.org>
1333
1334         * forkedcall.[Ch]: split ForkedCall up into a base class ForkedProcess
1335         and a minimal ForkedCall daughter class.
1336
1337         * forkedcontr.[Ch]: minimal changes reflecting the use of a
1338         ForkedProcess base class responsible for launching all child proceses.
1339
1340 2002-09-25  Angus Leeming  <leeming@lyx.org>
1341
1342         * LIstream.h:
1343         * LOstream.h: doxygen fixes.
1344
1345 2002-09-24  Angus Leeming  <leeming@lyx.org>
1346
1347         * most files: clean-up the license info.
1348
1349 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1350
1351         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1352
1353 2002-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
1354
1355         * os.h, os_os2.C, os_win32.C, os_unix.C: Added popen_read_mode(),
1356         since at least for Cygwin, the "rb" read_mode acceptable for
1357         fopen() is illegal for popen(), whose mode argument *must* be "r"
1358         or "w".
1359
1360         * filetools.C (RunCommand): Uses os::popen_read_mode() instead
1361         of os::read_mode()
1362
1363 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1364
1365         * Makefile.am (libsupport_la_SOURCES): delete smart_ptr.h and
1366         utility.h
1367
1368         * smart_ptr.h: remove file
1369         * utility.h: ditto
1370
1371 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
1372
1373         * lyxfunctional.h: remove class_fun_t, void_class_fun_t,
1374         class_fun and void_class_fun
1375
1376 2002-08-20  John Levon  <levon@movementarian.org>
1377
1378         * Makefile.am:
1379         * fmt.C: remove
1380
1381 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1382
1383         * textutils.h: formatting.
1384
1385 2002-08-08  John Levon  <levon@movementarian.org>
1386
1387         * limited_stack.h: default to 100 not 10
1388
1389 2002-08-01  John Levon  <levon@movementarian.org>
1390
1391         * forkedcall.C: more details on error
1392
1393 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1394
1395         * lstrings.[hC]: rename stip to rtrim and frontStrip to ltrim,
1396         also add a trim function that is the equiv of
1397         strip(frontStrip(...)), also reimplement the functions
1398         (improvements still possible.)
1399
1400         * filetools.C: strip,frontStrip -> trim,ltrim,rtrim
1401         * forkedcall.C (generateChild): ditto
1402         * lstrings.C: ditto
1403
1404
1405 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1406
1407         * filetools.C (GetEnvPath): modify because of strip changes
1408         (createDirectory): ditto
1409         (findtexfile): ditto
1410         * lstrings.[Ch] (isStrInt): ditto
1411         (isStrUnsignedInt): ditto
1412         (strToInt): ditto
1413         (strToUnsignedInt): ditto
1414         (isStrDbl): ditto
1415         (contains): removed unneeded version of contains
1416         (containsOnly): removed uneeded versions of containsOnly
1417         (strip, frontStrip): removed unneded versions, changed argument types.
1418
1419 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
1420
1421         * filetools.C (RunCommand): Made public
1422
1423 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1424
1425         * limited_stack.h: fix comment, remove un-needed header
1426
1427 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1428
1429         * lstrings.h: correct comments for token and tokenPos
1430
1431 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
1432
1433         * lyxstring.C (operator>>): replace code which works only with
1434         _some_ versions of GNU STL with generic one
1435
1436 2002-07-18  Angus Leeming  <leeming@lyx.org>
1437
1438         * FileMonitor.[Ch]: new files. Monitor a file for any change and emit a
1439         signal should it do so.
1440
1441         * Makefile.am: add FileMonitor.[Ch].
1442
1443 2002-07-18  André Pönitz <poenitz@gmx.net>
1444
1445         * filetools.C (LibScriptSearch): bug fix
1446
1447 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1448
1449         * filetools.C (LyXReadLink): add bool 'resolve' to return link
1450         contents as an absolute path
1451
1452 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1453
1454         * filetools.C (IsLyXFilename):
1455         (IsSGMLFilename): use ascii_lowercase instead of lowercase
1456
1457         * lstrings.[Ch] (ascii_lowercase): new function
1458
1459 2002-07-16  André Pönitz <poenitz@gmx.net>
1460
1461         * FileInfo.Ch: remove unneeded code
1462
1463 2002-06-20  Herbert Voss  <voss@perce.de>
1464
1465         * filetools.[C] (readExtFromContents): add support for
1466         (x)fig format images
1467
1468 2002-06-26  André Pönitz <poenitz@gmx.net>
1469
1470         * filetools.[Ch]: small whitespace, more compact 'return' statement
1471
1472 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1473
1474         * lyxalgo.h: add eliminate_duplicates
1475
1476 2002-06-17  Herbert Voss  <voss@perce.de>
1477
1478         * filetools.[C]: (readBB_from_PSFile) add a helperfunc
1479         (readBB_lyxerrMessage) to get better lyxerr messages
1480         (getExtFromContents) test epsi files in the right way
1481
1482         * DestroxLyXTmpDir.C: changed to true, to delete the
1483         temporary unzipped files, too.
1484
1485 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1486
1487         * putenv.C (putenv): putenv should never be found in std::
1488
1489         * kill.C (kill): kill should never be found in std::
1490
1491         * filetools.C: pclose and popen should never be found in std::
1492
1493 2002-06-07  Angus Leeming  <leeming@lyx.org>
1494
1495         Fixes needed to compile with Compaq cxx 6.5.
1496         * lyxfunctional.h: rename lyx::class_fun(C & c, void(C::*f)(A)) as
1497         lyx::void_class_fun to avoid compiler problems with Compaq cxx 6.5:
1498         more than one instance of overloaded function "lyx::class_fun" matches
1499         the argument list.
1500
1501         * filetools.C:
1502         * kill.C:
1503         * lstrings.C:
1504         * putenv.C:
1505         * snprintf.h:
1506         * systemcall.C:
1507         * utility.h:
1508         all c-library variables have been moved into namespace std.
1509         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
1510
1511         * kill.C: rename signal.h as csignal.
1512
1513         * putenv.C: rename stdlib.h as cstdlib
1514
1515 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1516
1517         * lxtl.h: remove unused file
1518
1519 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1520
1521         * Makefile.am:
1522         * date.C:
1523         * getUserName.C:
1524         * fileblocks.c:
1525         * StrPool.h:
1526         * StrPool.C: remove unused files
1527
1528         * lyxalgo.h:
1529         * lyxlib.h:
1530         * mkdir.C:
1531         * path.h:
1532         * path.C:
1533         * systemcall.C:
1534         * textutils.h:
1535         * translator.h:
1536         * types.h: document and small cleanups
1537
1538 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1539
1540         * switch from SigC signals to boost::signals.
1541
1542 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1543
1544         * Makefile.am:
1545         * limited_stack.h: new template for limited-size
1546           stacks
1547
1548 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1549
1550         * filetools.C: do not include LSubstring.h
1551
1552         * lstrings.C: change include order
1553         (regexMatch): use boost regex get rid of LRegex and LSubstring
1554
1555         * Makefile.am (libsupport_la_SOURCES): delete regex and substring
1556         stuff.
1557
1558         * LSubstring.h: remove file
1559         * regex.c: ditto
1560         * lyxregex.h: ditto
1561         * LRegex.C: ditto
1562         * LRegex.h: ditto
1563         * LSubstring.C: ditto
1564
1565 2002-05-24  Juergen Vigna  <jug@sad.it>
1566
1567         * lyxsum.C: include local includes first (self containment)
1568
1569 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1570
1571         * forkedcall.h: use more specific smart_ptr header.
1572
1573         * lyxsum.C: move some using declarations around.
1574
1575 2002-05-03  Herbert Voss  <voss@perce.de>
1576
1577         * filetools.C (getExtFromContents): only print the first 60 chars of
1578         the scanned-string when debugging.
1579
1580 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1581
1582         * lyxstring.C: close to typo fix.
1583
1584 2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
1585
1586         * filetools.C: add a using std::getline directive.
1587
1588 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1589
1590         * lyxstring.C (operator>>): try a new version of the operator>>
1591
1592 2002-04-14  Herbert Voss  <voss@perce.de>
1593
1594         * lstrings.[Ch]: move the getVectorFromString and the vice versa
1595         from frontends/controllers/helper_funcs for better use in other
1596         programs
1597
1598 2002-04-15  Angus Leeming  <a.leeming@ic.ac.uk>
1599
1600         * tempname.C (make_tempfile): simplify the #ifdef block by using
1601         #if defined and re-write the #warning as a #error because it's terminal.
1602
1603 2002-04-08  Herbert Voss  <voss@perce.de>
1604
1605         * filetools.C (getExtFromContents): get tgif run
1606
1607 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
1608
1609         * filetools.C (getExtFromContents): re-format a little and remove
1610         replicated "sgi" entry.
1611
1612 2002-04-07  Herbert Voss  <voss@perce.de>
1613
1614         * filetools.[Ch]: add readBB_from_PSFile() to make bb available
1615         for the lyx-view in graphics (moved from ControlGraphics)
1616
1617 2002-04-07  Herbert Voss  <voss@perce.de>
1618
1619         * filetools.C: fix bug for eps. scans now a whole line
1620
1621 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1622
1623         * lyxstring.C (operator>>): use the better solution, this fixes a
1624         "not able to read '\0'" bug.
1625
1626 2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1627
1628         * translator.h: add missing typename
1629
1630 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1631
1632         * filetools.C (LibScriptSearch): new command. Searches for scripts
1633         in lyx data directories.
1634         (LibScriptSearch): try to use split() correctly.
1635
1636 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1637
1638         * most files: ws cleanup
1639
1640         * Makefile.am: remove ld -r stuff
1641
1642 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1643
1644         * Makefile.am (libsupport.la): special rules if partial linking
1645
1646 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1647
1648         * forkedcontr.C: turn the timer off when their are no longer any
1649         child processes running.
1650
1651 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1652
1653         * forkedcall.h: docy fix
1654         change SignalType second type to be const ref.
1655
1656         * forkedcall.C: doxy fix
1657
1658 2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
1659
1660         * lyxsum.C: compilation fix
1661
1662 2002-03-02  Herbert Voss  <voss@perce.de>
1663
1664         * filetools.C: fix bug for xbm format and added some more debug
1665         infos
1666
1667 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1668
1669         * forkedcontr.h: make constructor public
1670
1671         * types.h: remove layout_type
1672
1673 2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
1674
1675         * filetools.C (getExtFromContents): cleanup.
1676
1677         * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
1678
1679 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1680
1681         * Makefile.am (SIGC_INCLUDES): add a -I directive for when
1682         building outside of source tree.
1683
1684 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1685
1686         * forkedcall.[Ch]:
1687         * forkedcontr.[Ch]: new files. Asger's forked call controller is
1688         re-born, with a working timer and a modified interface. The
1689         startscript method is now passed a Signal rather than a pointer
1690         to a callback function. This enables us to connect to the method of
1691         a C++ class, if we so desire.
1692
1693         * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
1694
1695 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1696
1697         * Makefile.am:
1698         * os2_defines.h:
1699         * os2_errortable.h:
1700         * nt_defines.h: moved from src/
1701
1702 2002-02-23  Herbert Voss  <voss@perce.de>
1703
1704         * filetools.C: added more graphic formats
1705
1706 2002-02-18  Herbert Voss  <voss@perce.de>
1707
1708         * filetools.C: (getExtFromContents) return the fileextension
1709         if no format is detected.
1710
1711 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1712
1713         * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
1714         as class SystemCall because one Systemcall instance represents a
1715         single child process.
1716
1717         * filetools.C:
1718         * Makefile.am: associated changes.
1719
1720 2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1721
1722         * syscall.C (Systemcalls): include <cstdlib>
1723
1724 2002-02-08  Herbert Voss  <voss@perce.de>
1725
1726         * filetools.C: (getExtFromContents) adding Grace-format
1727         for filetypes
1728
1729 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
1730
1731         * syscontr.[Ch]:
1732         * syssingleton.C: files removed.
1733
1734         * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
1735         uses it. Strip down the Systemcalls interface to make it brutally
1736         obvious how unsophisticated it is.
1737
1738 2002-02-08  Herbert Voss  <voss@perce.de>
1739
1740         * filetools.C: (getExtFromContents) adding TGIF-format
1741         and return type "user" when no type is detected
1742
1743 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1744
1745         * textutils.h: remove IsLineSeparatorChar(char, Inset *)
1746
1747 2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
1748
1749         * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
1750
1751 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1752
1753         * FileInfo.h: remove special cygwin code.
1754
1755         * filetools.C (do_popen): use os::read_mode().
1756
1757         * os_win32.C (read_mode):
1758         * os_os2.C (read_mode):
1759         * os_unix.C (read_mode): new method
1760
1761         * filetools.C (do_popen): fix for cygwin compatibility (from Claus
1762         Hentschel). This code should maybe be moved to os:: class.
1763
1764 2002-02-08  Herbert Voss  <voss@perce.de>
1765
1766         * filetools.C: (unzipFile) fix typo
1767
1768 2002-02-06  Herbert Voss  <voss@perce.de>
1769
1770         * filetools.[Ch]: fix some bugs for detecting zipped files
1771         adding unzipFile()
1772
1773 2002-02-04  Herbert Voss  <voss@perce.de>
1774
1775         * filetools.[Ch]: add ifZippedFile() for zipped
1776         graphic files
1777
1778 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1779
1780         * filetools.C (FileOpenSearch): remove duplicated line, probably
1781         resulting from bad cut-and paste.
1782
1783 2002-01-31  Herbert Voss  <voss@perce.de>
1784
1785         * filetools.[Ch]: add getExtFromContents(), which returns
1786         the type of the (graphic) file
1787
1788 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1789
1790         * copy.C (copy): open file in binary mode (for cygwin)
1791
1792 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1793
1794         * lyxsum.C: remove #warnings and replaced them with runtime debug
1795         info.
1796
1797 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1798
1799         * lyxalgo.h: include <algorithm>
1800
1801 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1802
1803         * lyx_algo.h: add a standard-conforming count to namespace lyx.
1804
1805         * lstrings.[Ch] (countChar): removed. Use lyx::count.
1806
1807 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1808
1809         * filetools.C: fix use of FileInfo
1810
1811         * FileInfo.h:
1812         * FileInfo.C: add Asserts and documentation
1813
1814 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
1815
1816         * os_win32.C: compilation fixes
1817
1818 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1819
1820         * lstrings.h: do not include <cctype>
1821
1822 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
1823
1824         * lyxsum.C: portability fix for mmap patch
1825
1826 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1827
1828         * filetools.C:
1829         * lstrings.C:
1830         * lyxstring.C: change "while(" to "while ("
1831
1832 2001-12-03  Ben Stanley <bds02@uow.edu.au>
1833
1834         * lyxsum.C: Added mmap version of CRC and made it selected
1835         by default where available. Used process_block for crc for speedup.
1836
1837 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1838
1839         * filetools.C: more robust failure for DirList()
1840
1841 2001-11-29  André Pönitz <poenitz@gmx.net>
1842
1843         * types.h: introduce types for textclass numbers and layout numbers
1844
1845 2001-11-28  André Pönitz <poenitz@gmx.net>
1846
1847         * Makefile.am: put types.h in
1848
1849 2001-11-26  André Pönitz <poenitz@gmx.net>
1850
1851         * types.h: introduce types for paragraph positions and layout numbers
1852
1853 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
1854
1855         * filetools.C: remove dead code
1856
1857         * syscall.C: show prog in fail case
1858
1859 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
1860
1861         * filetools.C: code style cleanup
1862
1863 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
1864
1865         * os.h: remove spurious punctuation.
1866
1867 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
1868
1869         * LAssert.h:
1870         * LAssert.C: use new emergencyCleanup()
1871
1872 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1873
1874         * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
1875         like GNU gettext does.
1876
1877 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1878
1879         * filetools.C (AbsolutePath): Use os::is_absolute_path() (also in
1880         several methods)
1881         (findtexfile): oops! the change from last friday was wrong...
1882
1883         * os_win32.C (is_absolute_path):
1884         * os_unix.C (is_absolute_path):
1885         * os_os2.C (is_absolute_path): new method
1886
1887 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1888
1889         * filetools.C (findtexfile): apply os::internal_path to the result.
1890
1891 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
1892
1893         * os_win32.C:
1894         * os_unix.C:
1895         * os_os2.C:
1896         * os.h: add internal_path method, which converts a unix-type file
1897         name to the type known to the underlying file system (currently
1898         only useful on cygwin) [from Ruurd A. Reitsma and Claus Hentschel]
1899
1900 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1901
1902         * smart_ptr.h: new file
1903
1904         * utility.h: new file
1905
1906 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1907
1908         * filetools.h:
1909         * filetools.C (IsDirWriteable): fix this
1910
1911 2001-07-26  Baruch Even  <baruch@lyx.org>
1912
1913         * lyxlib.h (float_equal): Added function to compare floats almost equal
1914         (see function comment).
1915
1916 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1917
1918         Consistent use of Lsstream.h:
1919         * filetools.C (GetFileContents): std::ostringstream -> ostringstream.
1920
1921 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1922
1923         * translator.h: (*it). -> it->
1924
1925 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1926
1927         * filetools.C (DeleteAllFilesInDir): send debug output to
1928         Debug::FILES instewad of Debug::ANY.
1929
1930         * DebugStream.h: remove gcc 2.8.x hack.
1931
1932 2001-06-26  The LyX Project  <jug@sad.it>
1933
1934         * lstrings.h:
1935         * lstrings.C (escape): move method to escape non ascii characters
1936         from insets label and ref to here.
1937
1938 2001-06-25  The LyX Project  <jug@sad.it>
1939
1940         * filetools.C (IsLyXFilename):
1941         (IsSGMLFilename): do case insensitive name matching
1942
1943 2001-06-24  The LyX Project  <jug@sad.it>
1944
1945         * lstrings.C (compare_ascii_no_case): version of compare_no_case
1946         which only considers case of ascii characters
1947
1948         * lyxstring.C (replace): added for compatibility with gcc 2.95.3+
1949         sstream header.
1950
1951 2001-06-23  The LyX Project  <jug@sad.it>
1952
1953         * textutils.h (IsPrintable): take into account unprintable spaces
1954         above 127.
1955         (IsDigit): new function
1956         (IsLetterCharOrDigit): use IsDigit
1957
1958 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1959
1960         * filetools.C (findtexfile): strip final \r if necessary (for
1961         cygwin)
1962
1963 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
1964
1965         * FileInfo.C:
1966         * StrPool.C: removed // -*- C++ -*- as first line.
1967
1968 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1969
1970         * lyxsum.C (do_crc): switch to use boost::crc for generating the
1971         checksum.
1972
1973 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1974
1975         * lstrings.C:
1976         * syscall.C:
1977         * syscontr.C:
1978         * LSubstring.C: bring C functions in global namespace if
1979         necessary.
1980
1981         * lstrings.h (compare): use the std:: version of str[n]cmp only
1982         when it exists.
1983
1984 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1985
1986         * syscontr.C: add std::
1987
1988         * syscall.C: add std::
1989
1990         * lstrings.h (compare): add std::
1991
1992         * lstrings.C (prefixIs): add std::
1993         (suffixIs): ditto
1994         (subst): ditto
1995
1996         * LSubstring.C (LSubstring): add std::
1997
1998 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1999
2000         * lyxsum.C (sum): use istreambuf_iterator when available.
2001
2002 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2003
2004         * lyxsum.C (sum): don't use sstream anymore, use istream_iterator
2005         directly instead.
2006
2007         * lyxstring.C (operator): make const operator[] behave as
2008         non-const and at.
2009
2010 2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2011
2012         * Makefile.am (EXTRA_DIST): add the os_*.C files.
2013
2014 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2015
2016         * filetools.C (MakeAbsPath): remove debugging statement
2017
2018 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2019
2020         * FileInfo.h: X_OK workaround for cygwin
2021
2022         * Makefile.am:
2023         * os.C:
2024         * os.h:
2025         * os_os2.C:
2026         * os_unix.C:
2027         * os_win32.C:
2028         * filetools.C:
2029         * filetools.h: Added os:: class.
2030
2031         * rename.C:
2032         * syscall.C:
2033         * tempname.C: OS/2 fixes
2034
2035 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2036
2037         * textutils.h: remvoe !NEW_INSETS cruft
2038
2039 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2040
2041         * fmt.C:
2042         * atoi.C: add using directives when needed for C functions
2043         declared in std:: namespace.
2044
2045 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2046
2047         * lstrings.C : add two helper structs, local_lowercase and
2048         local_uppercase.
2049         (lowercase): change to use std::transform
2050         (uppercase): change to use std::transform
2051
2052 2001-04-25  Allan Rae  <rae@lyx.org>
2053
2054         * lyxstring.C : Assert got moved and Lars missed a few.
2055
2056 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2057
2058         * LAssert.h (Assert): put into namespace lyx
2059
2060         * lyxfunctional.h: put into namespace lyx
2061         * translator.h: adjust
2062
2063 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2064
2065         * lyxalgo.h: put into namespace lyx, add firster and copy_if
2066
2067         * FileInfo.h: inherit privately from noncopyable
2068         * path.h: ditto
2069
2070 2001-04-16  Allan Rae  <rae@lyx.org>
2071
2072         * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0
2073         as an unrecognised preprocessor directive.  So ensure they're wrapped.
2074
2075 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2076
2077         * several files: remove CXX_WORKING_NAMESPACES
2078
2079         * FileInfo.h: noncopyable is in namespace boost
2080         * path.h: ditto
2081
2082 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
2083
2084         * syscontr.h: fix header include
2085
2086 2001-02-28  Baruch Even  <baruch@ev-en.org>
2087
2088         * filetools.C: Removed dependency on syscall.h
2089
2090         * syscall.h:
2091         * syscall.C: Minor cleanings before I start to touch this code.
2092
2093 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2094
2095         * filetools.C (CreateTmpDir): change umask to 0700.
2096
2097 2001-02-27  José Matos  <jamatos@fep.up.pt>
2098
2099         * filetools.h (BasePath):
2100         * filetools.C (BasePath): removed since it is a duplicate of OnlyPath.
2101
2102         * filetools.C (IsLyXFilename):
2103         * filetools.C (IsSGMLFilename): test if extension is suffix and not
2104         only contained.
2105
2106 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2107
2108         * fmt.C:
2109         * filetools.C:
2110         * atoi.C: remove cruft
2111
2112 2001-02-06  albert chin  <china@thewrittenword.com>
2113
2114         * snprintf.h:
2115         * fmt.C: use HAVE_DECL_SNPRINTF
2116
2117 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2118
2119         * lyxstring.C: Fix some assertions.
2120
2121 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2122
2123         * lstrings.C (strip): Add a fix for compilers with broken
2124         string::find_last_not_of.
2125
2126         * filetools.C (AddPath): Simplify by using strip and frontStrip.
2127
2128 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2129
2130         * lyxstring.C (rfind): Fix broken functions.
2131         (find): Few optimizations.