aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2013-02-20Merge branch 'hb/stdlib/unicode_corrections/OTP-10820'Hans Bolinder
2013-02-19Merge branch 'lukas/stdlib/binary_typespec'Lukas Larsson
2013-02-19Use ~ts for filenamesHans Bolinder
2013-02-18Merge branch 'sverk/ets-test-failures'Sverker Eriksson
2013-02-18Updated to fit spec of -type part()Lukas Larsson
2013-02-15[stdlib] Add documentation of ~tpHans Bolinder
2013-02-15[stdlib] Correct handling of Unicode filenamesHans Bolinder
2013-02-15[stdlib] Add new SDTLIB application variable 'shell_strings'Hans Bolinder
2013-02-15[stdlib] Add control sequence modifier 'l'Hans Bolinder
2013-02-14Merge branch 'lukas/erts/binary_conv_bifs/OTP-10300'Lukas Larsson
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2013-02-14Update deprecation message for gsBjörn Gustavsson
2013-02-14Merge branch 'bjorn/stdlib/filelib-wildcard/OTP-10812'Björn Gustavsson
2013-02-14Merge branch 'bjorn/stdlib/types'Björn Gustavsson
2013-02-13Extend ~ts to handle binaries with characters coded in ISO-latin-1Hans Bolinder
2013-02-13Remove special case handling "-" at the beginning of a charsetBjörn Gustavsson
2013-02-13Optimize character sets using gb_setsBjörn Gustavsson
2013-02-13Clean up and simplify the inner matching loopBjörn Gustavsson
2013-02-13Only sort the result list once, just before returningBjörn Gustavsson
2013-02-13Replace filename:join/2 with '++'Björn Gustavsson
2013-02-13Rethink the filelib:wildcard() functionsBjörn Gustavsson
2013-02-13Don't redefine error/1Björn Gustavsson
2013-02-13Don't allow binaries as the Cwd argument for filelib:wildcard()Björn Gustavsson
2013-02-13Don't handle binaries from file:list_dir/1Björn Gustavsson
2013-02-13Strengthen test suiteBjörn Gustavsson
2013-02-13Make the file:filename() type more restrictiveBjörn Gustavsson
2013-02-12c: Remove handling of binaries in return from file:list_dir/1Björn Gustavsson
2013-02-11[stdlib] Fix a bug concerning pretty printing and UnicodeHans Bolinder
2013-02-11Make Unicode correctionsHans Bolinder
2013-02-11Merge branch 'bjorn/remove-tuple-funs/OTP-10170'Björn Gustavsson
2013-02-10erl_eval: Don't allow evaluation of {M,F} in the shellBjörn Gustavsson
2013-02-10[stdlib] Remove the undocumented 'unicode' option from the scannerHans Bolinder
2013-02-08stdlib: Try fix fluctuating test cases in ets_SUITESverker Eriksson
2013-02-07[stdlib] Fix a bug that could cause the Erlang shell to loopHans Bolinder
2013-02-07[stdlib] Fix bugs in eval_bitsHans Bolinder
2013-02-06Merge branch 'bjorn/stdlib/erl_lint-coverage'Björn Gustavsson
2013-02-04Update version numbersBjörn-Egil Dahlberg
2013-01-31Test calling deprecated or removed functionsBjörn Gustavsson
2013-01-31Test deprecating list_to_atom/1 to cover more codeBjörn Gustavsson
2013-01-31Cover binary syntax errors and warningsBjörn Gustavsson
2013-01-31Remove unused error message {bittype_mismatch,_,_,_}Björn Gustavsson
2013-01-31Remove unused error message for importing an auto-imported BIFBjörn Gustavsson
2013-01-31Remove the error message for future reserved keywordBjörn Gustavsson
2013-01-31Test a few more kinds of illegal guard expressionsBjörn Gustavsson
2013-01-31Remove error handling for calling a BIF that is not auto-importedBjörn Gustavsson
2013-01-31Provoke basic semantic errors to improve test coverageBjörn Gustavsson
2013-01-29Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP
2013-01-28Merge branch 'sverk/ets-write_concurrency-locks'Sverker Eriksson
2013-01-26Merge branch 'bjorn/remove-tuple-funs/OTP-10170'Björn Gustavsson