summaryrefslogtreecommitdiff
path: root/lib/parsetools
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseOTP_R16B02Erlang/OTP2013-09-162-1/+36
* parsetools: added testcase for unicodeFredrik Gustafsson2013-09-101-3/+21
* 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-025-18/+149
* Fix a Yecc bugHans Bolinder2013-08-282-6/+39
* Prepare releaseOTP_R16BErlang/OTP2013-02-252-1/+15
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
* Use ~ts for filenamesHans Bolinder2013-02-192-16/+16
* Make Unicode correctionsHans Bolinder2013-02-113-4/+4
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-1/+20
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Extend char() to Unicode charactersHans Bolinder2013-01-254-10/+10
* [parsetools] Change the encoding of test suites to UTF-8Hans Bolinder2013-01-252-47/+47
* Turn warnings to errors on selected applicationsBjörn Gustavsson2013-01-231-1/+2
* Merge branch 'lh/forget-mnemosyne/OTP-10729'Fredrik Gustafsson2013-01-221-1/+0
|\
| * Remove support for the query keyword and query expressionsLoïc Hoguin2013-01-161-1/+0
* | Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-181-2/+2
|\ \ | |/ |/|
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
* | Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-091-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-026-88/+412
|/
* Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
* Update to work with whitespace in exec pathLukas Larsson2012-06-053-17/+17
* Prepare releaseErlang/OTP2011-12-122-1/+21
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
* parsetools: Eliminate use of tuple funBjörn Gustavsson2011-11-292-5/+7
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-21/+0
* Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-10-042-1/+47
|\
| * Prepare releaseOTP_R14B04Erlang/OTP2011-10-042-1/+47
* | Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-292-2/+2
|\ \ | |/
| * Update copyright yearsBjörn-Egil Dahlberg2011-09-292-2/+2
* | Merge branch 'dev' into majorHans Bolinder2011-09-271-2/+2
|\ \ | |/
| * Correct XML filesHans Bolinder2011-09-261-2/+2
* | Merge branch 'dev' into majorHenrik Nord2011-09-134-35/+75
|\ \ | |/
| * 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
| * parsetools: test if warnings_as_errors writes fileTuncer Ayaz2011-09-062-5/+16
* | Merge branch 'bjorn/line-numbers-in-exceptions/OTP-9468' into majorBjörn Gustavsson2011-08-252-4/+4
|\ \ | |/ |/|
| * emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-162-4/+4
* | Fix incorrect order of pseudo variables in yecc examplegarrett2011-08-181-4/+4
|/