]> ruderich.org/simon Gitweb - blhc/blhc.git/commit
Use /o in regexps where possible.
authorSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 00:34:12 +0000 (02:34 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 00:34:12 +0000 (02:34 +0200)
commit124a578b28479e28b9d801888f6a5c93666c24d3
tree8144db8926dfbe5f313c89c8a4ecc34ef4079881
parent5f36c99fe17184b3b10edf4d89b8d8f82cedd175
Use /o in regexps where possible.

/o is a bit faster and works fine as our parsing regexps never change.
bin/blhc