summaryrefslogtreecommitdiffstats
path: root/tools/genlang
AgeCommit message (Expand)AuthorFilesLines
2006-04-03langv2Daniel Stenberg1-76/+535
2005-07-31fixed comment in generated header fileDaniel Stenberg1-1/+1
2005-02-01Bug fix: The trailing null byte wasn't added when there was whitespace after ...Jens Arnold1-1/+1
2005-01-31Fix: Deprecated voice-only entries were treated as (deprecated) standard LANG...Jens Arnold1-1/+1
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-4/+11
2005-01-19Bugfix: Due to the wrong position of the LANG_LAST_INDEX_IN_ARRAY marker, lan...Jens Arnold1-3/+6
2004-06-03binlang and genlang couldn't handle deprecated stringsLinus Nielsen Feltzing1-2/+4
2004-05-21Spelling errorLinus Nielsen Feltzing1-1/+1
2004-04-03Changed concept for voice IDs: the voice-only IDs now are in a separate range...Jörg Hohensohn1-3/+20
2003-01-31make it deal with traling tabs as well as spacesDaniel Stenberg1-2/+2
2002-10-14indent the generated code properly, add an end-of-array marker namedDaniel Stenberg1-2/+3
2002-10-14hm, it needs to be correct perl syntax tooDaniel Stenberg1-1/+1
2002-10-14treat "" 'new' strings as non-existingDaniel Stenberg1-1/+1
2002-10-14better error line, return non-zero on errorsDaniel Stenberg1-1/+4
2002-10-13one or more spaces after the terminating quote should be ok tooDaniel Stenberg1-2/+2
2002-10-11check for quotes better and warn/skip bad onesDaniel Stenberg1-1/+8
2002-09-20get rid of DOS newlinesDaniel Stenberg1-0/+2
2002-09-20spell fix, additional comment in the generated .h fileDaniel Stenberg1-1/+2
2002-09-17it now generates one .c file and one .h file, and the strings are allDaniel Stenberg1-7/+51
2002-09-16generate a lang.h file from a .lang inputDaniel Stenberg1-0/+49