From Erik.Reitsma@REDACTED Fri Jul 4 09:16:23 2003 From: Erik.Reitsma@REDACTED (Erik Reitsma (RY/ETM)) Date: Fri, 4 Jul 2003 09:16:23 +0200 Subject: Patch for stdlib/erl_tar.erl Message-ID: <440A2703A54A8F4FB2AC2AE34F27129D215AC6@ESEALNT889.al.sw.ericsson.se> Hi, While using systools:make_tar/1 I found that the implementation of tar is incorrect. The problem occurs when the file name (including path) is more than 100 bytes long. The tar format has a provision for that case, but then the tar file should indicate that it has the new format. This is indicated using the 'magic' field. The value of this field should be "ustar" followed by a zero. In the current implementation the magic field is filled with zeros, so a regular tar assumes that the file has an old format, and part of the path is lost when untarring. I have attached the patch. Good to see the mailing list back online, b.t.w. Regards, *Erik. Erik Reitsma System Engineer, Technology Strategies Service Network and Applications Ericsson Telecommunicatie B.V. Research and Development Tel.: +31 161 242582 Fax: +31 161 242206 erik.reitsma@REDACTED http://www.ericsson.nl -------------- next part -------------- A non-text attachment was scrubbed... Name: erl_tar.erl.patch Type: application/octet-stream Size: 870 bytes Desc: not available URL: From vances@REDACTED Wed Jul 9 01:41:53 2003 From: vances@REDACTED (Vance Shipley) Date: Tue, 8 Jul 2003 19:41:53 -0400 Subject: erl_error.h include missing from ei_connect.h Message-ID: <20030708234153.GH50747@frogman.motivity.ca> I'm having to include erl_error.h in my code to pull in the definitions for erl_err_ret() et. el. however I otherwise only need to include ei_connect.h. Looking at ei_connect.h I see that erl_error.h is included only if using VxWorks. I believe it should always be included. -Vance Vance Shipley Motivity Telecom Inc. +1 519 240 3684 vances@REDACTED *** ei_connect.h.dist Tue Jul 8 19:35:56 2003 --- ei_connect.h Tue Jul 8 19:41:17 2003 *************** *** 53,63 **** #include #include #include /* #include "netdb.h" */ /* local file */ - #include "erl_error.h" #define getpid() taskIdSelf() extern int h_errno; #else /* some other unix */ --- 53,62 ---- *************** *** 76,85 **** --- 75,85 ---- #ifdef HAVE_CONFIG_H # include "config.h" /* FIXME: Autoconf Info prefers */ #endif + #include "erl_error.h" #include "ei.h" #define SMALLBUF 2048 #define DEFBUF_SIZ 100 From lll@REDACTED Mon Jul 14 10:44:36 2003 From: lll@REDACTED (lll@REDACTED) Date: Mon, 14 Jul 2003 16:44:36 +0800 Subject: =?GB2312?B?sLLGvbzytaXP+srbudzA7cjtvP4zMDAuMDDUqg==?= Message-ID: <200307140844.h6E8iYq60018@hades.cslab.ericsson.net> An HTML attachment was scrubbed... URL: From per@REDACTED Sat Jul 26 07:13:48 2003 From: per@REDACTED (Per Bergqvist) Date: Sat, 26 Jul 2003 08:13:48 +0300 Subject: Fwd: Re: Please test snapshots of the coming R9C In-Reply-To: <200307260608.h6Q689w66640@hades.cslab.ericsson.net> Message-ID: <200307260613.h6Q6Dmo07179@tessla.levonline.com> OK, try the patches list instead of questions due to size limitations on elrang-quesions. /P ------ Forwarded message ------- From: Per Bergqvist To: Kent Boortz Cc: erlang-questions@REDACTED Date: Fri, 25 Jul 2003 16:44:53 +0300 Hi, I have been annoyed for a long time by large number of warnings for unused funtions and variables and use of obsolete functions etc. in the distribution. Finally got around to fix most of it. In my opinion the build should generate warnings only if there are actual problems. Attached is large patch to remove most of the unnecessary warnings in the distribution. /Per ========================================================= Per Bergqvist Synapse Systems AB Phone: +46 709 686 685 Email: per@REDACTED -------------- next part -------------- A non-text attachment was scrubbed... Name: no_erl_warnings.patch Type: application/octet-stream Size: 104780 bytes Desc: not available URL: