summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dgud/wx/depr-driver-if'Dan Gudmundsson2013-01-2516-241/+161
|\
| * Document howto build wxWidgets on macDan Gudmundsson2013-01-251-53/+16
| * wx: Fix crash in glu tesselateDan Gudmundsson2013-01-221-60/+75
| * wx: Remove deprecated driver_send_term usageDan Gudmundsson2013-01-1613-64/+70
| * wx: Removed wx internal eventDan Gudmundsson2013-01-161-64/+0
* | Merge branch 'dgud/wx/treectrl/OTP-10743'Dan Gudmundsson2013-01-2510-4319/+4394
|\ \
| * | wx: Add wxTreeCtrl:isTreeItemIdOk/1Dan Gudmundsson2013-01-2310-4291/+4356
| * | wx: Fix wxTreeCtrl return valuesDan Gudmundsson2013-01-235-28/+38
* | | Merge branch 'siri/cuddle-with-tests'Siri Hansen2013-01-253-38/+71
|\ \ \
| * | | [common_test] Clean logdir for ct_surefire_SUITESiri Hansen2013-01-251-2/+26
| * | | [common_test] Fix log dirs on windowsSiri Hansen2013-01-251-26/+25
| * | | [test_server] Fix copyright in erl2html2_SUITE.erlSiri Hansen2013-01-251-8/+18
| * | | Fix release_handler_SUITE:otp_9395_check_old_codeSiri Hansen2013-01-251-3/+3
|/ / /
* | | Update system READMEBjörn-Egil Dahlberg2013-01-251-2/+2
* | | Merge branch 'nox/enable-silent-rules-doc'Björn-Egil Dahlberg2013-01-252-1/+28
|\ \ \
| * | | Document output.mk.inAnthony Ramine2013-01-231-0/+27
| * | | Fix a typo in erts/lib_src/Makefile.inAnthony Ramine2013-01-231-1/+1
* | | | Merge branch 'hb/stdlib/fix_qlc_suite/OTP-10771'Hans Bolinder2013-01-251-3/+3
|\ \ \ \
| * | | | [stdlib] Fix minor issue with qlc_SUITEHans Bolinder2013-01-251-3/+3
* | | | | Update primary bootstrapBjörn Gustavsson2013-01-2544-0/+1
* | | | | Merge branch 'hb/unicode/OTP-10302'Hans Bolinder2013-01-2584-826/+1007
|\ \ \ \ \
| * | | | | [stdlib] Remove documentation of ~tpHans Bolinder2013-01-251-16/+2
| * | | | | Remove one use of iolist_size/1 in io_lib_pretty.erlHans Bolinder2013-01-251-1/+1
| * | | | | Add a new function proc_lib:format/2 which takes encodingHans Bolinder2013-01-252-27/+46
| * | | | | Export the type erl_scan:token()Hans Bolinder2013-01-252-2/+3
| * | | | | Make adjustments for UnicodeHans Bolinder2013-01-2553-302/+367
| * | | | | [stdlib] Change default of erl_scan's unicode optionHans Bolinder2013-01-252-60/+74
| * | | | | Update preloadedHans Bolinder2013-01-251-0/+0
| * | | | | Correct recently introduced Unicode related type errorsHans Bolinder2013-01-252-3/+3
| * | | | | [stdlib] Introduce new functions epp:read_encoding_from_binary/1,2Hans Bolinder2013-01-253-8/+57
| * | | | | Extend char() to Unicode charactersHans Bolinder2013-01-2521-233/+263
| * | | | | [kernel] Correct bugs in the old shell (user.erl)Hans Bolinder2013-01-251-64/+108
| * | | | | [parsetools] Change the encoding of test suites to UTF-8Hans Bolinder2013-01-252-47/+47
| * | | | | [stdlib] Fix a contract bugHans Bolinder2013-01-254-15/+52
| * | | | | [stdlib] Update the Unicode examples in STDLIB User's GuideHans Bolinder2013-01-252-11/+14
| * | | | | [stdlib] Remove documentation of Unicode functions in io_libHans Bolinder2013-01-252-68/+1
* | | | | | Merge branch 'bjorn/asn1/further-cleanup/OTP-10588'Björn Gustavsson2013-01-2554-7710/+5824
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't export encode_disp/2 and decode_disp/2 in generated modulesBjörn Gustavsson2013-01-241-1/+1
| * | | | | Remove vestiges of support for the {TypeName,Value} notationBjörn Gustavsson2013-01-243-16/+1
| * | | | | Simplify the functions for decoding lengthsBjörn Gustavsson2013-01-232-61/+12
| * | | | | per,uper: Optimize decoding of the remaining data typesBjörn Gustavsson2013-01-236-139/+58
| * | | | | per,uper: Optimize decoding of the remaining string typesBjörn Gustavsson2013-01-234-72/+38
| * | | | | Share all code for dec_gen_prim/3 between per/uper back-endsBjörn Gustavsson2013-01-231-79/+2
| * | | | | per,uper: Optimize decoding of the string data typesBjörn Gustavsson2013-01-236-263/+176
| * | | | | testPrimStrings: Test some constraintsBjörn Gustavsson2013-01-232-2/+9
| * | | | | By default, encode BIT STRING to bitstringsBjörn Gustavsson2013-01-2315-293/+287
| * | | | | Teach encode functions to accept a bitstring term for a BIT STRINGBjörn Gustavsson2013-01-223-0/+12
| * | | | | Fix EXTERNAL 1990/1994 conversion information lossBjörn Gustavsson2013-01-222-20/+37
| * | | | | uper: Look up some SizeConstraints at compile-timeBjörn Gustavsson2013-01-222-17/+26
| * | | | | Enumeration decoding: Don't emit a default clause if it cannot matchBjörn Gustavsson2013-01-221-2/+20