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