- d2bb032 Fixing whitespace problems by Howard Hinnant · 14 years ago
- c52f43e Fixing whitespace problems by Howard Hinnant · 14 years ago
- f11ea14 Fixing whitespace problems by Howard Hinnant · 14 years ago
- 6e0a1f4 Fixing whitespace problems by Howard Hinnant · 14 years ago
- bbd8086 Fixing whitespace problems by Howard Hinnant · 14 years ago
- 0e20cae Fixing whitespace problems by Howard Hinnant · 14 years ago
- 22a74dc Fixing whitespace problems by Howard Hinnant · 14 years ago
- cf6dcc3 Fixing whitespace problems by Howard Hinnant · 14 years ago
- 712522c Fixing whitespace problems by Howard Hinnant · 14 years ago
- 256813f Fixing whitespace problems by Howard Hinnant · 14 years ago
- 74231bf Fixing whitespace problems by Howard Hinnant · 14 years ago
- aa20444 Fixing whitespace problems by Howard Hinnant · 14 years ago
- 6046ace Fixing whitespace problems by Howard Hinnant · 14 years ago
- eb564e7 Fixing whitespace problems by Howard Hinnant · 14 years ago
- 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
- 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
- 92172b8 US 108, N3109 by Howard Hinnant · 14 years ago
- a785e4e DE 23 by Howard Hinnant · 14 years ago
- 7a2523b US 117 by Howard Hinnant · 14 years ago
- 98e5d97 US 122, N3106 by Howard Hinnant · 14 years ago
- 7255280 Installed allocator into std::function by Howard Hinnant · 14 years ago
- e00e030 JP 3 & JP 4 by Howard Hinnant · 14 years ago
- e3263b4 GB 85, GB 87 by Howard Hinnant · 14 years ago
- 2794e6c DE 19 by Howard Hinnant · 14 years ago
- 3c1ffba US 98, US 99 by Howard Hinnant · 14 years ago
- e92c3d7 US 107 by Howard Hinnant · 14 years ago
- ba590bd LWG 1278 by Howard Hinnant · 14 years ago
- 4a23e1e Updated by-chapter chart with weekly test results. Also did some prototyping on result_of, but if-def'd out the prototyped part (which the LWG may or may not accept) by Howard Hinnant · 14 years ago
- a8d7759 [re.alg.replace]. This finishes all of <regex>. That being said, <regex> is exceptionally difficult to thoroughly test. If anyone has the ability to test this, combined with the interest to do so, now would be a good time. :-) by Howard Hinnant · 14 years ago
- 262b779 [re.tokiter] by Howard Hinnant · 14 years ago
- a712c72 [re.regiter] by Howard Hinnant · 14 years ago
- aa78f9c [re.alg.match] by Howard Hinnant · 14 years ago
- 27405f9 Everything under [re.results] by Howard Hinnant · 14 years ago
- 7026a17 Everything under [re.regex] by Howard Hinnant · 14 years ago
- 8784650 Filling out regex tests... by Howard Hinnant · 14 years ago
- 0e353f2 Didn't mean to change lib/buildit on the last check in by Howard Hinnant · 14 years ago
- d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
- 81e6858 #ifdef around Solaris/Linux/Darwin-specific error codes and replace them with their BSD equivalents if they are not available. by David Chisnall · 14 years ago
- 3e13d4f Include sys/endian.h on FreeBSD and use that to detect the byte order. by David Chisnall · 14 years ago
- b271eff Modified the definition of std::foward to address National Body Comment US 90 by Howard Hinnant · 14 years ago
- 0a68a4d Fix conflict with cstring and using namespace std by Howard Hinnant · 14 years ago
- 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
- 45783d2 buildit adjustment by Howard Hinnant · 14 years ago
- 3da2d48 Let C lib supply stdbool.h by Howard Hinnant · 14 years ago
- d78b315 Make complex.h play nice with C by Howard Hinnant · 14 years ago
- f3dcca0 bug fix concerning search not at beginning of string and word boundaries by Howard Hinnant · 14 years ago
- 8daa733 fix bug incrementing past end in search by Howard Hinnant · 14 years ago
- a0d045b fix parse bug in ecma non-greedy loop by Howard Hinnant · 14 years ago
- 588ea08 weekly by-chapter summary updated by Howard Hinnant · 14 years ago
- 15476f3 Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going. by Howard Hinnant · 14 years ago
- e9de5ff lookahead for ecma by Howard Hinnant · 14 years ago
- 856846b grep and egrep grammars by Howard Hinnant · 14 years ago
- ad2a7ab continued regex development... by Howard Hinnant · 14 years ago
- 17615b0 A good start on ecma regex's. Maybe even feature complete, not sure yet. Also an unrelated fix to is_constructible thanks to Daniel Krugler. by Howard Hinnant · 14 years ago
- ddff70e Updated weekly by chapter summary by Howard Hinnant · 15 years ago
- 2ade7c2 I believe posix extended expr is feature complete. Getting started on ecma exprs. by Howard Hinnant · 15 years ago
- 1371b2e A few more tests for posix extended alternation by Howard Hinnant · 15 years ago
- aa69808 A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. by Howard Hinnant · 15 years ago
- 639a668 Tests for basic posix regex templated on wchar_t by Howard Hinnant · 15 years ago
- 22ce0b4 Fixed to work with generalized iterators. by Howard Hinnant · 15 years ago
- 68025ed Minor optimizations. Minor bug fixes. More tests. by Howard Hinnant · 15 years ago
- 173968a Bracket expressions are working (lightly tested). by Howard Hinnant · 15 years ago
- e34f17d regex_constants icase and collate for matching a single char and for matching back references by Howard Hinnant · 15 years ago
- cba352d back references for BRE by Howard Hinnant · 15 years ago
- ac30386 Redesign number 3. The previous design was not handling matching of empty strings inside of loops. by Howard Hinnant · 15 years ago
- 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 15 years ago
- e77aa5e Marked subexpressions in a loop in basic posix working (only lightly tested so far) by Howard Hinnant · 15 years ago
- f8ce459 First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though. by Howard Hinnant · 15 years ago
- 43b4dec Updated chart with weekly test results by Howard Hinnant · 15 years ago
- 0dca5fc First test for marked subexpressions by Howard Hinnant · 15 years ago
- 9b80f2b First, very primitive, search results on one engine by Howard Hinnant · 15 years ago
- 7e9d84b two steps forward, one step back... by Howard Hinnant · 15 years ago
- cd85b9e [re.submatch] by Howard Hinnant · 15 years ago
- db0bc34 Minor fixup by Howard Hinnant · 15 years ago
- 0de86b6 regex: learning to crawl by Howard Hinnant · 15 years ago
- 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 15 years ago
- f409d2f Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 15 years ago
- 80d88f3 updated for weekly tests by Howard Hinnant · 15 years ago
- 3257c98 Just getting our toes wet on <regex> by Howard Hinnant · 15 years ago
- 4b3a088 Fix an apparent typo. by Dan Gohman · 15 years ago
- 89f2606 updated by-chapter-complete chart by Howard Hinnant · 15 years ago
- 45dc225 test results are now stored internal to Apple. by Howard Hinnant · 15 years ago
- 21aefc3 [util.smartptr.hash] by Howard Hinnant · 15 years ago
- ed30e07 for Ubuntu by Howard Hinnant · 15 years ago
- b6184db I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like. by Howard Hinnant · 15 years ago
- a6a062d [string.conversions] by Howard Hinnant · 15 years ago
- 4b53f50 [conversions.buffer] by Howard Hinnant · 15 years ago
- d23b464 [conversions.string] by Howard Hinnant · 15 years ago
- 87d1a8a [locale.stdcvt] by Howard Hinnant · 15 years ago
- e056924 Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof. by Howard Hinnant · 15 years ago
- fcc5938 [support.initlist.range] by Howard Hinnant · 15 years ago
- a309da1 Corrected a test bug in reverse_iterator by Howard Hinnant · 15 years ago
- 85d7b33 UTF-8 data in this file somehow got garbled by Howard Hinnant · 15 years ago
- 3ec3184 Implemented some adaptor constructors which I had missed. by Howard Hinnant · 15 years ago
- 6bb9f58 Corrected rethrow_if_nested by Howard Hinnant · 15 years ago
- 13c98cc weekly test results plus a bug fix clang found by Howard Hinnant · 15 years ago
- ed2c291 [except.nested] by Howard Hinnant · 15 years ago
- ebef745 [numeric.iota] by Howard Hinnant · 15 years ago
- c326721 Completed [alg.random.shuffle]. by Howard Hinnant · 15 years ago
- 0bfe880 For compiling on FreeBSD by Howard Hinnant · 15 years ago