Commit Graph

  • a3b61abe2b Corrected an error in which "extract unique noports" and "extract unique notopports" both fail to work correctly because an attempt some time ago to avoid issuing warnings about shorted port names when using those options was changed in the wrong line. 8.3.495 Tim Edwards 2024-10-07 11:48:27 -04:00
  • 6162a9f459 Corrected the "bloat-all" function so that it behaves properly on angled edges. This is a rare case and so has never come up before, but can happen especially on transistors with gate or diffusion with 45 degree chamfers or flanges. Thanks to Mark Martin for providing the use case. 8.3.494 Tim Edwards 2024-10-03 20:37:43 -04:00
  • 80f051f79d GHA: CI WASM build use --disable-compression 8.3.493 Darryl L. Miles 2024-09-30 23:00:00 +01:00
  • 7589bdba10 GHA: BUMP actions/upload-artifact@v4 (from v3) Darryl L. Miles 2024-09-30 23:00:00 +01:00
  • 08affbe032 GHA: BUMP actions/checkout@v4 (from v2) Darryl L. Miles 2024-09-30 23:00:00 +01:00
  • a467154fec Update appimage.yml (rename job) Darryl L. Miles 2024-09-30 23:00:00 +01:00
  • e2c3eb3e20 Corrected the previous commit, which did not fix the problem that it claimed to fix, but caused an incorrect DRC maxwidth check instead. The problem appears to be correctly resolved now. Also: Tracked down a recently-introduced minor issue in which the interactive DRC stops running after issuing "drc check" and does not resume until another key or mouse even occurs. This turned out to be caused by the work on the "logcommands" command, which should have used "*bypass" before "logcommands suspend" and "logcommands resume", since the "*bypass" indicates that the command has no impact on layout and should not interrupt the DRC checker. Tim Edwards 2024-10-01 21:14:12 -04:00
  • 3e0ad4ff58 Finally got around to restoring the behavior of the toolbar with respect to using the 3rd mouse button to hide a layer, and indicating the layer is hidden by blanking the icon (which works better with the new scrollable icon list, but got broken by the same). Also: Added a previously missing behavior, which is to correctly update the icon settings based on using the command "see" and "see no" with layer aliases (e.g., "allm1"). Tim Edwards 2024-10-01 16:01:28 -04:00
  • dba6f99d93 Updated the revision number to go along with the merge of pull request #325 from Daryl Miles. Made a few simple style changes to conform to (what is vaguely defined as) the overall programming style for magic (passed down from John Ousterhout). Tim Edwards 2024-10-01 12:56:31 -04:00
  • e119188f23 fix: findUse can return NULL crash Darryl L. Miles 2024-06-04 15:14:30 +01:00
  • 3638d382d6 fix: lef write crash (when cells with labels in space pNum==-1) Darryl L. Miles 2024-06-04 15:07:43 +01:00
  • 18a4dddc2b fix: read of uninitialized data at inChar[0] Darryl L. Miles 2024-06-04 15:03:17 +01:00
  • 1ca23ca0a2 fix: Accessing uninitialized variable Darryl L. Miles 2024-06-04 15:01:33 +01:00
  • 8e0f34c6f1 debug/hist.c Access .. results in a dereference of a null Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 60fe6427da graphics/grX11su1.c: Dereference of null pointer Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 01f9f2246b graphics/grX11su1.c: Dereference of null pointer Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • cb31675174 utils/geometry.c: non-void function does not return a value in all control paths Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • bfd818fbd3 textio/txInput.c non-void function does not return a value Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • ab747a0f8c grouter/groutePin.c: multiple: non-void function does not return a value Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 8b2efd5d7d gcr/gcrDebug.c Opened stream never closed. Potential resource leak Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 0cea17e801 utils/magic.h pointertype prefer use of 'long' instead of 'int' Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • a0aea2aa2e gcr/gcrDebug.c Add a field width specifier to this "%s" placeholder. Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 29ee094074 graphics/grOGL1.c Dereference of null pointer Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • be258c6557 graphics/grOGL1.c: non-void function does not return a value Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • ae0cdd9fea graphics/grClip.c Branch condition evaluates to a garbage value Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 10442b6534 graphics/cairo_orig/grTCairo5.c uninitialized local variable Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 5e00e3fe1b graphics/cairo_orig/grTCairo3.c uninitialized value Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • a9b707460b garouter/gaChannel.c use of unintialized or incorrect variable Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 543bd5a5b8 ext2sim/sim2simp.c ParseAttr does not return a value Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 973c9a4d1a database/DBio.c read of variable before initialization Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 48853b98a3 calma/CalmaRead.c missing initialization Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 290887912f ext2spice/ext2hier.c: Wrong type of arguments to formatting function Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 62ebf49758 mzrouter/mzEstimate.c: (intmax_t) %lx Wrong type of arguments to formatting function Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 7509802b3d mzrouter/mzDebug.c: (intmax_t) %lx Wrong type of arguments to formatting function Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 2c8c60510b plot/plotRutils.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 08:04:03 +01:00
  • 14a1b21fb6 extract/ExtHier.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 08:03:22 +01:00
  • 4dc708aea2 ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 98b5f57ea0 ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:47:40 +01:00
  • 3becc0e03f ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:47:20 +01:00
  • a6db54c0b7 ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:47:05 +01:00
  • 7e04089872 ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:46:50 +01:00
  • cde5418e7d ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:46:35 +01:00
  • 9327388ae0 ext2spice/ext2hier.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:46:19 +01:00
  • 147ca7a61f ext2spice/ext2hier.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:46:06 +01:00
  • fe39d889f0 plot/plotRutils.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:31:06 +01:00
  • 86a6551f9b ext2spice/ext2hier.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:30:52 +01:00
  • 82bec60ccf ext2spice/ext2hier.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:30:37 +01:00
  • 691c27081f drc/DRCcif.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:17:51 +01:00
  • 1fb82e7225 database/DBtiles.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:17:16 +01:00
  • d8b886aa1d debug/debugFlags.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:16:10 +01:00
  • 846f2b4cb1 debug/debugFlags.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:15:46 +01:00
  • 40f96faff8 plot/plotPNM.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:15:06 +01:00
  • 5ffc74d915 lef/defWrite.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:14:32 +01:00
  • 1a351efd56 extract/ExtBasic.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:13:59 +01:00
  • 00086817a4 extract/ExtCouple.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:13:21 +01:00
  • d6cc790d48 extflat/EFvisit.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:12:45 +01:00
  • 6cae64edc5 drc/DRCbasic.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:12:08 +01:00
  • 5a8cdb68d0 ext2spice/ext2spice.c: Multiplication result converted to larger type Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 07:11:16 +01:00
  • f809b2dfac graphics/grTk1.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 06:53:41 +01:00
  • 9096946a12 windows/windDebug.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 06:53:23 +01:00
  • 3848ec7b4e extract/ExtHier.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 06:52:41 +01:00
  • 2703f55449 extract/ExtTest.c: Too few arguments to formatting function Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 4ddd0624cb gcr/gcrDebug.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 06:41:36 +01:00
  • fc20977fa5 gcr/gcrDebug.c: (intmax_t) %ld Wrong type of arguments to formatting function Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • aa703a67b7 resis/ResDebug.c: %.2f Wrong type of arguments to formatting function Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • d1dc038cb7 windows/windDisp.c: Redundant null check due to previous dereference Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 06:21:20 +01:00
  • 499ac84ac0 database/DBio.c: Redundant null check due to previous dereference Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 06:11:54 +01:00
  • f976005d2d resis/ResMerge.c: Too few arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 00:43:42 +01:00
  • 3c90bbbe1f lef/defWrite.c: Call to function with fewer arguments than declared parameters Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 05:58:45 +01:00
  • f69b02b092 sim/SimExtract.c: extEnumTilePerim() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • fdc81f5eec windows/windDebug.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 05:46:10 +01:00
  • cf90d50999 grouter/grouteMaze.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 05:43:36 +01:00
  • 77c1082886 grouter/grouteTest.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 05:43:02 +01:00
  • 21924ec151 extract/ExtTech.c: Too few arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 05:32:02 +01:00
  • 66297bd7d0 extract/ExtTech.c: Too few arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 05:31:49 +01:00
  • 4359aa8d4b commands/CmdWizard.c: %x => (intmax_t) %lx Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 4f5eb7da2d ext2spice/ext2spice.c: %x => (intmax_t) %lx Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 0619cf4291 extract/ExtBasic.c: Incorrect return-value check for a 'scanf'-like function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:54:59 +01:00
  • c16c770d7a extract/ExtBasic.c: Incorrect return-value check for a 'scanf'-like function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:54:46 +01:00
  • 91ec4e4cb8 resis/ResRex.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:53:19 +01:00
  • 9f39380b6a resis/ResDebug.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:51:21 +01:00
  • 6946ea6845 plow/PlowTest.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:51:06 +01:00
  • 384e59ea98 plow/PlowTest.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:49:57 +01:00
  • 318993cb7b plow/PlowTest.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:49:43 +01:00
  • 82aa62e65d database/DBcellsrch.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 04:49:16 +01:00
  • e896377ead extflat/EFantenna.c: EFDone() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 4d81a77bf3 extcheck/extcheck.c: EFDone() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • c8e00ef494 ext2spice/ext2spice.c: EFDone() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • d2ae7f78e8 ext2sim/ext2sim.c: EFDone() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 1360f962a1 calma/CalmaRdcl.c: calmaFindCell() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 7feec63580 cif/CIFgen.c: CmdFindNetProc() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • ce1e027c55 resis/ResSimple.c: ResGetDevice(): Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • d297b99953 select/selOps.c: CmdFindNetProc() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • fff3be2f29 utils/main.c: DefRead() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 3db35216b9 utils/main.c: LefRead() Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 49f4daa715 utils/main.c: Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • f47a173a49 commands/CmdLQ.c: Call to function with fewer arguments than declared parameters Darryl L. Miles 2024-09-29 23:00:00 +01:00
  • 88a1a9b166 utils/undo.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 03:52:55 +01:00
  • 9f052c0e4d utils/undo.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 03:49:39 +01:00
  • 8f60ed472b textio/txCommands.c: Wrong type of arguments to formatting function Darryl MilesandCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> 2024-09-30 03:49:25 +01:00