summaryrefslogtreecommitdiff
path: root/lib/gs
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-2/+19
|
* Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-185-23/+23
|\ | | | | | | | | * nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-155-23/+23
| | | | | | | | | | | | 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-092-4/+5
|/
* Update copyright yearsBjörn-Egil Dahlberg2012-08-319-9/+9
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-058-46/+46
| | | | | OTP-10106 OTP-10107
* gs: Suppress ignored result warningBjörn-Egil Dahlberg2012-04-271-1/+1
| | | | | * The whole 'handle_external_read' seems suspicious Keep original behaviour and just suppress
* Prepare releaseOTP_R15B01Erlang/OTP2012-04-012-2/+22
|
* Update copyright yearsBjörn-Egil Dahlberg2012-03-3043-43/+43
|
* Suppress deprecated warnings in all modules that call 'gs'Björn Gustavsson2012-02-0842-0/+226
|
* Deprecate the gs applicationBjörn Gustavsson2012-02-082-4/+2
|
* Prepare releaseErlang/OTP2011-12-122-2/+26
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-096-6/+6
|
* 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-58/+0
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* gs: Eliminate use of deprecated regexp moduleBjörn Gustavsson2011-10-264-6/+7
|
* Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-10-042-2/+16
|\
| * Prepare releaseOTP_R14B04Erlang/OTP2011-10-042-2/+16
| |
* | Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-295-5/+5
|\ \ | |/ | | | | | | * dev: Update copyright years
| * Update copyright yearsBjörn-Egil Dahlberg2011-09-295-5/+5
| |
* | gs: Correct support for parallel makeBjörn Gustavsson2011-09-211-1/+1
| |
* | Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-195-15/+15
|\ \ | |/ | | | | | | | | | | * dev: gs: Update to modern type guards in examples os_mon: Check results from fgets in cpu_sup erts: Remove compiler warning in sys.c
| * gs: Update to modern type guards in examplesBjörn-Egil Dahlberg2011-09-165-15/+15
| |
* | gs: Support parallel makeBjörn Gustavsson2011-08-081-1/+3
|/
* Prepare releaseOTP_R14BErlang/OTP2010-09-132-2/+22
|
* Add warning in documentation about that GS will be deprecated and removed ↵Kenneth Lundin2010-09-072-2/+26
| | | | from distribution soon
* Update release notesBjörn Gustavsson2010-06-111-4/+19
|
* Update version numbersBjörn Gustavsson2010-06-101-1/+1
|
* gs: Clean up as suggested by tidierKostis Sagonas2010-06-072-32/+30
|
* Merge branch 'pan/otp_8579_autoimport_override' into devErlang/OTP2010-06-031-13/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/pan/otp_8579_autoimport_override: Update preloaded modules Update primary bootstrap Remove outcommented code from erl_lint Make port_command/3 auto-imported Remove (harmless) warnings about min/max in core applications Autoimport min/2 and max/2 Improve coverage of erl_int in testcases Change warning to error for nowarn_bif_clash compiler directive Add -compile({no_auto_import,[F/A]}) doc to compiler.xml Add some testcases to compiler to verify that overriding really happens Return nowarn_bif_clash functionality but with warning Teach erl_lint to better override BIFs with local functions and imports Teach compiler to override autoimport with import First prototype for local functions overriding autoimported OTP-8579 Local functions should override auto-imported Local and imported functions now override the autoimported BIFs when the names clash. The pre R14 behaviour was that autoimported BIFs would override local functions. To avoid that old programs change behaviour, the following will generate an error: Doing a call without explicit module name to a local function having a name clashing with the name of an autoimported BIF that was present (and autoimported) before OTP R14A Explicitly importing a function having a name clashing with the name of an autoimported BIF that was present (and autoimported) before OTP R14A Using any form of the old compiler directive nowarn_bif_clash If the BIF was added or autoimported in OTP R14A or later, overriding it with an import or a local function will only result in a warning, To resolve clashes, you can either use the explicit module name erlang to call the BIF, or you can remove the autoimport of that specific BIF by using the new compiler directive -compile({no_auto_import,[F/A]})., which makes all calls to the local or imported function without explicit module name pass without warnings or errors. The change makes it possible to add autoimported BIFs without breaking or silently changing old code in the future. However some current code ingeniously utilizing the old behaviour or the nowarn_bif_clash compiler directive, might need changing to be accepted by the compiler.
| * Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom2010-06-021-8/+5
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-20216-0/+121805