]> sigrok.org Git - libsigrok.git/history - output/text/ascii.c
A few more random 'probe' to 'channel' changes.
[libsigrok.git] / output / text / ascii.c
2014-03-25 Uwe HermannA few more random 'probe' to 'channel' changes.
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-11-20 poljar (Damir Jelić)output/text: Fix memory leak of internal state buffers.
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-26 Martin Lingascii: fix for big-endian architectures.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-11-11 Uwe HermannOutput modules: Use message logging helpers.
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-03-31 Uwe Hermannsr: out: Use uint8_t (not char) for buffers.
2012-03-21 Uwe Hermanncli: Fix -V/-h output a bit.
2012-02-17 Uwe Hermannsr: Prefix log messages with subsystem string.
2012-02-13 Bert Vermeulensr: adjust copyright year
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-05 Uwe Hermannsr: input/output: Mark more symbols with SR_PRIV.
2012-01-03 Uwe Hermannsr/srd: Fix left-over #includes.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-02-20 Uwe HermannAdd SR_ prefix for MAX_NUM_PROBES/MAX_PROBENAME_LEN.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-01-30 Uwe HermannSR_ prefix for all public enums.
2011-01-30 Uwe HermannAdd sr_ prefix to input/output structs.
2011-01-30 Uwe HermannChange SIGROK_ prefix to SR_.
2011-01-22 Bert Vermeulensplit output_text into more manageable pieces