diff options
Diffstat (limited to 'history.txt')
| -rw-r--r-- | history.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/history.txt b/history.txt new file mode 100644 index 0000000..5cfe877 --- /dev/null +++ b/history.txt @@ -0,0 +1,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
\ No newline at end of file |
