aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2010-02-15Fixed a case_clause error in the internal function escript:foldl/3.Håkan Mattsson
2010-02-12Merge branch 'bd/doc-fixes' into ccase/r13b04_devErlang/OTP
2010-02-12Merge branch 'ms/pcre-security' into ccase/r13b04_devErlang/OTP
2010-02-12Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_devErlang/OTP
2010-02-12Merge branch 'ks/stdlib-cleanups' into ccase/r13b04_devErlang/OTP
2010-02-11Fix CVE-2008-2371 (outer level option with alternatives caused crash).Michael Santos
2010-02-10OTP-8434 Improved handling of typed records in escriptsHåkan Mattsson
2010-02-10Add count_children/1 to supervisor.erl to determine the number ofJay Nelson
2010-02-10OTP-8418 user.erl (used in oldshell) is updated to handle unicode inPatrik Nyblom
2010-02-10Merge branch 'ks/erl_lint' into ccase/r13b04_devErlang/OTP
2010-02-10Support the configure option --enable-native-libsKostis Sagonas
2010-02-10stdlib: clean up as suggested by tidierKostis Sagonas
2010-02-10Fix minor documentation errorsBernard Duggan
2010-02-09erl_lint_SUITE: adjust failing test caseBjörn Gustavsson
2010-02-09Allow recursive types and check for undefined typesKostis Sagonas
2010-02-05OTP-8393 The new function shell:prompt_func/1 and the new applicationHans Bolinder
2010-02-05OTP-8404: Doc: some corrections and improvements in STDLIBBjörn Gustavsson
2010-02-01epp_SUITE: Increase code coverageHans Bolinder
2010-02-01Minor corrections and clean-upsHans Bolinder
2010-02-01epp: change rules to choose the right version of a macroChristopher Faulet
2010-02-01epp: Add support of macros overloadingChristopher Faulet
2010-02-01epp: fix bug in the function scan_undefChristopher Faulet
2010-02-01Merge branch 'bg/hipe-fixes' into ccase/r13b04_devErlang/OTP
2010-01-31Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP
2010-01-30re tests: disable native-code compilation for huge modulesBjörn Gustavsson
2010-01-30Update copyright headerBjörn Gustavsson
2010-01-30Merge branch 'ta/ensure_dir_eexist' into ccase/r13b04_devErlang/OTP
2010-01-29unicode_SUITE: replace deprecated concat_binary/1 with list_to_binary/1Björn Gustavsson
2010-01-29stdlib tests: modernize guard testsBjörn Gustavsson
2010-01-29Test suites: fix creation of EmakefilesBjörn Gustavsson
2010-01-27Merge branch 'rb/stdlib_re_unicode_fixes' into ccase/r13b04_devErlang/OTP
2010-01-27Fix lost unicode option in re:compile()Patrik Nyblom
2010-01-27Refactor out repeated block in re moduleRory Byrne
2010-01-27Fix re:replace/4 to handle unicode charlist Replacement argumentRory Byrne
2010-01-27Fix re:replace/4 to handle unicode charlist RE argumentPatrik Nyblom
2010-01-27Fix re:replace/4 to handle binary unicode output when nothing replacedRory Byrne
2010-01-27OTP-8387 Explicit top directories in archive files are now optional.Håkan Mattsson
2010-01-27Added a small timeout to take care of race in newshell. Also removed deletion...Patrik Nyblom
2010-01-26OTP-8343 The documentation is now possible to build in an open sourceLars G Thorsen
2010-01-23filelib_SUITE: strenghten tests of filelib:ensure_dir/1Björn Gustavsson
2010-01-20Merge branch 'uw/shell-tab-completion' into ccase/r13b04_devErlang/OTP
2010-01-18Don't return a false {error,eexist} in filelib:ensure_dir/1Tuncer Ayaz
2010-01-13OTP-8240 Improved GC performance after BIF/NIF call when a lot of heapSverker Eriksson
2010-01-13Merge branch 'bg/otp_build-improvements' into ccase/r13b04_devErlang/OTP
2010-01-12stdlib makefile: Add explicit ruleBjörn Gustavsson
2010-01-07Shell tab completion now works for quoted module and function namesUlf Wiger
2009-12-15Deprecate concat_binary/1Björn Gustavsson
2009-12-14Merge branch 'as/c_nc-fix' into ccase/r13b04_devErlang/OTP
2009-12-14c_SUITE: Use new style guard testsBjörn Gustavsson
2009-12-14Fix c:nc to use outdir or cwd to find compiled object fileAlex Suraci