summaryrefslogtreecommitdiff
path: root/drivers/trex/history.txt
blob: 5cfe8770b4a1659dc21a2c01db72b91062fd273d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===version 1.3
-fixed a bug for GCC users(thx Brendan)

===version 1.2
-added word boundary match \b and \B
-added vertical tab escape \v
-\w now also matches '_' (underscore)
-fixed greediness for * and +

===version 1.1 , April 1, 2004
-fixed some minor bug
-added predefined character classes(\w,\W,\s,\S etc...)

===version 1.0 , February 23, 2004
-first public realase