From a23ea128446e727e9f480c79fe85537e6072aa76 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sat, 9 Aug 2025 12:36:29 +0200 Subject: [PATCH] rename pdp10_stdio to stdio9 --- erlang/apps/lib/src/{pdp10_stdio.erl => stdio9.erl} | 4 ++-- erlang/rebar.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename erlang/apps/lib/src/{pdp10_stdio.erl => stdio9.erl} (99%) diff --git a/erlang/apps/lib/src/pdp10_stdio.erl b/erlang/apps/lib/src/stdio9.erl similarity index 99% rename from erlang/apps/lib/src/pdp10_stdio.erl rename to erlang/apps/lib/src/stdio9.erl index b0fbe81..5806f1e 100644 --- a/erlang/apps/lib/src/pdp10_stdio.erl +++ b/erlang/apps/lib/src/stdio9.erl @@ -1,7 +1,7 @@ %%% -*- erlang-indent-level: 2 -*- %%% %%% stdio for I/O with 9-bit bytes -%%% Copyright (C) 2013-2023 Mikael Pettersson +%%% Copyright (C) 2013-2025 Mikael Pettersson %%% %%% This file is part of pdp10-tools. %%% @@ -60,7 +60,7 @@ %%% - stdin and stdout are non-seekable even when bound to regular files, this %%% is a limitation of the Erlang standard_io implementation. --module(pdp10_stdio). +-module(stdio9). -behaviour(gen_server). %% API diff --git a/erlang/rebar.config b/erlang/rebar.config index c90cafc..4ccaf91 100644 --- a/erlang/rebar.config +++ b/erlang/rebar.config @@ -61,12 +61,12 @@ , {output, format_error, 1} , {parse, format_error, 1} , {pdp10_elf36, format_error, 1} - , {pdp10_stdio, format_error, 1} , {scan, format_error, 1} , {scan_state, format_error, 1} , {sim, format_error, 1} , {sim_core, format_error, 1} , {sim_loader, format_error, 1} + , {stdio9, format_error, 1} , {strtol, format_error, 1} %% only called from tests , {sim_core, run, 2}