aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang14/files
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version R12B-1.Jimmy Olgeni2008-02-072-178/+0
| | | | Notes: svn path=/head/; revision=206869
* Upgrade to version R12B-0 with OSP1 source patch.Jimmy Olgeni2007-12-232-22/+6
| | | | Notes: svn path=/head/; revision=204414
* Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).Jimmy Olgeni2007-07-311-1/+10
| | | | | | | | PR: ports/114022 Submitted by: benno Notes: svn path=/head/; revision=196861
* * Use gcc(1) rather than ld(1) to link the crypto_drv.so port driver, else ↵Jimmy Olgeni2007-07-024-0/+201
| | | | | | | | | | | the Erlang runtime would fail to load it. * Use the correct struct member when compiling SCTP support (this should unbreak CURRENT). Submitted by: dumbbell Notes: svn path=/head/; revision=194726
* Upgrade to version R11B-5.Jimmy Olgeni2007-06-141-0/+26
| | | | Notes: svn path=/head/; revision=193471
* Add missing patch after R11B-5 upgrade.Jimmy Olgeni2007-06-141-0/+13
| | | | Notes: svn path=/head/; revision=193470
* Upgrade to version R11B-4.Jimmy Olgeni2007-05-286-94/+1
| | | | Notes: svn path=/head/; revision=192249
* Fix formatting exception in io:format.Jimmy Olgeni2007-02-231-0/+16
| | | | | | | Obtained from: Hans Bolinder <hans.bolinder(at)ericsson.com> Notes: svn path=/head/; revision=185755
* The Erlang runtime could occasionally segfault when writing erl_crash.dumpJimmy Olgeni2007-02-201-0/+27
| | | | | | | | | files, due to a fixed size buffer. Using encode_size_struct will fix it. Obtained from: Christopher Faulet <christopher.faulet(at)capflam.org> Notes: svn path=/head/; revision=185576
* Remove some debug code that was included into the release.Jimmy Olgeni2007-02-201-0/+23
| | | | Notes: svn path=/head/; revision=185571
* Fix "edoc: error in layout 'edoc_layout'" issue.Jimmy Olgeni2007-02-151-0/+21
| | | | | | | Obtained from: Bertil Karlsson <bertil.karlsson(at)ericsson.com> Notes: svn path=/head/; revision=185257
* Fix http:request error.Jimmy Olgeni2007-02-151-0/+23
| | | | | | | Obtained from: Ingela Anderton Andin <ingela(at)erix.ericsson.se> Notes: svn path=/head/; revision=185256
* Fix dialyzer_init_plt path.Jimmy Olgeni2007-02-081-1/+1
| | | | Notes: svn path=/head/; revision=184638
* Upgrade to version R11B-3.Jimmy Olgeni2007-02-023-47/+10
| | | | Notes: svn path=/head/; revision=183940
* Fix R11B-2 SMP timer race condition bug.Jimmy Olgeni2006-12-311-0/+36
| | | | | | | Obtained from: Rickard Green <rickard.s.green(at)ericsson.com> Notes: svn path=/head/; revision=181175
* Improve pkg-message management using SUB_FILES.Jimmy Olgeni2006-12-121-0/+15
| | | | Notes: svn path=/head/; revision=179567
* Disable automatic PLT generation. Add the following patches:Jimmy Olgeni2006-12-113-0/+71
| | | | | | | | | | | | | | | | | | | | | * patch-lib_dialyzer_src_Makefile Avoid computing the PLT when building the port. It may take so long that the port building cluster thinks this is a runaway port. * patch-lib_dialyzer_src_dialyzer__cl.erl Trick dialyzer into building the PLT even after the port is installed. * patch-lib_dialyzer_src_dialyzer__cl__parse.erl Let every user have his own initial PLT in ~/.dialyzer_init_plt. When dialyzer is invoked the PLT will be rebuilt if needed. This commit will fix both ports/105869 and the pointyhat port checks. Notes: svn path=/head/; revision=179503
* Upgrade to release R11B-2.Jimmy Olgeni2006-11-252-10/+17
| | | | | | | | | | | Support for kqueue has been disabled. From the release notes: http://www.erlang.org/download/otp_src_R11B-2.readme "Note: configure will refuse to enable kernel poll support on FreeBSD since kqueue have problems with (at least) pipes on all version of FreeBSD that we have tested." Notes: svn path=/head/; revision=178027
* Restore patch-erts_configure: this should fix the amd64 build.Jimmy Olgeni2006-09-121-0/+24
| | | | | | | Noticed by: infofarmer Notes: svn path=/head/; revision=172897
* Upgrade to version R11B-1.Jimmy Olgeni2006-09-075-103/+0
| | | | Notes: svn path=/head/; revision=172471
* Bugfix: ssh_sftp:connect/2,3 hangs when remote the host is unknown.Jimmy Olgeni2006-06-191-0/+16
| | | | | | | Obtained from: Dmitriy Kargapolov <dmitry.kargapolov(at)corp.idt.net> Notes: svn path=/head/; revision=165803
* Fix list matching problem on 64bit architectures.Jimmy Olgeni2006-06-191-0/+14
| | | | | | | Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> Notes: svn path=/head/; revision=165792
* Upgrade to release R11B-0.Jimmy Olgeni2006-05-286-63/+71
| | | | Notes: svn path=/head/; revision=163704
* Add support for amd64 (from ports/83001, modified).Jimmy Olgeni2006-03-201-0/+24
| | | | | | | | PR: ports/83001 Submitted by: Rasmus Kaj <kaj(at)kth.se> Notes: svn path=/head/; revision=157823
* Upgrade to version R10B-10 (with dialyzer patch).Jimmy Olgeni2006-03-152-14/+34
| | | | Notes: svn path=/head/; revision=157301
* Upgrade to version R10B-9.Jimmy Olgeni2005-12-153-44/+10
| | | | Notes: svn path=/head/; revision=151230
* Add bugfix for SSL distribution protocol.Jimmy Olgeni2005-11-101-0/+23
| | | | | | | Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> Notes: svn path=/head/; revision=147841
* Upgrade to release R10B-8.Jimmy Olgeni2005-10-281-0/+14
| | | | Notes: svn path=/head/; revision=146592
* Fix typo in sample configuration.Jimmy Olgeni2005-10-241-0/+14
| | | | Notes: svn path=/head/; revision=146260
* Enable ODBC support.Jimmy Olgeni2005-06-282-0/+21
| | | | | | | Submitted by: Alexey Slynko <slynko(at)tronet.ru> Notes: svn path=/head/; revision=138108
* Upgrade to version R10B-5.Jimmy Olgeni2005-05-111-117/+0
| | | | Notes: svn path=/head/; revision=135064
* Upgrade to version R10B-4.Jimmy Olgeni2005-05-013-42/+117
| | | | Notes: svn path=/head/; revision=134433
* Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4.Jimmy Olgeni2005-03-191-0/+28
| | | | | | | | | (from the erlang-questions mailing list) Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> Notes: svn path=/head/; revision=131635
* I forgot to commit this file (for R10B-3.)Jimmy Olgeni2005-03-071-0/+14
| | | | Notes: svn path=/head/; revision=130534
* Upgrade to version R10B-3.Jimmy Olgeni2005-03-074-123/+17
| | | | Notes: svn path=/head/; revision=130532
* Fix problem in run_erl pipe creation.Jimmy Olgeni2005-02-061-0/+14
| | | | | | | Submitted by: Peter Lund <Peter.Lund (at) lundata.se> Notes: svn path=/head/; revision=128174
* Fix HIPE support. Looks like GNU make is picking up ARCH fromJimmy Olgeni2005-01-091-0/+14
| | | | | | | | | | | | | | | environment, even if it is defined in the Makefile. Given that FreeBSD's ARCH is "i386" and Erlang's ARCH is "x86", some substitutions did fail leading to a strange compiler failure[0]. Also fix a file:format_error call that produces an incorrect error message[1]. Obtained from: Brian Buchanan <bwb(at)holo.org> [0] Obtained from: Vlad Dumitrescu <vlad_dumitrescu(at)hotmail.com> [1] Notes: svn path=/head/; revision=125944
* Fix issue with rb:show/1 (could not be called twice).Jimmy Olgeni2004-12-301-0/+65
| | | | | | | Obtained from: Peter Andersson <peppe (at) erix.ericsson.se> Notes: svn path=/head/; revision=125569
* Upgrade to version r10b2.Jimmy Olgeni2004-12-228-127/+58
| | | | Notes: svn path=/head/; revision=124830
* Silence a couple of debug warnings in et_viewer.Jimmy Olgeni2004-07-242-0/+28
| | | | Notes: svn path=/head/; revision=114566
* Enable SAE/escript function, which allows creation of standalone ErlangJimmy Olgeni2004-06-272-4/+28
| | | | | | | scripts. Notes: svn path=/head/; revision=112354
* Upgrade to version R9C-1.Jimmy Olgeni2004-05-285-133/+0
| | | | Notes: svn path=/head/; revision=110199
* Unbreak filelib:fold_files/6, add missing clause.Jimmy Olgeni2004-03-111-0/+17
| | | | | | | Obtained from: Dominic Williams (on erlang-questions) Notes: svn path=/head/; revision=103681
* Do not close a SSL connection when a finite timeout is specified andJimmy Olgeni2004-03-111-0/+14
| | | | | | | | | | triggered (also fixes ejabberd). Submitted by: demon Obtained from: Alexey Shchepin Notes: svn path=/head/; revision=103680
* Do not install dangling symlinks.Jimmy Olgeni2004-01-241-0/+21
| | | | | | | Noticed by: Chris Pressey Notes: svn path=/head/; revision=98985
* Fix dets file corruption issue.Jimmy Olgeni2003-12-271-0/+77
| | | | | | | Obtained from: Hans Bolinder <hasse@erix.ericsson.se> Notes: svn path=/head/; revision=96705
* Add nsswitch support, required when running on -CURRENT.Jimmy Olgeni2003-09-261-0/+19
| | | | | | | Obtained from: Daniel Néri <dne@mayonnaise.net> Notes: svn path=/head/; revision=89445
* The open_help function only looks for the netscape executable on unixJimmy Olgeni2003-09-061-0/+88
| | | | | | | | | systems. Let it look for some browsers that support the openURL command line protocol (using netscape by default). The BROWSER environment variable is used if set. Notes: svn path=/head/; revision=88631
* Fix help file pathname for debugger application.Jimmy Olgeni2003-09-063-0/+42
| | | | Notes: svn path=/head/; revision=88630
* The ei_decode_longlong function fails when decoding long values >Jimmy Olgeni2003-08-311-0/+14
| | | | | | | | | 2^32, due to a missing cast. Obtained from: Javier París Fernández <paris@dc.fi.udc.es> on erlang-questions Notes: svn path=/head/; revision=88201