|
71a0e020e2
|
merged changes in regex5 branch
[SVN r26692]
|
2005-01-13 17:06:21 +00:00 |
|
|
de0ab9092a
|
Fix for .{n,} failing in partial matches.
Fix for [\x0-\xff] failing in wide character expressions.
[SVN r26566]
|
2004-12-21 17:07:46 +00:00 |
|
|
ab6f20486b
|
Fix problem with match_any and POSIX-style matches (match results structure wasn't getting filled in).
Fixed problem with gcc in -pedantic mode.
[SVN r26348]
|
2004-11-29 13:50:17 +00:00 |
|
|
916dbeadbf
|
merge RC_1_32_0 fixes
[SVN r26333]
|
2004-11-28 04:44:21 +00:00 |
|
|
9079cc8201
|
Updated installation notes.
[SVN r26323]
|
2004-11-27 11:20:37 +00:00 |
|
|
e2c97fbb13
|
Enable auto-linking for compilers other than MSVC.
[SVN r26147]
|
2004-11-08 12:24:18 +00:00 |
|
|
bc140f1948
|
Added fix to ensure that expressions prefixed with \` do not scan through the text unnecessarily.
[SVN r25625]
|
2004-10-08 12:45:31 +00:00 |
|
|
24fec31d2c
|
c++boost.gif -> boost.png replacement
[SVN r25573]
|
2004-10-05 15:45:52 +00:00 |
|
|
ad21d2cb2f
|
Stamped on more C++ style comments in C compatible code.
[SVN r25472]
|
2004-09-29 10:22:04 +00:00 |
|
|
50dccbe6e0
|
Removed mingw workaround, and added to mingw toolset instead.
[SVN r25457]
|
2004-09-28 14:56:13 +00:00 |
|
|
396136146f
|
Cleaned up comments to make regex.h C compatible.
[SVN r25414]
|
2004-09-26 10:25:31 +00:00 |
|
|
c0e6b1f5a2
|
mingw dll specific fixes.
Disable one SGI test - compiler deduces template arguments strangely.
[SVN r25270]
|
2004-09-20 12:31:08 +00:00 |
|
|
138d526839
|
Made config header C compatible.
Added mingw dll specific fix.
[SVN r25269]
|
2004-09-20 12:28:37 +00:00 |
|
|
8e60fd2cb7
|
Added needed include (fix for RW STL on Linux)
[SVN r25192]
|
2004-09-18 10:32:45 +00:00 |
|
|
5dfe10a136
|
Fix for RW STL: undef wchar symbols before use
[SVN r25191]
|
2004-09-18 10:32:05 +00:00 |
|
|
c2b82eae1f
|
License update
[SVN r24990]
|
2004-09-09 13:59:01 +00:00 |
|
|
b0a325cf65
|
Fix: re-used match_results structure didn't set size correctly.
[SVN r24744]
|
2004-08-26 10:41:49 +00:00 |
|
|
54be0eaa9d
|
VC6-specific fixes for wide character convenience functions.
[SVN r24600]
|
2004-08-19 15:29:21 +00:00 |
|
|
276fa31266
|
Fix signature to operator!=
[SVN r24499]
|
2004-08-16 11:22:52 +00:00 |
|
|
2e968dea9c
|
Minor workarounds for SGI and Darwin platforms.
[SVN r24340]
|
2004-08-08 09:48:10 +00:00 |
|
|
97d3cdad83
|
Makefiles updated with 1.32 version number.
[SVN r23982]
|
2004-07-23 11:35:03 +00:00 |
|
|
99f8d02805
|
Documentation update from Jon T. Pedant
[SVN r23847]
|
2004-07-20 17:03:55 +00:00 |
|
|
7043e5585f
|
Ooops, last fix had a misplaced "typename" in it, and therefore was not legal code, strangely some compilers just didn't care.
[SVN r23831]
|
2004-07-20 10:38:44 +00:00 |
|
|
048d5b788c
|
Added missing copyright declarations.
[SVN r23723]
|
2004-07-18 10:21:47 +00:00 |
|
|
ee631c02eb
|
Need to make string_out_iterator a "real" iterator type to keep commeau compiler happy.
[SVN r23722]
|
2004-07-18 10:20:56 +00:00 |
|
|
4600a25228
|
Updated makefiles.
[SVN r23625]
|
2004-07-16 10:56:15 +00:00 |
|
|
aebb44e507
|
Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise.
[SVN r23317]
|
2004-07-02 10:40:53 +00:00 |
|
|
8d994b14b2
|
remove std_min and std_max, update minmax coding guidelines
[SVN r23162]
|
2004-06-23 04:49:48 +00:00 |
|
|
d310bc9835
|
HP aCC patches.
[SVN r23147]
|
2004-06-22 12:42:16 +00:00 |
|
|
6c02074270
|
More aCC portability fixes.
[SVN r23145]
|
2004-06-22 12:34:04 +00:00 |
|
|
ca44c8182c
|
Fixed bug with grepping for literals.
Added Sunpro workaround.
[SVN r23093]
|
2004-06-12 10:10:07 +00:00 |
|
|
2e10c5ec17
|
Update
[SVN r23089]
|
2004-06-11 11:54:08 +00:00 |
|
|
ba148bae42
|
64-bit portability fix
[SVN r23065]
|
2004-06-09 12:12:42 +00:00 |
|
|
7c74a98ae5
|
64-bit portability fix
[SVN r23063]
|
2004-06-09 11:23:52 +00:00 |
|
|
9424952e8f
|
Added workarounds for Sunpro and HP aCC
[SVN r23032]
|
2004-06-05 11:46:45 +00:00 |
|
|
c3f14400b0
|
Moved detail/allocator.hpp into regex directory.
[SVN r22967]
|
2004-05-28 12:21:44 +00:00 |
|
|
55a6787950
|
Altered initialiser order to stop gcc from complaining.
[SVN r22876]
|
2004-05-20 10:16:09 +00:00 |
|
|
4c0572d98f
|
Attempt to sync V2 Jamfiles with V1 ones, again...
[SVN r22846]
|
2004-05-17 07:45:33 +00:00 |
|
|
25e51d3984
|
Patch for nosubs flag bug.
[SVN r22821]
|
2004-05-14 10:27:13 +00:00 |
|
|
c9b37542c5
|
Added additional tests for new bugs
[SVN r22813]
|
2004-05-13 12:33:22 +00:00 |
|
|
6382470ac1
|
Fixed \l and \u so that they work correctly in case insensitive mode.
[SVN r22804]
|
2004-05-12 11:39:28 +00:00 |
|
|
1dc081e1c2
|
Fixed problem with wide character optimisations, changed asserts on pointers (HP-specific workaround).
[SVN r22721]
|
2004-05-03 11:24:58 +00:00 |
|
|
b3e28896b7
|
Changed ar to $(AR) to allow for override.
[SVN r22713]
|
2004-05-01 10:33:47 +00:00 |
|
|
76176b302b
|
Don't optimise leading repeats when there are backreferences involved.
[SVN r22705]
|
2004-04-25 10:32:09 +00:00 |
|
|
a262f28327
|
Added introductory comment
[SVN r22641]
|
2004-04-17 10:56:46 +00:00 |
|
|
e3aacc5c55
|
Fixes for POSIX regexes not grepping correctly.
[SVN r22623]
|
2004-04-09 15:55:32 +00:00 |
|
|
dc90d07749
|
Added fix for grepping for POSIX style matches.
[SVN r22621]
|
2004-04-07 11:04:06 +00:00 |
|
|
300ca31723
|
Added missing hyperlink
[SVN r22620]
|
2004-04-07 10:49:50 +00:00 |
|
|
c65dd3be41
|
Added link to old docs.
[SVN r22530]
|
2004-03-20 12:12:03 +00:00 |
|
|
5a29047906
|
Added missing preconditions, and fixed minor typos.
[SVN r22529]
|
2004-03-20 11:53:56 +00:00 |
|