Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkgsrc port of yasr #1

Open
adr-adr opened this issue Mar 10, 2024 · 0 comments
Open

Pkgsrc port of yasr #1

adr-adr opened this issue Mar 10, 2024 · 0 comments

Comments

@adr-adr
Copy link

adr-adr commented Mar 10, 2024

Hi, I've created a pkgsrc port of yasr. These are mostly all the changes I made:

  • Add header tests in meson.build.
  • Remove non-portable use of WCHAR_T in iconv code.
  • Remove the enforcing of UTF-8.
  • Fix the reading of char after space using right cursor key.
  • Use defined constants in buffer sizes when they are used elsewhere.
  • Remove unused argument of gulp().
  • Fix bug: buf[] used instead of kbuf[].
  • Fix bug: the reading of master can be truncated even just getting one char at
    a time (bug in NetBSD's pty implementation?), the code has to take that into account.
  • Simplify formatting now that we are there, but according to the rest of the code.

patch-meson.build.patch
patch-yasr_main.c.patch
patch-yasr_tts.c.patch
patch-yasr_yasr.h.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant