Commit graph

34 commits

Author SHA1 Message Date
c8881146d5
update readme and the man page 2022-01-10 21:12:53 +01:00
5190796a10 add the '-o' option 2021-12-30 19:45:29 +01:00
7960aef783 main.c - rewrite actions dispatching 2021-12-30 14:12:16 +01:00
b881497064
implement transcription of hindi 2021-12-22 10:53:50 +01:00
5685e83933 add the ‘-d’ option 2021-12-21 13:45:46 +01:00
000d33b7a2
implement reverse mode for encoding + fix typos 2021-04-16 12:14:08 +02:00
5f642e1cbd add the -a option 2021-04-16 10:23:45 +02:00
0931a29649 test error messages 2021-03-13 16:15:40 +01:00
739c7ea462 refuse to transliterate Hindi-specific characters 2021-03-12 18:51:09 +01:00
bf0ae9d0f0 use getopt for parsing the console options 2021-03-11 20:23:07 +01:00
dcee865a74 autoconf: use the PROGNAME in main.c 2021-03-11 18:43:53 +01:00
f1f87f2ce4
use autoconf 2021-02-23 07:52:17 +01:00
321d8d8c72 coding standard 2021-02-23 07:48:54 +01:00
4c7bb91e70 add the first sukta of Rg Veda to the tests 2021-02-19 13:27:40 +01:00
3bb8a46732 make the encoder use the Velthuis scheme 2020-10-16 09:00:05 +02:00
8b804237bb add transliteration of candrabindu 2020-10-11 09:48:55 +02:00
0167745cc1 rewrite the man page to plain roff 2020-09-26 17:27:59 +02:00
e609e13979 rewrite main function, introduce '-f' option 2020-01-13 19:10:20 +01:00
dba90f5c15
make command line args mutually exclusive 2020-01-07 12:31:09 +01:00
1a9a55ee41 main: update handling -e and -c 2020-01-02 16:21:58 +01:00
f4d545f4d1 reimplement devanagari to latin transliteration 2020-01-01 17:52:21 +01:00
2981a65e25 remove the syllable-chain-based implementation 2020-01-01 16:56:43 +01:00
939c58db18
fix: allow encoding of data read from stdin 2019-03-20 12:09:05 +01:00
88046e4297 main: show version number when option '-v' is set 2018-06-10 17:09:35 +02:00
ee39899d5c main: add error() + fix typos in usage string 2018-06-10 17:07:21 +02:00
f2d74710d6 add forgotten 'static' keyword 2018-06-02 14:22:19 +02:00
84b79160c8 do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
6387135fde main: add usage 2018-05-18 15:48:39 +02:00
cc7d8439ee main: add '-e' option 2018-05-18 10:55:23 +02:00
abffd96948 cs 2018-05-16 15:01:04 +02:00
ed32c8fa1d main: transliterates arguments or contents of stdin 2018-05-13 17:15:26 +02:00
9571ee9871 main: add '-c' option 2018-04-28 14:03:30 +02:00
93179a934c main: implemented transliteration of stdin data 2018-04-27 11:59:41 +02:00
44cc47701e initial 2018-04-25 14:29:11 +02:00