aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/src/xmerl_xpath_scan.erl
AgeCommit message (Collapse)Author
2016-05-19xmerl: Comment out unreachable clausesKostis Sagonas
A slightly stronger version of Dialyzer discovered that various clauses in the code of `xmerl` are unreachable. This code was commented out; There is little reason to have code bloat that simply causes confusion. An alternative change would be to simply delete this code.
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-21Treat , as special in xmerl_xpath_scan.Anneli Cuss
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP