Commit Graph

  • 9c0f22ffc1 move return 0; to correct place this time around Beman Dawes 2003-07-16 23:03:40 +0000
  • 1d0e37c864 add return 0; Beman Dawes 2003-07-16 23:00:38 +0000
  • 2da000ff91 fix const_/non const_ conversion (from JRB) Beman Dawes 2003-07-16 15:27:24 +0000
  • 219f7cc772 add #include <algorithm> for find_if Beman Dawes 2003-07-15 13:37:37 +0000
  • 8b4b0acf4e reorder ctor member initializer to match order of member definitions (avoids gcc warning) Jens Maurer 2003-07-10 23:48:34 +0000
  • 6481c22651 Iterator Adapter V2 version Joel de Guzman 2003-07-10 12:44:36 +0000
  • ff3d55ef50 Updated to use the minimal test library and changed BOOST_REQUIRE instead of BOOST_CRITICAL_TEXT John R. Bandela 2003-07-04 21:43:56 +0000
  • 86cc82d1cd Added a const to a the string in the copy test -jrb John R. Bandela 2003-07-02 01:07:52 +0000
  • 6d98d254a1 Added copyright Björn Karlsson 2003-02-13 14:06:40 +0000
  • cf4a5e51b9 Untabified Björn Karlsson 2003-02-04 12:14:34 +0000
  • 2eba86bce3 add or update See www.boost.org comments Beman Dawes 2002-12-27 16:51:53 +0000
  • 215a8c1536 fix test_main signature Beman Dawes 2002-08-12 13:22:40 +0000
  • 74252ba979 Add newline at eof to quiet warning Beman Dawes 2002-07-24 11:33:51 +0000
  • fac0fa0e2e Fix unversioned VC++ checks Dave Abrahams 2002-07-13 12:26:19 +0000
  • 05420f1e8b Added Borland specific patch. John Maddock 2002-02-21 11:35:22 +0000
  • 2abb508a7e Fixed use of BOOST_NO_STDC_NAMESPACE so that tokenizer can live with regex. John Maddock 2002-02-21 11:33:06 +0000
  • ffdc6884ac *** empty log message *** Jeremy Siek 2002-02-06 21:51:40 +0000
  • b3f83152f0 *** empty log message *** Jeremy Siek 2002-02-06 21:33:47 +0000
  • 6df5fa22b0 *** empty log message *** Jeremy Siek 2002-02-06 20:01:09 +0000
  • f020ec062d mods with respect to isspace and ispunct behaviour of char_separator Jeremy Siek 2002-02-06 03:32:49 +0000
  • 48c582a877 some more edits, with regard to the isspace and ispunct behaviour Jeremy Siek 2002-02-06 03:32:20 +0000
  • b9b48781c4 added new class char_separator Jeremy Siek 2002-02-06 02:11:09 +0000
  • 0d6313d9a5 added new class char_separator with tests and doc Jeremy Siek 2002-02-06 02:10:39 +0000
  • 7cd1847786 Reverted to previous version John R. Bandela 2001-12-14 02:51:49 +0000
  • 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) John R. Bandela 2001-12-03 04:56:50 +0000
  • 87a637077e iterator adaptor update and related changes Jeremy Siek 2001-11-04 02:50:10 +0000
  • 05c488b8e1 Fixed escape_list_separator bug with terminating empty field, and enhanced it to allow strings as e,c,q -jrb John R. Bandela 2001-09-16 00:00:04 +0000
  • 49bb549f94 Fixes for some warnings -JRB John R. Bandela 2001-08-31 16:46:10 +0000
  • 812ae3abda Fix some broken links. Fix order of constructor initializers. Darin Adler 2001-08-23 17:42:07 +0000
  • 2e4c6307ce Fixes by John for char_delimiters_separator constructor John R. Bandela 2001-07-17 22:43:47 +0000
  • 46e9ac548a Fix formatting attemp2 John R. Bandela 2001-07-03 23:32:27 +0000
  • 200ff8375c Fixed formatting John R. Bandela 2001-07-03 23:19:08 +0000
  • 3d08372d80 VC typename fixes by John John R. Bandela 2001-07-03 04:47:06 +0000
  • bf30ec31fd added missing "typename"s Jens Maurer 2001-06-24 15:37:23 +0000
  • 79ffaae18d John's fixes for BCC John R. Bandela 2001-06-22 20:53:24 +0000
  • ec19fa571e John's fixes for BCC and GCC John R. Bandela 2001-06-22 20:45:11 +0000
  • a7806e67a1 Add acknowledgements Beman Dawes 2001-06-21 19:21:54 +0000
  • 2882a44401 VC++ fix from John Beman Dawes 2001-06-13 14:14:22 +0000
  • fd272bcc8a John Bandela says to remove this file Beman Dawes 2001-06-13 14:10:29 +0000
  • 0854dc07e9 Tokenizer initial commit Beman Dawes 2001-06-13 00:46:03 +0000