aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
AgeCommit message (Expand)Author
2010-02-22Fix escript:foldl/3 for beam and archive filesTuncer Ayaz
2010-02-15Fixed a case_clause error in the internal function escript:foldl/3.Håkan Mattsson
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-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-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-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-01-30Merge branch 'ta/ensure_dir_eexist' into ccase/r13b04_devErlang/OTP
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 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-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-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-14Fix c:nc to use outdir or cwd to find compiled object fileAlex Suraci
2009-12-04Merge branch 'sv/sys_get_status' into ccase/r13b04_devErlang/OTP
2009-12-01Teach sys:get_status/1,2 to call Mod:format_status/2Steve Vinoski
2009-11-29gen_fsm: Fix format_status/2 to handle PidsSteve Vinoski
2009-11-26Added more tests for array:reset/2.Dan Gudmundsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP