summaryrefslogtreecommitdiff
path: root/lib/parsetools
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'fenollp/yecc-bad-example-code/OTP-11749'Henrik Nord2014-02-241-4/+4
|\ | | | | | | | | * fenollp/yecc-bad-example-code/OTP-11749: Replace fixed-length list-nodes by tuple-nodes
| * Replace fixed-length list-nodes by tuple-nodesPierre Fenoll2013-12-291-4/+4
| |
* | Add test suites performing app and appup file checksTobias Schlager2014-02-242-0/+51
| | | | | | | | | | Add the mentioned test suites for *all* library and touched non-library applications.
* | Fix library application appup filesTobias Schlager2014-02-181-1/+21
| | | | | | | | | | | | | | | | | | | | As discussed in issue #240 *all* OTP library applications use the '.*' wildcard as up and down version. This makes library applications always up- and downgradeable. Using the wildcard version obsoletes all maintenance tasks regarding library applications' appup files. Additionally, it prevents upgrade problems caused by automatically included application dependencies when using reltool to create releases. Missing copyright headers are now consistently present.
* | Fix a few of Dialyzer's unmatched_return warningsHans Bolinder2014-02-121-2/+2
| |
* | Merge tag 'OTP_R16B02'Magnus Lidén2013-09-172-1/+36
|\ \ | |/ | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-162-1/+36
| |
* | Merge branch 'maint'Fredrik Gustafsson2013-09-112-6/+24
|\ \ | |/
| * 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
| | | | | | | | | | | | | | If you have declared your .xrl file as utf-8 encoded and that some of your definitions contain unicode characters, either leex wouldn`t be able to lex them or compilation of the .xrl file would crash.
* | Merge branch 'maint'Hans Bolinder2013-09-035-17/+148
|\ \ | |/ | | | | | | * maint: Fix a Unicode filename bug affecting Leex and Yecc
| * Fix a Unicode filename bug affecting Leex and YeccHans Bolinder2013-09-025-18/+149
| | | | | | | | | | A bug where Unicode filenames combined with Latin-1 encoding could crash Yecc and Leex has been fixed.
* | Merge branch 'maint'Hans Bolinder2013-08-282-6/+39
|\ \ | |/ | | | | | | * maint: Fix a Yecc bug
| * Fix a Yecc bugHans Bolinder2013-08-282-6/+39
| | | | | | | | | | | | | | A bug causing Yecc to generate badly formed parsers when encountering very simple recursive rules has been fixed. Thanks to Eric Pailleau for reporting the bug.
* | Convert XML files to UTF-8Hans Bolinder2013-04-198-14/+14
| |
* | Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder2013-04-192-2/+0
|/
* 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
| | | | | | | | | | The code related to the introduction of unicode_string() and unicode_char() has been removed. The types char() and string() have been extended to include Unicode characters. In fact char() was changed some time ago; this commit is about cleaning up the documentation and introduce better names for some functions.
* [parsetools] Change the encoding of test suites to UTF-8Hans Bolinder2013-01-252-47/+47
| | | | Should have been done in OTP-10630.
* 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
|\ | | | | | | | | | | * lh/forget-mnemosyne/OTP-10729: Remove what remains of the Mnemosyne code Remove support for the query keyword and query expressions
| * 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
|\ \ | |/ |/| | | | | * nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
| | | | | | | | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
* | 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
|\ | | | | | | | | * hb/parsetools/remove_esyntax/OTP-10660: Remote the file esyntax.yrl
| * Remote the file esyntax.yrlHans Bolinder2013-01-021-360/+0
| |
* | [stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder2013-01-026-88/+412
|/ | | | | | | Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing.
* Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-053-17/+17
| | | | | OTP-10106 OTP-10107
* 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
| | | | This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7.
* 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
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* 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
|\ \ | |/ | | | | | | * dev: Update copyright years
| * Update copyright yearsBjörn-Egil Dahlberg2011-09-292-2/+2
| |
* | Merge branch 'dev' into majorHans Bolinder2011-09-271-2/+2
|\ \ | |/ | | | | | | | | * dev: Improve the generation of man pages Correct XML files
| * Correct XML filesHans Bolinder2011-09-261-2/+2
| |
* | Merge branch 'dev' into majorHenrik Nord2011-09-134-35/+75
|\ \ | |/ | | | | | | Conflicts: lib/asn1/doc/src/asn1ct.xml
| * leex: optimize werror/1Tuncer Ayaz2011-09-081-2/+2
| |