unsubscribe

2021-05-25 Thread Constantine Bitensky
Good bye Constantine Bitensky :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

TERM signal handling

2021-03-24 Thread Constantine Bitensky
Hi, all! I am trying to make init program on picolisp (yes, I am that crazy). When Ctrl+Alt+Del is pressed, SIGTERM is sended to init process, so I want to handle this signal. I made patch which add new global *Term. When it is defined and retures non-NIL, standard handler is not processed. I

Mess with localization files

2021-03-10 Thread Constantine Bitensky
> Yes. I've released it in a new https://software-lab.de/pil21.tgz As I see, file “UK.l” (for Great Britain) overwritten by mine “UA.l” (for Ukraine). I think it have to be fixed by renaiming “UK.l” to “UA.l” (because it’s ISO 3166-1 code for Ukraine) and take back old “UK.l” and maybe rename

pil21.tar file attributes

2021-03-18 Thread Constantine Bitensky
Hello! I found out, that there is some confusion in file access righs in pil21.tgz archive. For example file “lib/replica.l” have executable flag, and “loc/FR.l” have -rw--- mode. It can be fixed by this one-liner: find . -type f -exec chmod 644 {} \; && chmod 755 bin/* misc/bigtest pil

Re: Mess with localization files

2021-03-10 Thread Constantine Bitensky
Hi, Alex! > Done. Thank you! Can you rename “ua” to “uk” (ISO 639-1 language code for Ukrainian) please? Regards, Constantine -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Fixes for Russian localization

2021-03-16 Thread Constantine Bitensky
Hello! I made some fixes for Russian localization in loc/{ru,RU.l} files. diff --git a/loc/RU.l b/loc/RU.l index 463d846..f9fd34f 100644 --- a/loc/RU.l +++ b/loc/RU.l @@ -1,6 +1,6 @@ (setq *Sep0 "," - *Sep3 " " + *Sep3 " " *CtryCode "7" *NatTrunkPrf '("8") *DateFmt '(@D "."

Fixes for Ukrainian localization

2021-03-16 Thread Constantine Bitensky
Hello! Also fixes for Ukrainian localization. diff --git a/loc/uk b/loc/uk index 0d075fe..fcf9acd 100644 --- a/loc/uk +++ b/loc/uk @@ -4,10 +4,10 @@ "Language" "Мова" # lib/db.l -"Boolean input expected" "Очікується тип Boolean" -"Numeric input expected" "Очікується тип Numeric" -"Symbolic

Made Ukrainian localization

2021-03-07 Thread Constantine Bitensky
Hello! I made Ukrainian language localization. Here patch with files “UA.l" and “uk”. Is it useful? diff --git a/loc/UA.l b/loc/UA.l new file mode 100644 index 000..b228b2c --- /dev/null +++ b/loc/UA.l @@ -0,0 +1,8 @@ +(setq + *Sep0 "," + *Sep3 " " + *CtryCode "380" + *NatTrunkPrf

Subscribe

2021-03-05 Thread Constantine Bitensky
Hello Constantine Bitensky :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe