aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .vimrc: add basic formatting config for vim users0.4Michał Łyszczek2020-05-281-0/+12
* fix git links after domain changeMichał Łyszczek2019-08-222-3/+3
* move embedlog from kurwinet.pl to bofc.plMichał Łyszczek2019-08-2211-60/+60
* src/el-decode-number.c: fix potential loose of precision on 64bit systemsMichał Łyszczek2019-07-291-1/+5
* update version to 0.4.1v0.4.1Michał Łyszczek2019-06-097-7/+7
* src/el-print.c: fix possible buffer overflow in el_print()Michał Łyszczek2019-06-083-5/+29
* fix: month language in man pages, doh...v0.4.0Michał Łyszczek2019-02-155-5/+5
* fix: some package building problemsMichał Łyszczek2019-02-154-9/+9
* remove some code when binary logs are disabledMichał Łyszczek2019-02-132-9/+16
* src/el-private.h: remove all existance of feature test macroMichał Łyszczek2019-02-131-116/+0
* src/el-pmemory.c: fix usage of uninitialized variableMichał Łyszczek2019-02-131-0/+2
* src/el-pmemory.c: fix wrong options object usedMichał Łyszczek2019-02-131-1/+1
* bump version of manual pagesMichał Łyszczek2019-02-135-5/+5
* add: make coverage instructionsMichał Łyszczek2019-02-133-0/+31
* some visual tweaks to manual pagesMichał Łyszczek2019-02-139-27/+45
* add: option to print to stdoutMichał Łyszczek2018-12-057-11/+37
* options: fix g_options altered after el_ocleanupMichał Łyszczek2018-11-242-1/+53
* make embedlog print to stderr by defaultMichał Łyszczek2018-11-238-22/+8
* bump version for next releaseMichał Łyszczek2018-11-232-2/+2
* man/el_print.3: fix typo in encoded integer example tableMichał Łyszczek2018-11-231-1/+1
* add: printing memory without ascii tableMichał Łyszczek2018-11-2311-89/+214
* pkg/deb: fix description in control templateMichał Łyszczek2018-11-231-6/+6
* www: update index and download pagesMichał Łyszczek2018-11-152-7/+182
* pkg/tgz: fix wrong conditional when runnign testprogMichał Łyszczek2018-11-141-1/+1
* pkg/tgz: add CFLAGS and LDFLAGS for building tgz packageMichał Łyszczek2018-11-141-1/+1
* pkg/*: test if testprog fails when there is no lib in the system anymoreMichał Łyszczek2018-11-143-0/+12
* man: fix typo in macroMichał Łyszczek2018-11-141-1/+1
* pkg/deb: add CFLAGS and LDFLAGS for debuildMichał Łyszczek2018-11-141-0/+6
* pkg/deb: add missing install filesMichał Łyszczek2018-11-143-1/+6
* pkg/deb: change generated package name from embedlog0 to libembedlog0Michał Łyszczek2018-11-144-18/+17
* pkg/deb: use @{ instead of ${ as replace tokenMichał Łyszczek2018-11-141-2/+2
* makefile: do not build examples with make allMichał Łyszczek2018-11-142-2/+14
* pkg: add basic files to create packagesMichał Łyszczek2018-11-1412-0/+481
* add: feature test macros for ONLCR for different systemsMichał Łyszczek2018-10-121-2/+16
* clean that mess with feature test macro once and for allfeature-test-macro-mess-fixMichał Łyszczek2018-10-1221-138/+120
* change \e to \033 in testsMichał Łyszczek2018-10-121-18/+18
* fix: compilation error with bad feature test macro on some systemsMichał Łyszczek2018-10-124-29/+59
* fix: compilation error on solarisMichał Łyszczek2018-10-121-0/+18
* ok, I suppose defining feature test macro locally is better ideaMichał Łyszczek2018-10-113-6/+21
* make code more c89 compatibleMichał Łyszczek2018-10-114-28/+64
* fix: remove comma at the end of enum listMichał Łyszczek2018-10-111-1/+1
* remove check for memcpy, it is useless and breaks clang sanitizerMichał Łyszczek2018-10-111-2/+0
* fix: add missing #ifdef LLONG_MAX in binary testsMichał Łyszczek2018-10-101-0/+13
* fix bad commentMichał Łyszczek2018-09-151-2/+3
* fix: lib version which was forgotten in 0.3.0v0.3.1Michał Łyszczek2018-05-242-2/+2
* fix: missing el_cleanup in tests causing memory leakv0.3.0Michał Łyszczek2018-05-061-0/+2
* last time minor fixesMichał Łyszczek2018-05-066-18/+39
* little fixes in documentationMichał Łyszczek2018-05-064-7/+72
* run compilation test in parallelMichał Łyszczek2018-05-052-51/+143
* rename test directories to allow parallel testingMichał Łyszczek2018-05-052-29/+29