summaryrefslogtreecommitdiff
path: root/lib/parsetools/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearHenrik Nord2018-06-182-2/+2
* Use \n escape instead of integer 10Richard Carlsson2018-05-041-1/+1
* Move lib:nonl/1 into yecc.erlRichard Carlsson2018-05-041-2/+6
* parsetools: Do not call erlang:get_stacktrace()Hans Bolinder2018-02-061-8/+6
* parsetools: Do not use deprecated functions in string(3)Hans Bolinder2017-07-062-25/+21
* parsetools: Improve handling of Unicode atomsHans Bolinder2017-06-091-3/+3
* parsetools: Fix Yecc regarding Unicode atomsHans Bolinder2017-04-071-55/+61
* parsetools: Fix Leex regarding Unicode atomsHans Bolinder2017-04-071-37/+55
* parsetools: Fix handling of locations and annotationsHans Bolinder2017-03-103-207/+160
* Fixed typos in lib/parsetoolsAndrew Dryga2017-02-141-2/+2
* warn_obsolete_guard is already defaultRichard Carlsson2016-11-291-1/+1
* parsetools: Correct handling of Unicode in LeexHans Bolinder2016-09-281-1/+3
* parsetools: Suppress Dialyzer-warningsHans Bolinder2016-09-121-1/+2
* update copyright-yearHenrik Nord2016-03-154-4/+4
* Change license text to APLv2Bruce Yinhe2015-06-186-57/+63
* Update runtime_dependencies in application resource filesHans Bolinder2015-05-251-1/+1
* parsetools: Use module erl_annoHans Bolinder2015-04-303-37/+107
* Let Yecc use the new -dialyzer attributeHans Bolinder2015-01-151-3/+15
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+2
* Fix library application appup filesTobias Schlager2014-02-181-1/+21
* Fix a few of Dialyzer's unmatched_return warningsHans Bolinder2014-02-121-2/+2
* Missed a few similar callsPierre Fenoll2013-09-101-2/+2
* Fix leex module`s inability to build unicode-aware lexers.Pierre Fenoll2013-09-101-1/+1
* Fix a Unicode filename bug affecting Leex and YeccHans Bolinder2013-09-022-7/+15
* Fix a Yecc bugHans Bolinder2013-08-281-4/+4
* Use ~ts for filenamesHans Bolinder2013-02-192-16/+16
* Make Unicode correctionsHans Bolinder2013-02-113-4/+4
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Extend char() to Unicode charactersHans Bolinder2013-01-253-6/+6
* Turn warnings to errors on selected applicationsBjörn Gustavsson2013-01-231-1/+2
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
* Merge branch 'hb/parsetools/remove_esyntax/OTP-10660'Hans Bolinder2013-01-031-360/+0
|\
| * Remote the file esyntax.yrlHans Bolinder2013-01-021-360/+0
* | [stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder2013-01-023-79/+146
|/
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-6/+6
* Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-291-1/+1
|\
| * Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
* | Merge branch 'dev' into majorHenrik Nord2011-09-132-30/+59
|\ \ | |/
| * leex: optimize werror/1Tuncer Ayaz2011-09-081-2/+2
| * yecc: optimize werror/1Tuncer Ayaz2011-09-081-2/+2
| * yecc: use more descriptive name: 'werror'Tuncer Ayaz2011-09-081-10/+10
| * leex: use more descriptive name: 'werror'Tuncer Ayaz2011-09-081-10/+10
| * yecc: log warnings as errors if -Werror is enabledTuncer Ayaz2011-09-081-5/+13
| * leex: log warnings as errors if -Werror is enabledTuncer Ayaz2011-09-081-9/+24
| * yecc: honour -Werror passed from erlcTuncer Ayaz2011-09-081-2/+5
| * leex: honour -Werror passed from erlcTuncer Ayaz2011-09-081-2/+5
* | emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-161-2/+2
|/
* Remove Dialyzer warningsHans Bolinder2011-06-161-48/+49
* yecc: add warnings_as_errors optionTuncer Ayaz2011-06-011-8/+20