Beman Dawes
9c0f22ffc1
move return 0; to correct place this time around
...
[SVN r19161]
2003-07-16 23:03:40 +00:00
Beman Dawes
1d0e37c864
add return 0;
...
[SVN r19160]
2003-07-16 23:00:38 +00:00
Beman Dawes
2da000ff91
fix const_/non const_ conversion (from JRB)
...
[SVN r19153]
2003-07-16 15:27:24 +00:00
Beman Dawes
219f7cc772
add #include <algorithm> for find_if
...
[SVN r19127]
2003-07-15 13:37:37 +00:00
Jens Maurer
8b4b0acf4e
reorder ctor member initializer to match order of member definitions
...
(avoids gcc warning)
[SVN r19036]
2003-07-10 23:48:34 +00:00
Joel de Guzman
6481c22651
Iterator Adapter V2 version
...
[SVN r19023]
2003-07-10 12:44:36 +00:00
John R. Bandela
ff3d55ef50
Updated to use the minimal test library and changed BOOST_REQUIRE instead of BOOST_CRITICAL_TEXT
...
[SVN r18940]
2003-07-04 21:43:56 +00:00
John R. Bandela
86cc82d1cd
Added a const to a the string in the copy test
...
-jrb
[SVN r18913]
2003-07-02 01:07:52 +00:00
Björn Karlsson
6d98d254a1
Added copyright
...
[SVN r17361]
2003-02-13 14:06:40 +00:00
Björn Karlsson
cf4a5e51b9
Untabified
...
[SVN r17194]
2003-02-04 12:14:34 +00:00
Beman Dawes
2eba86bce3
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Beman Dawes
215a8c1536
fix test_main signature
...
[SVN r14783]
2002-08-12 13:22:40 +00:00
Beman Dawes
74252ba979
Add newline at eof to quiet warning
...
[SVN r14581]
2002-07-24 11:33:51 +00:00
Dave Abrahams
fac0fa0e2e
Fix unversioned VC++ checks
...
[SVN r14436]
2002-07-13 12:26:19 +00:00
John Maddock
05420f1e8b
Added Borland specific patch.
...
[SVN r12874]
2002-02-21 11:35:22 +00:00
John Maddock
2abb508a7e
Fixed use of BOOST_NO_STDC_NAMESPACE so that tokenizer can live with regex.
...
[SVN r12872]
2002-02-21 11:33:06 +00:00
Jeremy Siek
ffdc6884ac
*** empty log message ***
...
[SVN r12746]
2002-02-06 21:51:40 +00:00
Jeremy Siek
b3f83152f0
*** empty log message ***
...
[SVN r12745]
2002-02-06 21:33:47 +00:00
Jeremy Siek
6df5fa22b0
*** empty log message ***
...
[SVN r12744]
2002-02-06 20:01:09 +00:00
Jeremy Siek
f020ec062d
mods with respect to isspace and ispunct behaviour of char_separator
...
[SVN r12738]
2002-02-06 03:32:49 +00:00
Jeremy Siek
48c582a877
some more edits, with regard to the isspace and ispunct behaviour
...
[SVN r12737]
2002-02-06 03:32:20 +00:00
Jeremy Siek
b9b48781c4
added new class char_separator
...
[SVN r12736]
2002-02-06 02:11:09 +00:00
Jeremy Siek
0d6313d9a5
added new class char_separator with tests and doc
...
[SVN r12735]
2002-02-06 02:10:39 +00:00
John R. Bandela
7cd1847786
Reverted to previous version
...
[SVN r12055]
2001-12-14 02:51:49 +00:00
John R. Bandela
e286f26cf4
offset_separator and char_delimiters_separator now use
...
tok.assign(cur,next)
to assign the token sequence for all iterator types except input iterators where
tok+=*next
is used
There is a workaround for Borland C++ and strings (see code)
Thanks to Gennadiy E. Rozental for pointing this out
-John R. Bandela
[SVN r11868]
2001-12-03 04:56:50 +00:00
Jeremy Siek
87a637077e
iterator adaptor update and related changes
...
[SVN r11554]
2001-11-04 02:50:10 +00:00
John R. Bandela
05c488b8e1
Fixed escape_list_separator bug with terminating empty field,
...
and enhanced it to allow strings as e,c,q
-jrb
[SVN r11130]
2001-09-16 00:00:04 +00:00
John R. Bandela
49bb549f94
Fixes for some warnings -JRB
...
[SVN r10976]
2001-08-31 16:46:10 +00:00
Darin Adler
812ae3abda
Fix some broken links. Fix order of constructor initializers.
...
[SVN r10913]
2001-08-23 17:42:07 +00:00
John R. Bandela
2e4c6307ce
Fixes by John for char_delimiters_separator constructor
...
[SVN r10652]
2001-07-17 22:43:47 +00:00
John R. Bandela
46e9ac548a
Fix formatting attemp2
...
[SVN r10525]
2001-07-03 23:32:27 +00:00
John R. Bandela
200ff8375c
Fixed formatting
...
[SVN r10524]
2001-07-03 23:19:08 +00:00
John R. Bandela
3d08372d80
VC typename fixes by John
...
[SVN r10510]
2001-07-03 04:47:06 +00:00
Jens Maurer
bf30ec31fd
added missing "typename"s
...
[SVN r10411]
2001-06-24 15:37:23 +00:00
John R. Bandela
79ffaae18d
John's fixes for BCC
...
[SVN r10401]
2001-06-22 20:53:24 +00:00
John R. Bandela
ec19fa571e
John's fixes for BCC and GCC
...
[SVN r10400]
2001-06-22 20:45:11 +00:00
Beman Dawes
a7806e67a1
Add acknowledgements
...
[SVN r10376]
2001-06-21 19:21:54 +00:00
Beman Dawes
2882a44401
VC++ fix from John
...
[SVN r10321]
2001-06-13 14:14:22 +00:00
Beman Dawes
fd272bcc8a
John Bandela says to remove this file
...
[SVN r10320]
2001-06-13 14:10:29 +00:00
Beman Dawes
0854dc07e9
Tokenizer initial commit
...
[SVN r10319]
2001-06-13 00:46:03 +00:00