log lwasm/list.c @ 574:a0c9433dc0d4 default tip

age author description
Fri, 02 Feb 2024 14:39:27 -0700 William Astle Make filename in listing left truncate so file name isn't hidden
Fri, 01 Dec 2023 21:11:56 -0700 William Astle Add pragma nolistcode which works like nolist but also suppresses code lines
Thu, 06 Jul 2023 12:06:22 -0600 William Astle Fix missing NULL guard found by gcc static analysis
Wed, 17 Aug 2022 17:06:30 -0600 William Astle Fix listing to not rely on undefined memory before the start of instab
Sun, 10 May 2020 22:38:24 -0600 William Astle Fix bad usage of sprintf()
Tue, 19 Mar 2019 14:37:56 -0600 William Astle Fix crash when --symbols specified without --list
Fri, 02 Nov 2018 21:07:50 -0600 William Astle Add "noexpandcond" pragma (cleans up listings)
Fri, 16 Feb 2018 23:40:53 -0700 William Astle Make warnings still show when listings are not enabled.
Fri, 16 Feb 2018 23:24:18 -0700 William Astle Cause warnings to show up in the listing output.
Mon, 27 Nov 2017 22:52:17 -0700 William Astle Add option to omit file names from lwasm listings
Mon, 13 Jul 2015 21:52:43 -0600 William Astle Add option to specify tab width in listing
Mon, 13 Jul 2015 20:47:30 -0600 William Astle Add cycle counting to listing
Wed, 20 May 2015 15:06:18 -0600 William Astle Make listings show the address for lines that only define symbols
Tue, 04 Feb 2014 20:16:35 -0700 William Astle Left truncate file names in list output.
Sat, 25 May 2013 13:35:46 -0600 William Astle Fix crash on listing when nested noexpand macros are used