summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pan/otp_8579_autoimport_override' into devErlang/OTP2010-06-0354-1715/+2733
|\
| * Update preloaded modulesPatrik Nyblom2010-06-028-0/+0
| * Update primary bootstrapPatrik Nyblom2010-06-0226-1431/+1785
| * Remove outcommented code from erl_lintPatrik Nyblom2010-06-021-11/+0
| * Make port_command/3 auto-importedPatrik Nyblom2010-06-022-3/+3
| * Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom2010-06-0219-153/+47
| * Autoimport min/2 and max/2Patrik Nyblom2010-06-022-0/+14
| * Improve coverage of erl_int in testcasesPatrik Nyblom2010-06-021-2/+50
| * Change warning to error for nowarn_bif_clash compiler directivePatrik Nyblom2010-06-024-52/+43
| * Add -compile({no_auto_import,[F/A]}) doc to compiler.xmlPatrik Nyblom2010-06-021-18/+56
| * Add some testcases to compiler to verify that overriding really happensPatrik Nyblom2010-06-022-4/+53
| * Return nowarn_bif_clash functionality but with warningPatrik Nyblom2010-06-024-75/+347
| * Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom2010-06-024-45/+383
| * Teach compiler to override autoimport with importPatrik Nyblom2010-06-022-12/+35
| * First prototype for local functions overriding autoimportedPatrik Nyblom2010-06-023-32/+40
* | Merge branch 'pan/otp_8577_re_pattern_doc' into devErlang/OTP2010-06-031-1/+5
|\ \
| * | Add documentation of what part of a re mp() can be used for guard testsPatrik Nyblom2010-06-021-1/+5
* | | Merge branch 'pan/otp_8611_standard_io' into devErlang/OTP2010-06-032-4/+86
|\ \ \
| * | | Teach file:write/read/read_line about named io_serversPatrik Nyblom2010-06-012-4/+86
* | | | Merge branch 'pan/unregister_error' into devErlang/OTP2010-06-032-13/+28
|\ \ \ \
| * | | | Add possibly missing process lock before unregistering oneselfPatrik Nyblom2010-06-011-10/+20
| * | | | Keep process lock over trace of unregisterPatrik Nyblom2010-06-012-5/+10
| |/ / /
* | | | Merge branch 'pan/otp_8086_ms_grammar' into devErlang/OTP2010-06-031-3/+49
|\ \ \ \
| * | | | Add match_specification grammar documentation specifically for etsPatrik Nyblom2010-06-021-3/+49
| | |/ / | |/| |
* | | | Merge branch 'pan/otp_3626_win_find_executable' into devErlang/OTP2010-06-032-6/+32
|\ \ \ \
| * | | | Teach os.erl to find executable names with extension (i.e. .exe) on windowsPatrik Nyblom2010-06-022-6/+32
| |/ / /
* | | | Fixed a bug in the spec which caused dsa parameters to be lost in the certifi...Dan Gudmundsson2010-06-031-1/+1
* | | | OTP-8529: Raise condition processing repliesMicael Karlberg2010-06-025-38/+181
* | | | OTP-8634: Pending counter raise condition.Micael Karlberg2010-06-026-88/+68
| |_|/ |/| |
* | | OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder2010-06-024-100/+156
* | | Merge branch 'jv/autoimport-binary_to_term_2' into devErlang/OTP2010-06-023-6/+7
|\ \ \
| * | | Change binary_to_term/2 to be auto-importedJayson Vantuyl2010-05-243-6/+7
* | | | Update bootstrap compilerBjörn Gustavsson2010-06-02148-1134/+1152
* | | | Fixing compiler warnings regarding max/2Niclas Eklund2010-06-022-11/+2
* | | | Merge branch 'bg/compiler' into devErlang/OTP2010-06-025-77/+220
|\ \ \ \
| * | | | beam_peep: Remove optimization already done by beam_deadBjörn Gustavsson2010-06-021-46/+2
| * | | | beam_dead: Combine is_eq_exact instructions into select_val instructionsBjörn Gustavsson2010-06-021-5/+43
| * | | | Evaluate is_record/3 at compile-time using type informationBjörn Gustavsson2010-06-021-0/+16
| * | | | Evaluate element/2 at compile-time using type informationBjörn Gustavsson2010-06-022-14/+19
| * | | | erl_expand_records: Replace is_record() with matchingBjörn Gustavsson2010-06-021-2/+130
| | |/ / | |/| |
* | | | Merge branch 'am/net_kernel_catchall' into devErlang/OTP2010-06-021-1/+4
|\ \ \ \
| * | | | Add catch all handle_call to net_kernelAntonio SJ Musumeci2010-06-011-1/+4
| |/ / /
* | | | Merge branch 'jl/windows-file-share-delete' into devErlang/OTP2010-06-021-1/+2
|\ \ \ \
| * | | | Windows: Open files with FILE_SHARE_DELETE to get closer to UNIX semanticsJan Lehnardt2010-06-021-1/+2
|/ / / /
* | | | Merge branch 'rn/resolver-leaking-ports' into devErlang/OTP2010-06-022-22/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Resolver: make inet_dns decode ugly truncated replyRaimo Niskanen2010-06-011-12/+22
| * | | Resolver: stop inet_res leaking portsRaimo Niskanen2010-06-011-0/+1
| | |/ | |/|
* | | Merge branch 'dgud/emacs-catch-improvements' into devErlang/OTP2010-06-013-46/+191
|\ \ \
| * | | Improved indentation of old catch.Dan Gudmundsson2010-06-013-22/+118
| * | | Added more type highlighting and fixed record indentation with types.Dan Gudmundsson2010-06-013-24/+73
| |/ /