You can subscribe to this list here.
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(30) |
Dec
(10) |
2018 |
Jan
(44) |
Feb
(44) |
Mar
(32) |
Apr
(49) |
May
(45) |
Jun
(7) |
Jul
(15) |
Aug
(84) |
Sep
(95) |
Oct
(36) |
Nov
(88) |
Dec
(41) |
2019 |
Jan
(21) |
Feb
(27) |
Mar
(67) |
Apr
(25) |
May
(69) |
Jun
(45) |
Jul
(65) |
Aug
(15) |
Sep
(20) |
Oct
(42) |
Nov
(109) |
Dec
(62) |
2020 |
Jan
(58) |
Feb
(36) |
Mar
(84) |
Apr
(169) |
May
(325) |
Jun
(267) |
Jul
(43) |
Aug
(3) |
Sep
(27) |
Oct
(25) |
Nov
(25) |
Dec
(7) |
2021 |
Jan
(11) |
Feb
(66) |
Mar
(1) |
Apr
(55) |
May
(24) |
Jun
(36) |
Jul
(10) |
Aug
|
Sep
(1) |
Oct
(21) |
Nov
(2) |
Dec
(22) |
2022 |
Jan
(3) |
Feb
(98) |
Mar
(15) |
Apr
(31) |
May
(4) |
Jun
(23) |
Jul
(45) |
Aug
(15) |
Sep
(75) |
Oct
(8) |
Nov
(10) |
Dec
(12) |
2023 |
Jan
(5) |
Feb
(49) |
Mar
(31) |
Apr
(3) |
May
(7) |
Jun
(5) |
Jul
(7) |
Aug
(161) |
Sep
(8) |
Oct
(7) |
Nov
(27) |
Dec
(26) |
2024 |
Jan
(24) |
Feb
(35) |
Mar
(11) |
Apr
(38) |
May
(13) |
Jun
(39) |
Jul
(2) |
Aug
(24) |
Sep
(7) |
Oct
(5) |
Nov
|
Dec
(18) |
2025 |
Jan
(82) |
Feb
(11) |
Mar
(9) |
Apr
(13) |
May
(2) |
Jun
(7) |
Jul
(2) |
Aug
(38) |
Sep
(46) |
Oct
(3) |
Nov
|
Dec
|
From: Thorsten O. <ad...@th...> - 2017-11-05 22:59:48
|
On Sonntag, 5. November 2017 23:52:46 CET Miro Kropáček wrote: > > Eero's proposal ("-s" for executables, "-S -X -w -N '.L[0-9]*'" for The ".L[0-9]" are compiler generated local symbols. Aren't these already been supposed to be stripped by -X? |
From: Miro K. <mir...@gm...> - 2017-11-05 22:52:54
|
On 14 October 2013 at 11:47, Miro Kropáček <mir...@gm...> wrote: > > On Thu, Apr 18, 2013 at 7:43 PM, Eero Tamminen <oa...@he...> wrote: > >> > Globally, stripping saved many megabytes. >> >> I'm not interested in the ".L*" symbols as those have >> no names, just numbers. But anything that has a name for >> a function, I would very much like to be retained in >> the library symbol table. >> >> Maybe you could use the following strip arguments: >> -S -X -w -N '.L[0-9]*' >> ? > > > Inspired by an Atari-forum thread, I have done proper testing this time. > Results are more than surprising. My tests were done on the complete > gcc+binutils+mintlib+pml cross compilation installation (self made): > > Plain install (no stripping at all): 148 MB > My strip ("-s" for executables, "-S -x" for libraries): 63 MB > Eero's proposal ("-s" for executables, "-S -X -w -N '.L[0-9]*'" for > libraries): *58 MB* > > Yes, with static functions like "tzload" included and still working > (simple hello world tested). So it seems that actually Eero's "script" not > only keeps static function names but also saves space =) > It took only four years and Eero's comment on AF but I have finally changed this. So now all mintlib/gemlib/cflib/gemma builds contain static symbols, using the command line switches above. Vincent, if you find some time, I suggest to change the switches in your builds as well. -- MiKRO / Mystic Bytes http://mikro.atari.org |
From: Miro K. <mir...@gm...> - 2017-11-01 04:17:38
|
Don't worry, nothing will be lost even if atariforge.org goes down forever. On my ML page: https://mikro.naprvyraz.sk/mint/index.html I have archived also the atariforge.org one (can be found at the bottom, https://mikro.naprvyraz.sk/mint/freemint-list/index.html) -- MiKRO / Mystic Bytes http://mikro.atari.org |
From: Miro K. <mir...@gm...> - 2017-11-01 01:39:05
|
Hi, I went trough all the projects to see how much stuff is still pending (or maybe even forgotten due to unreliability of the old ML). tos.hyp: https://github.com/freemint/tos.hyp/pull/78 ... this is more a generic question as Gerhard had troubles to use the old ML + he isn't easy to reach so we still don't know whether he wants to maintain tos.hyp or not. Thorsten has tons of changes to be applied but I don't know how to proceed here. Remove the tos.hyp project and leave it to Gerhard to decide, create a fork/rename, apply Thorsten's patches and see what happens, ... ? m68k-atari-mint-gcc: https://github.com/freemint/m68k-atari-mint-gcc/pull/2 ... a small patch for native gcc 4.6.4 mintbin: https://github.com/freemint/mintbin/pull/1 ... I think safe to commit (cf)lib: https://github.com/freemint/lib/pull/1 ... I think safe to commit https://github.com/freemint/lib/pull/2 ... needs cleanup (different things mixed together, mainly the register prefix) https://github.com/freemint/lib/pull/3 ... ditto https://github.com/freemint/lib/pull/4 ... ditto mintlib: https://github.com/freemint/mintlib/pull/17 ... I think safe to commit https://github.com/freemint/mintlib/pull/20 ... register prefix (% vs motorola syntax), to be decided https://github.com/freemint/mintlib/pull/24 ... I think safe to commit https://github.com/freemint/mintlib/pull/25 ... I think safe to commit https://github.com/freemint/mintlib/pull/26 ... would be nice to split into two PRs but otherwise OK freemint: https://github.com/freemint/freemint/pull/72 ... needs cleanup, too much stuff for one PR (esp. the register prefixes) https://github.com/freemint/freemint/pull/74 ... I think safe to commit -- MiKRO / Mystic Bytes http://mikro.atari.org |
From: François R. <re...@fr...> - 2017-10-31 18:07:21
|
Le 31/10/2017 à 13:07, François Revol a écrit : > Hi, > anyone for a MiNT talk? > > François. > (I'm not subscribed) Btw, the call for stands is still open until november 4th: https://fosdem.org/2018/news/2017-09-03-call-for-participation/ Could be nice to have a common stand with AROS for example, to show you're still around. (I'm from the Haiku project, last year we shared a table with ReactOS.) François. |
From: François R. <re...@fr...> - 2017-10-31 12:07:55
|
Hi, anyone for a MiNT talk? François. (I'm not subscribed) -------- Message transféré -------- Sujet : Retrocomputing devroom at FOSDEM 2018 Date : Tue, 31 Oct 2017 00:27:35 +0100 De : François Revol <re...@fr...> Pour : ar...@go... Hi, I just found out someone managed to get a retrocomputing devroom accepted at FOSDEM: https://lists.fosdem.org/pipermail/retrocomputing-devroom/2017-October/000000.html https://www.elpauer.org/2017/10/retrocomputing-devroom-call-for-participation/comment-page-1/ Who's going to propose a talk about ARAnyM??? François. |
From: Miro K. <mir...@gm...> - 2017-10-31 09:53:34
|
About a year after Roger's initial message we are really doing it. AtariForge was a great service back then but today it's harder and harder to use it due to its common down times <https://github.com/freemint/freemint/issues/57>. SF.net is not ideal but there aren't many free & easy to setup options available (Google Groups seems to be the only other option). We are not moving to SF.net as a project, https://sourceforge.net/p/freemint contains only basic info but the main thing is still https://freemint.github.io and its services. -- MiKRO / Mystic Bytes http://mikro.atari.org |
From: Roger B. <an...@xp...> - 2016-09-22 22:30:58
|
In an attempt to improve reliability, we are now hosting the mailing list on SourceForge. Roger Burrows |