Go to file
Ben Wiederhake abb3e47a98 Use a general crc32 implementation.
This simplifies the copyright management, as the old crc.{c,h}
had to be mentioned explicitly. This does NOT REALLY pull a new
dependency, as tgl already depends on -lz.
In fact, this ditches -lm, as the only usage (even including tgl)
was a single call to 'sqrt' from within crc32.c.
2015-10-04 14:55:00 +02:00
.gitignore Add missing gitignore entries. 2015-10-03 09:52:52 +02:00
LICENSE First commit 2014-11-12 14:23:25 +03:00
Makefile.in Use a general crc32 implementation. 2015-10-04 14:55:00 +02:00
README.md added README 2014-11-12 15:27:06 +03:00
config.h.in Use a general crc32 implementation. 2015-10-04 14:55:00 +02:00
configure Use a general crc32 implementation. 2015-10-04 14:55:00 +02:00
configure.ac Use a general crc32 implementation. 2015-10-04 14:55:00 +02:00
m4-ax_gcc_builtin.m4 First commit 2014-11-12 14:23:25 +03:00
tl-parser-tree.h Rename tree.h 2014-11-12 15:52:24 +03:00
tl-parser.c Use a general crc32 implementation. 2015-10-04 14:55:00 +02:00
tl-parser.h First commit 2014-11-12 14:23:25 +03:00
tl-tl.h First commit 2014-11-12 14:23:25 +03:00
tlc.c work without libexecinfo 2015-06-01 13:29:38 +03:00

README.md

Parse tl scheme to tlo file. Formely part of telegram-cli