Dave Abrahams
11948d04d6
Added missing return value in order.c
...
[SVN r22565]
2004-03-30 19:53:34 +00:00
John Maddock
5f588c1f04
filesystem::exists, must check to see why a filesystem stat failed, before assuming that the file does not exist.
...
[SVN r22564]
2004-03-30 15:19:58 +00:00
Vladimir Prus
bab5fa7f78
Fix typo
...
[SVN r22563]
2004-03-29 10:40:32 +00:00
Hartmut Kaiser
f45a36608c
Fixed a AST generating problem with the loops related parsers.
...
[SVN r22562]
2004-03-27 10:06:13 +00:00
Hartmut Kaiser
bbe4007ce2
Fixed a AST generating problem with the loops related parsers.
...
[SVN r22561]
2004-03-27 09:47:34 +00:00
Michael Glassford
d751b6c528
Merge tss changes from thread_dev branch.
...
[SVN r22560]
2004-03-27 02:03:52 +00:00
Douglas Gregor
c029bfb5f0
docbook-layout.xsl: Use xsl::apply-imports instead of calling
...
calsTable directly.
[SVN r22559]
2004-03-26 22:49:44 +00:00
Vladimir Prus
9dff671106
Add 'null_vertex' support to subgraph.
...
[SVN r22558]
2004-03-26 16:35:19 +00:00
Vladimir Prus
a837bdf22b
An attempt to unbreak vc6.
...
[SVN r22557]
2004-03-26 16:25:08 +00:00
Pavol Droba
5c77796072
removed some warnings
...
[SVN r22556]
2004-03-26 09:16:00 +00:00
Pavol Droba
96ca42b4ea
make use of partial template specialization where available.
...
-> fixed metrowerks
[SVN r22555]
2004-03-26 09:14:17 +00:00
Andreas Huber
d3699851fa
no message
...
[SVN r22554]
2004-03-26 07:21:16 +00:00
Andreas Huber
76b7f4e70c
Small bugfix
...
[SVN r22553]
2004-03-26 06:58:31 +00:00
Andreas Huber
f4ae63c031
Now avoids the "conditional expression is constant" warning in a more generic way.
...
[SVN r22552]
2004-03-25 23:31:47 +00:00
Andreas Huber
775cf179ae
Various small changes
...
[SVN r22551]
2004-03-25 22:56:27 +00:00
Samuel Krempp
96436ea92f
changed format_item::truncate_ 's type from int to streamsize. that's what it was supposed to be from the start. spotted on 64 bit plaform by A.Leeming
...
[SVN r22550]
2004-03-25 13:38:16 +00:00
Andreas Huber
08517d67e6
Added Intel 8.0 to the list of platforms
...
[SVN r22549]
2004-03-25 07:54:57 +00:00
Andreas Huber
4a3213d7d3
no message
...
[SVN r22548]
2004-03-25 07:31:21 +00:00
Andreas Huber
373afbd780
Fixed Intel 8.0 accessibility problem
...
[SVN r22547]
2004-03-25 07:30:28 +00:00
Andreas Huber
9b083ede25
Adapted to Intel 8.0 (disabled warnings)
...
[SVN r22546]
2004-03-25 00:07:33 +00:00
John Maddock
c292d00b4a
Intel 8 is OK with std::locale code.
...
[SVN r22543]
2004-03-22 12:58:55 +00:00
Vladimir Prus
b90afe4fd9
Improve the algorithm for computing build properties.
...
[SVN r22542]
2004-03-22 08:10:42 +00:00
Vladimir Prus
2ab3eed15f
Fix a typo. Note that teh code is now not used, replaced with native rule,
...
so this should be considered a documentation tweak.
[SVN r22541]
2004-03-22 07:37:05 +00:00
Vladimir Prus
9f72cb44da
Fix build problems with different bison versions.
...
[SVN r22540]
2004-03-22 06:31:24 +00:00
Jeremy Siek
98dc192b6a
fixed issue about vertices in G^T
...
[SVN r22538]
2004-03-21 23:32:33 +00:00
Beman Dawes
861b41b805
expand rename() test cases, correct docs, tie test cases to docs
...
[SVN r22537]
2004-03-21 20:32:20 +00:00
Andreas Huber
f32d0553c6
Fixed incorrectly cased image filenames.
...
[SVN r22536]
2004-03-21 10:39:40 +00:00
Andreas Huber
02e6e13321
Fixed incorrectly cased image filenames.
...
[SVN r22535]
2004-03-21 10:00:32 +00:00
Andreas Huber
3cdd039c85
Added missing punctuation
...
[SVN r22534]
2004-03-21 08:21:03 +00:00
Andreas Huber
8f39b0bf6e
Breaking change: fifo_scheduler<> and fifo_worker<> now always work non-blocking by default
...
[SVN r22533]
2004-03-20 23:12:12 +00:00
Andreas Huber
287a0f74f2
GCC makefile
...
[SVN r22532]
2004-03-20 23:08:48 +00:00
Beman Dawes
82287ec7dd
Add equivalent()
...
[SVN r22531]
2004-03-20 18:24:48 +00:00
John Maddock
532467bebf
Added link to old docs.
...
[SVN r22530]
2004-03-20 12:12:03 +00:00
John Maddock
ae37e6cc07
Added missing preconditions, and fixed minor typos.
...
[SVN r22529]
2004-03-20 11:53:56 +00:00
Michael Glassford
2b31673beb
Add missing pthread_mutexattr_destroy() to recursive_mutex::recursive_mutex() and recursive_try_mutex::recursive_try_mutex().
...
[SVN r22527]
2004-03-19 21:24:50 +00:00
Beman Dawes
ac85d2d50e
spelling fix
...
[SVN r22526]
2004-03-19 18:24:01 +00:00
Vladimir Prus
87e72cab09
Fix to avoid redeclaring the same XSLT variable twice, which cause
...
runtime errror. Thanks to Reece Dunn for solving this.
[SVN r22518]
2004-03-19 06:54:12 +00:00
John Maddock
5920a4335f
Restricted old feature set to "real" VC6 only.
...
[SVN r22517]
2004-03-18 11:32:08 +00:00
Joel de Guzman
8ea095efb5
tweaks for UNICODE (Reece Dunn)
...
[SVN r22516]
2004-03-18 00:40:14 +00:00
Jeremy Siek
cf1619bf45
fixed typo
...
[SVN r22515]
2004-03-17 17:36:31 +00:00
Jeremy Siek
cf2c37ae9b
fixed num_edges() to work with undirected graphs, and also to be O(1)
...
[SVN r22514]
2004-03-17 17:21:31 +00:00
Douglas Gregor
a3f8f6d40f
Make sure to include Boost config
...
[SVN r22513]
2004-03-17 15:25:57 +00:00
John Maddock
d61b5eee46
Added typedefs to index
...
[SVN r22511]
2004-03-17 12:53:57 +00:00
Vladimir Prus
65fc2d73f1
Recent update from Reece
...
[SVN r22510]
2004-03-17 09:08:54 +00:00
Vladimir Prus
ceed244f61
Patch from Reece to avoid generating empty TOCs for sections.
...
[SVN r22509]
2004-03-17 08:58:38 +00:00
Vladimir Prus
4407999446
Patch from Reece Dunn, to add new styles of header and nagivation
...
arrows.
[SVN r22508]
2004-03-17 08:43:19 +00:00
Jonathan Brandmeyer
bfe1a9ddba
Throw an IndexError when given an extended slice;
...
Clip bounds of slices in a mannar consistant with builtin containers;
Prevent undefined behavior within the STL when given certain kinds of
empty slices.
[SVN r22507]
2004-03-17 03:15:35 +00:00
John Maddock
64cacb873e
Removed unneeded export specifiers
...
[SVN r22506]
2004-03-16 17:37:54 +00:00
John Maddock
8fdc658706
Added missing typedefs
...
[SVN r22505]
2004-03-16 17:36:15 +00:00
John Maddock
23a095fa96
removed requirement for _MSC_EXTENSIONS with msvc
...
[SVN r22504]
2004-03-16 17:35:07 +00:00